Started by user Oleksii Korniienko Rebuilds build #147 Running as Oleksii Korniienko Agent centos-7-wj523 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-wj523" namespace: "reddeer" 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-wj523" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-wj523" - 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-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" 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-wj523 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/reddeer.verification.parametrized The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/olkornii/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.verification.parametrized # timeout=10 Fetching upstream changes from https://github.com/olkornii/reddeer.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/olkornii/reddeer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/olkornii/reddeer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/reddeer_fixes^{commit} # timeout=10 Checking out Revision cb729db7ec41360bc91dbb3ca20199eb7fa223fd (origin/reddeer_fixes) > git config core.sparsecheckout # timeout=10 > git checkout -f cb729db7ec41360bc91dbb3ca20199eb7fa223fd # timeout=10 Commit message: "Changed EAR version from 8 to 10" First time build. Skipping changelog. $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [reddeer.verification.parametrized] $ Xvnc -help Starting xvnc [reddeer.verification.parametrized] $ Xvnc :72 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 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 30 12:02:35 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5972 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins16864409805943050062.sh + metacity --sm-disable --replace [reddeer.verification.parametrized] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.verification.parametrized/pom.xml -Dmaven.test.error.ignore=false -Declipse-orbit-update-site=https://download.eclipse.org/oomph/simrel-orbit/2023-09/ -Declipse-target-site=https://download.eclipse.org/staging/2023-09 -DskipTests=false -Djava.target.version=17 -Dmaven.test.failure.ignore=true -Dsurefire.timeout=9600 clean verify -U Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher [WARNING] Pack200 is not supported when running on Java 14 and higher 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. [INFO] Fetching p2.index from https://download.eclipse.org/staging/2023-09/ (365B) [INFO] Adding repository https://download.eclipse.org/staging/2023-09 [INFO] Fetching content.jar from https://download.eclipse.org/staging/2023-09/ (2.54MB) [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ (172B) [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ (14.08kB) [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (126B) [INFO] Adding repository https://download.eclipse.org/oomph/simrel-orbit/2023-09 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/oomph/simrel-orbit/2023-09/ (457B) [INFO] Fetching p2.index from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/ (117.47kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching org.eclipse.osgi_3.18.500.v20230801-1826.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.47MB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/staging/2023-09/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.65kB) [INFO] Fetching org.eclipse.swt_3.124.100.v20230822-1526.jar from https://download.eclipse.org/staging/2023-09/plugins/ (18.79kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/staging/2023-09/plugins/ (9.19kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.100.v20230822-1526.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.16MB) [INFO] Fetching org.hamcrest_2.2.0.v20210711-0821.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (147.32kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (23.09kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.100.v20230822-1526.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.49MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.100.v20230822-1526.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.08MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu_73.2.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.89MB) [INFO] Fetching com.ibm.icu_73.2.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (10.12MB of 13.89MB at 10.12MB/s) [INFO] Fetching com.sun.jna_5.13.0.v20230812-1000.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.3MB) [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (48.11kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/staging/2023-09/plugins/ (32.41kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/staging/2023-09/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/staging/2023-09/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/staging/2023-09/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/staging/2023-09/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.commons-io_2.13.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (472.61kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/staging/2023-09/plugins/ (317.8kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/staging/2023-09/plugins/ (71.45kB) [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (117.29kB) [INFO] Fetching org.eclipse.equinox.common_3.18.100.v20230730-1117.jar from https://download.eclipse.org/staging/2023-09/plugins/ (150.54kB) [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/staging/2023-09/plugins/ (102.48kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (136.88kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.300.v20230801-1826.jar from https://download.eclipse.org/staging/2023-09/plugins/ (198.21kB) [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (287.75kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (315.27kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (166.11kB) [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (95.08kB) [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (77.99kB) [INFO] Fetching org.eclipse.core.jobs_3.15.0.v20230808-1403.jar from https://download.eclipse.org/staging/2023-09/plugins/ (115.71kB) [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (91.53kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (28.5kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.100.v20230721-1753.jar from https://download.eclipse.org/staging/2023-09/plugins/ (55.35kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.100.v20230725-1354.jar from https://download.eclipse.org/staging/2023-09/plugins/ (56.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.100.v20230708-0809.jar from https://download.eclipse.org/staging/2023-09/plugins/ (71.64kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.100.v20230617-1158.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.100.v20230630-1232.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.36kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.100.v20230801-1255.jar from https://download.eclipse.org/staging/2023-09/plugins/ (53.96kB) [INFO] Fetching org.eclipse.emf.ecore_2.35.0.v20230829-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.29MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (48.5kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (26.42kB) [INFO] Fetching org.eclipse.jface_3.31.0.v20230821-1552.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.13MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (219.3kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (205.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (30.14kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (18.21kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (58.65kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.100.v20230801-1255.jar from https://download.eclipse.org/staging/2023-09/plugins/ (396.71kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.100.v20230819-0347.jar from https://download.eclipse.org/staging/2023-09/plugins/ (270.25kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (91.77kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.35.0.v20230801-1141.jar from https://download.eclipse.org/staging/2023-09/plugins/ (238.79kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (120.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.100.v20230801-1255.jar from https://download.eclipse.org/staging/2023-09/plugins/ (256.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (150.24kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (292.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (23.21kB) [INFO] Fetching org.eclipse.urischeme_1.3.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (54.17kB) [INFO] Fetching org.eclipse.emf.common_2.29.0.v20230810-0713.jar from https://download.eclipse.org/staging/2023-09/plugins/ (378.61kB) [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (274.59kB) [INFO] Fetching org.eclipse.ui_3.204.0.v20230821-1342.jar from https://download.eclipse.org/staging/2023-09/plugins/ (434.21kB) [INFO] Fetching org.eclipse.ui.workbench_3.130.0.v20230822-0911.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.52MB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/staging/2023-09/plugins/ (21.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching bcprov_1.76.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (7.97MB) [INFO] Fetching bcpg_1.76.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (439.42kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/staging/2023-09/plugins/ (302.53kB) [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (69.73kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (116.83kB) [INFO] Fetching org.eclipse.text_3.13.100.v20230801-1334.jar from https://download.eclipse.org/staging/2023-09/plugins/ (299.13kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/staging/2023-09/plugins/ (72.25kB) [INFO] Fetching org.eclipse.core.resources_3.19.100.v20230814-1312.jar from https://download.eclipse.org/staging/2023-09/plugins/ (900.14kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.28kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (172.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (365.14kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.10.100.v20230814-2013.jar from https://download.eclipse.org/staging/2023-09/plugins/ (80.64kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.200.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (64.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.100.v20230710-0621.jar from https://download.eclipse.org/staging/2023-09/plugins/ (184.63kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (236.73kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (137.49kB) [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (115.78kB) [INFO] Fetching org.eclipse.jface.text_3.24.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.editors_3.17.0.v20230821-1342.jar from https://download.eclipse.org/staging/2023-09/plugins/ (612.76kB) [INFO] Fetching org.eclipse.ui.ide_3.21.100.v20230822-0911.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.100.v20230821-0745.jar from https://download.eclipse.org/staging/2023-09/plugins/ (693.66kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.100.v20230821-1342.jar from https://download.eclipse.org/staging/2023-09/plugins/ (428.8kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Fetching jakarta.inject.jakarta.inject-api_1.0.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (10.61kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Fetching org.eclipse.ui.forms_3.13.0.v20230807-1354.jar from https://download.eclipse.org/staging/2023-09/plugins/ (332.72kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.15.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (73.8kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.15.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (536.33kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.15.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.55MB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (300.96kB) [INFO] Fetching org.eclipse.core.variables_3.6.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (37.54kB) [INFO] Fetching org.eclipse.debug.core_3.21.100.v20230731-1425.jar from https://download.eclipse.org/staging/2023-09/plugins/ (401.09kB) [INFO] Fetching org.eclipse.debug.ui_3.18.100.v20230802-1257.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.04MB) [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (246.77kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.4.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (209.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (39.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.400.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (71.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.100.v20230718-0609.jar from https://download.eclipse.org/staging/2023-09/plugins/ (113.11kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/staging/2023-09/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/staging/2023-09/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (49.04kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (33.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (135.53kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (103.54kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.100.v20230814-2013.jar from https://download.eclipse.org/staging/2023-09/plugins/ (248.62kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (37.55kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (77.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.200.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (28.81kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.8.100.v20230728-2010.jar from https://download.eclipse.org/staging/2023-09/plugins/ (698.87kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.4.0.v20230728-2008.jar from https://download.eclipse.org/staging/2023-09/plugins/ (172.99kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (103.81kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/staging/2023-09/plugins/ (414.97kB) [INFO] Fetching org.eclipse.ui.browser_3.8.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (210.26kB) [INFO] Fetching org.eclipse.ui.views.log_1.4.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (174.65kB) [INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (397.26kB) [INFO] Fetching org.eclipse.wst.server.ui_1.6.200.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (953.19kB) [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/staging/2023-09/plugins/ (56.15kB) [INFO] Fetching org.yaml.snakeyaml_2.1.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (326.36kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/staging/2023-09/plugins/ (60.39kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.1.0.v202304050316.jar from https://download.eclipse.org/staging/2023-09/plugins/ (76.29kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (101.36kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.14.0.202308241536.jar from https://download.eclipse.org/staging/2023-09/plugins/ (650.29kB) [INFO] Fetching org.eclipse.gef_3.15.0.202308241536.jar from https://download.eclipse.org/staging/2023-09/plugins/ (999.87kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (168.01kB) [INFO] Fetching org.eclipse.emf.edit_2.19.0.v20230828-0616.jar from https://download.eclipse.org/staging/2023-09/plugins/ (301.87kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (354.65kB) [INFO] Fetching org.eclipse.ui.views_3.12.100.v20230821-1342.jar from https://download.eclipse.org/staging/2023-09/plugins/ (107.54kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/staging/2023-09/plugins/ (109.07kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/staging/2023-09/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/staging/2023-09/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/staging/2023-09/plugins/ (88.93kB) [INFO] Fetching org.eclipse.graphiti_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (326.75kB) [INFO] Fetching org.eclipse.graphiti.mm_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (222.15kB) [INFO] Fetching org.eclipse.graphiti.ui_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (692.62kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (110.58kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/staging/2023-09/plugins/ (155.83kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.200.v20230627-0107.jar from https://download.eclipse.org/staging/2023-09/plugins/ (58.97kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Fetching biz.aQute.bnd.util_6.4.1.202306080939.jar from https://download.eclipse.org/staging/2023-09/plugins/ (418.96kB) [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.04MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (24.84kB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (54.01kB) [INFO] Fetching jakarta.annotation-api_1.3.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.47kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.96MB) [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (24.83kB) [INFO] Fetching org.eclipse.ant.core_3.7.100.v20230731-0828.jar from https://download.eclipse.org/staging/2023-09/plugins/ (109.39kB) [INFO] Fetching org.eclipse.ant.launching_1.4.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (163.54kB) [INFO] Fetching org.eclipse.jdt.launching_3.20.100.v20230814-1810.jar from https://download.eclipse.org/staging/2023-09/plugins/ (583.32kB) [INFO] Fetching org.eclipse.core.externaltools_1.3.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.77kB) [INFO] Fetching org.eclipse.jdt.core_3.35.0.v20230814-1356.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.04MB) [INFO] Fetching org.eclipse.ant.ui_3.9.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.externaltools_3.6.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (142.96kB) [INFO] Fetching org.eclipse.jdt.ui_3.30.0.v20230822-0733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (10.99MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.13.100.v20230809-1849.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.68MB) [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (405.12kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.100.v20230728-0612.jar from https://download.eclipse.org/staging/2023-09/plugins/ (346.43kB) [INFO] Fetching org.eclipse.jdt.junit_3.16.100.v20230822-0733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (552.58kB) [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (809.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (258.26kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.35.0.v20230814-2020.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.05MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.100.v20230811-2104.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.51MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.100.v20230728-0612.jar from https://download.eclipse.org/staging/2023-09/plugins/ (926.07kB) [INFO] Fetching org.eclipse.search_3.15.200.v20230816-1837.jar from https://download.eclipse.org/staging/2023-09/plugins/ (500.55kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.100.v20230728-0612.jar from https://download.eclipse.org/staging/2023-09/plugins/ (470.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.12.100.v20230811-1614.jar from https://download.eclipse.org/staging/2023-09/plugins/ (182.24kB) [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.100.v20230821-1342.jar from https://download.eclipse.org/staging/2023-09/plugins/ (180.32kB) [INFO] Fetching org.eclipse.pde.build_3.12.100.v20230824-0759.jar from https://download.eclipse.org/staging/2023-09/plugins/ (507.84kB) [INFO] Fetching org.eclipse.pde.core_3.17.100.v20230818-2038.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.42MB) [INFO] Fetching org.eclipse.pde.launching_3.11.100.v20230812-1744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (142.75kB) [INFO] Fetching org.eclipse.pde.ui_3.14.100.v20230818-2038.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.61MB) [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (349.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.100.v20230725-0936.jar from https://download.eclipse.org/staging/2023-09/plugins/ (388.81kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.3.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (166.06kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Fetching org.eclipse.swtbot.generator_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (110.97kB) [INFO] Fetching org.eclipse.swtbot.generator.jdt_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (60.3kB) [INFO] Fetching org.eclipse.swtbot.generator.ui_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (25.04kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Fetching org.eclipse.core.net_1.5.100.v20230630-1232.jar from https://download.eclipse.org/staging/2023-09/plugins/ (49.77kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/staging/2023-09/plugins/ (54.57kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.100.v20230821-1342.jar from https://download.eclipse.org/staging/2023-09/plugins/ (129.16kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching slf4j.api_2.0.7.jar from https://download.eclipse.org/staging/2023-09/plugins/ (62.14kB) [INFO] Fetching org.apache.aries.spifly.dynamic.bundle_1.3.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (150.25kB) [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/staging/2023-09/plugins/ (308.6kB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.51kB) [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.9MB) [INFO] Fetching jaxen_2.0.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (218.71kB) [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (119.01kB) [INFO] Fetching org.objectweb.asm.commons_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (70.52kB) [INFO] Fetching org.objectweb.asm.util_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (88.94kB) [INFO] Fetching org.apache.commons.cli_1.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (56.92kB) [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (352.28kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/staging/2023-09/plugins/ (101.69kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.10.100.v20230708-0916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.25kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/staging/2023-09/plugins/ (48.16kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (188.35kB) [INFO] Fetching org.eclipse.m2e.archetype.catalog_3.2.1.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (19.15kB) [INFO] Fetching org.eclipse.m2e.archetype.common_3.2.104.jar from https://download.eclipse.org/staging/2023-09/plugins/ (179.57kB) [INFO] Fetching org.eclipse.m2e.maven.runtime_3.9.400.20230826-0755.jar from https://download.eclipse.org/staging/2023-09/plugins/ (5.32MB) [INFO] Fetching org.jdom2_2.0.6.v20230720-0727.jar from https://download.eclipse.org/staging/2023-09/plugins/ (349.79kB) [INFO] Fetching org.eclipse.m2e.archetype.descriptor_3.2.1.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (23.9kB) [INFO] Fetching org.eclipse.m2e.archetype.maven-artifact-transfer_0.13.1.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (156.31kB) [INFO] Fetching org.eclipse.m2e.core_2.4.0.20230826-0915.jar from https://download.eclipse.org/staging/2023-09/plugins/ (650.71kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.core.ui_2.0.6.20230822-1606.jar from https://download.eclipse.org/staging/2023-09/plugins/ (812.06kB) [INFO] Fetching org.eclipse.m2e.model.edit_2.0.300.20230320-2130.jar from https://download.eclipse.org/staging/2023-09/plugins/ (410.69kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.4.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (48.63kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/staging/2023-09/plugins/ (229kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.1200.v202308180854.jar from https://download.eclipse.org/staging/2023-09/plugins/ (479.34kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.800.v202308210520.jar from https://download.eclipse.org/staging/2023-09/plugins/ (812.15kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (29.67kB) [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/staging/2023-09/plugins/ (18.3kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (125.12kB) [INFO] Fetching org.eclipse.wst.common.environment_1.1.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (50.66kB) [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (50.73kB) [INFO] Fetching org.objectweb.asm.tree.analysis_9.5.0.jar from https://download.eclipse.org/staging/2023-09/plugins/ (33.18kB) [INFO] Fetching slf4j.nop_2.0.7.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.19.200.v20230824-0400.jar from https://download.eclipse.org/staging/2023-09/plugins/ (44.73kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ (30.03kB) [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ (12.01kB) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/releases/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/mylyn/releases/latest [INFO] Fetching compositeContent.xml from https://download.eclipse.org/mylyn/releases/latest/ (486B) [INFO] Fetching p2.index from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching org.apache.lucene.analysis-common_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.9MB) [INFO] Fetching org.apache.lucene.core_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.84MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.44MB) [INFO] Fetching org.apache.lucene.queries_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (546.11kB) [INFO] Fetching org.apache.lucene.queryparser_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (449.09kB) [INFO] Fetching org.apache.lucene.sandbox_9.7.0.v20230703-0758.jar from https://download.eclipse.org/staging/2023-09/plugins/ (248.53kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (275.68kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (21.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (17.44kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (573.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (174.63kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (355.26kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (578.19kB) [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (348.3kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (636.3kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (232.29kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (97.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (99.81kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (196.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (136.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.54kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (381.35kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (476.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (146.78kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (371.22kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.100.v20230728-2010.jar from https://download.eclipse.org/staging/2023-09/plugins/ (80.75kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/staging/2023-09/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jem_2.1.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (292.79kB) [INFO] Fetching org.eclipse.jem.util_2.2.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (120.06kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.83kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (50.48kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (28.71kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (132.24kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/staging/2023-09/plugins/ (417.38kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (152.23kB) [INFO] Fetching org.eclipse.wst.validation_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (436.03kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.5.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (381.87kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.13.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (190.33kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (145.01kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.5.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (297.78kB) [INFO] Fetching org.eclipse.jst.common.ui_1.1.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.98kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.1.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (144.26kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (459.55kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (159.82kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (339.48kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.901.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.5.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.78MB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.300.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (858.88kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.500.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (90.73kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (165.77kB) [INFO] Fetching org.eclipse.wst.web_1.3.200.v202305221615.jar from https://download.eclipse.org/staging/2023-09/plugins/ (77.84kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.1.0.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (194.86kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (80.58kB) [INFO] Fetching org.eclipse.jst.jee_1.1.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (119.56kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.600.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (64.28kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (126.91kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.2.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.41kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.2.100.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (236.58kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.3.0.v202307260438.jar from https://download.eclipse.org/staging/2023-09/plugins/ (485.52kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.401.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (152.42kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.2.0.v202307261744.jar from https://download.eclipse.org/staging/2023-09/plugins/ (255.21kB) [INFO] Fetching org.eclipse.wst.css.core_1.3.400.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (554.95kB) [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (322.08kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.701.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1MB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.800.v202308200343.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.05MB) [INFO] Fetching org.eclipse.wst.html.core_1.4.400.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (785.76kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.801.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (334.1kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/gef/updates/legacy/releases/ (130B) [INFO] Adding repository https://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from https://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:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.14.5.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (250.75kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/staging/2023-09/plugins/ (72.52kB) [INFO] Fetching org.mockito.mockito-core_5.4.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (673.71kB) [INFO] Fetching net.bytebuddy.byte-buddy_1.14.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (4.01MB) [INFO] Fetching org.objenesis_3.3.0.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (68.18kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Fetching org.eclipse.pde.junit.runtime_3.7.100.v20230728-0611.jar from https://download.eclipse.org/staging/2023-09/plugins/ (24.12kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.integration.test:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:4.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RedDeer Parent POM File [pom] [INFO] RedDeer Plugins [pom] [INFO] RedDeer Common [eclipse-plugin] [INFO] RedDeer Workbench Core [eclipse-plugin] [INFO] RedDeer E4 Workbench Core [eclipse-plugin] [INFO] RedDeer Core [eclipse-plugin] [INFO] RedDeer SWT [eclipse-plugin] [INFO] RedDeer JFace [eclipse-plugin] [INFO] RedDeer Workbench [eclipse-plugin] [INFO] RedDeer E4 Workbench [eclipse-plugin] [INFO] RedDeer UIForms [eclipse-plugin] [INFO] RedDeer Direct [eclipse-plugin] [INFO] RedDeer JUnit [eclipse-plugin] [INFO] RedDeer Eclipse [eclipse-plugin] [INFO] RedDeer GEF [eclipse-plugin] [INFO] RedDeer GEF Spy [eclipse-plugin] [INFO] RedDeer Graphiti [eclipse-plugin] [INFO] RedDeer JDT Junit [eclipse-plugin] [INFO] RedDeer JUnit Extensions [eclipse-plugin] [INFO] RedDeer Requirements [eclipse-plugin] [INFO] RedDeer UI [eclipse-plugin] [INFO] RedDeer Spy [eclipse-plugin] [INFO] RedDeer Recorder [eclipse-plugin] [INFO] RedDeer Go [eclipse-plugin] [INFO] RedDeer Log Parser [eclipse-plugin] [INFO] RedDeer CodeGen [eclipse-plugin] [INFO] RedDeer Test-Apps [pom] [INFO] RedDeer E4 Test App [eclipse-plugin] [INFO] RedDeer Tests [pom] [INFO] RedDeer Common Tests [eclipse-test-plugin] [INFO] RedDeer SWT Tests [eclipse-test-plugin] [INFO] RedDeer Core Tests [eclipse-test-plugin] [INFO] RedDeer Workbench Tests [eclipse-test-plugin] [INFO] RedDeer UIForms Test [eclipse-test-plugin] [INFO] RedDeer JFace Tests [eclipse-test-plugin] [INFO] RedDeer Integration and Eclipse Installation Tests [eclipse-test-plugin] [INFO] RedDeer Eclipse Tests [eclipse-test-plugin] [INFO] RedDeer GEF Tests [eclipse-test-plugin] [INFO] RedDeer Graphiti Tests [eclipse-test-plugin] [INFO] RedDeer Direct Tests [eclipse-test-plugin] [INFO] RedDeer JUnit Tests [eclipse-test-plugin] [INFO] RedDeer Requirements Tests [eclipse-test-plugin] [INFO] RedDeer UI Tests [eclipse-test-plugin] [INFO] RedDeer E4 Workbench Tests [eclipse-test-plugin] [INFO] RedDeer Features [pom] [INFO] RedDeer E4 Feature [eclipse-feature] [INFO] RedDeer Eclipse Feature [eclipse-feature] [INFO] RedDeer GEF Spy Feature [eclipse-feature] [INFO] RedDeer SWT Feature [eclipse-feature] [INFO] RedDeer Tests Feature [eclipse-feature] [INFO] RedDeer UI Feature [eclipse-feature] [INFO] RedDeer Recorder Feature [eclipse-feature] [INFO] RedDeer GEF/Graphiti Feature [eclipse-feature] [INFO] RedDeer Spy Feature [eclipse-feature] [INFO] RedDeer Log Parser Feature [eclipse-feature] [INFO] RedDeer 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 4.7.0-SNAPSHOT [1/58] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 4.7.0-SNAPSHOT [2/58] [INFO] from plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ plugins --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 4.7.0-SNAPSHOT [3/58] [INFO] from plugins/org.eclipse.reddeer.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common --- [INFO] Resolving class path of RedDeer Common... [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.124.100.v20230822-1526.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.07MB) [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (79.16kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.124.100.v20230822-1526.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.16MB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/staging/2023-09/plugins/ (251.02kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.92kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.124.100.v20230822-1526.jar from https://download.eclipse.org/staging/2023-09/plugins/ (2.1MB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.300.v20230622-2056.jar from https://download.eclipse.org/staging/2023-09/plugins/ (32.02kB) [INFO] Fetching org.eclipse.fx.osgi_3.9.0.202210162353.jar from https://download.eclipse.org/staging/2023-09/plugins/ (49.9kB) [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources: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:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.common --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >------- [INFO] Building RedDeer Workbench Core 4.7.0-SNAPSHOT [4/58] [INFO] from plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.core --- [INFO] Resolving class path of RedDeer Workbench Core... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.0.v20230501-1823.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.61kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (31.84kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/staging/2023-09/plugins/ (11.39kB) [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.core --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.workbench.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.workbench.core --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------ [INFO] Building RedDeer E4 Workbench Core 4.7.0-SNAPSHOT [5/58] [INFO] from plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Resolving class path of RedDeer E4 Workbench Core... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------ [INFO] Building RedDeer Core 4.7.0-SNAPSHOT [6/58] [INFO] from plugins/org.eclipse.reddeer.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core --- [INFO] Resolving class path of RedDeer Core... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.core --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >------------- [INFO] Building RedDeer SWT 4.7.0-SNAPSHOT [7/58] [INFO] from plugins/org.eclipse.reddeer.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt --- [INFO] Resolving class path of RedDeer SWT... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt --- [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.swt --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------ [INFO] Building RedDeer JFace 4.7.0-SNAPSHOT [8/58] [INFO] from plugins/org.eclipse.reddeer.jface/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface --- [INFO] Resolving class path of RedDeer JFace... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.jface --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.jface --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >---------- [INFO] Building RedDeer Workbench 4.7.0-SNAPSHOT [9/58] [INFO] from plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench --- [INFO] Resolving class path of RedDeer Workbench... [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.94kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.0.v20230616-1215.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.0.v20230616-1215.jar from https://download.eclipse.org/staging/2023-09/plugins/ (29.89kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (39.29kB) [INFO] Fetching org.eclipse.ui.win32_3.5.100.v20230630-1554.jar from https://download.eclipse.org/staging/2023-09/plugins/ (24.35kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.13kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.1.0.v20230630-1303.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.64kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/staging/2023-09/plugins/ (27.41kB) [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.workbench --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.workbench --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >-------- [INFO] Building RedDeer E4 Workbench 4.7.0-SNAPSHOT [10/58] [INFO] from plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench --- [INFO] Resolving class path of RedDeer E4 Workbench... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4.workbench --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4.workbench --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >----------- [INFO] Building RedDeer UIForms 4.7.0-SNAPSHOT [11/58] [INFO] from plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms --- [INFO] Resolving class path of RedDeer UIForms... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.uiforms --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.uiforms --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >----------- [INFO] Building RedDeer Direct 4.7.0-SNAPSHOT [12/58] [INFO] from plugins/org.eclipse.reddeer.direct/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.direct --- [INFO] Resolving class path of RedDeer Direct... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.direct --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.direct --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.direct --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------ [INFO] Building RedDeer JUnit 4.7.0-SNAPSHOT [13/58] [INFO] from plugins/org.eclipse.reddeer.junit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit --- [INFO] Resolving class path of RedDeer JUnit... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit --- [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.junit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.junit --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >----------- [INFO] Building RedDeer Eclipse 4.7.0-SNAPSHOT [14/58] [INFO] from plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse --- [INFO] Resolving class path of RedDeer Eclipse... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse --- [INFO] Compiling 251 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.eclipse --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.eclipse --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >------------- [INFO] Building RedDeer GEF 4.7.0-SNAPSHOT [15/58] [INFO] from plugins/org.eclipse.reddeer.gef/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef --- [INFO] Resolving class path of RedDeer GEF... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.gef --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.gef --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >----------- [INFO] Building RedDeer GEF Spy 4.7.0-SNAPSHOT [16/58] [INFO] from plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef.spy --- [INFO] Resolving class path of RedDeer GEF Spy... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef.spy --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.gef.spy --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.gef.spy --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >---------- [INFO] Building RedDeer Graphiti 4.7.0-SNAPSHOT [17/58] [INFO] from plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.graphiti --- [INFO] Resolving class path of RedDeer Graphiti... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.graphiti --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.graphiti --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.graphiti --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >---------- [INFO] Building RedDeer JDT Junit 4.7.0-SNAPSHOT [18/58] [INFO] from plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jdt.junit --- [INFO] Resolving class path of RedDeer JDT Junit... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jdt.junit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.jdt.junit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit --- [WARNING] /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/build.properties: bin.includes value(s) [resources/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.jdt.junit --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >------- [INFO] Building RedDeer JUnit Extensions 4.7.0-SNAPSHOT [19/58] [INFO] from plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit.extension --- [INFO] Resolving class path of RedDeer JUnit Extensions... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit.extension --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.junit.extension --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.junit.extension --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >-------- [INFO] Building RedDeer Requirements 4.7.0-SNAPSHOT [20/58] [INFO] from plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.requirements --- [INFO] Resolving class path of RedDeer Requirements... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.requirements --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.requirements --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.requirements --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >------------- [INFO] Building RedDeer UI 4.7.0-SNAPSHOT [21/58] [INFO] from plugins/org.eclipse.reddeer.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.ui --- [INFO] Resolving class path of RedDeer UI... [INFO] Fetching org.slf4j.binding.log4j12_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (23.66kB) [INFO] Fetching org.eclipse.swtbot.ant.junit_4.1.0.202307261500.jar from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (10.42kB) [INFO] Fetching biz.aQute.bnd.embedded-repo_6.4.1.202306080939.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (5.73MB) [INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (21.17kB) [INFO] Fetching org.slf4j.binding.simple_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (26.7kB) [INFO] Fetching org.slf4j.binding.nop_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (15.08kB) [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources: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:2.7.5:compile (default-compile) @ org.eclipse.reddeer.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.ui --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >------------- [INFO] Building RedDeer Spy 4.7.0-SNAPSHOT [22/58] [INFO] from plugins/org.eclipse.reddeer.spy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.spy --- [INFO] Resolving class path of RedDeer Spy... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources: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:2.7.5:compile (default-compile) @ org.eclipse.reddeer.spy --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.spy --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.spy --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >---------- [INFO] Building RedDeer Recorder 4.7.0-SNAPSHOT [23/58] [INFO] from plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.recorder --- [INFO] Resolving class path of RedDeer Recorder... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.recorder --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.recorder --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.recorder --- [INFO] No tests to run. [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >------------- [INFO] Building RedDeer Go 4.7.0-SNAPSHOT [24/58] [INFO] from plugins/org.eclipse.reddeer.go/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.go --- [INFO] Resolving class path of RedDeer Go... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.go --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.go --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.go --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >---------- [INFO] Building RedDeer Log Parser 4.7.0-SNAPSHOT [25/58] [INFO] from plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.logparser --- [INFO] Resolving class path of RedDeer Log Parser... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.logparser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.logparser --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.logparser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.logparser --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.logparser --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >----------- [INFO] Building RedDeer CodeGen 4.7.0-SNAPSHOT [26/58] [INFO] from plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.codegen --- [INFO] Resolving class path of RedDeer CodeGen... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.codegen --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.codegen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.codegen --- [INFO] No tests to run. [INFO] [INFO] -------------------< org.eclipse.reddeer:test-apps >-------------------- [INFO] Building RedDeer Test-Apps 4.7.0-SNAPSHOT [27/58] [INFO] from test-apps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ test-apps --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ test-apps --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >------------- [INFO] Building RedDeer E4 Test App 4.7.0-SNAPSHOT [28/58] [INFO] from test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4 --- [INFO] Resolving class path of RedDeer E4 Test App... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4 --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.reddeer.e4 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.reddeer.e4 --- [INFO] No tests to run. [INFO] [INFO] ---------------------< org.eclipse.reddeer:tests >---------------------- [INFO] Building RedDeer Tests 4.7.0-SNAPSHOT [29/58] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ tests --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >--------- [INFO] Building RedDeer Common Tests 4.7.0-SNAPSHOT [30/58] [INFO] from tests/org.eclipse.reddeer.common.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common.test --- [INFO] Resolving class path of RedDeer Common Tests... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (136.19kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.300.v20230630-1232.jar from https://download.eclipse.org/staging/2023-09/plugins/ (16.38kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.61kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (41.14kB) [INFO] Fetching org.eclipse.core.net.win32_1.1.100.v20230725-1354.jar from https://download.eclipse.org/staging/2023-09/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (86.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (88.49kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.100.v20230617-1158.jar from https://download.eclipse.org/staging/2023-09/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/staging/2023-09/plugins/ (87.79kB) [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common.test --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources does not exist [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.common.test --- [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/staging/2023-09/plugins/ (57.69kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/staging/2023-09/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.6.100.v20230727-0604.jar from https://download.eclipse.org/staging/2023-09/plugins/ (32.87kB) [INFO] Fetching org.eclipse.platform_4.29.0.v20230824-0400.jar from https://download.eclipse.org/staging/2023-09/plugins/ (586.37kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.common.test.wait.GroupWaitTest 12:04:26.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:27.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 12:04:27.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:31.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 12:04:31.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:35.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:04:35.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:36.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:04:36.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 12:04:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:41.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 12:04:41.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:45.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:04:45.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:52.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.13 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.083 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.001 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.504 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.501 s test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 11.004 s test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.002 s getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1_smallnumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.WaitWhileTest 12:04:52.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:04:59.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:04:59.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:05:06.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:05:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:05:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.506 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0.001 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_WaitWhileFulFilled(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.002 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 12:05:08.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:05:15.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:05:15.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:05:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 12:05:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 12:05:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.506 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0.001 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.001 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.501 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.025 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.003 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float_fail(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0.001 s getFloatSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getBooleanSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getByName_nonExisting(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.properties.LoggerTest 12:05:25.407 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 12:05:25.407 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 12:05:25.407 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 12:05:25.407 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 12:05:25.407 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 12:05:25.407 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 12:05:25.407 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.LoggerTest testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest) Time elapsed: 0.001 s Results: Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >---------- [INFO] Building RedDeer SWT Tests 4.7.0-SNAPSHOT [31/58] [INFO] from tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt.test --- [INFO] Resolving class path of RedDeer SWT Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Fetching slf4j.simple_2.0.7.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.6kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.146 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:05:39.148 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:05:39.160 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:05:39.161 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:05:39.238 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.265 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:39.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:39.271 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.274 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:05:39.274 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:05:39.332 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:05:39.336 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:39.336 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:39.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:39.339 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:39.342 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:39.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:39.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:39.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:39.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:39.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:39.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:39.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:39.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:39.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:39.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:39.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:39.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:39.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:39.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:39.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 12:05:39.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:39.538 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 12:05:39.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:39.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:39.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:39.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:39.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:39.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:39.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:39.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:39.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:39.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:39.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:39.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:39.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:39.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:39.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:39.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:39.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:05:39.745 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 12:05:39.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:39.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:39.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:39.832 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:39.832 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:39.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:39.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:39.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:39.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:39.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:39.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:39.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:39.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:39.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:39.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:39.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:39.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:39.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:39.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:39.866 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:05:39.866 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 12:05:39.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:39.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:39.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:39.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:39.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:39.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:39.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:39.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:39.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:39.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:39.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:39.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:39.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.027 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:05:40.028 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 12:05:40.028 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 12:05:40.028 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 12:05:40.028 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 12:05:40.028 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 12:05:40.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:40.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:40.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:40.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:40.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:40.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:40.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:40.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:40.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:40.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:40.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:40.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.143 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:05:40.143 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 12:05:40.144 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 12:05:40.144 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 12:05:40.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:40.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:40.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:40.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:40.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:40.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:40.159 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:40.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:40.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:40.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:40.159 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:40.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.255 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:05:40.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 12:05:40.257 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 12:05:40.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:40.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:40.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:40.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:40.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:40.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:40.271 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:40.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:40.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:40.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:40.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:40.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:40.369 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 12:05:40.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 12:05:40.369 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 12:05:40.369 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 12:05:40.370 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 12:05:40.370 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 12:05:40.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:40.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:40.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:40.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:40.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 12:05:40.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 12:05:40.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:40.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:40.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.317 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.295 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.182 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.113 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.11 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.102 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.112 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.174 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.541 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.543 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:40.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:40.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:40.544 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:40.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:40.544 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:40.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:40.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:40.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:40.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:40.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:40.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:40.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:40.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:40.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:40.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:40.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:40.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:40.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:40.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:40.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:40.662 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:40.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:40.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:40.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:40.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:40.666 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:40.667 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:05:40.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 12:05:40.668 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 12:05:40.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:40.673 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:40.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:40.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:40.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:40.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:40.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:40.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:40.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:40.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:40.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:40.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:40.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:40.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:40.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:40.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:40.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:40.783 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:40.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:40.783 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:40.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:40.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:40.784 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:40.784 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:05:40.784 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 12:05:40.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:40.829 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:40.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:40.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:40.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:40.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:40.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:40.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:40.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.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.shell.DefaultShell, index 0 and no matchers specified 12:05:40.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:40.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:40.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:40.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:40.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:40.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:40.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:40.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:40.892 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:40.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:40.892 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:40.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:40.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:40.893 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:40.893 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:40.893 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:40.893 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:05:40.893 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 12:05:40.893 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 12:05:40.894 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 12:05:40.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 12:05:40.933 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 12:05:40.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:40.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:40.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:40.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:40.961 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:40.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:40.961 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:40.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:40.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:40.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:40.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:40.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:40.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:40.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:40.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:40.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:40.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:40.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:40.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:40.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:40.995 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:40.995 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:40.995 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:40.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:40.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.024 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.024 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:05:41.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.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.shell.DefaultShell, index 0 and no matchers specified 12:05:41.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.078 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.078 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.079 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.079 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:41.079 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:41.079 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:05:41.079 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 12:05:41.079 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 12:05:41.079 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 12:05:41.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 12:05:41.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 12:05:41.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.159 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.159 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.166 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:41.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:41.231 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.231 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.231 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:41.231 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:41.232 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:05:41.232 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 12:05:41.232 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 12:05:41.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 12:05:41.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 12:05:41.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.299 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.299 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.299 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.299 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.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.shell.DefaultShell, index 0 and no matchers specified 12:05:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.356 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:41.356 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.356 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.356 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.356 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:41.356 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:41.356 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 12:05:41.358 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 12:05:41.358 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 12:05:41.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.389 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.389 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.389 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:41.440 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.441 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.441 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:41.441 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:41.441 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:05:41.441 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 12:05:41.441 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 12:05:41.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:41.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:41.494 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.494 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.494 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.495 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:05:41.495 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 12:05:41.495 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 12:05:41.495 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 12:05:41.495 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 12:05:41.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:05:41.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:41.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 12:05:41.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:41.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:41.525 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:41.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:41.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.581 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.581 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.581 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.593 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 12:05:41.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.663 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 12:05:41.663 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 12:05:41.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.674 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.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.shell.DefaultShell, index 0 and no matchers specified 12:05:41.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.730 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.731 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.731 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:41.731 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:41.731 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 12:05:41.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 12:05:41.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.742 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:41.784 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.789 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.789 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.830 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.861 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.861 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.861 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:41.861 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:41.861 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 12:05:41.861 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 12:05:41.861 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 12:05:41.861 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 12:05:41.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.873 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.873 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.873 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.931 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:41.931 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.931 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.932 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.932 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 12:05:41.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:41.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:41.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:41.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:05:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:41.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:41.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:41.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:41.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:41.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:41.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:41.983 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:41.983 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:41.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:41.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:41.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:41.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:41.983 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:41.983 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:41.983 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:41.983 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 12:05:41.984 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 12:05:41.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:41.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:41.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:41.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:41.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:41.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:41.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:41.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:41.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:41.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:42.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:42.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05: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.shell.DefaultShell, index 0 and no matchers specified 12:05:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:42.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:42.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:42.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:42.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:42.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 12:05:42.048 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 12:05:42.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 12:05:42.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 12:05:42.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:42.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:42.049 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 12:05:42.049 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 12:05:42.049 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 12:05:42.049 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 12:05:42.049 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 12:05:42.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 12:05:42.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 12:05:42.049 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 12:05:42.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:42.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:42.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:42.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 12:05:42.060 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 12:05:42.060 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:42.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.521 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.199 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.1 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.116 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.075 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.056 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.074 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.093 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.04 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.09 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.063 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.086 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.054 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.081 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.067 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.086 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.043 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.07 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.051 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.065 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:05:42.082 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:05:42.083 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:42.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:42.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:05:42.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:42.083 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:42.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:42.084 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:42.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:42.085 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:05:42.086 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:05:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:42.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:05:42.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:42.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:42.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:42.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:42.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:05:42.128 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:05:42.129 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:05:42.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:05:42.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:05:42.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:05:42.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:42.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:42.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 12:05:42.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:42.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:05:42.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:42.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:42.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:42.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:42.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:42.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:05:42.196 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:05:42.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:42.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:42.200 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:05:42.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:05:42.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:05:42.201 TRACE [main][WidgetHandler] Notify Table with event 13 12:05:42.201 TRACE [main][WidgetHandler] Wait for synchronization 12:05:42.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:05:42.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:42.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:42.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:42.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:42.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:05:42.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:42.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:42.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:42.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:42.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:42.233 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:42.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:42.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:42.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:42.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:42.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:42.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:05:42.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:42.771 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:42.771 DEBUG [main][MenuItemLookup] Item match:Window 12:05:42.774 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:42.774 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:42.774 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:05:42.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.775 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:42.775 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:42.775 DEBUG [main][MenuItemLookup] Item match:Window 12:05:42.776 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:42.776 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:42.776 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:42.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.776 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:42.776 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:42.776 DEBUG [main][MenuItemLookup] Item match:Perspective 12:05:42.779 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:05:42.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.779 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:05:42.779 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:05:42.779 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:05:42.779 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:05:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:05:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.826 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:42.827 DEBUG [main][MenuItemLookup] Item match:Window 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:42.827 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:05:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.828 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:42.828 DEBUG [main][MenuItemLookup] Item match:Window 12:05:42.828 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:42.829 DEBUG [main][MenuItemLookup] Item match:Perspective 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:05:42.829 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:05:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:42.829 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:42.830 DEBUG [main][MenuItemLookup] Item match:Window 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.830 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:05:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.830 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:42.831 DEBUG [main][MenuItemLookup] Item match:Window 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:42.831 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:42.831 DEBUG [main][MenuItemLookup] Item match:Perspective 12:05:42.832 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:05:42.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:42.832 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:05:42.832 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:05:42.832 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:05:42.832 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:05:42.832 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:05:42.832 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:05:42.832 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:05:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:05:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:05:42.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:05:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:42.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:05:42.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:42.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:42.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:42.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:05:42.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:42.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:05:42.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:42.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:42.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:42.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:42.873 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:05:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:42.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:42.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:43.068 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:43.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 12:05:43.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:05:43.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:43.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:43.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:43.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:43.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:43.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:43.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:43.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Run.*') 12:05:43.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:43.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:43.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:05:43.091 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:05:43.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:43.213 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 12:05:43.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:43.213 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:05:43.213 DEBUG [main][MenuItemLookup] Item match:Run As 12:05:43.225 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 12:05:43.225 DEBUG [main][MenuItemLookup] Item match:(none applicable) 12:05:43.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 12:05:43.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:05:43.226 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:43.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:43.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 12:05:43.226 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 12:05:43.226 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:43.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.158 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:43.235 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:43.236 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:43.236 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:43.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:43.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:43.236 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:43.237 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:43.237 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:43.237 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:43.237 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:43.237 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:05:43.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:43.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:43.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:43.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:43.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:43.247 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 12:05:43.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:43.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:43.248 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:43.248 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:43.248 DEBUG [main][MenuItemLookup] Item match:Window 12:05:43.249 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:43.249 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:43.249 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:43.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:43.249 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:43.249 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:43.254 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:05:43.255 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:05:43.255 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:43.255 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:43.255 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:43.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:43.255 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:43.255 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:43.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:43.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:43.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:43.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:43.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:43.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:43.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:43.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:43.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:43.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:43.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:43.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:43.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:43.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:43.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:05:43.353 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:43.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:43.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:43.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:43.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:05:43.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:05:43.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:43.858 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:05:43.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:43.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:05:43.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 12:05:43.858 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 12:05:43.859 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 12:05:43.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 12:05:43.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:43.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:43.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:43.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:43.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:43.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:43.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:43.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:43.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:43.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:43.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:43.862 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:43.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:43.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:43.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:43.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:43.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:43.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:43.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:43.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:43.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:43.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 '\*?\QRedDeer SWT\E') 12:05:43.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:43.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:43.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:43.940 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:05:43.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:05:43.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:43.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:43.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:43.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:43.960 DEBUG [main][MenuItemLookup] Found menu:'submenu' 12:05:43.960 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:43.960 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 12:05:43.960 DEBUG [main][MenuItemLookup] Item match:View Action with ID 12:05:43.960 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 12:05:43.960 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 12:05:43.960 INFO [main][MenuItemHandler] Select menu item: View Action with ID 12:05:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 12:05:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 12:05:43.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:43.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:43.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:43.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:43.961 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:05:43.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:43.962 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:05:43.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:43.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:43.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:43.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:43.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:05:43.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:43.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:43.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 12:05:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:43.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:43.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:43.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:43.973 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:05:43.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:05:43.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:43.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:43.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:43.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:43.974 DEBUG [main][MenuItemLookup] Found menu:'submenu' 12:05:43.974 DEBUG [main][MenuItemLookup] Item match:submenu 12:05:43.976 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 12:05:43.977 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 12:05:43.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 12:05:43.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 12:05:43.977 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 12:05:43.978 DEBUG [main][MenuItemLookup] Found menu:'submenu' 12:05:43.978 DEBUG [main][MenuItemLookup] Item match:submenu 12:05:43.978 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 12:05:43.978 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 12:05:43.978 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 12:05:43.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 12:05:43.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 12:05:43.978 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 12:05:43.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:43.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:43.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:43.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:05:43.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:43.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:05:43.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:43.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:43.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:43.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:43.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:43.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:43.991 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:05:43.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:43.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:43.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:43.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:43.992 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:43.992 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:43.992 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:43.992 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:43.992 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:43.992 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:43.992 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:43.992 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:43.992 DEBUG [main][MenuItemLookup] Item match:Window 12:05:43.993 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:43.993 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:43.993 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:43.993 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:43.993 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:43.993 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:43.997 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:43.997 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:43.997 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:43.997 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:43.997 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:44.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:44.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:44.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:44.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 12:05:44.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:44.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:44.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:44.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:44.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:44.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:44.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:44.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:44.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:44.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:05:44.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:44.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:44.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:44.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:44.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:05:44.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:44.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:44.583 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:05:44.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:44.584 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:44.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:05:44.584 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:05:44.584 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:05:44.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:05:44.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:44.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:44.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:44.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:44.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:44.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:44.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:44.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:44.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:44.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:44.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:44.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:44.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:44.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:44.587 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:44.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:44.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:44.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:44.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:44.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:44.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:44.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:44.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:44.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:44.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:05:44.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:44.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:44.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:44.725 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:05:44.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:05:44.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:44.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:44.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:44.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:44.729 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:05:44.729 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:44.729 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:05:44.729 DEBUG [main][MenuItemLookup] Item match:Filters... 12:05:44.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 12:05:44.729 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 12:05:44.729 INFO [main][MenuItemHandler] Select menu item: &Filters... 12:05:44.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 12:05:44.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 12:05:44.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 12:05:44.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:44.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:44.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 "OK") 12:05:44.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:44.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:44.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:44.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 12:05:44.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:44.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:44.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:44.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:44.808 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:05:44.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:44.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:44.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:44.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 12:05:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 12:05:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:05:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:05:44.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:44.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:44.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:44.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:44.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:05:44.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:44.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:05:44.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:44.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:44.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:44.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:44.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.927 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:05:44.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:44.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:44.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:44.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:44.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') 12:05:44.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:44.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:44.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:44.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:44.936 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:05:44.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:05:44.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:44.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:44.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:44.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:44.937 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:05:44.937 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:44.937 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:05:44.937 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:44.937 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:05:44.937 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 12:05:44.937 DEBUG [main][MenuItemLookup] Item match:Show text filter 12:05:44.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 12:05:44.938 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 12:05:44.938 INFO [main][MenuItemHandler] Select menu item: &Show text filter 12:05:44.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:05:44.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:44.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:44.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:44.940 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 12:05:44.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:44.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:44.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:44.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:45.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:45.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:45.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:45.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:45.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:45.947 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:05:45.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:45.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:45.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:45.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:45.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 12:05:45.948 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 12:05:45.948 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:45.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.713 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.724 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.017 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.917 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.051 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:45.959 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:45.959 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:45.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:45.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:45.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:45.960 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:45.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:45.960 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:45.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:45.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:45.961 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:45.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:45.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:45.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:45.961 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:45.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:45.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:45.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:46.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 12:05:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:46.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:46.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:46.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:05:46.000 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:05:46.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:46.008 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 12:05:46.008 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 12:05:46.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:46.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:46.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:46.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:46.022 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.022 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:46.022 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:46.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:46.022 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:46.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:46.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:46.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:46.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 12:05:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:46.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:46.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:46.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:46.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:05:46.074 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:05:46.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:46.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 12:05:46.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 12:05:46.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 12:05:46.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.087 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:46.087 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:46.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:46.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:46.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:46.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:46.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:46.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:46.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:46.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:46.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:46.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:46.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:46.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 12:05:46.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:46.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:46.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:46.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:46.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:05:46.152 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:05:46.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:46.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:46.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:46.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:46.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:46.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:46.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:46.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:46.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:46.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:46.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 12:05:46.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:46.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:46.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:46.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:46.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:05:46.225 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:05:46.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:46.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 12:05:46.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:46.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:46.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:46.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:46.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:46.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 12:05:46.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 12:05:46.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 12:05:46.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:46.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:46.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "genericToolItem") 12:05:46.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:46.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:46.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:46.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:46.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:05:46.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:46.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:46.303 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 12:05:46.303 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 12:05:46.303 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:46.303 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.061 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.073 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.09 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.061 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.057 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:46.325 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:46.327 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:46.327 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:46.327 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:46.327 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:46.327 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:46.333 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:46.333 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:46.333 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:46.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:46.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:46.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:46.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:46.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:46.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:46.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 1 and no matchers specified 12:05:46.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:46.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:46.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:46.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:46.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:46.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:46.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:46.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:46.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:46.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:47.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:05:47.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:05:47.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:47.447 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 12:05:47.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:47.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:47.448 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:47.448 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:47.448 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:47.448 INFO [main][AbstractShell] Close shell Testing shell 12:05:47.448 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:47.463 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:47.463 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:47.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:47.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:47.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:47.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:47.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:47.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:47.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:47.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:47.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:47.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:47.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:47.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:47.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "@#NON_EXISITNG_LABEL%$") 12:05:47.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:47.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:47.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:47.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:47.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:47.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:48.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:48.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:48.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:48.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:48.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:05:48.527 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 12:05:48.527 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:48.527 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:48.527 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:48.527 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:48.527 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:48.527 INFO [main][AbstractShell] Close shell Testing shell 12:05:48.527 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:48.539 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:48.539 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:48.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:48.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:48.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:48.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:48.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:48.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:48.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:48.554 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:48.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:48.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:48.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:48.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:48.579 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 12:05:48.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:48.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:48.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:48.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:48.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:48.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:48.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:48.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:48.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:48.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:05:48.600 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 12:05:48.705 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:48.705 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:48.705 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:48.705 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:48.705 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:48.705 INFO [main][AbstractShell] Close shell Testing shell 12:05:48.705 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:48.710 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:48.710 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:48.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:48.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:48.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:48.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:48.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:48.730 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:48.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:48.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:48.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:48.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:48.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:48.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:48.755 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 12:05:48.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:48.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:48.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:48.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:48.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:48.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:48.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:05:48.774 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 12:05:48.879 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:48.880 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:48.880 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:48.880 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:48.880 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:48.880 INFO [main][AbstractShell] Close shell Testing shell 12:05:48.880 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:48.890 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:48.890 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:48.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:48.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:48.890 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:48.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:48.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:48.892 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:48.892 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:48.892 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:48.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:48.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:48.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:48.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:48.937 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 12:05:48.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:48.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:48.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:48.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:48.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:48.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:48.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:48.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:05:48.961 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:48.961 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:48.961 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:48.961 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:48.961 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:48.961 INFO [main][AbstractShell] Close shell Testing shell 12:05:48.961 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:49.079 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:49.079 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:49.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:49.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:49.079 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:49.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:49.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:49.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:49.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:49.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:49.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:49.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:49.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:49.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:49.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test browser:") 12:05:49.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:49.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:49.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:49.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:49.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:49.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:49.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:49.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:49.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:49.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:05:49.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:05:49.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:05:49.128 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:05:49.128 DEBUG [main][AbstractWait] Waiting until shell is active... 12:05:49.129 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:05:49.129 INFO [main][AbstractShell] Close shell Testing shell 12:05:49.129 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:05:49.232 DEBUG [main][AbstractWait] Waiting while shell is available... 12:05:49.232 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:05:49.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:49.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:49.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:49.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:49.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:49.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:49.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:49.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:05:49.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:05:49.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:49.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:49.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:49.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 12:05:49.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:49.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:05:49.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:49.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:49.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:49.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:49.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:49.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:05:49.278 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 12:05:49.281 DEBUG [main][BrowserProgressListener] Calling chanded() 12:05:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:05:49.281 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:05:49.499 DEBUG [main][BrowserProgressListener] Calling chanded() 12:05:49.779 DEBUG [main][BrowserProgressListener] Calling chanded() 12:05:49.781 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:05:49.997 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 12:05:50.282 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:05:50.420 DEBUG [main][BrowserProgressListener] Calling chanded() 12:05:50.420 DEBUG [main][BrowserProgressListener] Calling chanded() 12:05:50.782 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:05:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:05:50.782 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:06:00.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:06:00.783 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:00.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:06:00.794 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 12:06:00.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:06:00.795 DEBUG [main][BrowserProgressListener] Calling chanded() 12:06:00.795 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:00.836 DEBUG [main][BrowserProgressListener] Calling chanded() 12:06:00.944 DEBUG [main][BrowserProgressListener] Calling chanded() 12:06:01.295 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:01.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:06:01.295 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:06:11.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:06:11.296 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:11.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:06:11.297 INFO [WorkbenchTestable][AbstractBrowser] Browser back 12:06:11.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:06:11.298 DEBUG [main][BrowserProgressListener] Calling chanded() 12:06:11.298 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:11.419 DEBUG [main][BrowserProgressListener] Calling chanded() 12:06:11.798 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:06:11.798 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:06:12.799 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:06:12.801 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 12:06:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:06:12.802 DEBUG [main][BrowserProgressListener] Calling chanded() 12:06:12.802 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:12.863 DEBUG [main][BrowserProgressListener] Calling chanded() 12:06:13.302 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:06:13.302 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:14.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:06:14.303 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:06:14.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:06:14.304 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.304 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.304 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.305 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.305 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.305 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.305 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.315 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.315 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:06:14.315 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 12:06:14.331 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 12:06:14.331 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.007 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.131 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.089 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.176 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.162 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.189 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.153 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 25.097 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.344 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.344 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:14.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.345 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:14.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.345 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:14.345 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 12:06:14.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:14.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:14.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 12:06:14.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 12:06:14.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.452 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.452 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.452 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.453 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.453 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.453 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.453 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.465 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.465 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.466 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.473 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.473 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.473 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified ( with key 'coolId' and value '1') 12:06:14.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 12:06:14.558 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 12:06:14.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.561 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 12:06:14.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.569 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.569 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.570 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.570 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.570 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.570 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.583 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.583 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 12:06:14.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and no matchers specified 12:06:14.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 12:06:14.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 12:06:14.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:14.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 12:06:14.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 12:06:14.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 2 and no matchers specified 12:06:14.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:14.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 12:06:14.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 12:06:14.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 3 and no matchers specified 12:06:14.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.708 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:06:14.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:06:14.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 12:06:14.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.712 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.713 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.713 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.713 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.713 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.736 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.736 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 12:06:14.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.844 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 12:06:14.845 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.845 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.845 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.846 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.846 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.846 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.846 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:14.859 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:14.859 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:14.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:14.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:14.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:14.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:14.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:14.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:14.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:14.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:14.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 12:06:14.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:14.972 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 12:06:14.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:14.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:14.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:14.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:14.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:14.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:14.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:14.981 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:14.982 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:14.982 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:14.982 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:14.983 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:14.983 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:14.983 INFO [main][AbstractShell] Close shell Testing shell 12:06:14.983 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:15.000 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:15.001 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:15.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:15.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:15.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.008 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:15.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:15.008 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:15.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:15.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:15.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:15.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:15.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 12:06:15.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:15.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:15.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:15.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:15.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 12:06:15.093 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 12:06:15.094 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:15.094 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:15.094 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:15.095 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:15.095 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:15.095 INFO [main][AbstractShell] Close shell Testing shell 12:06:15.095 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:15.113 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:15.113 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:15.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:15.113 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:15.113 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:15.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:15.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:15.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:15.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:15.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:15.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:15.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:15.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 5 and no matchers specified 12:06:15.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:15.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:15.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:15.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:15.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:15.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:15.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:16.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:16.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:16.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:16.222 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 12:06:16.222 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:16.222 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:16.222 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:16.222 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:16.222 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:16.222 INFO [main][AbstractShell] Close shell Testing shell 12:06:16.222 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:16.235 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:16.235 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:16.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:16.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:16.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:16.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:16.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:16.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:16.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:16.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:16.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:16.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:16.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 12:06:16.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:16.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:16.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:16.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:16.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:16.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:16.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:16.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:16.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:17.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:17.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:17.325 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 12:06:17.325 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:17.325 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:17.326 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:17.326 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:17.326 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:17.326 INFO [main][AbstractShell] Close shell Testing shell 12:06:17.326 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:17.342 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:17.342 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:17.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:17.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.350 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:17.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:17.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:17.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:17.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 12:06:17.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:17.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 12:06:17.429 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 12:06:17.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:17.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:17.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:17.432 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:17.433 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:17.433 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:17.433 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:17.434 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:17.434 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:17.434 INFO [main][AbstractShell] Close shell Testing shell 12:06:17.434 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:17.447 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:17.447 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:17.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:17.447 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.469 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 12:06:17.469 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 12:06:17.469 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.126 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.128 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.132 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.152 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.122 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.128 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.114 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.121 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.107 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.119 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:17.481 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:17.482 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:17.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.482 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:17.482 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.482 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:17.483 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.483 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:17.483 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:17.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:17.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:17.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:734): Gtk-WARNING **: 12:06:17.502: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.510: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.511: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.524: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.525: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.531: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.531: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.533: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.533: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.534: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.535: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.536: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.553: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.555: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.557: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.563: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.564: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.565: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.565: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.566: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.568: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.574: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.575: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.575: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.576: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.576: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.577: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.586: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.587: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.588: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.589: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.590: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.591: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:06:17.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 12:06:17.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:17.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:17.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 12:06:17.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 12:06:17.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:17.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:17.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:06:17.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:17.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:17.643 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:17.643 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:17.643 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:17.643 INFO [main][AbstractShell] Close shell Testing shell 12:06:17.643 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:17.665 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:17.665 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:17.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:17.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:17.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:17.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:17.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:17.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:17.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:17.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:17.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:17.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:734): Gtk-WARNING **: 12:06:17.701: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.708: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.709: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.710: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.724: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.731: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.731: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.733: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.733: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.734: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.735: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.735: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.745: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.753: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.754: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.755: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.756: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.763: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.763: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.764: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.765: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.766: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.767: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.767: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.774: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.774: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.775: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.776: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.776: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.777: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.778: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.778: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.779: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.785: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.786: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.787: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.787: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.787: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.788: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.789: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:17.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:06:17.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 12:06:17.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:17.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:17.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:06:17.812 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 12:06:17.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 12:06:17.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:17.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:17.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:17.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:17.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:17.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:17.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:17.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:17.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:06:17.813 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 12:06:17.818 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:18.819 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 12:06:18.819 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 12:06:18.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 12:06:18.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:18.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:18.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:18.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:18.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:18.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:18.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:06:18.820 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 12:06:18.820 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:19.820 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 12:06:19.820 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 12:06:19.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 12:06:19.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:19.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:19.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:19.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:19.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:19.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:06:19.821 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 12:06:19.822 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:20.822 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 12:06:20.822 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 12:06:20.822 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 12:06:20.825 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 12:06:20.825 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 12:06:20.825 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 12:06:20.825 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 12:06:20.825 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 12:06:20.825 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 12:06:20.825 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 12:06:20.825 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 12:06:20.826 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 12:06:20.826 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:20.826 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:20.826 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:20.827 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:20.827 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:20.827 INFO [main][AbstractShell] Close shell Testing shell 12:06:20.827 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:20.849 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:20.849 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:20.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:20.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:20.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:20.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:20.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:20.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:20.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:20.857 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:20.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:20.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:20.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:20.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:734): Gtk-WARNING **: 12:06:20.872: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.878: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.879: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.880: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.881: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.887: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.887: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.888: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.888: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.889: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.890: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.890: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.903: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.913: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.915: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.916: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.917: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.924: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.924: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.926: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.926: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.927: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.928: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.928: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.934: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.934: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.935: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.936: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.936: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.936: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.937: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.938: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.938: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.938: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.944: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.945: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.945: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.945: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.946: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.946: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.946: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.947: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.947: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.949: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:20.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:06:20.953 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 12:06:20.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 12:06:20.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:20.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:20.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:20.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:20.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:20.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:20.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:20.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:20.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:20.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:06:20.978 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 12:06:20.979 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:21.979 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 12:06:21.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:06:21.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:21.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:21.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:21.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:21.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:21.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:21.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:06:21.980 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:21.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:21.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:21.983 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:21.984 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:21.984 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:21.984 INFO [main][AbstractShell] Close shell Testing shell 12:06:21.984 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:22.006 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:22.006 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:22.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:22.007 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:22.007 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:22.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:22.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:22.014 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:22.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:22.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:22.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:22.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:734): Gtk-WARNING **: 12:06:22.029: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.036: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.038: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.039: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.040: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.046: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.046: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.048: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.048: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.049: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.050: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.050: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.060: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.067: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.068: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.069: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.070: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.077: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.079: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.079: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.080: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.082: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.082: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.088: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.088: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.089: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.090: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.090: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.090: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.091: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.092: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.092: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.092: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.099: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.099: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.100: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.100: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.101: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.102: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.103: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:22.104: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:06:22.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 12:06:22.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:22.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:22.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:22.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:22.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:22.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:22.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:22.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 12:06:22.130 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 12:06:22.131 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 12:06:22.131 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:23.132 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 12:06:23.132 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 12:06:23.132 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:24.133 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 12:06:24.133 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 12:06:24.133 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:25.133 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 12:06:25.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:25.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:25.134 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:25.135 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:25.135 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:25.135 INFO [main][AbstractShell] Close shell Testing shell 12:06:25.135 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:25.156 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:25.157 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:25.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:25.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:25.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:25.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:25.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:25.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:25.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:25.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:25.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:25.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:734): Gtk-WARNING **: 12:06:25.194: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.201: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.203: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.211: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.211: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.213: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.213: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.214: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.215: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.215: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.225: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.232: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.234: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.235: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.236: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.243: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.244: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.245: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.246: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.247: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.247: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.253: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.254: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.254: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.255: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.256: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.256: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.257: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.258: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.258: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.258: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.265: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.266: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.267: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.268: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.269: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.270: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.270: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.270: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:25.271: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:06:25.273 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 12:06:25.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 12:06:25.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:25.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:25.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:25.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:25.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:25.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:25.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:25.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 12:06:25.294 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 12:06:25.295 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:06:26.295 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 12:06:26.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:06:26.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:26.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:26.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:26.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:26.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:26.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:26.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:26.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:26.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:26.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:06:26.296 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:26.299 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:26.299 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:26.299 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:26.300 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:26.300 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:26.300 INFO [main][AbstractShell] Close shell Testing shell 12:06:26.300 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:26.324 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:26.324 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:26.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:26.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:26.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:26.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:26.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:26.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:26.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:26.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:26.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:26.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:734): Gtk-WARNING **: 12:06:26.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.368: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.370: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.371: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.378: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.379: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.380: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.381: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.382: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.382: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.392: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.400: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.402: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.403: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.404: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.410: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.412: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.413: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.414: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.414: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.420: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.421: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.421: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.422: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.423: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.424: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.425: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.431: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.432: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.433: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.433: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.433: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.434: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.435: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.436: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:06:26.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 12:06:26.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:26.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:26.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:26.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:26.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:26.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:26.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:26.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:26.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:26.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 12:06:26.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:26.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:26.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:26.460 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:26.460 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:26.460 INFO [main][AbstractShell] Close shell Testing shell 12:06:26.460 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:26.483 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:26.483 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:26.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:26.483 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:26.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:26.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:26.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:26.491 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:26.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:26.491 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:26.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:26.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:26.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:26.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:734): Gtk-WARNING **: 12:06:26.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.512: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.514: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.514: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.515: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.524: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.524: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.526: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.527: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.528: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.538: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.546: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.547: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.548: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.549: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.555: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.556: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.557: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.557: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.558: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.559: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.565: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.566: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.566: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.567: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.568: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.569: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.570: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.576: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.576: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.577: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.577: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.578: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.579: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.580: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:26.581: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:06:26.584 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 12:06:26.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 3 and no matchers specified 12:06:26.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:26.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:26.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:26.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:26.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:26.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:26.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:06:26.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:06:27.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:06:27.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:06:27.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:06:27.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:06:27.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:27.629 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 12:06:27.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:27.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:27.629 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:27.629 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:27.629 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:27.629 INFO [main][AbstractShell] Close shell Testing shell 12:06:27.629 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:27.650 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:27.651 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:27.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:27.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:27.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:27.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:27.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:27.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:27.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:27.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:27.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:27.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:734): Gtk-WARNING **: 12:06:27.683: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.690: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.691: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.692: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.693: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.698: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.700: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.700: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.701: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.701: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.702: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.710: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.717: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.718: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.719: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.720: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.726: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.726: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.727: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.727: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.728: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.729: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.729: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.735: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.736: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.736: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.737: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.737: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.737: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.738: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.739: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.739: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.739: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.745: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.746: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.746: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.746: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.747: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.747: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.747: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.747: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.748: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.749: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:734): Gtk-WARNING **: 12:06:27.750: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 12:06:27.752 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 12:06:27.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 12:06:27.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:27.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:27.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:27.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:27.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:27.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:27.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:27.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 12:06:27.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:27.775 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:27.775 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:27.775 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:27.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:27.775 INFO [main][AbstractShell] Close shell Testing shell 12:06:27.775 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:27.795 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:27.795 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:27.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:27.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:27.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:27.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 12:06:27.801 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 12:06:27.801 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:27.801 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:27.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.322 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.203 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.171 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.157 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.164 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.167 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.145 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.178 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.131 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.808 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.809 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:27.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:27.809 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.809 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:27.809 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:27.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:27.826 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:27.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:27.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:27.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:27.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:27.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:27.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:27.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified ( with key 'null' and value 'id#CLabel:1') 12:06:27.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:27.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:27.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:27.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:27.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:27.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:27.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:06:27.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:27.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:27.853 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:27.853 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:27.853 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:27.853 INFO [main][AbstractShell] Close shell Testing shell 12:06:27.853 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:27.856 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:27.856 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:27.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:27.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:27.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:27.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:27.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:27.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:27.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:27.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 12:06:27.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:27.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:27.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:27.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:27.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:27.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:27.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:27.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 12:06:27.890 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:27.890 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:27.890 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:27.890 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:27.890 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:27.890 INFO [main][AbstractShell] Close shell Testing shell 12:06:27.890 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:27.893 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:27.893 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:27.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:27.893 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:27.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.950 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:27.950 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:27.950 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:27.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:27.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:27.950 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:27.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 12:06:27.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:27.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:27.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:27.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:27.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:27.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:06:27.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 12:06:27.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:27.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:27.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:27.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:27.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:27.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 12:06:27.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 2 and no matchers specified 12:06:27.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:27.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:27.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:27.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:27.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:27.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 12:06:27.965 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:27.965 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:27.965 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:27.965 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:27.965 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:27.965 INFO [main][AbstractShell] Close shell Testing shell 12:06:27.965 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:27.968 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:27.968 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:27.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:27.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:27.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.986 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:27.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:27.987 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:27.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:27.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:27.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:27.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:27.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 12:06:27.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:27.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:27.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:27.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:27.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:27.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:27.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:27.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 12:06:27.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:27.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:27.999 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:27.999 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:27.999 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:27.999 INFO [main][AbstractShell] Close shell Testing shell 12:06:27.999 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:28.002 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:28.002 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:28.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:28.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:28.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:28.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:28.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:28.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:28.041 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:28.041 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:28.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:28.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:28.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:28.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:28.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 11 and no matchers specified 12:06:28.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:28.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:28.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:28.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 12:06:28.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 12:06:28.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 12:06:28.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 12:06:29.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 12:06:29.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 12:06:29.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:29.055 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 12:06:29.056 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:29.056 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:29.056 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:29.056 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:29.056 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:29.056 INFO [main][AbstractShell] Close shell Testing shell 12:06:29.056 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:29.059 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:29.059 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:29.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:29.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:29.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:29.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:29.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:29.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:29.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:29.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:29.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:29.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:29.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:29.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "CLabel:1") 12:06:29.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:29.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:29.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:29.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:29.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:29.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:29.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:06:29.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:29.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:29.089 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:29.089 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:29.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:29.089 INFO [main][AbstractShell] Close shell Testing shell 12:06:29.089 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:29.092 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:29.092 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:29.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:29.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:29.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:29.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:29.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:29.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:29.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:29.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:29.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:29.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:29.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:29.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:29.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "NON_ESITING_@##$_TEXT") 12:06:29.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:29.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:29.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:29.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:29.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:29.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:29.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:29.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:29.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:29.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:30.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:30.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:30.123 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 12:06:30.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.124 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.124 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.124 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.124 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.124 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.124 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.127 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.127 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:30.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.127 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:30.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.133 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:30.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:30.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.133 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 12:06:30.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:30.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:30.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 12:06:30.157 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.157 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.157 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.157 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.157 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.157 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.157 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.160 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.160 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:30.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 12:06:30.165 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 12:06:30.166 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.359 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.049 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.074 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.036 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.054 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.024 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.032 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 1.034 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.032 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:06:30.173 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:06:30.174 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:30.174 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.174 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:06:30.174 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.174 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:30.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.175 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:30.175 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 12:06:30.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:06:30.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.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: 32, Matcher matching widget with label: is "Label 1") 12:06:30.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:30.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 2") 12:06:30.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:30.213 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.213 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.213 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.213 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.213 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.213 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.213 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.216 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.216 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:06:30.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.222 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 12:06:30.222 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 12:06:30.222 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:06:30.234 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:06:30.239 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:30.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:06:30.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.240 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:30.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.240 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:30.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 12:06:30.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:06:30.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:30.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:30.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:30.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:30.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:06:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:30.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:06:30.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label A") 12:06:30.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.341 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label B") 12:06:30.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.343 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label C") 12:06:30.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.346 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.346 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 12:06:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.346 TRACE [main][WidgetHandler] Notify Button with event 27 12:06:30.346 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.346 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:30.346 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.346 TRACE [main][WidgetHandler] Notify Button with event 26 12:06:30.346 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.346 TRACE [main][WidgetHandler] Notify Button with event 3 12:06:30.346 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.346 TRACE [main][WidgetHandler] Notify Button with event 4 12:06:30.346 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.346 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:30.346 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.352 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 12:06:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.352 TRACE [main][WidgetHandler] Notify Button with event 27 12:06:30.353 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.353 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:30.353 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.353 TRACE [main][WidgetHandler] Notify Button with event 26 12:06:30.353 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.353 TRACE [main][WidgetHandler] Notify Button with event 3 12:06:30.353 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.353 TRACE [main][WidgetHandler] Notify Button with event 4 12:06:30.353 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.353 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:30.353 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.354 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.354 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.354 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.354 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.354 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.354 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.354 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.360 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.360 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:06:30.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.365 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 12:06:30.365 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 12:06:30.365 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.124 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.372 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.373 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:30.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.374 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.374 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.374 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:30.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.386 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:30.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.386 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 12:06:30.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:30.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:06:30.445 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 12:06:30.445 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 12:06:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:30.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.446 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 12:06:30.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:30.448 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:06:30.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.448 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 12:06:30.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.448 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.449 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.449 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.449 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.449 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.454 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.454 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.454 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.459 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.459 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.460 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.460 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.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: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 12:06:30.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:30.507 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 12:06:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.508 TRACE [main][WidgetHandler] Notify Button with event 27 12:06:30.508 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.508 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:30.508 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.508 TRACE [main][WidgetHandler] Notify Button with event 26 12:06:30.508 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.508 TRACE [main][WidgetHandler] Notify Button with event 3 12:06:30.508 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.508 TRACE [main][WidgetHandler] Notify Button with event 4 12:06:30.508 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.508 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:30.508 TRACE [main][WidgetHandler] Wait for synchronization 12:06:30.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:30.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.509 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.510 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.510 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.510 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.510 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.510 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.510 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.527 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.527 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2") 12:06:30.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:30.575 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 12:06:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:30.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.576 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.577 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.578 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.578 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.578 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.578 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.583 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.583 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.588 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.589 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 4) 12:06:30.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:30.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:06:30.642 INFO [WorkbenchTestable][AbstractButton] Click button 12:06:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:30.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.643 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.644 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.644 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.644 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.645 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.645 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.645 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.645 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.652 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.652 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.675 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 12:06:30.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:30.713 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:06:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:30.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.714 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.715 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.715 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.715 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.715 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.715 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.721 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.721 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:06:30.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:30.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:30.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:06:30.776 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 12:06:30.776 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 12:06:30.776 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 12:06:30.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:30.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:30.777 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:30.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 12:06:30.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:30.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:30.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:30.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:30.779 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:06:30.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:30.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:30.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:30.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:30.779 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 12:06:30.780 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 12:06:30.780 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:30.780 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:30.780 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:30.780 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:30.780 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:30.780 INFO [main][AbstractShell] Close shell Testing shell 12:06:30.780 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:30.785 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:30.785 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:30.785 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:30.786 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.791 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:30.791 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:30.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:30.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:30.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:30.791 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:30.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:06:30.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:30.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:30.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:30.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:30.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:30.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:31.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:31.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:31.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:31.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:31.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:31.843 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 12:06:31.843 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:31.843 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:31.843 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:31.843 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:31.843 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:31.843 INFO [main][AbstractShell] Close shell Testing shell 12:06:31.843 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:31.849 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:31.850 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:31.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:31.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:31.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:31.855 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:31.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:31.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:31.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:31.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:31.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:31.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:31.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 12:06:31.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:31.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:31.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:31.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:31.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:32.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:32.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:32.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:32.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:32.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:32.908 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:06:32.908 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:32.908 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:32.908 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:32.908 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:32.908 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:32.908 INFO [main][AbstractShell] Close shell Testing shell 12:06:32.908 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:32.914 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:32.914 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:32.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:32.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:32.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:32.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:32.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:32.932 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:32.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:32.932 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:32.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:32.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:32.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:32.932 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:32.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 12:06:32.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:32.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:32.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:32.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:32.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:32.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:32.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:32.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:32.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:32.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:32.970 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:06:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:32.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:32.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:32.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:32.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:32.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:32.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:32.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:32.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:32.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:32.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:32.971 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:32.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:32.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:32.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:32.972 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:32.972 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:32.972 INFO [main][AbstractShell] Close shell Testing shell 12:06:32.972 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:32.977 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:32.977 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:32.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:32.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:32.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:32.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:32.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:32.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:32.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:32.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:32.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:32.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:32.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:32.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:32.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 12:06:32.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:33.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:33.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:33.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:33.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:33.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:33.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:33.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:33.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:33.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:33.023 INFO [WorkbenchTestable][AbstractButton] Click button 12:06:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:33.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:33.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:33.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:33.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:33.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:33.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:33.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:33.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:33.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:33.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:33.024 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:33.024 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:33.024 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:33.024 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:33.025 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:33.025 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:33.025 INFO [main][AbstractShell] Close shell Testing shell 12:06:33.025 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:33.030 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:33.031 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:33.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:33.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:33.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:33.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:33.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:33.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:33.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:33.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:33.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:33.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:33.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:06:33.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:33.083 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:33.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:33.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:33.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:33.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:33.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:33.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:06:33.084 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 12:06:33.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:33.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:33.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:33.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:33.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:33.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:33.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:33.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:33.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:33.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:33.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:33.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:33.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:33.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:33.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:33.085 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:33.086 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:33.086 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:33.086 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:33.086 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:33.087 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:33.087 INFO [main][AbstractShell] Close shell Testing shell 12:06:33.087 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:33.092 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:33.092 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:33.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:33.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:33.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:33.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:33.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:33.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:33.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:33.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:33.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:33.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:33.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:33.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:33.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 2) 12:06:33.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:33.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:33.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:33.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:33.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:33.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:33.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:06:33.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:06:33.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:06:33.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:06:34.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:06:34.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:06:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:34.141 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 12:06:34.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:34.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:34.141 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:34.141 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:34.141 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:34.141 INFO [main][AbstractShell] Close shell Testing shell 12:06:34.141 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:34.147 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:34.147 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:34.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:34.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:34.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:34.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:34.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:34.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:34.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:34.166 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:34.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:34.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:34.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:34.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:34.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 12:06:34.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:34.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:34.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:34.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:34.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:34.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:34.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:34.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:34.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:34.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:35.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:35.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:35.206 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:06:35.206 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:35.207 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:35.207 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:35.207 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:35.207 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:35.207 INFO [main][AbstractShell] Close shell Testing shell 12:06:35.207 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:35.212 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:35.212 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:35.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:35.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:35.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:35.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:35.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:35.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:35.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:35.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:35.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:35.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:35.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 8) 12:06:35.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:35.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:35.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:35.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:35.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:35.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:35.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:36.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:06:36.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:06:36.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:36.273 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 12:06:36.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:36.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:36.273 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:36.273 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:36.273 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:36.273 INFO [main][AbstractShell] Close shell Testing shell 12:06:36.273 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:36.280 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:36.280 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:36.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:36.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:36.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:36.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:36.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:36.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:36.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:36.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:36.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:36.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:36.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$SDFF@S") 12:06:36.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:36.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:36.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:36.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:37.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:37.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:37.338 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:06:37.338 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:37.338 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:37.338 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:37.338 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:37.338 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:37.338 INFO [main][AbstractShell] Close shell Testing shell 12:06:37.338 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:37.343 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:37.344 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:37.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:37.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:37.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:37.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:37.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 12:06:37.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:37.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:37.399 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 12:06:37.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:37.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:37.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:37.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:37.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:37.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:37.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:37.400 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:37.401 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:37.401 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:37.401 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:37.401 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:37.401 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:37.401 INFO [main][AbstractShell] Close shell Testing shell 12:06:37.401 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:37.406 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:37.406 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:37.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:37.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:37.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:37.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:37.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 6 and following matchers specified (Widget matcher matching widgets with style: 4) 12:06:37.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:37.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:06:37.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 12:06:37.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:06:37.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 12:06:38.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:06:38.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 12:06:38.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:38.456 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 12:06:38.456 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:38.456 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:38.456 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:38.456 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:38.456 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:38.456 INFO [main][AbstractShell] Close shell Testing shell 12:06:38.456 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:38.462 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:38.462 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:38.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.481 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.481 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.481 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:38.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:38.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:06:38.518 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 12:06:38.518 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 12:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:38.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:38.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:38.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:38.519 TRACE [main][WidgetHandler] Notify Button with event 27 12:06:38.519 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.519 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:38.519 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.519 TRACE [main][WidgetHandler] Notify Button with event 26 12:06:38.519 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.519 TRACE [main][WidgetHandler] Notify Button with event 3 12:06:38.519 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.519 TRACE [main][WidgetHandler] Notify Button with event 4 12:06:38.519 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.519 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:38.519 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:38.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:38.520 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:38.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 12:06:38.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:38.521 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 12:06:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:38.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:38.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:38.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:38.522 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 12:06:38.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:38.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:38.522 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:38.522 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:38.522 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:38.522 INFO [main][AbstractShell] Close shell Testing shell 12:06:38.522 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:38.527 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:38.527 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:38.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.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, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 12:06:38.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.583 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.583 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:38.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:38.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:38.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:38.584 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 12:06:38.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:38.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:38.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:38.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:38.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:38.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:38.585 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:38.585 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:38.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:38.586 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:38.586 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:38.586 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:38.586 INFO [main][AbstractShell] Close shell Testing shell 12:06:38.586 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:38.591 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:38.591 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:38.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.597 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.597 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, with key 'buttonTestId' and value 'RADIO-BUTTON#1') 12:06:38.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:38.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:38.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:38.667 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 12:06:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:38.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:38.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:38.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:38.667 TRACE [main][WidgetHandler] Notify Button with event 27 12:06:38.667 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.667 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:38.667 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.667 TRACE [main][WidgetHandler] Notify Button with event 26 12:06:38.667 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.667 TRACE [main][WidgetHandler] Notify Button with event 3 12:06:38.667 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.668 TRACE [main][WidgetHandler] Notify Button with event 4 12:06:38.668 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.668 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:38.668 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:38.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:38.668 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:38.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:38.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:38.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:38.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:38.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:38.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:06:38.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:38.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:38.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:38.671 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:38.671 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:38.671 INFO [main][AbstractShell] Close shell Testing shell 12:06:38.671 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:38.676 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:38.676 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:38.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:38.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:38.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:06:38.731 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 12:06:38.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:38.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:38.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:38.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:38.731 TRACE [main][WidgetHandler] Notify Button with event 27 12:06:38.731 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.731 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:38.731 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.731 TRACE [main][WidgetHandler] Notify Button with event 26 12:06:38.731 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.731 TRACE [main][WidgetHandler] Notify Button with event 3 12:06:38.731 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.731 TRACE [main][WidgetHandler] Notify Button with event 4 12:06:38.731 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.731 TRACE [main][WidgetHandler] Notify Button with event 13 12:06:38.731 TRACE [main][WidgetHandler] Wait for synchronization 12:06:38.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:38.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:38.732 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:38.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:38.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:38.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:38.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:38.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:38.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:06:38.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:38.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:38.735 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:38.735 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:38.735 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:38.735 INFO [main][AbstractShell] Close shell Testing shell 12:06:38.735 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:38.740 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:38.740 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:38.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.740 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 2) 12:06:38.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:38.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:06:38.801 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 12:06:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:38.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:38.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:38.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:38.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:38.803 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:38.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:38.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:38.803 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:38.804 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:38.804 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:38.804 INFO [main][AbstractShell] Close shell Testing shell 12:06:38.804 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:38.809 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:38.809 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:38.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.828 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.828 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 8) 12:06:38.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:38.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:06:38.866 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 12:06:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:38.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:38.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:38.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:38.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:38.867 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:38.868 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:38.868 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:38.868 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:38.868 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:38.868 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:38.869 INFO [main][AbstractShell] Close shell Testing shell 12:06:38.869 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:38.874 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:38.874 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:38.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.892 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.892 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.892 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 12:06:38.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:38.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:38.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:38.928 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 12:06:38.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:38.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:38.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:38.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:38.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:38.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:38.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:38.929 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:38.930 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:38.930 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:38.930 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:38.930 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:38.930 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:38.930 INFO [main][AbstractShell] Close shell Testing shell 12:06:38.930 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:38.935 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:38.935 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:38.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:38.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:38.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 16) 12:06:38.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:38.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:38.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:38.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:06:38.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:06:39.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:06:39.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:06:39.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:06:39.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:06:39.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:39.985 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 12:06:39.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:39.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:39.985 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:39.985 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:39.985 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:39.985 INFO [main][AbstractShell] Close shell Testing shell 12:06:39.985 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:39.991 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:39.991 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:39.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:39.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:39.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.010 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:40.010 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:40.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:40.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:40.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:40.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:40.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:40.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 12:06:40.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:40.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:40.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:40.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:41.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:41.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:41.050 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:06:41.050 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:41.050 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:41.050 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:41.050 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:41.050 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:41.050 INFO [main][AbstractShell] Close shell Testing shell 12:06:41.050 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:41.056 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:41.056 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:41.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:41.056 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:41.056 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.061 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:41.061 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:41.061 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:41.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:41.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:41.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:41.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:41.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: 2, with key 'buttonTestId' and value 'TOOGLE-BUTTON#2') 12:06:41.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:41.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:41.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:41.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:41.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 12:06:41.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:41.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:41.109 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 12:06:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:41.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:41.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:41.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:41.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:41.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:41.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:41.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:41.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:41.110 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:41.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:41.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:41.111 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:41.111 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:41.111 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:41.111 INFO [main][AbstractShell] Close shell Testing shell 12:06:41.111 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:41.116 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:41.116 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:41.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:41.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:41.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.121 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 12:06:41.121 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 12:06:41.121 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:41.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.75 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.073 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.073 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.055 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.086 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.064 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.052 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.064 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.077 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.05 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.054 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.061 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.069 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.064 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.067 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.052 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.062 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.069 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.052 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.064 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.097 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.07 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.064 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.063 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.049 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.069 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.05 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.06 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:06:41.127 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:06:41.128 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:41.128 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:41.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:06:41.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:41.128 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:41.141 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:41.141 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:41.141 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:41.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:41.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 12:06:41.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:06:41.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:41.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:41.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:41.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:06:41.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:41.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:41.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:41.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:41.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:41.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:42.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:42.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:42.184 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:06:42.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.184 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.184 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.184 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.184 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.184 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.184 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.191 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.192 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:06:42.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 12:06:42.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 12:06:42.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:06:42.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.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", Widget matcher matching widgets with style: 8) 12:06:42.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:42.249 INFO [WorkbenchTestable][AbstractButton] Click button &OK 12:06:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:42.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:42.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:42.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:42.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:42.250 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:42.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 "Cancel", Widget matcher matching widgets with style: 8) 12:06:42.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:42.252 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 12:06:42.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:42.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:42.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:42.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:06:42.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:42.255 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:06:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:42.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:42.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:42.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 12:06:42.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:42.257 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 12:06:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:42.257 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:42.257 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:42.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:06:42.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:42.258 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:06:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:42.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:42.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:42.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:42.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 "No", Widget matcher matching widgets with style: 8) 12:06:42.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:42.260 INFO [WorkbenchTestable][AbstractButton] Click button &No 12:06:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:42.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:42.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:42.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:42.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 "Finish", Widget matcher matching widgets with style: 8) 12:06:42.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:42.267 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:06:42.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:42.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:42.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:42.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:42.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.267 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.267 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.267 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.267 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.267 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.275 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.275 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:06:42.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.275 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 12:06:42.281 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 12:06:42.281 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.056 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.084 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.286 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.286 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:42.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.287 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.287 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.287 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:42.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.297 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:42.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:42.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:42.330 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:42.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 12:06:42.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.338 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 12:06:42.338 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 12:06:42.338 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.338 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.338 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.339 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 12:06:42.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.340 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 12:06:42.340 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 12:06:42.340 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.340 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.340 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.340 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 12:06:42.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.341 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 12:06:42.341 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 12:06:42.341 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.341 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.341 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.341 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 12:06:42.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.342 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 12:06:42.342 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 12:06:42.342 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.342 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.342 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.342 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 12:06:42.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.343 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 12:06:42.343 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 12:06:42.343 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.343 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.343 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.343 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 12:06:42.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.344 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 12:06:42.344 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 12:06:42.344 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.344 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.344 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.344 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.344 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.344 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.344 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.344 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.348 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.348 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.369 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.369 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.369 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 12:06:42.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 12:06:42.392 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.393 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.393 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.393 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.393 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.393 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.393 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.393 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.396 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.396 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.416 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.416 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.416 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 12:06:42.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.431 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 12:06:42.431 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.431 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.431 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.431 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.431 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.431 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.431 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.435 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.435 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.435 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 12:06:42.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.486 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 12:06:42.486 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.486 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.486 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.487 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.487 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.487 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.487 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.490 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.490 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.490 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.490 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 12:06:42.503 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 12:06:42.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.524 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.524 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.524 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.524 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.524 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.528 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.528 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 12:06:42.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 12:06:42.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.565 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.565 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.565 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.565 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.565 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.569 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.569 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.597 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.597 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:42.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:42.611 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:42.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "same") 12:06:42.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.613 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 12:06:42.613 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 12:06:42.613 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.613 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.613 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.613 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.613 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 12:06:42.613 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 12:06:42.613 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.613 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.613 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.613 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.614 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.614 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.614 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.614 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.614 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.614 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.625 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.626 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.626 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 12:06:42.655 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 12:06:42.655 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.072 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.047 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.047 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.033 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.053 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.048 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.058 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.660 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.660 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:42.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.660 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:42.661 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.661 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:42.661 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:42.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:42.687 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:42.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 12:06:42.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.689 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 12:06:42.689 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 12:06:42.689 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.689 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.689 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.689 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 12:06:42.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:42.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:06:42.690 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 12:06:42.690 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 12:06:42.690 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.690 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.690 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.690 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 12:06:42.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:42.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:06:42.690 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 12:06:42.690 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 12:06:42.690 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.691 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.691 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.691 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 12:06:42.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.691 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 12:06:42.691 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 12:06:42.691 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.691 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.691 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.691 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 12:06:42.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:42.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:06:42.692 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 12:06:42.692 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 12:06:42.692 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.692 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.692 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.692 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 12:06:42.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:42.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:42.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:06:42.693 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 12:06:42.693 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 12:06:42.693 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.693 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.693 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.693 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.693 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.693 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.693 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.693 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.693 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.693 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.693 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.697 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.697 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.697 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.717 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is a link1") 12:06:42.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is another link2 with two links") 12:06:42.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.731 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.732 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.732 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.732 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.732 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.732 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.732 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.735 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.735 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.735 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.749 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.749 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.749 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.749 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 12:06:42.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.782 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 12:06:42.782 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.782 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.782 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.783 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.783 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.783 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.783 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.786 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.786 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.792 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 12:06:42.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.815 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 12:06:42.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.816 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.816 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.816 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.816 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.816 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.819 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.819 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.820 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 12:06:42.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 12:06:42.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:42.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:06:42.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.852 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.852 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.852 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.852 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.852 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.855 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.855 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 12:06:42.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:06:42.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 12:06:42.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:42.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 12:06:42.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.887 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.887 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.887 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.887 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.887 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.890 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.890 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.890 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.896 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:06:42.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:42.934 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:42.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 2 and no matchers specified 12:06:42.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:06:42.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:06:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 12:06:42.936 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 12:06:42.936 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 12:06:42.936 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.936 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.936 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.936 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.936 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 12:06:42.936 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 12:06:42.936 TRACE [main][WidgetHandler] Notify Link with event 3 12:06:42.936 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.936 TRACE [main][WidgetHandler] Notify Link with event 4 12:06:42.936 TRACE [main][WidgetHandler] Wait for synchronization 12:06:42.937 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:42.937 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:42.937 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:42.937 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:42.937 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:42.937 INFO [main][AbstractShell] Close shell Testing shell 12:06:42.937 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:42.940 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:42.940 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:42.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 12:06:42.946 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 12:06:42.946 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:42.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:42.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.056 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.032 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.043 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.034 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.035 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:42.956 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:42.957 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:42.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:42.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.957 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:42.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.964 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:42.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:42.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:42.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:42.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:42.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:42.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:42.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:42.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:42.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:42.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:42.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:42.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:43.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:43.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:43.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:43.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:43.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:43.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:43.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:43.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:43.496 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:43.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:43.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:43.996 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:43.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:43.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:43.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:43.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:43.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:43.999 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:44.000 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:44.000 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:44.000 INFO [main][AbstractShell] Close shell Testing shell 12:06:44.000 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:44.003 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:44.003 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:44.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:44.004 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:44.004 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:44.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:44.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:44.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:44.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:44.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:44.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:44.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:44.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:44.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:44.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:44.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:44.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:44.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:44.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:44.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:44.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:44.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:44.042 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:44.043 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:44.043 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:44.043 INFO [main][AbstractShell] Close shell Testing shell 12:06:44.043 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:44.048 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:44.048 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:44.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:44.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:44.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:44.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:44.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:44.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:44.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:44.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:44.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:44.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:44.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:44.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:44.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:44.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:44.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:44.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:44.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:44.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:44.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:44.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:44.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:44.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:44.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:45.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:45.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:45.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:45.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:45.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:45.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:45.104 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:45.105 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:45.105 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:45.105 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:45.105 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:45.105 INFO [main][AbstractShell] Close shell Testing shell 12:06:45.105 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:45.108 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:45.108 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:45.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:45.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:45.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:45.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:45.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:45.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:45.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:45.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:45.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:45.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:45.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:45.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:45.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:45.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:45.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:45.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:45.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:45.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:45.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:45.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:45.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:45.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:45.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:46.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:46.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:46.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:46.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:46.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:46.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:46.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:46.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:46.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:46.171 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:46.171 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:46.171 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:46.171 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:46.171 INFO [main][AbstractShell] Close shell Testing shell 12:06:46.171 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:46.175 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:46.175 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:46.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:46.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:46.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:46.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:46.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:46.199 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:46.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:46.199 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:46.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:46.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:46.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:46.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:46.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:46.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:46.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:46.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:46.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:46.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:46.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:46.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:46.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:46.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:46.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:46.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:46.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:46.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:46.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:46.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:46.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:46.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:46.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:46.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:46.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:46.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:46.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:47.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:47.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:47.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:47.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:47.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:47.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:47.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:47.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:47.234 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:47.235 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:47.235 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:47.235 INFO [main][AbstractShell] Close shell Testing shell 12:06:47.235 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:47.238 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:47.238 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:47.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:47.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:47.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:47.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.256 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:47.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:47.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:47.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:47.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:47.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:47.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:47.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:47.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:47.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.281 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:47.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:47.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:47.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:47.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:47.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:47.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:47.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:47.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:47.284 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 12:06:47.284 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:47.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:47.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:47.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:47.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:47.787 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:47.788 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:47.788 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:47.788 INFO [main][AbstractShell] Close shell Testing shell 12:06:47.788 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:47.791 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:47.791 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:47.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:47.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:47.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:47.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.809 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:47.809 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:47.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:47.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:47.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:47.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:47.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:47.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:47.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:47.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:47.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:47.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:47.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:47.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:47.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:47.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:47.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:47.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:47.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:47.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:47.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:47.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:48.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:48.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:48.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:48.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:48.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:48.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:48.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:48.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:48.343 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:06:48.343 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:48.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:48.343 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 12:06:48.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:48.844 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 12:06:48.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:48.848 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 12:06:48.848 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 12:06:48.849 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 12:06:48.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:06:48.849 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 12:06:48.849 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 12:06:48.850 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:48.850 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:48.850 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:48.850 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:48.850 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:48.850 INFO [main][AbstractShell] Close shell Testing shell 12:06:48.850 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:48.855 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:48.856 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:48.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:48.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:48.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:48.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:48.878 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:48.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:48.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:48.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:48.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:48.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:48.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:48.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:48.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:48.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:48.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:48.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:48.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:48.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:48.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:48.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:48.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:48.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:48.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:48.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:49.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:49.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:49.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:49.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:49.411 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 12:06:49.411 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 12:06:49.412 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:06:49.412 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:06:49.412 DEBUG [main][TreeEventsListener] It was check event: true 12:06:49.412 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 12:06:49.413 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 12:06:49.413 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 12:06:49.413 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:06:49.413 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:06:49.413 DEBUG [main][TreeEventsListener] It was check event: true 12:06:49.413 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 12:06:49.413 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:49.413 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:49.414 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:49.414 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:49.414 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:49.414 INFO [main][AbstractShell] Close shell Testing shell 12:06:49.414 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:49.418 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:49.418 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:49.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:49.418 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:49.418 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:49.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:49.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:49.423 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:49.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:49.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:49.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:49.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:49.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:49.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:49.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:49.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:49.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:49.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:49.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:49.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:49.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:49.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:49.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:49.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:49.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:49.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:49.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:49.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:49.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 12:06:49.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 12:06:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:49.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:49.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 12:06:49.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 12:06:49.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 12:06:49.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:49.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 12:06:49.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:49.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 12:06:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 12:06:49.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 12:06:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:50.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:50.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 12:06:50.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 12:06:50.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 12:06:50.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:50.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 12:06:50.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:50.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 12:06:50.479 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:50.479 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:50.479 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:50.480 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:50.480 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:50.480 INFO [main][AbstractShell] Close shell Testing shell 12:06:50.480 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:50.483 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:50.483 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:50.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:50.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:50.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:50.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:50.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:50.489 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:50.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:50.489 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:50.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:50.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:50.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:50.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:50.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:50.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:50.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:50.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:50.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:50.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:50.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:50.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:50.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:50.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:50.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:50.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:50.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:50.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:50.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:50.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:50.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:50.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:50.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:50.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:50.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:51.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:51.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:51.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:51.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:51.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:51.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:51.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:51.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:51.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:51.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:51.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:51.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:51.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:51.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:51.546 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:51.546 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:51.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:51.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:51.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:51.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:51.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:51.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:51.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 12:06:51.546 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:06:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:06:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 12:06:52.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:06:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:06:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:06:52.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:52.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:52.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:52.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:52.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:52.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:52.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:52.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:52.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:52.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:52.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:52.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:52.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:52.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:52.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:52.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:52.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:52.052 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:06:52.052 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:06:52.053 DEBUG [main][TreeItemHandler] Set Tree selection 12:06:52.054 DEBUG [main][TreeHandler] Notify Tree about selection event 12:06:52.055 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:06:52.055 DEBUG [main][TreeEventsListener] It was check event: false 12:06:52.055 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:06:52.055 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 12:06:52.055 DEBUG [WorkbenchTestable][TreeItemHandler] BB 12:06:52.055 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 12:06:52.055 DEBUG [WorkbenchTestable][TreeItemHandler] C 12:06:52.056 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 12:06:52.057 DEBUG [main][TreeHandler] Unselect all tree items 12:06:52.057 DEBUG [main][TreeHandler] Notify Tree about selection event 12:06:52.057 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:06:52.057 DEBUG [main][TreeEventsListener] It was check event: false 12:06:52.057 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 12:06:52.057 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:52.057 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:52.057 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:52.058 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:52.058 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:52.058 INFO [main][AbstractShell] Close shell Testing shell 12:06:52.058 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:52.061 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:52.062 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:52.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:52.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:52.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:52.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:52.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:52.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:52.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:52.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:52.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:52.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:52.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:52.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:52.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:52.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:52.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:52.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:52.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:52.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:52.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:52.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:52.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:52.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:52.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:52.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:52.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:53.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:53.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:53.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:53.114 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:53.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:53.114 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:53.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:53.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:53.114 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:53.114 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:53.114 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:53.114 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:53.115 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:53.115 INFO [main][AbstractShell] Close shell Testing shell 12:06:53.115 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:53.118 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:53.118 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:53.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:53.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:53.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:53.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.124 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:53.124 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:53.124 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:53.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:53.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:53.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:53.124 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:53.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:53.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:53.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:53.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:53.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:53.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:53.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:53.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:53.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:53.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:53.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:53.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:53.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:53.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:53.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:53.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:53.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:53.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:53.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:53.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:53.667 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:53.667 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:53.667 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:53.668 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:53.668 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:53.668 INFO [main][AbstractShell] Close shell Testing shell 12:06:53.668 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:53.671 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:53.671 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:53.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:53.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:53.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:53.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:53.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:53.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:53.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:53.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:53.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:53.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:53.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:53.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:53.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:53.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:53.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:53.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:53.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:53.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 12:06:53.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:53.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:53.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:53.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:53.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:53.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:53.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:54.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:54.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:54.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:54.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:54.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:54.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:54.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 12:06:54.211 DEBUG [main][TreeItemHandler] Selecting tree item: AA 12:06:54.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 12:06:54.211 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:06:54.211 DEBUG [main][TreeEventsListener] It was check event: false 12:06:54.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 12:06:54.211 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:54.211 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:54.211 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:54.212 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:54.212 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:54.212 INFO [main][AbstractShell] Close shell Testing shell 12:06:54.212 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:54.216 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:54.216 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:54.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:54.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:54.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:54.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:54.235 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:54.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:54.235 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:54.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:54.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:54.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:54.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:54.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:54.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:54.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:54.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:54.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:54.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:54.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:54.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:54.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:54.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:54.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:54.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:54.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:54.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:54.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:54.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:54.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:54.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:54.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:54.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:54.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:54.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:54.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:54.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:06:54.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:54.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:55.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:55.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:06:55.270 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:06:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:55.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:06:55.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:55.270 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:06:55.271 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:55.271 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:55.271 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:55.271 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:55.271 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:55.271 INFO [main][AbstractShell] Close shell Testing shell 12:06:55.271 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:55.275 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:55.275 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:55.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:55.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:55.275 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:55.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:55.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:55.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:55.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:55.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:55.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:55.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:55.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:55.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:55.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 12:06:55.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:55.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:55.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:55.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:55.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:55.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:55.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:55.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:55.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:55.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:55.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:55.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:55.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:55.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:06:55.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:55.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:55.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:55.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:55.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:06:55.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:55.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:55.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:55.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:55.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:55.821 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 12:06:55.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 12:06:55.821 DEBUG [main][TreeItemHandler] Selecting tree item: AA 12:06:55.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 12:06:55.822 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 12:06:55.822 DEBUG [main][TreeEventsListener] It was check event: false 12:06:55.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 12:06:55.822 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:06:55.822 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:06:55.822 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 12:06:55.822 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 12:06:55.822 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 12:06:55.822 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:06:55.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:06:55.823 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:06:55.823 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:06:55.823 DEBUG [main][AbstractWait] Waiting until shell is active... 12:06:55.823 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:06:55.823 INFO [main][AbstractShell] Close shell Testing shell 12:06:55.823 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:06:55.827 DEBUG [main][AbstractWait] Waiting while shell is available... 12:06:55.827 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:06:55.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:55.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:55.827 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:55.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:55.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:55.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:55.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:55.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:06:55.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:06:55.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:55.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:55.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:55.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:55.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:55.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:55.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:55.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:55.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:55.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:55.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:55.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:55.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:55.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:55.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:06:55.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:55.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:55.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:55.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:55.874 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 12:06:55.874 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:06:55.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:56.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:56.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:56.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 12:06:56.376 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:06:56.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:56.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:56.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:56.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:56.877 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:56.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:57.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:57.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:57.878 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:06:57.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:57.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:58.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:58.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:58.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:58.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:58.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:58.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:58.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:59.379 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:06:59.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:59.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:59.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:59.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:59.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:59.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:59.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:59.880 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:06:59.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:59.881 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:59.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:06:59.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:06:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:59.881 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:06:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:59.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:00.381 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:00.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:00.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:00.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:00.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:00.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:00.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:00.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:00.882 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:00.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:00.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:00.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:00.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:00.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:00.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 12:07:00.883 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:00.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:00.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:00.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:00.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:00.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:00.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:00.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:00.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:00.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:00.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:00.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:00.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:00.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:07:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:07:00.884 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 12:07:00.884 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:00.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:00.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:01.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:01.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:01.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 12:07:01.385 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:01.385 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:01.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:01.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:01.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:01.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:01.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:02.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:02.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:02.886 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:02.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:02.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:03.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:03.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:03.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:03.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:03.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:04.388 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:04.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:04.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:04.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:04.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:04.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:05.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:05.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:05.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 12:07:05.390 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:05.391 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:05.391 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:05.391 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:05.391 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:05.391 INFO [main][AbstractShell] Close shell Testing shell 12:07:05.391 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:05.395 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:05.395 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:05.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:07:05.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:05.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:05.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 12:07:05.413 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 12:07:05.413 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:05.413 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:05.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.458 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.045 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.062 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.053 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.073 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.057 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.553 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.069 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.545 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.065 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.578 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.056 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.553 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.558 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.045 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.564 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.568 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:05.418 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:05.419 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:05.419 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:05.419 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:05.419 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:05.419 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:05.420 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:05.420 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:05.420 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:05.420 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:05.420 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:05.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:05.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:05.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:05.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:05.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 12:07:05.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:05.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:05.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:05.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:05.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:05.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:05.452 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:05.452 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:05.452 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:05.452 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:05.452 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:05.452 INFO [main][AbstractShell] Close shell Testing shell 12:07:05.452 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:05.456 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:05.456 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:05.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:05.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:05.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:05.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:05.462 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:05.462 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:05.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:05.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:05.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:05.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:05.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:05.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:05.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:05.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:05.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:05.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:05.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:05.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:05.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:05.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:05.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:05.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:05.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:05.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:05.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:05.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:05.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:05.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:05.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:05.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:05.494 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:05.494 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:05.494 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:05.494 INFO [main][AbstractShell] Close shell Testing shell 12:07:05.494 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:05.497 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:05.497 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:05.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:05.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:05.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:05.516 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:05.516 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:05.516 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:05.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:05.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:05.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:05.516 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:05.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:05.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:05.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:05.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:05.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:05.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:05.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:05.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:05.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:05.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:05.543 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:07:05.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:06.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:06.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:06.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:07:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:06.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:07:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:06.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:07:06.048 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:07:06.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:07:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:06.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:06.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:07:06.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:07:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:06.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:07:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:06.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:07:06.551 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 12:07:06.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:07:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:07.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:07:07.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:07:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:07.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:07:07.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 12:07:07.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:07:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:08.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:07:08.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:07:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:08.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:08.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:07:08.554 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 12:07:08.554 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:07:08.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:09.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:07:09.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:07:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:09.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:07:09.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:09.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:07:09.056 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 12:07:09.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:07:09.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:09.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:09.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:07:09.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:07:09.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:10.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:10.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:07:10.057 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 12:07:10.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:07:10.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:10.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:10.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:07:10.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:07:10.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:11.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:11.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:07:11.059 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.059 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.059 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.059 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.059 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.059 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.059 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.063 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.063 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.063 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.069 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.070 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:11.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:11.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:11.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:11.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.102 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.102 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.102 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.102 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.102 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.106 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.106 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.106 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.106 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.112 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:11.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:11.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.141 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.141 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.141 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.141 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.141 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.145 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.145 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.145 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.151 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:11.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:11.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'tree001') 12:07:11.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 12:07:11.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:11.181 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.181 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.181 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.181 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.181 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.181 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.181 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.185 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.185 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.203 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.203 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.203 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:11.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:11.220 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.220 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.221 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.221 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.221 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.221 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.221 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.224 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.224 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.224 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 12:07:11.238 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 12:07:11.238 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.82 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.042 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.054 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.553 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.042 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.039 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.052 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.245 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.245 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:11.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.246 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:11.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.255 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:11.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:07:11.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:11.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:11.304 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 12:07:11.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:11.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:11.309 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:07:11.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:11.310 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.310 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.310 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.310 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.310 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.310 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.310 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.313 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.313 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:07:11.319 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.320 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:07:11.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:11.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:11.346 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 12:07:11.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:11.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:11.347 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 12:07:11.351 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.351 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.351 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.352 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.352 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.352 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.352 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.355 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.355 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:07:11.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:07:11.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:11.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:11.387 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 12:07:11.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:11.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:11.388 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 12:07:11.389 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.389 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.389 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.389 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.389 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.389 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.389 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.392 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.392 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 12:07:11.425 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 12:07:11.425 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.425 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.064 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.054 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:07:11.430 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:07:11.431 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:11.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:07:11.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.432 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:11.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.432 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:11.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 12:07:11.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:07:11.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:07:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:07:11.456 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:07:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:07:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:07:11.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:07:11.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 12:07:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 12:07:11.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:07:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:07:11.458 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:07:11.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:07:11.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:07:11.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:07:11.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:11.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 12:07:11.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 12:07:11.458 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.458 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.458 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.459 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.459 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.459 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.459 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.462 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.462 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:07:11.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.467 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 12:07:11.468 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 12:07:11.468 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.468 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.034 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:07:11.473 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:07:11.474 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:11.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:07:11.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.474 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:11.487 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.487 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:11.487 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:11.492 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 12:07:11.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:11.492 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'File' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:07:11.493 DEBUG [main][MenuItemLookup] Item match:Window 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:11.493 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:07:11.493 DEBUG [main][MenuItemLookup] Item match:Show View 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:11.498 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:07:11.498 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:07:11.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:07:11.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:07:11.499 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:07:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:07:11.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:07:11.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:07:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:11.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:11.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:11.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:07:11.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:07:11.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:07:11.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:07:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:11.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:07:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:11.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:07:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:07:11.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:07:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:11.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:07:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:11.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:07:11.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 12:07:11.563 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 12:07:11.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 12:07:11.564 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 12:07:11.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:11.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.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 "Open") 12:07:11.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:11.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:07:11.565 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:07:11.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:07:11.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:07:11.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:07:11.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:07:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:07:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:07:11.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:07:11.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:11.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:11.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 '\*?\QRedDeer SWT Controls\E') 12:07:11.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:07:11.645 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:07:11.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:11.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:07:11.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:07:11.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:07:11.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:07:11.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 12:07:11.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:07:11.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'label1') 12:07:11.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.650 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:07:11.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 12:07:11.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:07:11.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:07:11.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.652 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 12:07:11.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 12:07:11.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:07:11.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Name:") 12:07:11.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.652 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:07:11.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:07:11.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:07:11.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.662 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 12:07:11.662 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 12:07:11.662 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.003 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.01 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:07:11.667 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:07:11.668 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:11.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.668 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:07:11.668 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.668 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:11.668 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.668 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:11.668 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 12:07:11.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:07:11.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 12:07:11.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:07:11.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 12:07:11.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.694 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:07:11.695 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 12:07:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 12:07:11.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:07:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 12:07:11.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:11.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:11.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 12:07:11.723 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 12:07:11.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 12:07:11.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:11.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 12:07:11.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 12:07:11.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:07:11.730 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 12:07:11.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 12:07:11.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:07:11.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 12:07:11.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:07:11.733 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 12:07:11.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 12:07:11.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:11.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 12:07:11.734 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:11.734 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:11.734 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:11.735 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:11.735 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:11.735 INFO [main][AbstractShell] Close shell Testing shell 12:07:11.735 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:11.739 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:11.739 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:11.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:07:11.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.753 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 12:07:11.753 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 12:07:11.753 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.084 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:11.758 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:11.758 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:11.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.758 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:11.759 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.759 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:11.759 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.759 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:11.759 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:07:11.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:11.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:11.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 12:07:11.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:07:11.779 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:07:11.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:07:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:07:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:07:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:07:11.782 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 12:07:11.782 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 12:07:11.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:11.784 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:07:11.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:11.831 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 12:07:11.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:11.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:11.832 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'File' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:07:11.832 DEBUG [main][MenuItemLookup] Item match:Window 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:11.832 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:07:11.832 DEBUG [main][MenuItemLookup] Item match:Show View 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:11.836 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:07:11.836 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:07:11.848 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:07:11.848 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:07:11.848 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:07:11.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:07:11.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:07:11.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:07:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:11.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:11.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:07:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:07:11.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:07:11.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:07:11.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:11.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:07:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:11.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:07:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:07:11.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:07:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:11.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:07:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:11.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:07:11.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 12:07:11.926 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 12:07:11.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 12:07:11.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 12:07:11.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:11.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:07:11.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:11.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:07:11.928 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:07:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:07:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:07:11.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:07:11.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:07:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:07:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:07:11.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:07:11.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:11.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 '\*?\QRedDeer SWT Controls\E') 12:07:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:07:11.981 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:07:11.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:11.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:07:11.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:07:11.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:07:11.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:07:11.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'text1') 12:07:11.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 12:07:11.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:11.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:11.992 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:11.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:11.992 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:11.992 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:11.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:11.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:07:11.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:11.993 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:07:11.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:11.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:11.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:11.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:11.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:11.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:11.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:11.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:11.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:11.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:11.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 '\*?\QRedDeer SWT Controls\E') 12:07:11.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:11.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:07:12.028 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:07:12.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:12.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:07:12.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:07:12.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:07:12.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:07:12.031 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 12:07:12.031 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 12:07:12.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:12.031 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:07:12.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:12.062 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 12:07:12.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:12.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:12.063 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'File' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:07:12.063 DEBUG [main][MenuItemLookup] Item match:Window 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:12.063 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:07:12.063 DEBUG [main][MenuItemLookup] Item match:Show View 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:12.067 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:07:12.067 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:07:12.078 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:07:12.078 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:07:12.078 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:07:12.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:07:12.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:07:12.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:07:12.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.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 12:07:12.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:12.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:12.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:07:12.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:07:12.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:07:12.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:07:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:12.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:07:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:12.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:07:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:07:12.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:07:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:12.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:07:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:12.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:07:12.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 12:07:12.148 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 12:07:12.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 12:07:12.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 12:07:12.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:12.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:07:12.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:12.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:07:12.150 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:07:12.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:07:12.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:07:12.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:07:12.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:07:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:07:12.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:07:12.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:07:12.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:12.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:12.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 '\*?\QRedDeer SWT Controls\E') 12:07:12.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:07:12.231 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:07:12.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:12.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:07:12.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:07:12.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:07:12.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:07:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.233 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:07:12.233 DEBUG [main][MenuItemLookup] Found menu:'File' 12:07:12.233 DEBUG [main][MenuItemLookup] Item match:File 12:07:12.235 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:07:12.235 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'File' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:12.238 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:07:12.238 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:07:12.248 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:07:12.248 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:07:12.248 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:07:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 12:07:12.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 12:07:12.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:07:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:07:12.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.318 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:07:12.318 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.319 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.319 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 12:07:12.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:07:12.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:07:12.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:07:12.322 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:07:12.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:07:12.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:07:12.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:07:12.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:12.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:12.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:12.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.341 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:07:12.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.341 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:07:12.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:12.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:12.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 '\*?\QRedDeer SWT Controls\E') 12:07:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:07:12.354 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:07:12.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:12.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:07:12.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:07:12.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:07:12.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:07:12.357 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 12:07:12.357 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 12:07:12.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:12.357 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:07:12.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:12.388 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 12:07:12.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:12.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:12.389 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:07:12.389 DEBUG [main][MenuItemLookup] Found menu:'File' 12:07:12.389 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:07:12.389 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:07:12.389 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:07:12.389 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:07:12.389 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:07:12.389 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:07:12.389 DEBUG [main][MenuItemLookup] Item match:Window 12:07:12.390 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:07:12.390 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:07:12.390 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:07:12.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:12.390 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:07:12.390 DEBUG [main][MenuItemLookup] Item match:Show View 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:12.393 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:07:12.393 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:07:12.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:07:12.394 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:07:12.394 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:07:12.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:07:12.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:07:12.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:07:12.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:12.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:12.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:07:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:07:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 12:07:12.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:07:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:12.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:07:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:12.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:07:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 12:07:12.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 12:07:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:12.458 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 12:07:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:12.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 12:07:12.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 12:07:12.458 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 12:07:12.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 12:07:12.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 12:07:12.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:12.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:07:12.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:07:12.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:07:12.460 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:07:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:07:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:07:12.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:07:12.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:12.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:07:12.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:07:12.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:07:12.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:07:12.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:12.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:12.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 12:07:12.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:07:12.537 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:07:12.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:12.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:07:12.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:07:12.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:07:12.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:07:12.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:07:12.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.540 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:07:12.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.540 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text") 12:07:12.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.540 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:07:12.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.540 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.540 INFO [WorkbenchTestable][AbstractText] Text set to: New text 12:07:12.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:07:12.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.541 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:07:12.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.541 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "New text") 12:07:12.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.541 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:07:12.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.541 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.541 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 12:07:12.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:12.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:12.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:12.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.542 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 12:07:12.542 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 12:07:12.542 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:12.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:12.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.234 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.348 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.201 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.547 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.547 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:12.548 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.548 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.548 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.548 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:12.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.557 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:12.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.558 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test clabel") 12:07:12.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.606 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.607 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.607 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.607 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:12.608 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:12.608 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:12.608 INFO [main][AbstractShell] Close shell Testing shell 12:07:12.608 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:12.631 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:12.631 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:12.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:12.631 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.639 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.640 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormLabel") 12:07:12.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.687 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.688 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:12.688 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:12.688 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:12.688 INFO [main][AbstractShell] Close shell Testing shell 12:07:12.688 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:12.696 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:12.696 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:12.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:12.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:12.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.732 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.732 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:07:12.772 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:12.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:07:12.772 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 12:07:12.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.774 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 12:07:12.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.777 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 12:07:12.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.779 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.779 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.779 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.779 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:12.780 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:12.780 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:12.780 INFO [main][AbstractShell] Close shell Testing shell 12:07:12.780 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:12.788 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:12.788 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:12.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:12.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:12.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.795 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.795 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.795 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label4") 12:07:12.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.858 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.859 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.859 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:12.860 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:12.860 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:12.860 INFO [main][AbstractShell] Close shell Testing shell 12:07:12.860 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:12.868 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:12.868 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:12.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.868 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:12.868 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:12.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:12.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 12:07:12.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:12.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:12.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:12.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:12.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:12.938 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:12.939 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 12:07:12.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:12.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:12.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:12.941 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:12.942 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:12.942 INFO [main][AbstractShell] Close shell Testing shell 12:07:12.942 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:12.950 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:12.950 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:12.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:12.950 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:12.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:12.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:12.963 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:12.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:12.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:13.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1*") 12:07:13.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:13.007 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:13.027 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.027 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.027 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:13.028 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:13.028 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:13.028 INFO [main][AbstractShell] Close shell Testing shell 12:07:13.028 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:13.036 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:13.036 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:13.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:13.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:13.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:13.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:13.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:13.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:13.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:13.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:13.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:13.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:13.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label3") 12:07:13.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:13.098 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:13.100 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.100 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.100 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:13.100 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:13.100 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:13.100 INFO [main][AbstractShell] Close shell Testing shell 12:07:13.100 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:13.108 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:13.108 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:13.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:13.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:13.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.133 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:13.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:13.134 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:13.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:13.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:13.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:13.134 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:13.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1") 12:07:13.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:13.178 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:13.179 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.179 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.179 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:13.179 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:13.179 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:13.180 INFO [main][AbstractShell] Close shell Testing shell 12:07:13.180 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:13.187 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:13.187 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:13.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:13.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:13.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:13.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.194 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:13.194 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:13.194 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:13.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:13.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:13.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:13.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:13.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:13.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:13.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:13.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 12:07:13.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:13.244 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:13.245 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.245 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.245 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:13.246 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:13.246 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:13.246 INFO [main][AbstractShell] Close shell Testing shell 12:07:13.246 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:13.253 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:13.254 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:13.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:13.254 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:13.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:13.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.261 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:13.261 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:13.261 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:13.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:13.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:13.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:13.262 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:13.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:13.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:13.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 12:07:13.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:13.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:13.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:13.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:13.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:13.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:13.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:13.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:13.304 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:13.305 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 12:07:13.305 INFO [WorkbenchTestable][AbstractText] Text set to: 12:07:13.305 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:13.305 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 12:07:13.308 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 12:07:13.426 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:13.426 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 12:07:14.028 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:14.028 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 12:07:14.629 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:14.629 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:07:15.230 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:15.230 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:07:15.831 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:15.831 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:07:16.432 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:16.432 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 12:07:17.033 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:17.033 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:07:17.634 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:17.634 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 12:07:18.235 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:18.235 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 12:07:18.837 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:18.837 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 12:07:19.438 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:19.438 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 12:07:20.039 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:20.039 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 12:07:20.640 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:20.640 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:07:21.241 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:21.241 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:07:21.842 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:21.842 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:07:22.443 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:22.443 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 12:07:23.044 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:07:23.044 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:07:23.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 12:07:23.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:23.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:23.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:23.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:23.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:23.648 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:23.648 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.648 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.648 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:23.649 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:23.649 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:23.649 INFO [main][AbstractShell] Close shell Testing shell 12:07:23.649 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:23.656 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:23.656 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:23.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:23.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:23.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:23.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:23.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:23.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:23.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 12:07:23.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:23.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:23.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:23.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:23.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:23.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:23.706 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:23.706 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 12:07:23.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 12:07:23.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:23.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:23.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:23.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:23.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:23.709 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:23.709 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.709 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.709 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:23.710 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:23.710 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:23.710 INFO [main][AbstractShell] Close shell Testing shell 12:07:23.710 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:23.717 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:23.717 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:23.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.717 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:23.717 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:23.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:23.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:23.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:23.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:23.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Special label?") 12:07:23.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:23.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:23.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:23.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:23.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:23.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:23.768 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:23.769 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.769 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.769 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:23.770 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:23.770 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:23.770 INFO [main][AbstractShell] Close shell Testing shell 12:07:23.770 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:23.777 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:23.777 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:23.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.778 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:23.778 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.784 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.784 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:23.785 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:23.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:23.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:23.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:23.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2 *") 12:07:23.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:23.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:23.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:23.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:23.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:23.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:23.829 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:23.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.830 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:23.831 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:23.831 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:23.831 INFO [main][AbstractShell] Close shell Testing shell 12:07:23.831 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:23.838 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:23.838 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:23.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:23.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:23.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:23.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:23.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:23.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:23.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:23.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 12:07:23.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:23.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:23.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:23.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:23.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:23.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:23.887 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:23.887 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.888 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:23.888 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:23.888 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:23.888 INFO [main][AbstractShell] Close shell Testing shell 12:07:23.888 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:23.896 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:23.896 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:23.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:23.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:23.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:23.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:23.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:23.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:23.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2") 12:07:23.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:23.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:23.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:23.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:23.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:23.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:23.948 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:23.949 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:23.949 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:23.949 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:23.949 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:23.949 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:23.949 INFO [main][AbstractShell] Close shell Testing shell 12:07:23.949 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:23.957 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:23.957 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:23.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:23.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:23.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:23.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:23.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:23.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:23.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:23.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:23.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:23.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:24.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 12:07:24.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:24.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:24.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:24.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:24.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:24.005 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:24.006 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.006 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.006 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:24.006 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:24.006 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:24.006 INFO [main][AbstractShell] Close shell Testing shell 12:07:24.006 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:24.031 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:24.031 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:24.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:24.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:24.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:24.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:24.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:24.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:24.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:24.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:24.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:24.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormCLabel") 12:07:24.077 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:24.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:24.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:24.081 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:24.082 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.082 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.082 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:24.083 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:24.083 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:24.083 INFO [main][AbstractShell] Close shell Testing shell 12:07:24.083 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:24.090 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:24.090 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:24.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:24.090 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:24.090 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 12:07:24.097 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 12:07:24.097 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:24.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.551 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.092 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.063 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.087 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.091 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.079 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.067 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.408 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.054 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.061 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.057 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.062 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.074 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.059 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.102 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.103 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:24.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:24.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:24.103 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:24.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:24.104 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:24.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:24.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.128 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 12:07:24.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:24.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:24.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:24.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:24.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 '\*?\QRedDeer SWT Controls\E') 12:07:24.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:24.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:07:24.134 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 12:07:24.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 12:07:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:07:24.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:07:24.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:07:24.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:07:24.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:24.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:07:24.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:24.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:24.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:24.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:24.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:24.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:24.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:24.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:24.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:24.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:24.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:24.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:24.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:24.177 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:24.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.177 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:07:24.177 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:24.177 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:07:24.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:24.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:24.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:24.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:07:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:24.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:24.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:24.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:24.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:24.231 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:07:24.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:24.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:07:24.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:24.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:24.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:24.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:07:24.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.232 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:07:24.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:24.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:24.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Styled text") 12:07:24.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.233 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 12:07:24.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:24.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:07:24.233 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 12:07:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:24.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:24.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.234 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 12:07:24.234 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 12:07:24.234 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:24.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:24.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.041 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.054 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:24.239 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:24.240 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:24.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:24.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:24.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:24.240 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:24.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:24.240 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:24.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:24.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:24.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:24.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:24.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:24.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:24.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:24.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 256) 12:07:24.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:24.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:24.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:24.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:24.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:24.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:24.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 12:07:24.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:24.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 12:07:25.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:25.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 12:07:25.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:25.259 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 12:07:25.259 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:25.259 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:25.259 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:25.259 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:25.259 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:25.259 INFO [main][AbstractShell] Close shell Testing shell 12:07:25.259 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:25.261 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:25.262 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:25.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:25.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:25.262 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.267 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:25.267 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:25.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:25.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:25.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:25.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:25.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:25.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 12:07:25.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:25.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:25.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:25.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:25.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:25.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:07:25.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 12:07:25.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:25.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:25.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:25.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:25.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:07:25.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:25.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:25.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:25.283 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:25.283 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:25.283 INFO [main][AbstractShell] Close shell Testing shell 12:07:25.283 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:25.286 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:25.286 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:25.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:25.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:25.286 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:25.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:25.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:25.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:25.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:25.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:25.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:25.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:25.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 12:07:25.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:25.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:25.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:25.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:25.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:25.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:07:25.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 12:07:25.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:25.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:25.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:25.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:25.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:07:25.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 256) 12:07:25.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:25.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:25.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:25.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:25.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:25.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 12:07:25.311 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:25.311 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:25.311 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:25.311 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:25.311 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:25.311 INFO [main][AbstractShell] Close shell Testing shell 12:07:25.311 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:25.313 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:25.313 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:25.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:25.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:25.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:25.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:25.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:25.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:25.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:25.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:25.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:25.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:25.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 12:07:25.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:25.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:25.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:25.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:25.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:25.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:25.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:25.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:07:25.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:25.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:07:26.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:26.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:07:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:26.335 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 12:07:26.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:26.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:26.336 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:26.336 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:26.336 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:26.336 INFO [main][AbstractShell] Close shell Testing shell 12:07:26.336 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:26.339 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:26.339 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:26.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:26.339 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:26.339 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:26.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:26.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:26.350 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:26.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:26.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:26.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:26.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:26.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:26.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:26.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 12:07:26.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:26.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:26.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:26.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:26.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:26.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:26.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:26.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:07:26.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 12:07:26.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:26.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:26.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:26.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:26.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:26.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:26.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 12:07:26.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:26.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:26.365 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:26.365 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:26.365 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:26.365 INFO [main][AbstractShell] Close shell Testing shell 12:07:26.365 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:26.367 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:26.367 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:26.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:26.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:26.367 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:26.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:26.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:26.373 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:26.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:26.373 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:26.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:26.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:26.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:26.373 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:26.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 512) 12:07:26.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:26.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:26.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:26.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:26.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:26.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:26.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:26.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:07:26.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:26.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:07:27.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:27.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:07:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:27.390 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 12:07:27.390 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:27.390 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:27.390 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:27.390 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:27.390 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:27.390 INFO [main][AbstractShell] Close shell Testing shell 12:07:27.390 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:27.393 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:27.393 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:27.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:27.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:27.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:27.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:27.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:27.398 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 12:07:27.398 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 12:07:27.398 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:27.398 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.16 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.026 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.029 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.022 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.032 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.023 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.025 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:27.403 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:27.404 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:27.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:27.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:27.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:27.404 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:27.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:27.405 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:27.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:27.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:27.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:27.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:27.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:27.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:27.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:27.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 12:07:27.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:27.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:27.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:27.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:27.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:27.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:27.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:27.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:27.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:27.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 12:07:27.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:27.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:27.428 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:27.428 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:27.428 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:27.428 INFO [main][AbstractShell] Close shell Testing shell 12:07:27.428 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:27.431 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:27.431 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:27.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:27.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:27.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:27.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:27.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:27.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:27.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:27.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:27.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:27.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:27.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 4 and no matchers specified 12:07:27.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:27.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:27.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:27.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:27.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:27.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:07:27.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:07:27.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:07:27.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:07:28.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:07:28.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:07:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:28.456 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 12:07:28.456 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:28.456 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:28.456 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:28.456 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:28.456 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:28.456 INFO [main][AbstractShell] Close shell Testing shell 12:07:28.456 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:28.459 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:28.460 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:28.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:28.460 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.466 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.466 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:28.466 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:28.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:28.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:28.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 12:07:28.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:28.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:28.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:28.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:28.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:28.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 12:07:28.485 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:28.485 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:28.485 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:28.486 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:28.486 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:28.486 INFO [main][AbstractShell] Close shell Testing shell 12:07:28.486 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:28.489 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:28.489 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:28.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:28.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:28.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:28.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:28.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:28.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:28.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 12:07:28.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:28.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:28.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:28.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:28.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 12:07:28.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 12:07:28.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:28.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:07:28.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.515 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:28.515 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:28.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:28.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:28.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:28.515 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:28.516 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:28.516 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:28.516 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:28.516 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:28.516 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:28.516 INFO [main][AbstractShell] Close shell Testing shell 12:07:28.516 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:28.519 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:28.519 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:28.519 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:28.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:28.530 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.530 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:28.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:28.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:28.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 12:07:28.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:28.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:28.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:28.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:28.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:28.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:28.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:28.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 12:07:28.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:28.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:28.546 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:28.546 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:28.547 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:28.547 INFO [main][AbstractShell] Close shell Testing shell 12:07:28.547 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:28.550 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:28.550 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:28.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:28.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:28.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:28.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:28.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:28.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 12:07:28.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:28.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:28.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:28.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:28.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:28.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:28.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:28.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 12:07:28.576 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:28.576 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:28.576 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:28.576 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:28.576 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:28.576 INFO [main][AbstractShell] Close shell Testing shell 12:07:28.576 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:28.579 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:28.580 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:28.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:28.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:28.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:28.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 12:07:28.585 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 12:07:28.586 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:28.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.032 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.029 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.03 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.034 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.03 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.025 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:28.590 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:28.591 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:28.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:28.591 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:28.592 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:28.592 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:28.595 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:28.595 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:28.595 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:28.595 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:28.596 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:28.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:28.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:28.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:28.596 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:28.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:28.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:29.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:29.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:29.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:29.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:29.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:29.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:29.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:29.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:29.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:29.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:29.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:29.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:29.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:29.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:29.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:29.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:29.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:29.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:29.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:29.121 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:29.121 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:29.121 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:29.122 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:29.122 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:29.122 INFO [main][AbstractShell] Close shell Testing shell 12:07:29.122 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:29.131 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:29.131 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:29.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:29.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:29.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:29.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:29.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:29.142 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:29.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:29.142 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:29.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:29.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:29.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:29.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:29.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:29.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:29.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:29.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:29.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:29.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:29.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:29.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:29.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:29.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:29.604 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 12:07:29.605 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:29.605 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:29.605 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:29.605 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:29.605 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:29.605 INFO [main][AbstractShell] Close shell Testing shell 12:07:29.605 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:29.614 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:29.614 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:29.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:29.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:29.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:29.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:29.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:29.619 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:29.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:29.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:29.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:29.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:29.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:29.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:29.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:29.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:30.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:30.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:30.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:30.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:30.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:30.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:30.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:30.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:30.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:30.089 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 12:07:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:30.089 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:30.089 TRACE [main][WidgetHandler] Wait for synchronization 12:07:30.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:30.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:30.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:30.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:30.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:30.100 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:30.100 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:30.100 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:30.101 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:30.101 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:30.101 INFO [main][AbstractShell] Close shell Testing shell 12:07:30.101 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:30.109 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:30.109 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:30.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:30.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:30.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:30.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:30.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:30.115 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:30.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:30.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:30.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:30.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:30.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:07:30.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:30.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:30.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:30.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:30.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:30.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:30.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:30.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:30.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:30.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:30.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:30.603 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 12:07:30.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:07:30.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:07:30.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:07:30.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:07:30.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:30.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:30.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:30.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:30.608 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:30.609 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:30.609 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:30.609 INFO [main][AbstractShell] Close shell Testing shell 12:07:30.609 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:30.618 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:30.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:30.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:30.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:30.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:30.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:30.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:30.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:30.629 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:30.629 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:30.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:30.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:30.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:30.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:30.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:30.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:31.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:31.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:31.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:31.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:31.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:31.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:31.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:31.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:31.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:31.109 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:07:31.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:31.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:31.110 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:31.110 TRACE [main][WidgetHandler] Wait for synchronization 12:07:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:31.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:31.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:31.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:31.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:31.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:31.112 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:31.112 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:31.112 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:31.112 INFO [main][AbstractShell] Close shell Testing shell 12:07:31.112 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:31.121 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:31.121 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:31.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:31.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:31.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:31.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:31.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:31.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:31.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:31.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:31.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:31.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:31.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:31.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:31.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:31.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:31.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:31.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:31.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:31.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:31.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:31.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:31.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:31.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:31.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:31.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:31.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:31.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:31.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:31.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:31.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:31.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:31.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:31.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:31.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:31.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:31.622 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:31.622 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:31.622 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:31.623 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:31.623 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:31.623 INFO [main][AbstractShell] Close shell Testing shell 12:07:31.623 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:31.632 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:31.632 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:31.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:31.632 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:31.632 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:31.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:31.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:31.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:31.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:31.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:31.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:32.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:32.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:32.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:32.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:32.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:32.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:32.117 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 12:07:32.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:32.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:32.117 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:32.117 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:32.117 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:32.117 INFO [main][AbstractShell] Close shell Testing shell 12:07:32.117 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:32.126 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:32.126 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:32.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:32.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:32.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:32.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:32.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:32.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:32.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:32.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:32.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:32.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:32.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:32.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:32.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:32.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:32.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:32.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:32.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:32.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:32.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:32.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:32.614 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:07:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:32.614 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:32.614 TRACE [main][WidgetHandler] Wait for synchronization 12:07:32.614 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:32.614 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:32.614 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:32.615 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:32.615 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:32.615 INFO [main][AbstractShell] Close shell Testing shell 12:07:32.615 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:32.624 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:32.625 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:32.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:32.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:32.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:32.631 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:32.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:32.631 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:32.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:32.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:32.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:32.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:32.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:07:32.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:33.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:33.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:33.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:33.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:33.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:33.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:33.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:33.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:33.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:33.116 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 12:07:33.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:33.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:33.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:33.117 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:33.117 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:33.117 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:33.117 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:33.117 INFO [main][AbstractShell] Close shell Testing shell 12:07:33.117 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:33.126 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:33.126 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:33.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:33.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:33.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:33.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:33.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:33.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:33.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:33.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:33.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:33.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:33.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:33.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:33.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:33.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:33.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:33.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:33.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:33.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:33.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:33.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:33.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:33.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:33.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 12:07:33.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:33.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:33.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 12:07:33.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:33.608 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:33.608 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:33.608 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:33.608 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:33.608 INFO [main][AbstractShell] Close shell Testing shell 12:07:33.608 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:33.617 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:33.617 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:33.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:33.617 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:33.617 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:33.623 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:33.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:33.623 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:33.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:33.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:33.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:33.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:33.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:33.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:34.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:34.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:34.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:34.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:34.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:34.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:34.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:34.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:34.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:34.088 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:34.089 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:34.089 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:34.089 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:34.089 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:34.089 INFO [main][AbstractShell] Close shell Testing shell 12:07:34.089 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:34.097 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:34.097 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:34.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:34.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:34.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:34.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:34.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:34.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:34.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:34.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:34.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:34.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:34.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:34.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:34.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:34.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:34.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:34.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:34.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:34.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:34.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:34.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:34.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'table2') 12:07:34.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:34.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:34.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:34.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:34.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 12:07:34.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 12:07:34.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:34.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:34.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:34.568 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:34.568 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:34.568 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:34.568 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:34.568 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:34.568 INFO [main][AbstractShell] Close shell Testing shell 12:07:34.568 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:34.576 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:34.576 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:34.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:34.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:34.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:34.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:34.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:34.587 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:34.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:34.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:34.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:34.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:34.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:34.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:35.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:35.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:35.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:35.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:35.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:35.046 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 12:07:35.046 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:35.046 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:35.046 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:35.046 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:35.046 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:35.046 INFO [main][AbstractShell] Close shell Testing shell 12:07:35.046 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:35.055 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:35.055 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:35.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:35.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:35.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:35.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:35.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:35.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:35.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:35.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:35.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:35.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:35.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:35.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:35.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:35.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:35.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:35.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:35.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:35.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:35.521 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:07:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:35.521 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:35.521 TRACE [main][WidgetHandler] Wait for synchronization 12:07:35.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:35.521 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:35.521 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:35.522 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:35.522 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:35.522 INFO [main][AbstractShell] Close shell Testing shell 12:07:35.522 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:35.530 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:35.530 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:35.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:35.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:35.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:35.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:35.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:35.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:35.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:35.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:35.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:35.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:35.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:35.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:35.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:35.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:35.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:35.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:35.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:35.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:35.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:35.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:35.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:35.991 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 12:07:35.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:35.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:35.991 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:35.992 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:35.992 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:35.992 INFO [main][AbstractShell] Close shell Testing shell 12:07:35.992 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:36.000 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:36.000 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:36.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:36.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:36.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:36.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:36.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:36.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:36.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:36.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:36.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:36.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:36.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:36.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:36.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:36.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:36.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:36.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:36.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:36.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:36.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:36.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:36.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:36.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:36.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:36.466 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:36.466 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:36.466 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:36.466 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:36.466 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:36.466 INFO [main][AbstractShell] Close shell Testing shell 12:07:36.466 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:36.475 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:36.475 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:36.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:36.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:36.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:36.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:36.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:36.486 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:36.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:36.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:36.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:36.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:36.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:36.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:36.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:36.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:36.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:36.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:36.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:36.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:36.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:36.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:36.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:36.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:36.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:36.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:36.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:36.951 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:36.951 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:36.951 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:36.951 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:36.951 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:36.951 INFO [main][AbstractShell] Close shell Testing shell 12:07:36.951 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:36.960 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:36.960 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:36.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:36.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:36.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:36.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:36.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:36.965 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:36.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:36.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:36.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:36.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:36.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:36.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:37.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:07:37.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:37.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:37.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:37.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:37.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:37.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:37.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:37.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:37.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:37.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:07:37.432 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:07:37.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:37.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:37.432 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:37.432 TRACE [main][WidgetHandler] Wait for synchronization 12:07:37.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:37.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:37.432 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:37.432 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:37.432 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:37.432 INFO [main][AbstractShell] Close shell Testing shell 12:07:37.432 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:37.440 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:37.440 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:37.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:37.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:37.441 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:37.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:37.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:37.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:37.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:37.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:37.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:37.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:37.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:37.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:37.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:37.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:37.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:37.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:37.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:37.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:37.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:37.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:37.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:37.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:37.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:37.914 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:37.914 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:37.914 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:37.915 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:37.915 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:37.915 INFO [main][AbstractShell] Close shell Testing shell 12:07:37.915 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:37.923 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:37.923 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:37.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:37.923 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:37.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:37.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:37.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:37.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:37.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:37.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:37.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:37.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:38.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:38.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:38.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:38.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:38.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:38.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:38.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:38.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:38.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:38.408 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 12:07:38.409 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:38.409 TRACE [main][WidgetHandler] Wait for synchronization 12:07:38.410 TRACE [main][WidgetHandler] Notify Table with event 8 12:07:38.410 TRACE [main][WidgetHandler] Wait for synchronization 12:07:38.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:38.411 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:38.411 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:38.411 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:38.411 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:38.411 INFO [main][AbstractShell] Close shell Testing shell 12:07:38.411 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:38.420 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:38.420 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:38.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:38.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:38.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:38.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:38.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:38.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:38.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:38.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:38.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:38.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:38.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:38.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:38.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:38.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:38.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:38.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:38.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:38.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:38.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:38.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:38.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:38.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:38.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:38.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:38.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:38.917 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:38.917 TRACE [main][WidgetHandler] Wait for synchronization 12:07:38.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:38.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:38.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:38.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:38.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:38.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:38.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:38.920 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:38.920 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:38.920 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:38.921 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:38.921 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:38.921 INFO [main][AbstractShell] Close shell Testing shell 12:07:38.921 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:38.930 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:38.930 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:38.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:38.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:38.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:38.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:38.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:38.936 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:38.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:38.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:38.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:38.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:39.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:39.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:39.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:39.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:39.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:39.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:39.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:39.417 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 12:07:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:39.417 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:39.417 TRACE [main][WidgetHandler] Wait for synchronization 12:07:39.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:39.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:39.417 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:39.418 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:39.418 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:39.418 INFO [main][AbstractShell] Close shell Testing shell 12:07:39.418 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:39.426 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:39.427 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:39.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:39.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:39.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:39.432 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:39.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:39.432 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:39.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:39.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:39.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:39.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:39.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:39.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:39.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:39.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:39.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:39.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:39.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:39.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:39.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:39.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:39.917 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 12:07:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:39.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:39.918 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:39.918 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:39.918 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:39.918 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:39.918 INFO [main][AbstractShell] Close shell Testing shell 12:07:39.918 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:39.927 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:39.927 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:39.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:39.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:39.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:39.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:39.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:39.933 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:39.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:39.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:39.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:39.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:39.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:39.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:40.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:40.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:40.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:40.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:40.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:40.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:40.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:40.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:40.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:40.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:40.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:40.408 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:07:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:40.408 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:40.408 TRACE [main][WidgetHandler] Wait for synchronization 12:07:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:40.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:40.410 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 12:07:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:40.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:40.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:40.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:40.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:40.412 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:40.413 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:40.413 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:40.413 INFO [main][AbstractShell] Close shell Testing shell 12:07:40.413 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:40.421 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:40.421 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:40.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:40.421 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:40.421 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:40.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:40.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:40.432 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:40.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:40.432 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:40.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:40.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:40.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:40.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:40.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:40.678 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:40.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:40.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:40.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:40.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:40.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:40.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:40.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:40.912 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 12:07:40.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:40.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:40.912 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:40.913 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:40.913 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:40.913 INFO [main][AbstractShell] Close shell Testing shell 12:07:40.913 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:40.927 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:40.927 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:40.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:40.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:40.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:40.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:40.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:40.933 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:40.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:40.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:40.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:40.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:40.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:40.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:41.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:41.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:41.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:41.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:41.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:41.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:41.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:41.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:41.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:41.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:41.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:41.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 12:07:41.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:41.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:41.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:41.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:42.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:42.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:42.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:43.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:43.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:43.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:44.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:44.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:45.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:45.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:45.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:45.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:46.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:46.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:46.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:46.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:47.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:47.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:47.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:47.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:48.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:49.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:49.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:51.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:07:51.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:07:51.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 12:07:51.447 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:51.447 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:51.447 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:51.447 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:51.447 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:51.447 INFO [main][AbstractShell] Close shell Testing shell 12:07:51.447 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:51.456 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:51.456 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:51.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:51.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:51.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:51.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 12:07:51.462 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 12:07:51.462 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:51.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.873 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.546 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.477 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.495 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.514 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.497 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.495 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.5 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.492 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.485 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.479 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.479 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.469 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.47 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.48 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.479 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.481 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.483 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.497 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.51 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.496 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.499 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.529 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:51.468 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:51.468 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:51.468 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:51.468 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:51.468 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:51.468 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:51.472 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:51.472 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:51.472 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:51.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:51.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:51.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:51.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:51.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:51.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:51.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 12:07:51.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:51.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:51.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:51.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:51.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:51.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:51.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:51.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:51.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:51.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:51.814 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 7 and no matchers specified 12:07:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:51.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 12:07:51.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 12:07:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:51.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 12:07:51.814 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@6159e285 12:07:51.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:51.815 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:51.815 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:51.816 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:51.816 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:51.816 INFO [main][AbstractShell] Close shell Testing shell 12:07:51.816 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:51.822 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:51.822 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:51.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:51.822 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:51.822 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:51.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:51.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:51.829 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:51.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:51.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:51.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:51.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:51.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:51.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:52.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:52.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:52.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:52.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:52.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:52.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:52.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:52.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:52.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:52.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:52.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 3") 12:07:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:52.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:52.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:52.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:07:52.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:52.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:52.168 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:52.169 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:52.169 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:52.169 INFO [main][AbstractShell] Close shell Testing shell 12:07:52.169 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:52.175 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:52.175 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:52.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:52.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:52.176 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:52.181 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:52.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:52.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:52.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:52.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:52.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:52.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:52.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 12:07:52.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:52.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:52.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:52.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:52.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:52.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:52.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:52.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:52.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:52.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:07:52.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:52.522 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:52.522 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:52.522 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:52.522 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:52.522 INFO [main][AbstractShell] Close shell Testing shell 12:07:52.522 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:52.529 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:52.529 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:52.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:52.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:52.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:52.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:52.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:52.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:52.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:52.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:52.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:52.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:52.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:52.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "0 3") 12:07:52.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:52.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:52.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:52.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:52.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:52.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:52.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:52.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:52.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:52.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:07:52.881 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:52.881 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:52.881 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:52.881 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:52.881 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:52.881 INFO [main][AbstractShell] Close shell Testing shell 12:07:52.881 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:52.888 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:52.888 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:52.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:52.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:52.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:52.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:52.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:52.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:52.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:52.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:52.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:52.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:52.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:52.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:53.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:53.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:53.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:53.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:53.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:53.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:53.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:53.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:53.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:53.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:53.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:53.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 2") 12:07:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:53.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:53.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:53.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:53.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:07:53.224 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 12:07:53.225 TRACE [main][WidgetHandler] Notify Table with event 13 12:07:53.225 TRACE [main][WidgetHandler] Wait for synchronization 12:07:53.226 TRACE [main][WidgetHandler] Notify Table with event 3 12:07:53.226 TRACE [main][WidgetHandler] Wait for synchronization 12:07:53.226 TRACE [main][WidgetHandler] Notify Table with event 4 12:07:53.226 TRACE [main][WidgetHandler] Wait for synchronization 12:07:53.227 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:53.227 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:53.227 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:53.227 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:53.227 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:53.227 INFO [main][AbstractShell] Close shell Testing shell 12:07:53.227 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:53.234 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:53.234 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:53.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:53.234 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:53.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:53.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:53.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:53.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:53.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:53.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:53.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:53.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:53.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 1 and no matchers specified 12:07:53.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:53.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:53.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:53.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:53.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:53.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:53.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:53.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:53.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 12:07:53.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:53.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:53.564 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:53.564 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:53.564 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:53.564 INFO [main][AbstractShell] Close shell Testing shell 12:07:53.564 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:53.571 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:53.571 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:53.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:53.571 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:53.571 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:53.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:53.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:53.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:53.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:53.584 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:53.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:53.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:53.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:53.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:53.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:53.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:53.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:53.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:53.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:53.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:53.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:53.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:53.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:53.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and no matchers specified 12:07:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:53.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:53.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:53.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:07:53.907 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:53.907 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:53.907 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:53.908 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:53.908 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:53.908 INFO [main][AbstractShell] Close shell Testing shell 12:07:53.908 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:53.914 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:53.914 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:53.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:53.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:53.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:53.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:53.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:53.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:53.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:53.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:53.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:53.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:54.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:07:54.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:54.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:54.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:54.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:54.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:54.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:54.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:54.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:54.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:07:54.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 1 and no matchers specified 12:07:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:54.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:54.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:54.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 12:07:54.249 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:54.249 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:54.249 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:54.249 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:54.250 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:54.250 INFO [main][AbstractShell] Close shell Testing shell 12:07:54.250 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:54.256 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:54.256 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:54.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:54.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:54.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:54.263 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:54.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:54.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:54.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:54.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:54.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:54.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:54.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 12:07:54.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:54.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:54.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:54.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:54.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:54.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 12:07:54.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 12:07:54.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:54.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 12:07:54.593 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 12:07:54.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 12:07:54.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:54.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:54.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:54.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:54.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 12:07:54.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 12:07:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:54.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 12:07:54.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:54.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:54.600 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:54.600 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:54.600 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:54.600 INFO [main][AbstractShell] Close shell Testing shell 12:07:54.600 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:54.607 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:54.607 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:54.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:54.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:54.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:54.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:54.614 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:54.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:54.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:54.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:54.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:54.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:54.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:54.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:07:54.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:54.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:54.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:54.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:54.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:54.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:07:54.941 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 6 and no matchers specified 12:07:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:54.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:07:54.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 12:07:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:54.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 12:07:54.941 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 12:07:54.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 6 and no matchers specified 12:07:54.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:54.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:54.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:54.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:54.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:54.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 12:07:54.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 12:07:54.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:54.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 12:07:54.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:54.943 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:54.943 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:54.943 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:54.943 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:54.943 INFO [main][AbstractShell] Close shell Testing shell 12:07:54.943 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:54.950 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:54.950 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:54.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:54.950 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:54.950 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:54.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:54.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 12:07:54.957 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 12:07:54.957 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:54.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:54.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:54.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.49 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.357 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.352 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.354 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.365 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.341 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.341 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.336 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.343 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.351 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.343 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:54.961 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:54.962 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:54.962 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:54.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:54.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:54.962 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:54.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:54.963 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:54.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:54.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:54.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:54.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:54.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:54.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:54.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:54.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:07:54.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:55.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:55.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:07:55.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 12:07:55.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.011 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:55.011 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:55.011 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:55.011 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:55.011 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:55.011 INFO [main][AbstractShell] Close shell Testing shell 12:07:55.011 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:55.030 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:55.030 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:55.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:55.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:55.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.042 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:55.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:55.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:55.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:55.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified ( with key 'comboTestKey' and value '3') 12:07:55.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 12:07:55.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 12:07:55.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 12:07:55.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 12:07:55.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.075 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 12:07:55.077 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:55.077 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:55.077 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:55.077 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:55.077 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:55.077 INFO [main][AbstractShell] Close shell Testing shell 12:07:55.077 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:55.084 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:55.084 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:55.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:55.084 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:55.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.090 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:55.090 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:55.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:55.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:55.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 12:07:55.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:07:55.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 12:07:55.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:07:55.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:55.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:07:55.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 12:07:55.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 2 and no matchers specified 12:07:55.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:55.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 12:07:55.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 12:07:55.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 3 and no matchers specified 12:07:55.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:07:55.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:07:55.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 12:07:55.157 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:55.157 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:55.157 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:55.158 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:55.158 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:55.158 INFO [main][AbstractShell] Close shell Testing shell 12:07:55.158 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:55.168 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:55.168 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:55.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:55.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:55.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.176 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.176 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:55.177 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:55.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:55.177 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:55.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 12:07:55.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.239 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 12:07:55.240 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:55.240 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:55.240 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:55.241 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:55.241 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:55.241 INFO [main][AbstractShell] Close shell Testing shell 12:07:55.241 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:55.251 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:55.251 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:55.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:55.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:55.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:55.260 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:55.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:55.260 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:55.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 12:07:55.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:55.293 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 12:07:55.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:07:55.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:55.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:55.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:55.293 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:55.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:55.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:55.294 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:55.295 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:55.295 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:55.295 INFO [main][AbstractShell] Close shell Testing shell 12:07:55.295 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:55.301 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:55.301 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:55.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:55.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.306 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:55.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:55.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:55.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:55.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:07:55.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:07:55.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:07:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:55.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:07:55.360 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 12:07:55.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:55.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:55.361 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:55.361 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:55.361 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:55.361 INFO [main][AbstractShell] Close shell Testing shell 12:07:55.361 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:55.368 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:55.368 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:55.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:55.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:55.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.375 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:55.375 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:55.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:55.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:55.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:55.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:55.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 5 and no matchers specified 12:07:55.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:55.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:55.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:55.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:55.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:55.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:55.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:07:55.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:07:55.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:07:55.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:07:56.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:07:56.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:07:56.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:56.428 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 12:07:56.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:56.428 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:56.428 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:56.428 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:56.428 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:56.428 INFO [main][AbstractShell] Close shell Testing shell 12:07:56.428 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:56.435 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:56.435 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:56.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:56.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:56.435 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:56.441 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:56.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:56.441 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:56.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:56.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:56.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:56.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:56.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 12:07:56.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:56.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:56.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:56.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:56.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:56.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:56.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:56.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:56.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:56.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:57.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:57.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:57.486 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 12:07:57.486 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:57.486 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:57.486 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:57.486 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:57.486 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:57.486 INFO [main][AbstractShell] Close shell Testing shell 12:07:57.486 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:57.493 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:57.493 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:57.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:57.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:57.504 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.504 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:57.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:57.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.504 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 12:07:57.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:07:57.536 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 12:07:57.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:07:57.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:57.538 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:57.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:57.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:57.538 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:57.539 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:57.539 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:57.539 INFO [main][AbstractShell] Close shell Testing shell 12:07:57.539 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:57.546 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:57.546 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:57.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:57.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 12:07:57.559 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 12:07:57.559 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.598 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.079 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.048 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.086 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.082 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.046 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.069 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.066 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 1.063 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.055 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.565 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.565 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:57.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.566 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:57.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.566 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:57.566 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.566 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 2 and no matchers specified 12:07:57.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:07:57.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:07:57.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 12:07:57.596 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 12:07:57.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:07:57.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:57.601 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:57.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:57.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:57.601 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:57.602 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:57.602 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:57.602 INFO [main][AbstractShell] Close shell Testing shell 12:07:57.602 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:57.606 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:57.606 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:57.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 12:07:57.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 12:07:57.646 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:57.646 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:57.646 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:57.647 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:57.647 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:57.647 INFO [main][AbstractShell] Close shell Testing shell 12:07:57.647 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:57.651 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:57.651 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:57.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.658 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and no matchers specified 12:07:57.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:07:57.688 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 12:07:57.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 12:07:57.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 12:07:57.689 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:57.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:57.690 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:57.690 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:57.690 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:57.690 INFO [main][AbstractShell] Close shell Testing shell 12:07:57.690 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:57.694 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:57.695 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:57.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 0") 12:07:57.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:07:57.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 12:07:57.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:07:57.733 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 12:07:57.735 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 12:07:57.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:57.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:57.736 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:57.736 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:57.736 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:57.736 INFO [main][AbstractShell] Close shell Testing shell 12:07:57.736 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:57.741 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:57.742 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:57.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 12:07:57.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:57.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:57.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 12:07:57.798 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:57.798 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:57.798 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:57.799 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:57.799 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:57.799 INFO [main][AbstractShell] Close shell Testing shell 12:07:57.799 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:57.805 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:57.805 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:57.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.812 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.812 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:57.812 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:57.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:57.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:57.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:57.812 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:57.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 5 and no matchers specified 12:07:57.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:57.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:57.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:57.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:57.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:57.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:57.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:07:57.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:07:58.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:07:58.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:07:58.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:07:58.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:07:58.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:58.850 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 12:07:58.850 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:58.850 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:58.850 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:58.850 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:58.850 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:58.850 INFO [main][AbstractShell] Close shell Testing shell 12:07:58.850 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:58.855 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:58.855 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:58.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:58.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:58.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:58.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:58.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:58.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:58.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:58.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:58.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:58.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:58.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:58.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:58.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 12:07:58.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:58.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:58.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:58.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:58.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:58.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:58.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:58.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:59.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:59.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:59.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:59.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:07:59.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:07:59.891 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 12:07:59.891 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:59.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:59.892 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:59.892 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:59.892 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:59.892 INFO [main][AbstractShell] Close shell Testing shell 12:07:59.892 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:59.896 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:59.896 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:59.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:59.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:59.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:59.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:59.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:59.907 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:59.907 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:59.907 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:59.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:59.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:59.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:59.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:59.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 12:07:59.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:59.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:59.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:59.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:59.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:59.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:07:59.933 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 12:07:59.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:07:59.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:59.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:59.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:59.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:59.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:59.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:59.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:59.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:59.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:59.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:07:59.934 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:07:59.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:59.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:59.935 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:59.935 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:59.935 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:59.935 INFO [main][AbstractShell] Close shell Testing shell 12:07:59.935 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:59.940 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:59.940 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:59.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:59.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:59.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:59.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:59.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 12:07:59.946 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 12:07:59.946 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:59.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.381 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.046 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.045 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.047 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.055 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.051 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.048 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.046 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.039 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:07:59.951 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:07:59.951 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:59.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:59.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:07:59.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:59.952 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:59.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:59.956 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:59.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:59.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:59.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:07:59.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:07:59.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:59.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:59.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:59.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:07:59.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:59.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:59.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:59.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:59.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:59.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:59.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:59.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:07:59.975 TRACE [main][WidgetHandler] Notify List with event 13 12:07:59.975 TRACE [main][WidgetHandler] Wait for synchronization 12:07:59.975 TRACE [main][WidgetHandler] Notify List with event 13 12:07:59.975 TRACE [main][WidgetHandler] Wait for synchronization 12:07:59.975 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:59.975 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:59.975 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:07:59.976 DEBUG [main][AbstractWait] Waiting until shell is active... 12:07:59.976 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:07:59.976 INFO [main][AbstractShell] Close shell Testing shell 12:07:59.976 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:07:59.978 DEBUG [main][AbstractWait] Waiting while shell is available... 12:07:59.978 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:07:59.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:07:59.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:59.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:59.983 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:07:59.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:59.984 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:07:59.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:07:59.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:59.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:59.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:59.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:07:59.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:08:00.007 TRACE [main][WidgetHandler] Notify List with event 13 12:08:00.007 TRACE [main][WidgetHandler] Wait for synchronization 12:08:00.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:00.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:00.007 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:00.008 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:00.008 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:00.008 INFO [main][AbstractShell] Close shell Testing shell 12:08:00.008 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:00.010 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:00.010 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:00.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:00.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:00.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:00.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:00.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:00.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:08:00.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:08:00.033 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:00.033 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:00.033 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:00.033 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:00.033 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:00.033 INFO [main][AbstractShell] Close shell Testing shell 12:08:00.033 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:00.036 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:00.036 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:00.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:00.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:00.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.046 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:00.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:00.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:00.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:00.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:08:00.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:08:00.064 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 12:08:00.065 TRACE [main][WidgetHandler] Notify List with event 13 12:08:00.065 TRACE [main][WidgetHandler] Wait for synchronization 12:08:00.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:00.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:00.066 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:00.066 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:00.066 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:00.066 INFO [main][AbstractShell] Close shell Testing shell 12:08:00.066 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:00.069 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:00.069 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:00.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:00.069 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:00.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.078 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:00.078 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:00.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:00.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:00.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:08:00.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:08:00.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'list001') 12:08:00.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 12:08:00.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:08:00.096 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:00.097 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:00.097 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:00.097 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:00.097 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:00.097 INFO [main][AbstractShell] Close shell Testing shell 12:08:00.097 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:00.100 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:00.100 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:00.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:00.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:00.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:00.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:00.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:00.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:00.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:08:00.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:08:00.126 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 12:08:00.126 TRACE [main][WidgetHandler] Notify List with event 13 12:08:00.126 TRACE [main][WidgetHandler] Wait for synchronization 12:08:00.127 TRACE [main][WidgetHandler] Notify List with event 13 12:08:00.127 TRACE [main][WidgetHandler] Wait for synchronization 12:08:00.127 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:00.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:00.128 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:00.128 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:00.128 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:00.128 INFO [main][AbstractShell] Close shell Testing shell 12:08:00.128 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:00.131 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:00.131 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:00.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:00.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.142 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:00.142 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:00.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:00.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:00.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:08:00.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:08:00.159 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 12:08:00.159 TRACE [main][WidgetHandler] Notify List with event 13 12:08:00.159 TRACE [main][WidgetHandler] Wait for synchronization 12:08:00.160 TRACE [main][WidgetHandler] Notify List with event 13 12:08:00.160 TRACE [main][WidgetHandler] Wait for synchronization 12:08:00.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:00.160 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:00.160 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:00.161 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:00.161 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:00.161 INFO [main][AbstractShell] Close shell Testing shell 12:08:00.161 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:00.164 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:00.164 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:00.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:00.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 12:08:00.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 12:08:00.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:00.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.027 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.032 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.031 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:00.180 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:00.180 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:00.180 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:00.180 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:00.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:00.181 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:00.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:00.181 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:00.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:00.181 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:00.181 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:00.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:00.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:00.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:00.181 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:00.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 2 and no matchers specified 12:08:00.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:08:00.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:08:00.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 12:08:00.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 12:08:00.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:08:00.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:00.207 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:00.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 12:08:00.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 12:08:00.209 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:00.209 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:00.209 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:00.210 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:00.210 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:00.210 INFO [main][AbstractShell] Close shell Testing shell 12:08:00.210 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:00.214 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:00.214 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:00.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:00.214 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:00.214 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:00.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:00.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:00.232 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:00.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:00.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:00.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:00.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:00.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 12:08:00.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:08:00.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:08:00.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 12:08:00.257 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 12:08:00.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 12:08:00.258 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:08:00.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 12:08:00.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:00.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:08:00.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:08:00.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:08:00.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:08:01.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:08:01.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:08:01.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:01.261 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 12:08:01.261 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:01.261 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:01.261 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:01.261 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:01.261 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:01.261 INFO [main][AbstractShell] Close shell Testing shell 12:08:01.261 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:01.266 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:01.266 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:01.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:01.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:01.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:01.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:01.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:01.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:01.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:01.272 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:01.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:01.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:01.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:01.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:01.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 5 and no matchers specified 12:08:01.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:01.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:01.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:01.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:01.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:01.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:01.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:08:01.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:08:01.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:08:01.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:08:02.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:08:02.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 12:08:02.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:02.301 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 12:08:02.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:02.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:02.301 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:02.301 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:02.301 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:02.301 INFO [main][AbstractShell] Close shell Testing shell 12:08:02.301 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:02.305 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:02.305 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:02.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:02.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:02.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:02.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:02.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:02.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:02.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:02.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:02.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:02.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:02.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:02.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:02.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 12:08:02.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:02.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:02.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:02.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:02.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:02.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:02.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:02.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:02.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:02.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:03.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:03.340 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 12:08:03.340 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:03.341 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:03.341 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:03.341 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:03.341 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:03.341 INFO [main][AbstractShell] Close shell Testing shell 12:08:03.341 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:03.345 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:03.345 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:03.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:03.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:03.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:03.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.357 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:03.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:03.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:03.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:03.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:03.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:03.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:03.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 12:08:03.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:03.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:03.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:03.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:03.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:03.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:03.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:08:03.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 12:08:03.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:08:03.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:03.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:03.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:03.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:03.384 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:03.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 12:08:03.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:03.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:03.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:03.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:03.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 12:08:03.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:03.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:03.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:03.385 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:03.385 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:03.385 INFO [main][AbstractShell] Close shell Testing shell 12:08:03.385 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:03.389 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:03.389 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:03.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:03.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:03.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 12:08:03.395 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 12:08:03.395 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:03.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.216 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.05 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.04 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.039 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.046 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.DummyTest 12:08:03.402 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 12:08:03.403 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:03.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:03.403 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 12:08:03.403 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:03.403 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:03.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:03.404 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:03.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:03.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:03.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 12:08:03.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 12:08:03.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:03.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:03.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:03.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 12:08:03.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:03.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:03.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 12:08:03.404 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 12:08:03.404 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:03.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:03.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.reddeer.swt.test.DummyTest dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.414 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.415 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:03.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:03.415 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.415 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:03.415 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:03.415 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:03.415 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:03.415 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:03.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:03.415 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:03.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:03.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:03.416 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:03.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:03.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 2 and no matchers specified 12:08:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:03.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:08:03.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:08:03.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:03.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 12:08:03.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:03.432 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:03.432 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:03.432 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:03.432 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:03.432 INFO [main][AbstractShell] Close shell Testing shell 12:08:03.432 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:03.435 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:03.435 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:03.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:03.435 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:03.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.440 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:03.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:03.441 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:03.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:03.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:03.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:03.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:03.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2') 12:08:03.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:03.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:03.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:03.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:03.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:03.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:03.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:03.460 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:03.460 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:03.460 INFO [main][AbstractShell] Close shell Testing shell 12:08:03.460 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:03.463 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:03.463 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:03.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:03.463 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:03.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:03.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:03.469 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:03.469 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:03.469 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:03.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:03.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:03.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:03.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:03.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:03.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:03.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:03.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem with mnemonic") 12:08:03.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:03.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:03.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:03.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:03.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:03.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:03.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:03.524 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:03.524 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:03.525 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:03.525 INFO [main][AbstractShell] Close shell Testing shell 12:08:03.525 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:03.527 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:03.527 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:03.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:03.527 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:03.527 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:03.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:04.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:08:04.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:08:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:08:05.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:05.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:05.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:05.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:05.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:05.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:05.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:05.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:05.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "PUSH tooltip") 12:08:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:05.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:05.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:05.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:05.552 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:05.552 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:05.552 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:05.552 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:05.552 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:05.552 INFO [main][AbstractShell] Close shell Testing shell 12:08:05.552 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:05.555 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:05.556 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:05.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:05.556 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:05.556 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:05.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:05.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:05.572 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:05.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:05.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:05.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:05.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:05.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:05.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:05.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:05.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 12:08:05.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:05.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:05.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:05.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:05.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 12:08:05.592 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:05.592 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:05.592 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:05.592 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:05.592 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:05.592 INFO [main][AbstractShell] Close shell Testing shell 12:08:05.592 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:05.595 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:05.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:05.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:05.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:05.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:05.600 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 12:08:05.600 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 12:08:05.600 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:05.600 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:05.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.186 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.025 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.028 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.062 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.041 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.028 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:05.604 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:05.605 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:05.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:05.605 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:05.605 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:05.605 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:05.606 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:05.606 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:05.606 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:05.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:05.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:05.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:05.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:05.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:05.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:05.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 12:08:05.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:05.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:05.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:05.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:05.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:05.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:05.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 12:08:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:05.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:05.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:08:05.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:08:05.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:06.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:08:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:08:06.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:08:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:06.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:08:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:06.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:08:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:08:06.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:08:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:06.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:08:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:06.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:08:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:08:06.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:08:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:06.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:08:06.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:06.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:08:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 12:08:06.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:06.640 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:06.640 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:06.640 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:06.640 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:06.640 INFO [main][AbstractShell] Close shell Testing shell 12:08:06.640 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:06.644 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:06.644 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:06.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:06.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:06.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:06.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:06.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:06.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:06.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:06.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:06.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:06.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:06.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:06.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:06.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:06.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:06.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:06.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:06.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:06.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:06.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:06.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:06.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:06.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:06.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 12:08:06.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:06.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:06.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:08:06.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:08:06.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:07.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:07.180 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:08:07.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:08:07.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:08:07.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:07.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:08:07.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:07.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:08:07.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:08:07.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:08:07.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:07.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:07.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:08:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:08:07.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:08:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:07.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:08:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:07.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:08:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 12:08:07.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:07.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:07.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:07.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:07.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:07.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:07.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:07.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 12:08:07.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:07.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:07.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 12:08:07.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:07.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:07.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 12:08:07.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:07.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:07.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 12:08:07.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:07.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:07.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:08:07.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 12:08:07.687 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:07.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:07.688 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:07.688 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:07.688 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:07.688 INFO [main][AbstractShell] Close shell Testing shell 12:08:07.688 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:07.691 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:07.691 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:07.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:07.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:07.692 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:07.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:07.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:07.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:07.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:07.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:07.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:07.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:07.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12: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 12:08:07.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:07.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:07.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:07.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:07.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:07.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:07.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:07.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:07.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:07.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 12:08:07.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:07.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:07.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:07.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:07.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:07.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:07.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:07.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 12:08:07.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:07.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:07.727 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:07.728 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:07.728 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:07.728 INFO [main][AbstractShell] Close shell Testing shell 12:08:07.728 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:07.731 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:07.731 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:07.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:07.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:07.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:07.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:07.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:07.737 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:07.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:07.737 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:07.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:07.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:07.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:07.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:07.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:07.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:07.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:07.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:07.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:07.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:07.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 12:08:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:08.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:08.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 12:08:08.767 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:08.767 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:08.767 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:08.768 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:08.768 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:08.768 INFO [main][AbstractShell] Close shell Testing shell 12:08:08.768 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:08.771 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:08.771 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:08.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:08.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:08.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:08.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:08.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:08.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:08.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:08.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:08.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:08.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:08.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:08.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:08.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:08.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:08.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:08.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:08.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:08.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:08.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:08.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:08.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:08.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 12:08:08.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:08.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:09.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:09.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 12:08:09.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:09.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:09.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:09.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:09.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:09.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:09.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:09.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 12:08:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:09.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:10.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:10.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:10.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:10.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:10.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 12:08:10.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:10.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:10.816 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:10.816 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:10.816 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:10.816 INFO [main][AbstractShell] Close shell Testing shell 12:08:10.816 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:10.820 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:10.820 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:10.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:10.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:10.820 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:10.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:10.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:10.825 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:10.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:10.825 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:10.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:10.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:10.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:10.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:10.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:10.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:10.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:10.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:10.853 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:10.853 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:10.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:10.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:10.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:10.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:10.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:10.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 12:08:11.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 12:08:11.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:11.856 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:11.856 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:11.857 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:11.857 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:11.857 INFO [main][AbstractShell] Close shell Testing shell 12:08:11.857 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:11.861 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:11.862 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:11.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:11.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:11.866 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:11.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:11.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:11.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:11.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:11.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:11.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:11.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:11.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:11.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:11.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:11.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:11.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:11.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:11.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:11.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:11.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:11.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 12:08:13.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 12:08:13.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:13.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:13.407 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:13.407 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:13.407 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:13.407 INFO [main][AbstractShell] Close shell Testing shell 12:08:13.407 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:13.411 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:13.411 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:13.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:13.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:13.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:13.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:13.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:13.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 12:08:13.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 12:08:13.427 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:13.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:13.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:13.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.823 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.044 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.046 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.041 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.05 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.038 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.056 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.546 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 12:08:13.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:13.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.446 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:13.446 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:13.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:13.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:13.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:13.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.492 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:13.492 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:13.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:13.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:13.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:13.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:13.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.523 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 12:08:13.524 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 12:08:13.524 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:13.530 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:13.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:13.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:13.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:13.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:13.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:13.561 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:13.561 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:13.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:13.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:13.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:13.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:13.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:15.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. failed, an exception will be thrown 12:08:15.099 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:15.099 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:15.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:15.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:15.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:15.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.125 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:15.125 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:15.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:15.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:15.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:15.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:15.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.170 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:15.170 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:15.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:15.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.199 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:15.199 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:15.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:15.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.223 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:15.223 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:15.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:15.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:15.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:15.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.262 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:15.262 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:15.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:15.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:15.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:15.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.307 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:15.307 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:15.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:15.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:15.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 12:08:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 12:08:15.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 12:08:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.345 INFO [WorkbenchTestable][AbstractShell] Close shell shell 12:08:15.345 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 12:08:15.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:15.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.921 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.049 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.526 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.046 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.024 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.029 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.044 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.03 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.046 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.028 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.360 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.360 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:15.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.361 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.361 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.361 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:15.361 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.361 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:15.361 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:15.361 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:15.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:15.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:08:15.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:15.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:08:15.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:15.540 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:15.540 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:15.541 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:15.541 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:15.541 INFO [main][AbstractShell] Close shell Testing shell 12:08:15.541 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:15.547 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:15.547 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:15.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:15.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:15.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:15.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:15.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:15.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:08:15.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:15.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:15.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:15.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:08:15.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:08:15.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:08:15.726 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:15.726 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:15.726 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:15.727 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:15.727 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:15.727 INFO [main][AbstractShell] Close shell Testing shell 12:08:15.727 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:15.733 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:15.733 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:15.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:15.733 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.738 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:15.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.738 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:15.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:15.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:08:15.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:15.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.912 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:15.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:08:15.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:08:15.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:08:15.921 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:15.921 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:15.921 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:15.922 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:15.922 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:15.922 INFO [main][AbstractShell] Close shell Testing shell 12:08:15.922 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:15.927 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:15.927 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:15.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:15.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:15.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:15.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:15.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:15.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:16.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:08:16.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:16.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:08:16.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:08:16.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:08:16.116 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:16.116 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:16.116 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:16.116 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:16.116 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:16.116 INFO [main][AbstractShell] Close shell Testing shell 12:08:16.116 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:16.122 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:16.122 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:16.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:16.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:16.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:16.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:16.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:16.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:16.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:08:16.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:16.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:16.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:08:16.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:16.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:16.298 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:16.299 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:16.299 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:16.299 INFO [main][AbstractShell] Close shell Testing shell 12:08:16.299 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:16.304 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:16.304 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:16.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:16.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:16.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:16.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:16.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:16.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:16.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:08:16.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:16.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:08:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:08:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:08:16.498 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:16.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:16.499 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:16.499 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:16.499 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:16.499 INFO [main][AbstractShell] Close shell Testing shell 12:08:16.499 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:16.504 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:16.505 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:16.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:16.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:16.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:16.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:16.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:16.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:16.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:08:16.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:16.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:08:16.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:08:16.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:16.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:08:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:08:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:08:16.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:08:16.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:08:16.684 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:16.684 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:16.684 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:16.684 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:16.684 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:16.684 INFO [main][AbstractShell] Close shell Testing shell 12:08:16.684 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:16.690 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:16.690 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:16.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:16.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:16.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:16.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:16.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:16.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:08:16.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:16.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:16.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:08:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:08:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:08:16.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:16.878 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:16.878 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:16.878 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:16.878 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:16.878 INFO [main][AbstractShell] Close shell Testing shell 12:08:16.878 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:16.884 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:16.884 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:16.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:16.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 12:08:16.900 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 12:08:16.900 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:16.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.19 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.186 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.207 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.182 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.182 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.2 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.186 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.205 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:16.904 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:16.905 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:16.905 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:16.905 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:16.905 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:16.905 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:16.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:16.906 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:16.906 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:16.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:16.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:16.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 12:08:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 12:08:16.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 12:08:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:16.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 12:08:16.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 12:08:16.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:08:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 12:08:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available. finished successfully 12:08:16.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 12:08:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:16.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 12:08:16.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 12:08:16.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 12:08:16.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 12:08:16.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 12:08:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:08:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 12:08:16.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:16.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 12:08:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:16.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:16.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:17.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:17.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:17.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:17.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:17.936 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 12:08:17.937 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 12:08:17.937 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 12:08:17.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:17.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:17.940 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 12:08:17.940 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 12:08:17.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:17.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:17.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:17.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:17.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:17.965 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:17.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:17.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:17.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:17.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:17.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:17.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:17.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:08:17.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:08:17.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:08:17.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:17.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:17.978 INFO [WorkbenchTestable][AbstractShell] Close shell 12:08:17.978 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:08:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:17.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:17.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:17.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:17.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:17.996 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:17.996 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:17.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:17.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:17.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:17.996 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:17.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:17.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:17.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:17.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:17.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:17.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:17.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:17.997 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:17.997 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:17.997 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:17.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:17.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:17.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:17.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 12:08:18.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 12:08:18.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 12:08:18.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.014 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 12:08:18.015 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 12:08:18.016 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 12:08:18.016 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 12:08:18.016 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 12:08:18.016 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 12:08:18.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:18.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:18.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:18.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:18.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:18.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:18.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:08:18.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:08:18.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:08:18.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.064 INFO [WorkbenchTestable][AbstractShell] Close shell 12:08:18.064 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:08:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:18.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:18.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:18.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:18.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:18.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:18.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 12:08:18.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available. finished successfully 12:08:18.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 12:08:18.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.104 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 12:08:18.104 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 12:08:18.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:18.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:18.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.111 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 12:08:18.111 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 12:08:18.111 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.207 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.059 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.031 s defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.001 s manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.051 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.032 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:08:18.116 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:08:18.116 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:18.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.116 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:08:18.116 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.116 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:18.117 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.117 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:18.117 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.117 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.117 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 12:08:18.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:08:18.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.117 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:08:18.117 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.117 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 12:08:18.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 12:08:18.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:08:18.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.118 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 12:08:18.133 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:08:18.133 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 12:08:18.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:08:18.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.134 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 12:08:18.134 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 12:08:18.134 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.001 s maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.016 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:08:18.162 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:08:18.163 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:18.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:08:18.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.163 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:18.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.163 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:18.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.164 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.164 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 12:08:18.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:08:18.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:18.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:08:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.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) 12:08:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:18.188 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:18.188 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:18.188 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:18.188 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:18.188 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:18.188 INFO [main][AbstractShell] Close shell Testing shell 12:08:18.188 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:18.191 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:18.191 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:18.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:08:18.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 12:08:18.195 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 12:08:18.195 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.031 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:08:18.203 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:08:18.203 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:18.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.204 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:08:18.204 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.204 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:18.213 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.213 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:18.213 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 12:08:18.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:08:18.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:18.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:08:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.234 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) 12:08:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:18.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 12:08:18.235 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:18.235 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:18.235 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:18.236 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:18.236 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:18.236 INFO [main][AbstractShell] Close shell Testing shell 12:08:18.236 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:18.239 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:18.239 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:18.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:08:18.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 12:08:18.244 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 12:08:18.244 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.244 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.248 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.249 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:18.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.249 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:18.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.249 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:18.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:08:18.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.263 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:08:18.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.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 '\*?\QRedDeer SWT\E') 12:08:18.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:08:18.278 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:08:18.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:08:18.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:18.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:08:18.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:08:18.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:08:18.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.293 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.293 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.293 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.293 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:08:18.293 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:08:18.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:08:18.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.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 '\*?\QRedDeer SWT\E') 12:08:18.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:08:18.333 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:08:18.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:08:18.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:18.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:08:18.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:08:18.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:08:18.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.334 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 12:08:18.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 12:08:18.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:18.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.336 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:08:18.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:08:18.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:08:18.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.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 '\*?\QRedDeer SWT\E') 12:08:18.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:08:18.351 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:08:18.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:08:18.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:18.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:08:18.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:08:18.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:08:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.352 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 12:08:18.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 12:08:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:18.352 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 12:08:18.352 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:18.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:18.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.353 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:08:18.353 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.353 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:08:18.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 12:08:18.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 12:08:18.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:08:18.368 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 12:08:18.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 12:08:18.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:18.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:08:18.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:08:18.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:08:18.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.370 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 12:08:18.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT View.*') 12:08:18.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:18.370 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 12:08:18.370 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:18.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:18.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 12:08:18.370 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 12:08:18.370 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.043 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.043 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.017 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.017 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.375 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.375 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:18.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.375 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:18.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.384 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:18.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem") 12:08:18.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:18.387 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 12:08:18.388 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:18.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:18.388 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.388 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.388 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT Workbench.*') 12:08:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:18.424 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 12:08:18.424 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:18.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:18.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:18.431 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:18.431 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:08:18.431 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:08:18.431 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:08:18.431 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:08:18.431 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:08:18.431 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:08:18.431 DEBUG [main][MenuItemLookup] Item match:Window 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.432 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:08:18.432 DEBUG [main][MenuItemLookup] Item match:Preferences 12:08:18.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:08:18.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:08:18.432 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:08:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:08:18.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:08:18.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:08:18.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.541 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:08:18.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:18.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:18.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:18.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:18.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:08:18.543 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:08:18.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:08:18.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:08:18.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 12:08:18.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:08:18.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:18.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:18.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 12:08:18.544 DEBUG [main][TreeItemHandler] Selecting tree item: Java 12:08:18.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 12:08:18.544 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 12:08:18.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and no matchers specified 12:08:18.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:08:18.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 12:08:18.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:18.594 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 12:08:18.594 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:18.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:18.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 12:08:18.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:08:18.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:18.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:18.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:08:18.610 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:08:18.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:08:18.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:08:18.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:18.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:18.616 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:18.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:18.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:18.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:18.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:18.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.641 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.641 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.641 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.642 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:18.642 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:18.642 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:08:18.642 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:08:18.642 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:08:18.642 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:08:18.642 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:08:18.642 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:08:18.642 DEBUG [main][MenuItemLookup] Item match:Window 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.643 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:08:18.643 DEBUG [main][MenuItemLookup] Item match:Preferences 12:08:18.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:08:18.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:08:18.643 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:08:18.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:08:18.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:08:18.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:08:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.737 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:08:18.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:18.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:18.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:18.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:18.738 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:08:18.738 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:08:18.739 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:08:18.739 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:08:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 12:08:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:18.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:18.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:18.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:08:18.740 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:08:18.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:08:18.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:08:18.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:18.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:18.742 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:18.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:18.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:18.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:18.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:18.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.764 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:18.764 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:18.764 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:08:18.764 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:08:18.764 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:08:18.764 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:08:18.764 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:08:18.764 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:08:18.764 DEBUG [main][MenuItemLookup] Item match:Window 12:08:18.764 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.765 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:08:18.765 DEBUG [main][MenuItemLookup] Item match:Preferences 12:08:18.765 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:08:18.765 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:08:18.765 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:08:18.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:08:18.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:08:18.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:08:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.871 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:08:18.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:18.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:18.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:18.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:18.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:08:18.873 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:08:18.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:08:18.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:08:18.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:18.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.873 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.873 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:18.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 12:08:18.874 DEBUG [main][TreeItemHandler] Selecting tree item: Java 12:08:18.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 12:08:18.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 12:08:18.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression '.*ack.*') 12:08:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:18.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:18.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:18.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:08:18.936 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:08:18.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:08:18.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:08:18.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 "Cancel") 12:08:18.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:18.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:18.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:18.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:18.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:18.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:18.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:18.941 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:18.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:18.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:18.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:18.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:18.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:18.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:18.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:18.986 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:18.986 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:18.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:18.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:18.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:18.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:18.987 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.987 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.987 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:08:18.987 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:18.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:18.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:18.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:18.987 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:18.987 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:18.987 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:08:18.987 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:08:18.987 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:08:18.987 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:08:18.987 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:08:18.987 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:08:18.987 DEBUG [main][MenuItemLookup] Item match:Window 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:18.988 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:08:18.988 DEBUG [main][MenuItemLookup] Item match:Preferences 12:08:18.988 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:08:18.988 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:08:18.988 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:08:19.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:08:19.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:08:19.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:08:19.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:19.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:19.067 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:08:19.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:19.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:19.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:19.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:19.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:19.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:19.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:19.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:19.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:19.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:19.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:19.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:19.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:08:19.069 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:08:19.069 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:08:19.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:08:19.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:19.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:08:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:19.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolBar with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:08:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:19.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:19.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 12:08:19.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:19.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:19.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:19.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:19.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:19.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:19.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:19.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 12:08:19.071 DEBUG [main][TreeItemHandler] Selecting tree item: General 12:08:19.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 12:08:19.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 12:08:19.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:19.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:19.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:19.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:19.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:19.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:19.073 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:19.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:19.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:19.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:19.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:19.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:19.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:19.093 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 12:08:19.093 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 12:08:19.093 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:19.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:19.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.004 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.036 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.217 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.122 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.223 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.107 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:19.098 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:19.099 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:19.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:19.099 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:19.099 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:19.099 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:19.099 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:19.100 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:19.100 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:19.100 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:19.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:19.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:19.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:19.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:19.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:19.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:19.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:19.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:19.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:19.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:08:19.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:19.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:19.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:08:19.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:19.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:19.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:19.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:19.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:19.131 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:19.131 INFO [WorkbenchTestable][Keyboard] Type text "test123" 12:08:19.131 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:19.131 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:19.732 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:19.732 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:08:20.333 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:20.333 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:08:20.935 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:20.935 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:21.535 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:21.535 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 12:08:22.136 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:22.136 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 12:08:22.737 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:22.737 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 12:08:23.339 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:23.339 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:23.339 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:23.340 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:23.340 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:23.340 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:08:23.340 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:08:23.343 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:23.343 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:23.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:23.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:23.343 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:23.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:23.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:23.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:23.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:23.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:23.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:23.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:23.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:23.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:23.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:23.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:23.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:23.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:08:23.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:23.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:23.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:23.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:08:23.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:23.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:23.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:23.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:23.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:23.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:23.369 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:23.370 INFO [WorkbenchTestable][Keyboard] Type text "test" 12:08:23.370 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:23.370 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:23.971 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:23.971 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:08:24.572 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:24.572 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:08:25.174 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:25.174 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:25.774 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 12:08:25.774 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:08:25.976 INFO [WorkbenchTestable][Keyboard] Move cursor 12:08:26.176 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:26.176 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:26.376 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:26.779 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:26.779 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:26.979 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:27.180 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:08:27.381 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 12:08:27.381 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 12:08:27.581 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 12:08:27.581 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 12:08:27.782 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 12:08:27.983 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 12:08:28.184 INFO [WorkbenchTestable][Keyboard] Move cursor 12:08:28.384 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:28.384 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:28.584 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:28.985 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:28.986 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:29.186 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:29.587 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:29.587 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:29.788 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:30.189 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:30.189 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:30.389 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:30.790 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:30.791 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:30.991 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:31.192 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 12:08:31.192 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 12:08:31.392 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 12:08:31.392 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 12:08:31.593 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 12:08:31.794 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 12:08:31.996 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:31.996 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:31.996 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:31.996 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:31.997 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:31.997 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:08:31.997 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:08:32.000 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:32.000 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:32.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:32.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:32.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:32.016 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:32.016 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:32.016 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:32.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:32.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:32.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:32.016 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:32.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:32.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:08:32.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:32.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:08:32.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:32.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:32.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:32.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:32.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:32.026 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:32.027 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 12:08:32.027 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:32.027 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 12:08:32.227 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 12:08:33.228 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:33.228 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 12:08:33.429 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 12:08:34.430 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:34.430 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 12:08:34.631 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:35.632 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:35.632 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:08:36.233 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:36.233 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:08:36.835 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:36.835 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:37.436 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:37.436 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 12:08:37.636 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 12:08:38.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:38.637 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:38.637 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:38.638 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:38.638 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:38.638 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:08:38.638 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:08:38.644 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:38.644 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:38.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:38.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:38.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:38.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:38.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:38.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:38.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:38.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:38.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:38.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:38.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:38.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:38.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:38.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:08:38.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:38.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:08:38.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:38.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:38.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:38.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:38.687 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:38.687 INFO [WorkbenchTestable][Keyboard] Type text "test" 12:08:38.688 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:38.688 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:39.289 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:39.289 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:08:39.890 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:39.890 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:08:40.491 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:40.491 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:41.092 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 12:08:41.092 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:08:41.293 INFO [WorkbenchTestable][Keyboard] Move cursor 12:08:41.493 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:41.493 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:41.693 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:42.095 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:42.095 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:42.295 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:42.496 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:08:42.697 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 12:08:42.697 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 12:08:42.897 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 12:08:43.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:43.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:43.099 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:43.100 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:43.100 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:43.100 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:08:43.100 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:08:43.103 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:43.103 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:43.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:43.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:43.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:43.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:43.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:43.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:43.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:43.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:43.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:43.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:43.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:43.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:43.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:43.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:43.108 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:43.108 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:08:43.308 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 12:08:44.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 12:08:44.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 12:08:44.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 12:08:44.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:44.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:44.324 INFO [WorkbenchTestable][AbstractShell] Close shell Search 12:08:44.324 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 12:08:44.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:44.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:44.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:44.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:44.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:44.366 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:44.366 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:44.366 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:44.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:44.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:44.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:44.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:44.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:44.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:44.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:08:44.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:44.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 12:08:44.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:44.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:44.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:44.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:44.379 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:44.380 INFO [WorkbenchTestable][Keyboard] Type text "test" 12:08:44.380 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:44.380 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:44.981 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:44.981 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:08:45.582 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:45.582 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:08:46.183 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:08:46.183 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:08:46.784 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 12:08:46.784 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:08:46.984 INFO [WorkbenchTestable][Keyboard] Move cursor 12:08:47.184 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:47.184 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:47.385 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:47.786 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:47.786 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:47.987 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:48.188 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:08:48.388 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 12:08:48.388 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 12:08:48.589 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 12:08:48.589 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 12:08:48.789 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 12:08:48.990 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 12:08:49.190 INFO [WorkbenchTestable][Keyboard] Move cursor 12:08:49.390 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:49.390 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:49.591 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:49.992 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:49.992 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:50.192 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:50.594 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:50.594 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:50.794 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:51.195 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:51.195 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:51.396 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:51.796 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 12:08:51.796 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 12:08:51.997 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 12:08:52.197 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 12:08:52.198 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 12:08:52.398 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 12:08:52.398 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 12:08:52.599 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 12:08:52.800 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 12:08:53.000 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 12:08:53.001 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 12:08:53.001 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 12:08:53.001 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:53.001 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:53.001 INFO [main][AbstractShell] Close shell Keyboard testing shell 12:08:53.001 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 12:08:53.005 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:53.005 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:53.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:53.005 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:53.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 12:08:53.009 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 12:08:53.009 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:53.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.911 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.259 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.657 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.634 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.458 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.258 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.643 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 12:08:53.014 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:08:53.014 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:53.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:53.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:08:53.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:53.014 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:53.023 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:53.023 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:53.023 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:53.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:53.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 12:08:53.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:08:53.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:53.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:53.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:53.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 12:08:53.029 TRACE [WorkbenchTestable][WidgetLookup] 145 widget(s) found 12:08:53.029 INFO [WorkbenchTestable][WidgetResolverTest] Testing 145 widgets for matching children to parent. 12:08:53.031 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@405a2c7b] 12:08:53.031 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@27779eaa] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@405a2c7b] 12:08:53.031 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@405a2c7b] 12:08:53.031 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@56e92cdf] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@405a2c7b] 12:08:53.031 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@4741fb8d] matches to its parent widget Shell {data - Eclipse Platform} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimmedPartLayout@405a2c7b] 12:08:53.031 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@5cd8bf01] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.031 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@5cd8bf01] 12:08:53.031 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}] 12:08:53.032 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@454cd9e4] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.032 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@454cd9e4] 12:08:53.032 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@454cd9e4] 12:08:53.032 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@12899f13] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@454cd9e4] 12:08:53.032 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@454cd9e4] 12:08:53.032 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] 12:08:53.032 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] 12:08:53.033 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] 12:08:53.033 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] 12:08:53.033 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@5a5c9a46] 12:08:53.033 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.033 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.033 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 12:08:53.034 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 12:08:53.036 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.036 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.036 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.036 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.036 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 12:08:53.037 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.037 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 12:08:53.037 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 12:08:53.037 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] 12:08:53.037 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.037 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.038 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.038 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.038 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.038 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.038 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.038 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.039 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 12:08:53.039 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.039 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@3e691e44] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.039 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@3e691e44] 12:08:53.039 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@3e691e44] 12:08:53.039 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@3e691e44] 12:08:53.039 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@3e691e44] 12:08:53.040 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.040 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.040 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.040 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.040 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open a file or drop files here to open them.} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.041 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Find Actions} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.041 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+3} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.041 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Show Key Assist} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.041 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+L} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.041 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {New} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.041 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+N} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.041 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open Type} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.042 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+T} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 12:08:53.042 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@12899f13] 12:08:53.042 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@12899f13] 12:08:53.042 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@12899f13] 12:08:53.042 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@12899f13] 12:08:53.042 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@12899f13] 12:08:53.043 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 12:08:53.043 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 12:08:53.043 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.043 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.043 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.043 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 12:08:53.044 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@3389c69d] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.044 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL marginWidth=5 marginHeight=5}] matches to its parent widget PageBook {} [layout=org.eclipse.ui.part.PageBook$PageBookLayout@3389c69d] 12:08:53.044 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL marginWidth=5 marginHeight=5}] 12:08:53.044 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 12:08:53.045 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.045 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.045 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.045 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.045 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.045 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.046 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.046 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.046 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.046 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.046 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.046 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.047 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@b300af4] 12:08:53.047 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.047 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.047 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 12:08:53.047 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 12:08:53.048 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.command.testCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.048 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.048 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 12:08:53.048 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 12:08:53.048 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 12:08:53.049 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 12:08:53.049 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 12:08:53.049 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 12:08:53.049 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@2120bccc] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@27779eaa] 12:08:53.049 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@27779eaa] 12:08:53.050 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@2120bccc] 12:08:53.050 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@2120bccc] 12:08:53.050 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@2120bccc] 12:08:53.050 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.050 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 12:08:53.050 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 12:08:53.050 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 12:08:53.051 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.051 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.051 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.051 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 12:08:53.051 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 12:08:53.052 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.052 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.052 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.052 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.052 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.052 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.052 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=3 marginHeight=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@758d901e] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.053 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.054 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.054 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=undo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.054 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=redo, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.054 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.055 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.DebugDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.055 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.RunDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.055 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.055 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.055 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.055 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.055 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.055 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.056 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.056 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.056 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.056 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.056 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.056 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.056 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.056 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.057 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.057 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.057 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.057 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.057 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.057 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} [layout=null] 12:08:53.058 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=3 marginHeight=3 horizontalSpacing=5 verticalSpacing=5}] 12:08:53.058 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] 12:08:53.058 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.058 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget ImageBasedFrame {} [layout=null] 12:08:53.058 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] 12:08:53.058 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.058 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 12:08:53.059 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@525b8922 (tags: [persp.actionSet:org.eclipse.ui.actionSet.keyBindings, persp.actionSet:org.eclipse.ui.actionSet.openFiles, persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo, persp.actionSet:org.eclipse.search.searchActionSet, persp.actionSet:org.eclipse.ui.cheatsheets.actionSet, persp.newWizSC:org.eclipse.ui.wizards.new.folder, persp.newWizSC:org.eclipse.ui.wizards.new.file, persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer, persp.viewSC:org.eclipse.ui.views.BookmarkView, persp.viewSC:org.eclipse.ui.views.ContentOutline, persp.viewSC:org.eclipse.ui.views.PropertySheet, persp.viewSC:org.eclipse.ui.views.ProblemView, persp.viewSC:org.eclipse.ui.views.ProgressView, persp.viewSC:org.eclipse.ui.views.TaskList, persp.actionSet:org.eclipse.ui.NavigateActionSet, persp.viewSC:org.eclipse.pde.runtime.LogView, persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard, persp.showIn:org.eclipse.ui.navigator.ProjectExplorer, persp.perspSC:org.eclipse.team.ui.TeamSynchronizingPerspective, persp.showIn:org.eclipse.team.ui.GenericHistoryView, persp.editorOnboardingImageUri:platform:/plugin/org.eclipse.ui.ide.application/$nl$/icons/full/onboarding_resource_persp.png, persp.editorOnboardingText:Open a file or drop files here to open them., persp.editorOnboardingCommand:Find Actions$$$Ctrl+3, persp.editorOnboardingCommand:Show Key Assist$$$Shift+Ctrl+L, persp.editorOnboardingCommand:New$$$Ctrl+N, persp.perspSC:org.eclipse.jdt.ui.JavaPerspective, persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective], contributorURI: null) (widget: Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}], renderer: org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer@5b7ee56c, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Resource, iconURI: platform:/plugin/org.eclipse.ui.ide.application/$nl$/icons/full/eview16/resource_persp.png, tooltip: null, context: PerspectiveImpl (org.eclipse.ui.resourcePerspective) Context, variables: [])} matches to its parent widget ToolBar {} [layout=null] 12:08:53.059 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@3e8fe7db (tags: [persp.actionSet:org.eclipse.ui.actionSet.keyBindings, persp.actionSet:org.eclipse.ui.actionSet.openFiles, persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo, persp.actionSet:org.eclipse.search.searchActionSet, persp.actionSet:org.eclipse.ui.cheatsheets.actionSet, persp.actionSet:org.eclipse.debug.ui.launchActionSet, persp.actionSet:org.eclipse.jdt.ui.JavaActionSet, persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet, persp.actionSet:org.eclipse.ui.NavigateActionSet, persp.viewSC:org.eclipse.jdt.ui.PackageExplorer, persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy, persp.viewSC:org.eclipse.jdt.ui.SourceView, persp.viewSC:org.eclipse.jdt.ui.JavadocView, persp.viewSC:org.eclipse.search.ui.views.SearchView, persp.viewSC:org.eclipse.ui.console.ConsoleView, persp.viewSC:org.eclipse.ui.views.ContentOutline, persp.viewSC:org.eclipse.ui.views.ProblemView, persp.viewSC:org.eclipse.ui.views.TaskList, persp.viewSC:org.eclipse.ui.views.ProgressView, persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer, persp.viewSC:org.eclipse.ui.texteditor.TemplatesView, persp.viewSC:org.eclipse.pde.runtime.LogView, persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewRecordCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard, persp.newWizSC:org.eclipse.ui.wizards.new.folder, persp.newWizSC:org.eclipse.ui.wizards.new.file, persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard, persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective, persp.perspSC:org.eclipse.debug.ui.DebugPerspective, persp.editorOnboardingImageUri:platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/onboarding_jperspective.png, persp.editorOnboardingText:Open a file or drop files here to open them., persp.showIn:org.eclipse.jdt.ui.PackageExplorer, persp.showIn:org.eclipse.team.ui.GenericHistoryView, persp.showIn:org.eclipse.ui.navigator.ProjectExplorer, persp.editorOnboardingCommand:Find Actions$$$Ctrl+3, persp.editorOnboardingCommand:Show Key Assist$$$Shift+Ctrl+L, persp.editorOnboardingCommand:New$$$Ctrl+N, persp.editorOnboardingCommand:Open Type$$$Shift+Ctrl+T, persp.actionSet:org.eclipse.debug.ui.breakpointActionSet, persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet, persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard, persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet], contributorURI: null) (widget: Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}], renderer: org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer@5b7ee56c, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Java, iconURI: platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/eview16/jperspective.png, tooltip: null, context: PerspectiveImpl (org.eclipse.jdt.ui.JavaPerspective) Context, variables: [])} matches to its parent widget ToolBar {} [layout=null] 12:08:53.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:08:53.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:53.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:53.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 12:08:53.060 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 12:08:53.060 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:53.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.swt.test.EditorBarTest 12:08:53.064 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 12:08:53.064 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:53.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:53.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 12:08:53.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:53.065 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:53.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:53.065 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:53.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:53.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:53.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 12:08:53.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 12:08:53.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:53.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:53.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:53.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:53.066 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.066 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:53.066 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:53.066 DEBUG [main][MenuItemLookup] Item match:File 12:08:53.067 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:08:53.067 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:53.069 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:08:53.069 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:08:53.070 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:08:53.070 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:08:53.070 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:08:53.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 12:08:53.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 12:08:53.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:08:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:53.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:53.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:08:53.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:53.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:53.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:53.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:08:53.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:08:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:53.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:53.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:08:53.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:08:53.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:08:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:53.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:08:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:53.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:08:53.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:08:53.668 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:08:53.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:08:53.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:08:53.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 12:08:53.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:53.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:08:53.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:53.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:53.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:53.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:53.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:53.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:53.672 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:53.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:53.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:53.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:53.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:53.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:08:53.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:08:53.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:08:53.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:53.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:53.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:08:53.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:53.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:08:53.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:53.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:53.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:53.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:53.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:53.707 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:53.707 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 12:08:53.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:08:53.708 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:53.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:53.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:53.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:08:53.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:53.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:53.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:53.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:53.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:53.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:53.710 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:08:53.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:53.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:53.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:53.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:53.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:54.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:08:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:54.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:54.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:54.222 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:08:54.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:54.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:54.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:54.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:54.222 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:54.222 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:54.222 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:08:54.222 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:08:54.222 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:08:54.222 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:08:54.222 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:08:54.222 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:08:54.222 DEBUG [main][MenuItemLookup] Item match:Window 12:08:54.223 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:08:54.223 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:08:54.223 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:08:54.223 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:54.223 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:08:54.223 DEBUG [main][MenuItemLookup] Item match:Show View 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:54.226 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:08:54.226 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:08:54.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:08:54.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:08:54.227 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:08:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:08:54.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:08:54.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:08:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:54.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:08:54.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:54.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:08:54.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:54.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:54.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:54.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:54.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:08:54.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:08:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:54.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:08:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:54.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:08:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:08:54.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:08:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:54.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:08:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:54.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:08:54.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:08:54.283 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:08:54.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:08:54.283 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:08:54.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:54.283 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:08:54.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:54.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:54.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:08:54.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:54.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:08:54.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:54.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:54.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:54.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:54.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:54.284 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:08:54.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:54.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:54.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:54.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:08:54.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:08:54.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:54.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:54.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:54.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 '\*?\QProject Explorer\E') 12:08:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:54.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:54.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:54.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:08:54.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:54.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:54.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:54.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:08:54.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:08:54.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:08:54.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:54.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:54.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:54.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:54.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:54.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:54.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:54.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:54.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:54.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:54.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:54.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:54.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:54.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:54.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:54.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:55.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:55.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:08:55.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:55.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:55.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:55.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:55.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:08:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:55.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:55.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:55.364 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 12:08:55.370 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:55.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:55.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:55.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:55.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:08:55.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:55.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:55.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:55.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:55.371 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:08:55.371 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:08:55.371 DEBUG [main][TreeItemHandler] Set Tree selection 12:08:55.371 DEBUG [main][TreeHandler] Notify Tree about selection event 12:08:55.383 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:08:55.402 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 12:08:55.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:55.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:55.402 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:55.402 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:55.402 DEBUG [main][MenuItemLookup] Item match:File 12:08:55.403 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:08:55.403 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:08:55.405 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:55.405 DEBUG [main][MenuItemLookup] Item match:File 12:08:55.406 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 12:08:55.406 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 12:08:55.406 INFO [main][MenuItemHandler] Select menu item: File 12:08:55.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:08:55.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:08:55.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:08:55.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:55.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:55.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:08:55.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:55.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:55.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:55.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 12:08:55.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:55.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:55.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:55.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:55.482 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:55.483 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 12:08:55.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:08:55.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:55.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 12:08:55.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:55.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:55.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:55.485 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:08:55.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:55.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:55.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:55.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:55.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:55.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:55.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49345c2f is found... 12:08:55.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49345c2f is found finished successfully 12:08:55.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 '\*?\Qeditor-with-toolbar\E') 12:08:55.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:55.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:55.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:55.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:08:56.000 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:56.000 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 12:08:56.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:56.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:56.000 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 12:08:56.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Execute task") 12:08:56.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:56.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:56.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:56.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:56.000 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 12:08:56.000 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:56.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:56.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:56.002 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:08:56.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:56.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 12:08:56.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:56.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:56.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 12:08:56.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:08:56.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:56.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:56.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:56.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:08:56.004 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:56.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:56.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:56.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:56.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:56.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:56.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:56.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:56.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:56.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:56.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:56.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:56.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:56.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:56.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:56.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:57.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:57.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:57.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:08:57.024 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:08:57.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:08:57.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:08:57.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:08:57.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:08:57.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:57.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:57.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:57.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:57.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:57.026 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 12:08:57.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 12:08:57.028 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 12:08:57.028 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 12:08:57.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 12:08:57.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:08:57.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'New' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:08:57.089 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:57.090 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:08:57.090 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:08:57.090 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:08:57.090 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:08:57.090 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:08:57.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:57.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:08:57.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:08:57.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:08:57.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:57.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:57.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:08:57.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:57.592 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 12:08:57.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 12:08:57.592 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 12:08:57.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 12:08:57.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 12:08:57.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:08:57.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:57.633 DEBUG [main][MenuItemLookup] Found menu:'New' 12:08:57.633 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:08:57.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:57.633 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:08:57.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:57.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:08:57.633 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:08:57.633 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:08:57.633 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:08:57.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:08:57.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:08:57.633 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:08:57.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:08:57.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:08:57.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:08:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:57.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:57.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:57.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:08:57.786 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:57.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:08:57.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:57.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:57.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:57.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:57.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:57.787 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:08:57.787 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:08:57.787 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:08:57.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:57.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:57.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:57.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:57.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:08:57.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:57.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:57.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:57.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:08:57.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:57.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:57.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:57.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:57.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:57.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:57.788 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:08:57.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:57.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:57.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:57.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:57.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:08:57.795 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:08:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:08:58.295 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:08:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:58.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:08:58.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:08:58.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:08:58.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:08:58.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:58.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:58.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 12:08:58.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:58.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:58.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 12:08:58.296 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 12:08:58.296 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:58.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.232 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.231 s Results: Tests run: 307, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >---------- [INFO] Building RedDeer Core Tests 4.7.0-SNAPSHOT [32/58] [INFO] from tests/org.eclipse.reddeer.core.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core.test --- [INFO] Resolving class path of RedDeer Core Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core.test --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Fetching slf4j.api_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (40.16kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (421.77kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest 12:09:12.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:09:12.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:13.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:13.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:13.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:13.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:13.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:13.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:13.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:13.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:09:13.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:13.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:13.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:13.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:13.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:13.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:13.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:13.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:13.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:13.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:13.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:13.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:13.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:09:13.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:09:13.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:13.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:13.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:13.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:13.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:13.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:13.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:13.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:13.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:13.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:13.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:13.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:13.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:09:13.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:09:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:13.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:13.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:09:13.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:09:13.546 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:09:13.550 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:09:13.550 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:09:13.550 DEBUG [main][AbstractWait] Waiting until shell is active... 12:09:13.550 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:09:13.550 INFO [main][AbstractShell] Close shell Testing shell 12:09:13.551 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:09:13.570 DEBUG [main][AbstractWait] Waiting while shell is available... 12:09:13.571 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:09:13.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:09:13.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:14.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:14.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:14.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:14.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:14.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:14.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:14.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:09:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:14.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:14.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:14.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:14.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:14.153 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:09:14.153 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:09:14.153 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:09:14.153 DEBUG [main][AbstractWait] Waiting until shell is active... 12:09:14.153 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:09:14.153 INFO [main][AbstractShell] Close shell Testing shell 12:09:14.154 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:09:14.164 DEBUG [main][AbstractWait] Waiting while shell is available... 12:09:14.164 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:09:14.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 12:09:14.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:09:14.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:14.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:14.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:14.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:14.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:09:14.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:14.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:14.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:14.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:14.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:14.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:14.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:14.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:09:14.715 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:09:14.715 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:09:14.716 DEBUG [main][AbstractWait] Waiting until shell is active... 12:09:14.716 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:09:14.716 INFO [main][AbstractShell] Close shell Testing shell 12:09:14.716 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:09:14.731 DEBUG [main][AbstractWait] Waiting while shell is available... 12:09:14.731 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:09:15.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:09:15.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:15.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:15.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:15.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:15.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:15.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:09:15.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:15.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:15.258 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:09:15.259 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:09:15.259 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:09:15.260 DEBUG [main][AbstractWait] Waiting until shell is active... 12:09:15.260 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:09:15.260 INFO [main][AbstractShell] Close shell Testing shell 12:09:15.260 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:09:15.274 DEBUG [main][AbstractWait] Waiting while shell is available... 12:09:15.274 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:09:15.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:09:15.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:09:15.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:15.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:15.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:15.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:15.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:15.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:09:15.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:09:15.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:15.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:15.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:15.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:09:15.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:09:15.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:15.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:15.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:09:15.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:09:15.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:15.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:09:15.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:09:15.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:15.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:15.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:15.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:15.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:15.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:15.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:15.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:15.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:09:15.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:15.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:15.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:15.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:15.857 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:09:15.857 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:09:15.857 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:09:15.858 DEBUG [main][AbstractWait] Waiting until shell is active... 12:09:15.858 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:09:15.858 INFO [main][AbstractShell] Close shell Testing shell 12:09:15.858 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:09:15.868 DEBUG [main][AbstractWait] Waiting while shell is available... 12:09:15.868 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:09:16.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:09:16.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:16.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:16.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:16.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:16.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:16.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:16.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:16.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:16.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:09:16.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:16.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:16.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:16.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:16.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:16.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:16.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:16.401 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:09:16.401 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:09:16.401 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:09:16.402 DEBUG [main][AbstractWait] Waiting until shell is active... 12:09:16.402 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:09:16.402 INFO [main][AbstractShell] Close shell Testing shell 12:09:16.402 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:09:16.411 DEBUG [main][AbstractWait] Waiting while shell is available... 12:09:16.411 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.388 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.444 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.592 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.566 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.544 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.593 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.543 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:16.485 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:09:16.488 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:09:16.506 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:09:16.508 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:09:16.547 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:16.561 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:09:16.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:16.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:16.573 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:09:16.574 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:09:16.574 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:09:16.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:16.575 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:09:16.602 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:16.602 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:09:16.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:16.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:16.632 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:16.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:16.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:16.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:16.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:09:16.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:17.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:17.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 12:09:17.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:18.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 12:09:18.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:18.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 12:09:18.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:09:18.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:09:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:09:19.643 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 12:09:19.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:19.644 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:19.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:19.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:19.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:19.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:19.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:19.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:19.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:19.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:09:19.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:20.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:20.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:21.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:21.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:22.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:22.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:23.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:23.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:23.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 12:09:24.659 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 12:09:24.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:24.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:24.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:24.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:24.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:24.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:24.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:24.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:24.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:24.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:24.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:24.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:09:24.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:24.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:25.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:25.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:25.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:26.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:26.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:26.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:26.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:27.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:27.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:27.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:27.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:28.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:28.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:28.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:28.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:29.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:29.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:29.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:29.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:30.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:30.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:30.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 12:09:30.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:09:30.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:09:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:09:31.668 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 12:09:31.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:31.669 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:31.669 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:31.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:31.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:31.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:31.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:31.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:31.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:31.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:31.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:09:31.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:31.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:31.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:32.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:32.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:32.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:32.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:32.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:32.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:33.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:33.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:33.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:33.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:33.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:33.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:34.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:34.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:35.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:35.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:35.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:35.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:36.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:36.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:36.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:36.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:37.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:37.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:37.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:37.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:09:38.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:38.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:09:38.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:38.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:09:39.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:39.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:09:39.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:39.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:09:40.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:40.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 12:09:40.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:40.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:09:40.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:09:40.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:09:41.679 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 12:09:41.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:41.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:41.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:41.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:41.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:41.680 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:41.680 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:41.680 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:41.680 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:41.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:41.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:41.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:09:41.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:41.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:42.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:42.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:42.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:42.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:43.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:43.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:43.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:43.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:44.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 12:09:44.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:44.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:45.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:45.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:46.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:46.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:47.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 12:09:47.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 12:09:47.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 12:09:47.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:09:47.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:09:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:09:48.687 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 12:09:49.688 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 12:09:49.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:49.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:49.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:49.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:49.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:49.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:49.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:49.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:49.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:49.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:49.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:49.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:09:49.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:09:49.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:09:49.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:50.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:51.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 12:09:51.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:09:51.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:09:51.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:09:51.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:09:51.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:51.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:51.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:51.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:51.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 12:09:51.697 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 12:09:51.697 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:51.697 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:51.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:51.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.219 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.018 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.01 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.009 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.01 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.01 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.003 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:09:51.721 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:09:51.727 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:09:51.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:51.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:09:51.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:51.727 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:09:51.728 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:51.728 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:09:51.729 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:51.729 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:51.729 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:09:51.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:09:51.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:51.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:51.729 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:52.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:09:52.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:52.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:52.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:52.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:52.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:09:52.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:09:52.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:52.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:09:52.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:52.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:52.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:52.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:52.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:52.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:09:52.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:09:52.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:09:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:09:52.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:09:52.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:09:52.295 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:09:52.295 DEBUG [main][AbstractWait] Waiting until shell is active... 12:09:52.295 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:09:52.295 INFO [main][AbstractShell] Close shell Testing shell 12:09:52.295 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:09:52.307 DEBUG [main][AbstractWait] Waiting while shell is available... 12:09:52.307 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:09:52.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:09:52.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:52.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:52.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:52.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:09:52.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:52.332 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:09:52.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:09:52.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:52.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:52.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:52.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 12:09:52.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:09:52.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:52.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:52.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:09:52.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:09:52.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:52.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:52.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:52.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:52.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:09:52.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:52.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:52.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:09:52.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:52.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:52.382 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 12:09:52.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:09:52.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:52.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:52.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:09:52.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:09:52.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:53.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:53.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:09:53.394 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 12:09:53.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:09:53.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:53.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:09:53.895 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 12:09:53.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:09:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:54.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:54.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:09:54.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:09:54.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:54.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:09:54.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:54.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:09:54.399 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 12:09:54.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:09:54.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:54.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:09:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:54.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:09:54.400 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 12:09:54.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:09:54.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:54.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:54.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:09:54.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:09:54.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:55.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:09:55.401 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 12:09:55.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:09:55.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:55.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:09:55.902 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:09:55.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:09:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:56.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:56.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:09:56.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:09:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:56.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:09:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:56.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:09:56.405 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:09:56.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:09:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:56.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:09:56.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:56.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:09:56.406 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:09:56.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:09:56.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:56.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:09:56.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:09:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:56.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:09:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:56.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:09:56.910 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:09:56.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:09:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:56.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:09:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:56.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:09:56.910 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 12:09:56.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:09:56.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:57.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:57.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:09:57.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:09:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:57.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:57.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:09:57.911 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 12:09:57.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:09:57.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:58.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:58.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:09:58.412 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 12:09:58.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:09:58.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:58.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:58.913 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:09:58.913 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:09:58.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:59.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:59.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:09:59.414 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 12:09:59.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:09:59.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:09:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:09:59.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:09:59.914 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:09:59.915 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:09:59.915 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:09:59.915 DEBUG [main][AbstractWait] Waiting until shell is active... 12:09:59.915 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:09:59.915 INFO [main][AbstractShell] Close shell Testing shell 12:09:59.915 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:09:59.919 DEBUG [main][AbstractWait] Waiting while shell is available... 12:09:59.919 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:09:59.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:09:59.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:59.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:59.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:09:59.926 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:09:59.926 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:59.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:59.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.208 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.603 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.594 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 12:09:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 12:09:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available. finished successfully 12:09:59.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 12:09:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:59.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 12:09:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:59.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 12:09:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:59.967 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 12:09:59.967 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 12:09:59.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:09:59.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:09:59.984 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:09:59.985 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:09:59.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:59.986 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:09:59.986 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:59.986 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:09:59.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:59.993 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:09:59.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:59.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:59.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:09:59.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:09:59.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:59.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:59.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:10:00.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:00.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:00.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:00.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:00.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:00.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:00.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:00.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:00.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:00.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:00.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:00.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:00.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:00.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:00.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:00.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:00.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:00.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:00.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:00.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:00.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:00.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:00.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:00.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:00.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:00.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:00.143 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:00.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:00.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:00.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:00.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:00.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:01.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:01.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:01.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:01.157 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:01.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:01.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:01.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:01.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:01.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:01.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:01.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:01.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:01.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:01.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:01.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:01.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:01.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:01.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:01.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:01.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:02.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:02.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:02.159 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:02.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:02.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:02.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:02.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:02.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:02.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:02.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:02.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:02.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:03.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:03.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:03.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:03.161 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:03.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:03.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:03.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:03.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:03.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:03.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:03.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:03.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:03.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:03.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:03.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:03.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:03.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:03.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:03.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:03.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:04.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:04.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:04.163 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:04.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:04.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:04.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:04.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:04.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:04.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:04.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:04.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:04.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:04.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:04.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:05.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:05.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:05.165 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:05.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:05.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:05.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:05.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:05.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:05.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:05.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:05.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:05.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:05.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:06.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:06.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:06.167 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:06.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:06.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:06.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:06.168 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:06.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:06.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:06.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:06.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:06.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:06.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:07.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:07.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:07.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:07.178 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:07.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:07.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:07.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:07.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:07.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:07.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:07.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:07.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:07.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:07.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:07.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:07.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:07.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:08.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:08.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:08.180 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:08.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:08.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:08.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:08.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:08.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:08.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:08.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:08.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:08.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:08.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:08.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:09.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:09.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:09.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:09.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:09.682 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:09.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:09.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:09.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:09.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:09.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:09.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:09.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:10.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:10.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:10.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:10.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:10.684 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:10.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:10.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:10.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:10.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:10.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:10.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:10.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:11.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:11.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:11.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:11.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:12.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:12.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:12.186 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:12.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:12.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:12.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:12.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:12.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:12.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:12.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:12.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:12.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:13.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:13.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:13.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:13.188 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:13.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:13.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:13.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:13.188 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:13.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:13.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:13.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:13.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:13.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:13.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:14.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:14.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:14.199 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:14.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:14.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:14.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:14.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:14.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:14.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:14.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:14.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:14.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:14.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:14.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:14.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:14.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:14.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:14.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:14.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:15.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:15.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:15.201 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:15.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:15.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:15.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:15.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:15.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:15.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:15.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:15.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:15.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:16.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:16.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:16.203 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:16.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:16.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:16.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:16.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:16.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:16.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:16.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:16.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:16.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:17.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:17.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:17.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:17.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:17.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:17.705 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:17.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:17.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:17.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:17.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:17.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:17.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:17.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:17.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:17.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:17.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:18.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:18.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:18.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:18.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:18.707 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:18.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:18.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:18.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:18.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:18.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:18.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:18.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:19.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:19.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:19.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:19.709 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:19.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:19.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:19.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:19.709 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:19.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:19.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:19.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:20.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:20.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:20.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:20.718 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:20.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:20.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:20.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:20.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:20.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:20.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:20.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:20.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:20.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:21.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:21.720 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:21.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:21.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:21.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:21.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:21.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:21.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:21.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:21.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:21.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:22.722 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:22.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:22.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:22.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:22.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:22.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:22.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:22.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:22.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:22.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:23.724 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:23.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:23.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:23.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:23.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:23.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:23.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:23.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:24.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:24.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:24.726 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:24.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:24.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:24.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:24.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:24.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:24.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:24.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:24.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:25.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:25.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:25.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:25.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:25.728 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:25.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:25.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:25.728 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:25.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:25.729 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:25.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:25.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:25.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:25.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:26.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:26.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:26.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:26.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:26.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:26.739 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:26.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:26.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:26.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:26.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:26.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:26.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:26.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:27.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:27.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:27.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:27.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:27.747 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:27.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:27.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:27.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:27.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:27.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:27.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:27.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:27.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:28.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:28.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:28.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:28.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:28.752 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:28.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:28.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:28.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:28.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:28.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:28.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:28.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:29.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:29.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:29.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:29.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:29.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:29.753 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:29.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:29.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:29.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:29.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:29.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:29.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:29.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:30.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:30.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:30.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:30.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:30.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:30.755 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:30.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:30.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:30.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:30.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:30.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:30.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:30.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:31.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:31.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:31.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:31.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:31.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:31.757 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:31.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:31.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:31.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:31.784 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:31.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:31.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:31.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:32.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:32.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:32.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:32.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:32.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:32.793 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:32.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:32.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:32.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:32.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:32.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:32.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:32.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:32.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:32.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:32.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:32.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:32.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:32.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:32.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:32.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:32.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:32.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:32.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:32.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:32.817 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:32.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:32.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:32.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:32.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:33.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:33.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:33.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:33.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:33.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:33.827 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:33.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:33.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:33.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 12:10:33.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:33.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:33.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:33.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:33.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:33.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:33.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:33.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:33.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:33.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:33.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:33.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:33.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:34.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:34.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:34.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:34.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:34.851 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:34.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:34.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:34.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:34.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:34.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:34.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:34.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:34.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:34.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:35.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:35.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:35.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:35.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:35.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:35.853 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:35.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:35.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:35.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:35.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:35.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:35.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:35.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:35.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:36.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:36.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:36.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:36.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:36.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:36.855 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:36.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:36.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:36.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:36.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:36.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:36.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:36.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:36.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:36.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:36.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:36.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:36.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:36.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:36.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:37.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:37.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:37.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:37.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:37.861 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:37.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:37.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:37.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:37.869 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:37.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:37.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:37.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:37.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:38.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:38.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:38.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:38.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:38.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:38.874 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:38.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:38.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:38.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:38.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:38.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:38.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:38.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:38.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:38.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:38.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:38.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:38.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:38.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:38.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:38.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:38.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:38.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:38.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:38.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:39.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:39.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:39.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:39.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:39.882 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:39.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:39.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:39.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:39.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:39.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:39.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:39.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:39.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:40.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:40.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:40.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:40.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:40.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:40.883 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:40.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:40.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:40.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:40.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:40.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:40.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:40.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:40.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:40.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:40.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:40.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:40.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:40.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:40.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:41.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:41.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:41.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:41.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:41.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:41.885 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:41.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:41.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:41.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:41.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:41.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:41.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:41.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:41.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:41.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:42.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:42.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:42.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:42.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:42.887 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:42.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:42.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:42.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:42.887 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:42.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:42.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:42.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:42.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:43.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:43.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:43.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:43.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:43.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:43.899 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:43.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:43.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:43.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:43.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:43.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:43.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:43.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:43.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:43.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:43.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:43.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:43.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:43.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:43.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:43.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:43.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:44.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:44.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:44.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:44.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:44.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:44.906 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:44.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:44.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:44.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:44.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:44.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:44.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:44.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:44.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:45.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:45.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:45.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:45.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:45.908 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:45.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:45.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:45.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:45.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:45.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:45.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:45.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:45.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:45.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:46.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:46.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:46.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:46.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:46.910 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:46.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:46.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:46.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:46.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:46.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:46.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:46.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:46.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:46.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:47.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:47.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:47.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:47.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:47.912 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:47.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:47.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:47.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:47.913 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:47.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:47.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:47.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:48.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:48.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:48.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:48.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:48.921 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:48.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:48.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:48.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:48.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:48.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:48.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:48.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:48.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:48.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:48.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:48.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:48.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:48.937 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:48.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:48.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:48.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:48.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:49.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:49.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:49.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:49.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:49.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:49.941 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:49.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:49.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:49.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:49.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:49.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:49.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:49.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:50.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:50.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:50.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:50.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:50.942 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:50.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:50.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:50.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:50.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:50.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:50.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:50.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:51.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:51.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:51.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:51.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:51.944 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:10:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:10:51.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:10:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:51.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:51.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:51.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:10:51.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:51.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:51.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:52.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:52.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:52.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:52.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:52.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:52.946 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:52.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:52.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:52.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:52.950 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:52.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:52.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:52.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:53.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:53.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:53.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:53.971 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:53.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:53.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:53.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:53.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:53.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:53.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:53.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:53.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:53.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:53.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:53.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:53.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:53.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:53.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:53.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.981 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:53.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:53.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:53.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:54.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:54.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:54.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:54.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:54.984 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:54.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:54.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:54.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:54.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:54.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:54.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:54.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:54.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:54.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:54.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:54.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:54.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:54.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:54.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:54.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:54.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:54.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:54.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:54.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:54.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:54.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:54.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:54.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:54.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:54.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:54.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:54.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:54.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:54.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:54.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:55.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:55.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:55.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:55.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:55.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:55.993 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:55.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:55.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:55.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:55.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:55.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:55.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:55.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:55.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:56.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:56.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:56.995 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:10:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:10:56.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:10:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:56.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:56.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:56.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:10:56.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:56.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:56.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:10:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:10:57.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:57.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:57.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:57.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:57.008 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:10:57.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:57.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:57.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:57.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:57.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:57.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:58.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:58.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:58.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:58.010 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:58.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:10:58.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:10:58.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:10:58.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:58.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:58.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:58.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:58.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:58.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:58.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:10:58.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:58.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:58.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:58.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:58.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:58.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:10:58.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:10:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:10:58.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:10:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:58.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:58.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:58.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:10:58.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:58.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:58.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:58.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:58.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:59.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:59.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:59.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:10:59.018 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:10:59.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:10:59.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:10:59.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:10:59.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:59.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:59.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:10:59.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:59.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:59.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:59.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:10:59.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:59.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:59.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:59.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:59.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:59.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:00.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:00.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:00.020 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:00.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:00.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:00.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:00.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:00.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:00.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:00.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:00.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:00.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:00.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:00.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:00.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:00.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:00.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:00.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:00.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:00.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:00.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:00.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:01.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:01.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:01.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:01.024 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:01.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:01.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:01.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:01.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:01.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:01.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:01.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:01.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:01.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:01.025 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:01.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:01.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:01.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:01.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:01.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:01.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:02.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:02.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:02.033 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:02.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:02.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:02.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:02.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:02.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:02.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:02.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:02.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:02.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:02.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:02.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:02.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:02.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:02.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:02.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:02.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:02.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:03.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:03.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:03.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:03.048 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:03.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:03.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:03.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:03.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:03.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:03.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:03.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:03.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:03.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:04.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:04.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:04.050 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:04.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:04.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:04.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:04.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:04.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:04.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:04.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:04.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:04.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:04.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:04.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:04.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:04.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:04.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:04.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:04.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:05.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:05.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:05.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:05.056 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:05.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:05.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:05.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:05.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:05.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:05.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:05.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:05.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:05.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:05.057 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:05.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:05.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:05.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:05.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:05.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:05.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:06.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:06.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:06.084 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:06.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:06.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:06.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:06.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:06.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:06.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:06.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:06.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:06.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:06.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:06.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:06.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:06.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:06.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:06.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:06.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:06.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:06.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:06.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:07.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:07.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:07.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:07.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:07.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:07.591 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:07.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:07.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:07.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:07.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:07.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:07.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:07.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:07.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:07.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:07.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:07.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:07.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:07.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:07.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:08.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:08.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:08.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:08.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:09.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:09.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:09.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:09.093 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:09.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:09.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:09.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:09.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:09.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:09.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:09.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:09.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:09.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:09.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:09.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:09.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:09.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:09.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:09.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:09.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:09.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:09.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:09.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:09.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:09.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:10.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:10.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:10.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:10.099 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:10.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:10.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:10.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:10.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:10.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:10.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:10.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:10.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:10.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:10.103 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:10.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:10.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:10.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:10.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:10.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:10.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:11.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:11.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:11.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:11.113 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:11.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:11.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:11.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:11.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:11.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:11.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:11.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:11.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:11.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:11.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:11.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:11.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:11.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:11.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:11.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:11.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:11.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:11.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:11.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:11.127 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:11.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:11.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:11.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:11.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:11.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:11.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:12.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:12.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:12.135 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:12.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:12.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:12.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:12.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:12.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:12.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:12.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:12.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:12.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:12.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:12.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:12.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:12.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:13.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:13.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:13.143 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:13.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:13.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:13.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:13.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:13.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:13.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:13.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:13.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:13.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:13.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:13.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:13.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:13.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:13.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:13.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:13.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:13.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:13.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:13.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:13.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:13.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:13.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:13.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:13.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:13.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:13.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:13.154 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:13.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:13.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:13.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:13.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:13.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:14.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:14.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:14.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:14.156 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:14.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:14.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:14.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:14.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:14.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:14.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:14.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:14.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:14.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:14.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:14.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:14.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:14.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:14.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:14.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:14.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:14.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:14.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:14.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:14.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:14.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:15.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:15.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:15.174 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:15.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:15.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:15.174 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:15.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:15.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:15.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:15.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:15.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:15.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:15.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:15.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:15.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:15.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:15.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:15.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:15.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:15.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:15.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:15.178 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:15.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:15.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:15.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:15.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:15.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:15.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:16.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:16.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:16.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:16.185 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:16.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:16.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:16.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:16.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:16.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:16.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:16.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:16.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:16.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:16.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:16.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:16.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:16.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:16.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:16.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:16.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:16.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:16.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:17.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:17.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:17.202 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:17.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:17.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:17.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:17.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:17.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:17.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:17.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:17.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:17.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:17.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:17.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:17.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:17.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:17.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:17.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:17.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:17.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:17.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:17.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:17.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:17.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:17.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:17.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:17.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:17.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:17.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:17.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:17.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:17.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:18.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:18.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:18.207 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:18.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:18.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:18.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:18.208 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:18.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:18.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:18.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:18.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:18.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:19.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:19.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:19.217 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:19.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:19.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:19.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:19.217 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:19.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:19.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:19.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:19.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:19.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:19.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:19.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:19.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:19.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:19.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:19.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:19.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:19.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:19.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:20.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:20.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:20.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:20.236 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:20.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:20.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:20.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:20.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:20.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:20.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:20.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:20.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:20.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:20.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:20.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:20.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:20.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:20.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:20.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:20.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:20.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:20.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:20.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:20.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:20.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:20.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:20.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:20.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:20.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:20.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:20.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:20.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:20.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:21.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:21.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:21.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:21.244 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:21.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:21.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:21.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:21.247 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:21.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:21.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:21.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:21.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:21.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:22.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:22.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:22.277 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:22.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:22.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:22.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:22.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:22.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:22.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:22.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:22.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:22.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:22.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:22.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:22.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:22.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:22.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:22.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:22.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:22.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:22.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:22.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:22.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:22.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:22.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:22.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:22.291 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:22.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:22.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:22.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:22.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:22.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:22.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:23.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:23.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:23.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:23.298 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:23.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:23.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:23.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:23.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:23.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:23.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:23.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:23.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:23.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:23.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:23.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:23.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:23.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:23.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:23.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:23.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:23.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:23.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:23.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:23.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:23.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:23.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:23.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:23.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:23.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:23.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:23.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:23.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:23.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:23.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:23.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:23.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:23.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:23.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:23.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:23.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:23.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:23.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:23.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:23.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:23.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:23.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:23.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:23.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:23.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:23.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:23.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:23.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:23.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:23.313 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:23.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:23.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:23.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:23.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:23.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:23.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:24.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:24.315 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:24.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:24.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:24.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:24.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:24.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:24.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:24.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:24.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:24.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:24.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:24.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:24.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:24.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:24.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:24.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:24.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:24.324 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:24.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:24.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:24.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:24.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:25.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:25.326 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:25.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:25.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:25.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:25.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:25.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:25.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:25.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:25.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:25.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:25.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:25.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:25.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:25.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:25.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:25.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:25.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:25.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:25.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:25.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:25.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:25.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:25.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:25.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:25.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:25.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:25.343 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:25.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:25.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:25.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:25.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:26.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:26.345 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:26.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:26.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:26.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:26.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:26.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:26.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:26.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:26.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:26.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:26.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:26.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:26.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:26.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:26.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:26.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:26.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:26.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:26.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:26.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:26.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:26.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:26.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:26.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:26.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:27.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:27.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:27.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:27.357 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:27.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:27.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:27.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:27.361 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:27.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:27.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:27.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:27.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:27.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:27.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:28.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:28.368 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:28.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:28.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:28.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:28.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:28.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:28.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:28.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:28.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:28.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:28.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:28.386 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:28.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:28.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:28.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:29.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:29.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:29.390 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:29.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:29.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:29.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:29.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:29.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:29.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:29.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:29.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:29.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:29.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:29.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:29.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:29.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:29.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:29.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:29.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:29.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:29.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:29.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:29.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:29.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:29.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:29.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:29.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:29.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:29.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:29.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:29.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:29.420 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:29.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:29.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:29.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:30.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:30.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:30.435 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:30.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:30.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:30.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:30.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:30.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:30.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:30.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:30.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:30.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:30.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:30.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:30.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:30.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:30.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:30.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:30.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:30.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:30.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:30.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:30.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:30.445 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:30.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:30.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:30.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:31.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:31.476 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:31.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:31.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:31.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:31.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:31.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:31.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:31.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:31.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:31.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:31.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:31.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:31.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:31.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:31.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:31.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:31.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:31.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:31.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:31.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:31.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:31.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:31.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:31.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:31.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:31.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:31.496 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:31.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:31.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:31.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:32.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:32.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:32.499 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:32.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:32.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:32.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:32.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:32.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:32.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:32.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.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 12:11:32.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:32.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:32.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.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 12:11:32.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:32.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:32.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:32.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:32.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:32.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:32.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:32.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:32.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:32.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:32.511 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 12:11:32.511 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 12:11:32.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:32.524 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 12:11:32.525 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 12:11:32.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:32.527 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 12:11:32.527 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 12:11:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:32.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:32.529 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 12:11:32.529 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 12:11:32.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:32.534 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 12:11:32.534 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 12:11:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:32.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:11:32.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:32.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:11:32.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:32.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:11:32.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:11:32.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:32.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:32.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:32.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:32.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:32.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:32.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:32.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:32.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:32.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:32.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:32.590 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:32.590 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:32.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:33.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:33.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:33.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:33.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:33.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:33.598 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:33.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:33.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:33.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:33.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:33.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:33.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:33.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:33.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:33.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:33.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:33.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:33.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:33.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:33.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:34.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:34.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:34.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:34.600 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:34.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:34.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:34.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:34.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:34.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:34.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:34.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:34.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:35.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:35.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:35.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:35.601 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:35.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:35.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:35.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:35.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:35.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:35.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:36.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:36.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:36.603 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:36.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:36.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:36.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:36.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:36.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:37.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:37.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:37.605 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:37.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:37.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:37.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:37.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:37.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:37.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:37.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:37.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:37.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:37.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:37.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:37.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:38.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:38.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:38.607 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:38.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:38.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:38.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:38.610 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:38.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:38.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:39.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:39.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:39.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:39.617 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:39.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:39.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:39.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:39.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:39.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:39.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:39.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:39.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:39.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:40.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:40.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:40.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:40.619 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:40.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:40.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:40.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:40.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:40.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:40.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:40.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:40.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:40.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:40.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:40.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:40.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:40.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:41.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:41.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:41.621 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:41.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:41.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:41.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:41.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:41.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:41.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:41.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:41.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:42.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:42.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:42.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:42.623 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:42.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:42.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:42.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:42.624 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:42.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:42.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:43.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:43.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:43.625 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:43.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:43.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:43.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:43.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:43.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:43.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:43.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:43.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:43.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:43.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:43.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:43.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:43.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:43.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:43.629 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:43.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:43.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:43.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:44.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:44.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:44.632 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:44.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:44.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:44.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:44.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:44.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:44.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:44.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:45.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:45.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:46.134 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:46.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:46.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:46.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:46.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:46.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:46.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:46.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:47.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:47.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:47.636 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:47.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:47.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:47.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:47.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:47.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:47.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:47.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:48.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:48.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:49.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:49.138 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:49.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:49.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:49.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:49.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:49.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:49.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:49.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:49.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:49.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:49.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:49.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:49.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:50.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:50.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:50.140 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:50.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:50.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:50.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:50.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:50.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:50.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:50.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:50.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:50.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:50.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:50.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:50.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:50.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:50.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:50.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:50.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:50.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.146 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:50.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:50.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:50.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:50.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:51.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:51.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:51.155 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:51.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:51.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:51.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:51.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:51.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:51.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:52.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:52.156 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:52.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:52.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:52.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:52.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:52.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:52.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:52.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:52.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:53.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:53.158 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:53.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:53.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:53.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:53.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:53.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:53.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:53.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:53.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:53.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:54.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:54.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:54.160 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:54.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:54.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:54.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:54.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:54.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:54.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:54.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:54.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:54.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:54.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:54.164 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:54.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:54.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:54.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:54.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:54.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:55.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:55.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:55.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:55.166 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:55.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:55.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:55.167 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:55.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:55.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:55.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:55.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:55.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:55.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:56.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:56.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:56.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:56.168 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:56.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:11:56.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:11:56.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:11:56.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:56.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:56.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:56.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:56.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:56.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:56.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:11:56.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:56.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:56.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:56.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:56.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:56.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:57.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:57.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:57.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:57.170 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:57.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:11:57.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:11:57.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:11:57.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:57.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:57.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:57.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:57.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:57.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:57.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:11:57.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:57.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:57.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:57.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:57.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:57.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:58.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:58.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:58.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:58.172 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:58.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:11:58.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:11:58.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:11:58.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:58.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:58.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:58.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:11:58.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:58.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:58.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:58.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:58.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:11:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:11:58.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:11:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:58.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:58.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:58.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:11:58.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:58.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:58.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:58.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:58.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:58.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:58.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:58.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:58.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:58.188 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:58.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:58.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:58.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:58.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:58.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:58.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:59.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:59.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:59.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:11:59.191 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:11:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:11:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:11:59.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:11:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:59.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:59.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:59.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:11:59.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:59.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:59.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:59.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:59.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:59.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:11:59.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:11:59.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:59.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:59.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:59.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:11:59.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:59.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:59.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:59.204 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:11:59.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:59.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:59.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:59.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:59.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:59.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:00.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:00.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:00.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:12:00.223 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:12:00.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:12:00.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:12:00.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:12:00.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:00.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:00.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:00.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:00.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:00.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:00.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:12:00.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:00.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:00.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:00.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:00.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:12:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:12:00.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:12:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:00.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:00.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:00.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:12:00.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:00.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:00.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:00.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:00.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:00.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:01.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:01.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:12:01.233 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:12:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:12:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:12:01.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:12:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:01.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:01.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:01.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:12:01.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:01.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:01.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:01.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:01.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:01.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:02.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:02.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:12:02.235 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:12:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:12:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:12:02.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:12:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:02.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:02.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:02.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:12:02.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:02.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:02.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:02.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:02.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:12:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:12:02.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:12:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:02.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:02.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:02.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:12:02.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:02.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:02.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:02.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:12:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:12:02.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:02.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:02.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:02.245 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:12:02.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:02.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:02.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:02.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:02.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:03.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:03.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:03.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:12:03.247 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:12:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:12:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:12:03.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:12:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:03.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:03.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:03.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:03.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:12:03.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:03.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:03.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:03.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:03.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:12:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:12:03.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:12:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:03.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:03.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:03.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:03.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:12:03.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:03.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:03.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:03.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:03.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:03.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:12:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:12:03.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:03.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:03.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:03.258 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:12:03.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:03.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:03.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:03.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:03.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:04.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:04.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:12:04.260 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:12:04.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:04.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:04.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:12:04.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:04.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:04.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:12:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:12:04.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:12:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:04.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:04.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:12:04.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:04.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:12:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:12:04.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:12:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:04.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:04.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:12:04.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:04.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:04.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:05.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:12:05.271 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:12:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:12:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:12:05.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:12:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:05.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:05.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:12:05.271 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:05.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:05.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:12:05.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:12:05.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:12:05.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:05.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:05.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:05.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:05.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:12:05.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:05.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:05.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:12:05.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:12:05.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:05.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:05.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:05.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:05.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.279 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:12:05.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:05.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:05.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:06.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:06.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:12:06.286 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:12:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:12:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:12:06.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:12:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:06.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:06.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:06.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:12:06.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:12:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:12:06.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:12:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:06.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:06.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:06.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:12:06.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:06.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:06.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:12:06.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:12:06.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:12:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:06.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:12:06.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:06.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:12:06.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:12:06.305 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 12:12:06.305 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 12:12:06.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:06.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:06.309 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 12:12:06.309 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 12:12:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:06.311 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 12:12:06.311 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 12:12:06.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:06.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:06.313 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 12:12:06.313 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 12:12:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:06.315 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 12:12:06.315 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 12:12:06.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:06.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:06.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:12:06.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:06.321 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:06.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:06.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:06.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:12:06.322 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:12:06.322 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:06.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:06.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:06.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 126.338 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 92.548 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 33.779 s Running org.eclipse.reddeer.core.test.DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.core.test.DummyTest dummyTest(org.eclipse.reddeer.core.test.DummyTest) Time elapsed: 0.001 s Results: Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 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 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >------- [INFO] Building RedDeer Workbench Tests 4.7.0-SNAPSHOT [33/58] [INFO] from tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.test --- [INFO] Resolving class path of RedDeer Workbench Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources: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:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:15.568 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:12:15.625 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:12:15.637 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:12:15.638 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:12:15.658 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:15.731 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:15.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:15.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:15.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:12:15.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:12:15.770 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:12:15.850 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:15.851 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:15.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:15.853 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:15.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:15.859 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:12:15.937 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:15.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:15.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:15.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:15.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:15.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:15.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:15.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:15.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:15.957 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:15.961 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:15.961 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:15.961 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:15.961 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:15.961 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:15.961 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:15.961 DEBUG [main][MenuItemLookup] Item match:Window 12:12:15.965 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:15.965 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:15.966 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:15.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:15.966 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:15.966 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:15.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:15.966 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:15.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:15.966 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:15.966 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:15.969 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:15.969 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:15.971 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:16.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:16.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:16.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:16.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:16.239 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:16.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:16.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:16.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:16.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:16.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:16.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:16.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:16.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:16.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:16.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:16.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:16.341 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:16.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:16.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:16.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:16.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:16.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:16.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:16.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:16.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:16.387 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:16.389 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:12:16.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:16.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:16.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:16.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:16.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:16.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:16.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:16.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:16.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:16.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:16.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:16.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:16.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:16.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:16.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:16.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:16.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:16.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:16.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:16.462 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:12:16.462 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:12:16.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:16.464 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:16.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:16.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:16.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:16.554 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:16.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:16.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:16.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:12:16.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:16.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:12:16.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:16.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:16.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:16.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:16.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:16.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:16.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:16.571 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:12:16.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:16.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:16.573 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:16.573 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:16.573 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:16.573 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:16.573 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:16.573 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:16.574 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:16.574 DEBUG [main][MenuItemLookup] Item match:Window 12:12:16.574 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:16.575 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:16.575 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:16.575 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:16.575 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:16.575 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:16.584 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:16.584 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:16.584 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:16.584 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:16.584 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:16.585 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:16.585 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:16.585 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:16.585 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:16.585 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:16.585 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:16.586 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:16.586 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:16.586 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:16.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:16.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:16.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:16.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:16.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:16.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:16.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:16.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:16.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:16.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:16.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:16.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:16.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:16.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:16.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:16.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:16.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:16.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:12:16.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:17.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:17.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:17.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:12:17.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:17.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:17.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:17.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:17.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:17.189 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:12:17.190 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:12:17.190 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:12:17.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:12:17.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:17.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:17.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:17.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:17.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:17.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:17.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:17.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:17.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:17.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:17.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:17.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:17.194 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:17.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:17.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:17.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:17.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:17.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:17.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.279 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:17.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:12:17.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:17.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:17.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:17.281 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:12:17.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:17.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:17.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:17.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:17.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:17.283 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:12:17.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:17.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:17.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:17.284 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:12:17.284 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:12:17.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:17.285 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:17.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:17.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:17.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:17.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:17.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:17.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:12:17.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:17.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:12:17.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:17.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:17.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:17.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:17.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:17.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:17.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:17.355 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:12:17.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:17.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:17.356 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:17.356 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:17.356 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:17.356 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:17.356 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:17.356 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:17.356 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:17.356 DEBUG [main][MenuItemLookup] Item match:Window 12:12:17.357 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:17.357 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:17.357 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:17.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:17.357 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:17.357 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:17.360 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:17.361 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:17.361 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:17.362 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:17.362 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:17.362 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:17.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:17.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:17.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:17.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:17.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:17.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:12:17.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:17.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:17.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:17.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:12:17.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:17.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:17.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:17.445 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:12:17.445 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:12:17.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:12:17.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:12:17.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:17.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:17.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:17.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:17.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:17.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:17.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:17.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:17.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:17.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:17.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:17.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:17.448 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:17.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:17.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:17.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:17.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:17.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:17.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:17.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:17.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:17.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:17.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:17.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:12:17.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:17.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:17.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:17.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:17.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:17.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:17.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:17.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:17.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:17.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:12:17.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:17.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:17.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:12:17.553 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:12:17.553 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:12:17.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:12:17.564 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:17.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:17.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:17.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:17.589 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:12:17.589 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:12:17.590 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:17.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:17.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.052 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.17 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.783 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.246 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:17.651 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:17.652 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:17.653 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:17.653 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:17.653 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:17.653 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:17.653 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:17.653 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:17.653 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:17.653 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:12: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.*'] 12:12:17.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12: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.*'] 12:12:17.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12: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.*'] 12:12:17.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:17.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:17.655 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:17.655 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:17.655 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:17.655 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:17.655 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:17.656 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:17.656 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:17.656 DEBUG [main][MenuItemLookup] Item match:Window 12:12:17.656 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:17.656 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:17.656 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:17.656 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:17.656 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:17.657 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:17.657 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:17.657 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:17.657 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:17.657 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:17.657 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:17.657 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:17.657 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:17.657 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:17.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.... 12:12:17.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:17.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.739 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:17.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:17.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:17.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:17.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:17.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:17.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:17.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:17.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:17.754 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:17.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:17.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:17.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:17.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:17.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:17.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:17.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:17.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:17.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:17.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:17.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:17.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:17.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:17.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:17.783 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:17.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:17.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:17.784 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:17.784 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:17.784 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:17.784 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:17.784 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:17.784 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:17.784 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:17.784 DEBUG [main][MenuItemLookup] Item match:Window 12:12:17.785 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:17.785 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:17.785 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:17.785 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:17.785 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:17.785 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:17.790 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:17.790 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:17.790 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:17.790 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:17.790 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:17.790 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:17.790 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:17.790 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:17.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:17.791 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:17.791 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:17.800 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:17.800 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:17.800 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:17.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:17.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:17.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:17.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:17.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:17.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:17.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:17.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:17.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:17.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:17.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:17.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:17.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:17.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:17.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:17.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:18.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:18.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:18.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:18.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:18.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:18.386 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:18.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:18.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:18.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:18.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:18.389 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:18.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:18.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:18.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:18.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:18.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:18.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:18.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:18.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:18.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:12:18.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:18.436 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:18.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:18.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:18.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:18.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:18.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:18.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.442 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.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 '\*?\QWorkbench Test\E') 12:12:18.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:18.443 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:18.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:18.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:18.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:18.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:18.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:18.451 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:18.451 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:18.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:18.452 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:18.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.480 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:18.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.481 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:18.481 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:18.481 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:18.481 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:18.481 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:18.481 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:18.481 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:18.481 DEBUG [main][MenuItemLookup] Item match:Window 12:12:18.482 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:18.482 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:18.482 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:18.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.482 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:18.482 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:18.484 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.485 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:18.485 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:18.485 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:18.485 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:18.485 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:18.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:18.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:18.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:18.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.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 12:12:18.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:18.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:18.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:18.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:18.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:18.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:18.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:18.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:18.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:18.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:18.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:18.563 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:18.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:18.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:18.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.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 "Open") 12:12:18.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:18.565 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:18.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:18.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:18.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:18.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:18.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:18.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:18.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:18.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.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 '\*?\QWorkbench Test\E') 12:12:18.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:18.630 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:18.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:18.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:18.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:18.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:18.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:18.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:12:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:18.649 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:18.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:18.651 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:18.651 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:18.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:18.651 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:18.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.689 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.689 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.693 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 12:12:18.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:18.694 DEBUG [main][MenuItemLookup] Item match:Window 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.694 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:18.694 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.697 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:18.697 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:18.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:18.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:18.698 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:18.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:18.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:18.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:18.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:18.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:18.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:18.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.781 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:18.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 12:12:18.781 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 12:12:18.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 12:12:18.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 12:12:18.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:18.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:18.783 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:18.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:18.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:18.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:18.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:18.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:18.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:18.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:18.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.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 '\*?\QWorkbench Dirty Test\E') 12:12:18.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:18.849 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:12:18.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:12:18.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:18.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:18.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:18.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:18.856 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:12:18.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:12:18.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:18.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 12:12:18.857 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 12:12:18.857 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 12:12:18.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:12:18.864 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:18.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.892 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.893 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:18.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:18.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.932 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:18.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.932 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.932 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:18.933 DEBUG [main][MenuItemLookup] Item match:Window 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.933 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:18.933 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.936 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:18.937 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:18.937 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:18.937 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:18.937 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:18.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:18.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:18.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:18.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:18.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:18.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:18.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:18.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:18.991 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:18.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:18.992 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:18.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:18.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:18.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:18.993 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:18.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:18.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:18.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:18.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:19.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:19.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.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 '\*?\QWorkbench Test\E') 12:12:19.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.063 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.072 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.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 '\*?\QWorkbench Test\E') 12:12:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.074 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.082 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:19.082 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:19.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.083 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:19.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.130 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.130 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.130 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.130 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.130 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.130 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.136 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.138 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 12:12:19.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:19.139 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:19.139 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:19.139 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:19.139 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:19.139 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:19.139 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:19.139 DEBUG [main][MenuItemLookup] Item match:Window 12:12:19.140 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:19.140 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:19.140 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:19.140 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.140 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:19.140 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.143 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:19.143 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:19.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:19.153 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:19.153 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:19.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:19.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:19.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:19.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.227 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.227 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:19.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:19.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 12:12:19.229 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 12:12:19.229 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 12:12:19.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 12:12:19.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:19.230 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.231 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:19.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:19.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:19.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:19.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 12:12:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.281 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:12:19.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:12:19.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 12:12:19.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:19.298 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:19.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.302 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.331 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.331 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.333 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:19.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.335 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:19.335 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:19.335 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:19.335 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:19.335 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:19.335 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:19.335 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:19.335 DEBUG [main][MenuItemLookup] Item match:Window 12:12:19.336 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:19.336 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:19.336 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:19.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.336 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:19.336 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.339 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:19.339 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:19.347 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:19.347 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:19.347 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:19.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 12:12:19.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:19.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:19.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:19.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:19.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:19.401 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:19.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:19.402 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:19.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:19.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.431 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:19.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:19.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:19.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:12:19.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.475 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.477 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:12:19.477 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:19.477 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:19.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.478 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:19.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.500 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:19.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.501 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:19.501 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:19.501 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:19.501 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:19.501 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:19.501 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:19.501 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:19.501 DEBUG [main][MenuItemLookup] Item match:Window 12:12:19.502 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:19.502 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:19.502 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:19.502 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.502 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:19.502 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.504 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:19.504 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:19.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:19.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:19.505 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:19.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:19.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:19.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:19.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:19.572 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:19.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:19.572 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:19.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.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 "Open") 12:12:19.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.574 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:19.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:19.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:19.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:19.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.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 '\*?\QWorkbench Test\E') 12:12:19.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.636 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:12:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.650 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.652 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:19.652 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:19.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.652 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:19.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.675 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.687 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:19.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.688 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:19.688 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:19.688 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:19.688 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:19.688 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:19.688 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:19.688 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:19.688 DEBUG [main][MenuItemLookup] Item match:Window 12:12:19.689 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:19.689 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:19.689 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:19.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.689 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:19.689 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.692 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:19.692 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:19.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:19.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:19.699 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:19.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:19.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:19.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:19.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:19.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.766 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:19.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.766 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:19.766 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:19.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:19.767 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:19.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:19.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.768 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:19.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:19.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:19.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:19.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.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 '\*?\QWorkbench Test\E') 12:12:19.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.832 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.834 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:12:19.834 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:19.834 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:19.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.835 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:19.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.857 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:19.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:19.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:19.861 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:19.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:19.861 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:19.861 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:19.861 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:19.862 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:19.862 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:19.862 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:19.862 DEBUG [main][MenuItemLookup] Item match:Window 12:12:19.862 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:19.862 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:19.862 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:19.862 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.862 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:19.862 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.865 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:19.865 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:19.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:19.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:19.865 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:19.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:19.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:19.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:19.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:19.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:19.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:19.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:19.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:19.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:19.941 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:19.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:19.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:19.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:19.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:19.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.944 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:19.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:19.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:19.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:19.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.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 '\*?\QWorkbench Test\E') 12:12:19.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:19.989 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:19.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:19.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:19.992 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:19.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:19.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:12:19.992 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:19.992 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:19.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:19.993 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:20.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.045 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.045 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.045 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.048 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:20.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.049 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:20.049 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:20.049 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:20.049 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:20.049 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:20.049 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:20.049 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:20.049 DEBUG [main][MenuItemLookup] Item match:Window 12:12:20.050 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:20.050 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:20.050 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:20.050 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.050 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:20.050 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.054 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:20.054 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:20.055 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:20.055 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:20.055 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:20.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:20.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:20.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:20.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:20.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:20.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:20.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:20.103 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:20.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:20.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:20.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.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 "Open") 12:12:20.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.105 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:20.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:20.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:20.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:20.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.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 '\*?\QWorkbench Test\E') 12:12:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:20.170 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:20.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:20.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:20.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.174 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:12:20.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.175 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:20.175 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:20.175 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:20.175 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:20.175 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:20.175 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:20.175 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:20.175 DEBUG [main][MenuItemLookup] Item match:Window 12:12:20.176 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:20.176 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:20.176 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:20.176 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.176 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:20.176 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.178 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:20.178 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:20.185 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:20.186 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:20.186 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:20.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:20.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:20.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:20.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:20.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:12:20.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:12:20.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:20.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:20.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:12:20.259 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:12:20.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:12:20.259 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:12:20.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:20.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.262 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:20.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:20.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:20.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:12:20.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:20.353 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:12:20.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:20.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:20.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:20.355 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:20.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:12:20.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:20.378 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:20.378 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:20.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.378 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:20.394 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:12:20.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:20.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:20.394 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:12:20.394 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:12:20.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:20.395 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:20.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.438 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.439 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.439 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.444 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:20.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.445 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:20.446 DEBUG [main][MenuItemLookup] Item match:Window 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.446 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:20.446 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.451 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:20.451 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:20.451 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:20.451 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:20.451 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:20.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:20.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:20.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:20.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:20.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:20.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:20.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:20.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:20.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:20.504 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:20.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:20.504 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:20.504 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.504 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.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 "Open") 12:12:20.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.506 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:20.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:20.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:20.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:20.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:12:20.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:20.565 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:20.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:20.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:20.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.570 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:12:20.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.577 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:20.577 DEBUG [main][MenuItemLookup] Item match:Window 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.577 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:20.577 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.580 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:20.580 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:20.580 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:20.580 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:20.580 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:20.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:20.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:20.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:20.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:20.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:20.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:12:20.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:12:20.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:12:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:12:20.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:12:20.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:12:20.647 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:12:20.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:12:20.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:12:20.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.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") 12:12:20.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.649 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:20.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:20.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:20.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.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 '\*?\QMarkers\E') 12:12:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:20.706 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:12:20.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:20.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:20.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:20.734 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:20.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:12:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:20.752 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:20.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:12:20.753 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:20.753 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:20.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.754 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:20.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.778 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.778 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.783 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:20.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.784 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:20.784 DEBUG [main][MenuItemLookup] Item match:Window 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.784 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:20.784 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.787 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:20.787 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:20.787 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:20.787 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:20.787 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:20.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:20.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:20.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:20.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:20.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:20.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:20.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:20.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:20.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:20.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:20.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:20.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:20.868 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:20.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:20.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:20.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:20.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:20.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:20.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.870 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:20.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:20.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:20.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:20.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:20.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12: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 '\*?\QWorkbench Test\E') 12:12:20.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:20.938 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:20.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:20.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:20.940 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:20.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:12:20.941 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:20.941 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:20.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:20.942 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:20.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:20.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:20.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:20.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.982 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 12:12:20.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.986 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.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 '\*?\QWorkbench Dirty Test\E') 12:12:20.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:20.987 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:12:20.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:12:20.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:20.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:20.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:20.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:21.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 12:12:21.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:21.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.023 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 12:12:21.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:21.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:21.024 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:21.025 INFO [WorkbenchTestable][AbstractText] Text set to: hello 12:12:21.028 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:12:21.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:12:21.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:12:21.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.030 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:21.030 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:21.030 DEBUG [main][MenuItemLookup] Item match:File 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.033 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:21.033 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:12:21.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:12:21.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:12:21.037 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:12:21.056 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:12:21.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:12:21.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:12:21.057 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:12:21.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:12:21.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:12:21.058 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 12:12:21.058 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 12:12:21.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:12:21.059 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:21.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:21.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:21.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:21.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:21.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:21.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:21.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:21.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:21.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:21.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:21.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:21.088 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:12:21.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:21.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:21.089 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:21.089 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:21.089 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:21.089 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:21.089 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:21.089 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:21.089 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:21.089 DEBUG [main][MenuItemLookup] Item match:Window 12:12:21.090 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:21.090 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:21.090 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:21.090 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.090 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:21.090 DEBUG [main][MenuItemLookup] Item match:Show View 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.092 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:12:21.092 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:12:21.093 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:12:21.093 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:12:21.093 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:12:21.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:12:21.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:12:21.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:12:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:21.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:21.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:21.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:21.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:12:21.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:21.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:21.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:12:21.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:21.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:21.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:12:21.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:12:21.168 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:12:21.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:12:21.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:12:21.168 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:21.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.168 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:21.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:21.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:12:21.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:21.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:12:21.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:21.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.171 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:12:21.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:21.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:21.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:21.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:21.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:21.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:21.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:12:21.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:12:21.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:21.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:21.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:12:21.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:21.241 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:21.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:21.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:21.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:21.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:21.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.245 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 12:12:21.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:21.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:21.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:12:21.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:21.257 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:12:21.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:21.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:21.281 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:21.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:21.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:12:21.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:21.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:21.290 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:12:21.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:21.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:12:21.301 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:12:21.301 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:12:21.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:12:21.323 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:21.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:21.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 '\*?\QWorkbench Test\E') 12:12:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:12:21.360 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:12:21.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:21.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:12:21.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:12:21.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:12:21.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:12:21.368 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:12:21.368 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:12:21.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:12:21.368 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:12:21.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:21.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:21.384 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.391 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:12:21.391 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:12:21.391 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:21.391 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.742 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.696 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.201 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.204 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.029 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.197 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.004 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.165 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.028 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.344 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.172 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.181 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.394 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.338 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.202 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.105 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.306 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:12:21.433 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:12:21.434 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:21.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:21.434 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:12:21.434 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:21.434 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:21.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:21.435 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:21.435 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:21.435 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:12:21.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.*'] 12:12:21.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.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.*'] 12:12:21.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.436 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:21.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:21.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:21.437 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:21.437 DEBUG [main][MenuItemLookup] Item match:Window 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.437 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:21.437 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:21.438 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:21.438 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:21.438 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:21.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:21.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.531 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:21.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:21.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:21.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:21.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:21.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:21.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.536 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:21.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:21.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:21.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:21.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:21.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:21.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:21.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:12:21.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:12:21.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:21.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:21.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:12:21.564 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 12:12:21.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:12:21.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:12:21.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:21.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:21.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:12:21.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:21.566 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:12:21.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:12:21.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:21.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:21.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:21.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 12:12:21.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 12:12:21.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:12:21.567 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:21.567 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:22.067 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:22.067 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:22.568 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:22.568 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:23.068 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:23.068 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:23.568 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:23.568 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:24.068 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:24.068 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:24.569 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:24.569 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:25.069 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:25.069 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:25.569 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:25.569 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:26.070 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:26.070 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:26.570 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:26.570 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:27.070 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:27.071 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:27.571 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:27.571 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:28.071 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:28.071 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:28.571 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:28.571 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:29.072 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:29.072 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:29.572 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:29.572 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:30.072 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:30.073 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:30.573 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:30.573 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:31.073 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:31.073 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:31.573 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:12:31.574 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:12:31.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 12:12:31.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:31.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:32.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:32.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:33.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:33.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:34.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:34.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:35.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:35.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:36.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:36.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:37.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:37.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:38.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:38.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:39.082 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:39.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:40.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:40.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:41.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:42.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:42.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:43.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:43.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:44.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:44.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:45.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:45.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:46.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:46.586 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:47.086 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:47.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:48.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:48.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:49.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:49.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:50.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:50.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:51.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:51.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:52.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:52.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:53.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:53.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:54.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:55.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:55.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:56.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:56.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:57.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:57.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:58.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:59.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:12:59.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:00.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:00.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:01.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:01.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:02.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:02.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:03.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:03.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:04.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:04.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:05.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:05.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:06.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:06.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:07.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:07.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:08.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:09.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:09.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:10.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:10.601 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:11.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:11.602 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:12.102 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:12.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:13.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:13.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:14.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:14.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:15.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:15.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:16.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:16.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:17.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:17.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:18.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:18.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:19.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:19.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:20.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:20.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:21.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:13:21.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:13:21.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:21.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:21.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:21.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:13:21.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:21.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:21.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:21.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:21.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:13:21.610 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:13:21.610 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:21.610 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.178 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.004 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.043 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:13:21.625 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:13:21.626 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:13:21.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:21.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:13:21.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:21.627 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:13:21.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:21.627 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:13:21.627 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:21.627 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:13:21.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.*'] 12:13:21.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:21.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.*'] 12:13:21.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:21.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.*'] 12:13:21.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:21.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:21.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:21.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:21.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:21.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:21.629 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:21.629 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:21.629 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:13:21.629 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:13:21.629 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:13:21.629 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:13:21.629 DEBUG [main][MenuItemLookup] Item match:Window 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:21.631 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:13:21.631 DEBUG [main][MenuItemLookup] Item match:Preferences 12:13:21.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:13:21.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:13:21.631 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:13:21.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:13:21.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:13:21.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:13:21.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:21.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:21.729 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:13:21.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:21.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:13:21.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:21.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:21.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:21.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:21.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:21.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:21.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:21.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:21.733 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:21.733 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:21.733 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:21.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:21.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:21.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:21.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:21.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:21.754 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:21.755 DEBUG [main][EditorHandler] 0 editor(s) found 12:13:21.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:21.761 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:13:21.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:21.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:21.761 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:21.761 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:21.761 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:21.761 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:13:21.761 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:13:21.761 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:13:21.761 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:13:21.761 DEBUG [main][MenuItemLookup] Item match:Window 12:13:21.762 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:13:21.762 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:13:21.762 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:13:21.762 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:21.762 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:13:21.762 DEBUG [main][MenuItemLookup] Item match:Show View 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:21.765 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:13:21.765 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:13:21.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:13:21.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:13:21.776 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:13:21.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:13:21.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:13:21.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:13:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:21.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 12:13:21.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:21.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:21.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:21.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:21.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:21.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:21.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:21.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:21.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:21.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:21.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:21.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:21.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:13:21.854 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:13:21.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:13:21.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:13:21.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:21.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:21.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:21.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:21.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:21.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.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 "Open") 12:13:21.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:21.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:21.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:21.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:21.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:21.856 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:13:21.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:21.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:21.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:21.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:13:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:13:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:13:21.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:13:21.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:21.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:21.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:21.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:21.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:21.970 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:21.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:21.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:21.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:21.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:21.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:21.972 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:21.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:21.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:21.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:13:21.975 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:21.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:21.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:21.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:13:21.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:21.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:21.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:21.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:21.986 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:21.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:21.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:21.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:13:22.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:22.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:13:22.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:13:22.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:22.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:22.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:22.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:13:22.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:22.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:22.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:22.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:22.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:13:22.138 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:22.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:13:22.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:13:22.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:22.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:22.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:22.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:13:22.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:22.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:22.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:22.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:22.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:13:22.139 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:22.139 DEBUG [main][EditorHandler] 0 editor(s) found 12:13:22.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:22.140 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:22.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:22.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:22.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:22.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:22.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:22.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:22.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:22.161 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:22.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:22.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:22.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:22.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:22.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:22.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:22.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:22.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:22.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:22.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:22.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:22.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:22.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:22.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:22.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:23.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:23.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:23.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:23.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:23.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:23.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:23.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:23.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:23.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:23.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:23.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:23.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:23.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:23.169 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 12:13:23.176 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:23.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:23.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:23.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:23.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:23.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:23.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:23.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:24.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:24.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:24.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:24.178 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:24.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:24.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:24.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:24.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:24.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:24.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:24.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:24.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:24.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:24.179 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 12:13:24.180 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:24.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:24.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:24.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:24.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 12:13:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:24.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:24.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:24.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:24.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:24.181 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:13:24.181 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:13:24.182 DEBUG [main][TreeItemHandler] Set Tree selection 12:13:24.182 DEBUG [main][TreeHandler] Notify Tree about selection event 12:13:24.197 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:13:24.200 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 12:13:24.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:13:24.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'New' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:24.251 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:24.251 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:13:24.251 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:13:24.251 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:13:24.251 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:13:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:24.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:13:24.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:24.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:24.753 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:24.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:24.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:13:24.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:24.774 DEBUG [main][MenuItemLookup] Found menu:'New' 12:13:24.775 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:13:24.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:24.775 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:13:24.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:24.775 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:24.775 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:24.775 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:24.775 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:13:24.775 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:13:24.775 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:13:24.775 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:13:24.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:13:25.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:13:25.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:13:25.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:25.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:25.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:13:25.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:25.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:25.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:13:25.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:25.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:25.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:25.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:25.455 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:13:25.456 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:13:25.456 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:13:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:25.456 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:25.456 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:25.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") 12:13:25.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:25.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:13:25.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:25.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:25.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:25.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:25.458 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:13:25.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:25.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:25.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:25.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:13:25.466 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:13:25.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:13:25.967 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:13:25.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:25.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:13:25.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:13:25.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:13:25.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:25.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:25.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:25.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:25.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:25.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:25.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:13:25.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:25.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:25.970 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:13:25.970 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:25.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:25.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:25.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.351 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.088 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:25.978 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:25.979 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:13:25.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:25.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:25.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:25.979 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:13:25.980 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:25.980 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:13:25.980 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:25.980 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:13:25.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:13:25.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:25.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:13:25.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:25.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:13:25.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:25.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:25.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:25.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:25.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:25.981 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:25.981 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:25.981 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:25.981 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:13:25.982 DEBUG [main][MenuItemLookup] Item match:Window 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:25.982 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:13:25.982 DEBUG [main][MenuItemLookup] Item match:Preferences 12:13:25.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:13:25.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:13:25.982 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:13:26.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:13:26.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:13:26.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:13:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:26.065 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:13:26.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:13:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:26.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:26.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:26.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:26.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:26.081 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:26.081 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:26.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:26.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:26.104 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:26.104 DEBUG [main][EditorHandler] 0 editor(s) found 12:13:26.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.105 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:26.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:26.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:26.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:26.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:26.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:26.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:26.108 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:26.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:26.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:26.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:26.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:26.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:26.109 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:26.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:26.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:26.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:13:26.110 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:26.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:26.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:26.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:13:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:26.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:26.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:26.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:13:26.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:26.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:26.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.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 Project"] 12:13:26.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:26.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:26.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:26.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.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 Project"] 12:13:26.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:26.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:26.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:26.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:26.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:26.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:26.132 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:26.132 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:26.132 DEBUG [main][MenuItemLookup] Item match:File 12:13:26.133 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:26.133 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:13:26.136 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:13:26.136 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:26.136 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:13:26.136 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:26.136 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:13:26.136 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:26.136 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:13:26.136 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:13:26.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:13:26.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:13:26.137 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:13:26.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:13:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:13:26.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:13:26.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:26.228 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:13:26.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:26.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:26.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:26.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:26.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:26.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:26.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:26.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:26.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:26.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:26.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:26.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:26.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:26.735 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:13:26.735 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:13:26.735 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:13:26.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:13:26.738 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:13:26.738 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:13:26.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) 12:13:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:26.741 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:26.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:26.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:26.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:26.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:26.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:13:26.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:13:26.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:13:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:26.782 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:13:26.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:26.783 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 12:13:26.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.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:13:26.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:13:26.785 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:13:26.786 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 12:13:26.787 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:13:26.787 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:13:26.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.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:13:26.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:26.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:26.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:26.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:26.789 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:13:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:26.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:26.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:27.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:13:27.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:27.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:27.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:27.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.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"] 12:13:27.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.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: "Create New File"] 12:13:27.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:27.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:27.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:27.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:27.295 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:27.295 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:27.296 DEBUG [main][MenuItemLookup] Item match:File 12:13:27.297 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:27.297 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:13:27.299 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:13:27.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:27.299 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:13:27.299 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:27.299 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:13:27.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:27.299 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:13:27.300 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:13:27.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:13:27.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:13:27.300 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:13:27.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 'New|Select a wizard'] is available.... 12:13:27.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 'New|Select a wizard'] is available. finished successfully 12:13:27.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:13:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:27.363 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:13:27.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:27.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:27.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:27.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:27.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:27.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:27.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:27.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:27.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:27.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:27.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:27.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:27.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:27.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:27.365 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:27.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:13:27.365 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:13:27.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:13:27.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:13:27.368 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:13:27.368 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:13:27.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) 12:13:27.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:27.370 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:27.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:27.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:27.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:27.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:27.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:13:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:13:27.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:13:27.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:27.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:27.423 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:13:27.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:13:27.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:13:27.435 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:13:27.436 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 12:13:27.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:13:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:13:27.439 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:13:27.440 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:13:27.440 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:13:27.440 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:13:27.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:13:27.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:27.452 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:13:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:27.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:27.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:27.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:27.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:27.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:27.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:27.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:27.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:13:27.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:27.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:27.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:27.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:27.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:27.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:27.637 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.637 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:13:27.638 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:27.638 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:27.639 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:27.639 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:13:27.639 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:13:27.640 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:27.679 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:27.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.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: "Create New File"] 12:13:27.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.680 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.680 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.680 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.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: "Create New File"] 12:13:27.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.680 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:27.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:27.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:27.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:27.681 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:27.682 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:27.682 DEBUG [main][MenuItemLookup] Item match:File 12:13:27.683 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:27.683 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:13:27.685 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:13:27.685 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:27.685 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:13:27.685 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:27.685 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:13:27.685 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:27.685 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:13:27.685 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:13:27.685 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:13:27.685 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:13:27.685 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:13:27.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:13:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:13:27.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:13:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:27.784 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:13:27.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:27.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:27.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:27.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:27.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:27.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:27.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:27.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:27.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:27.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:27.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:27.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:13:27.787 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:13:27.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:13:27.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:13:27.788 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:13:27.788 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:13:27.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:27.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:27.792 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:27.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:27.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:27.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:27.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:27.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:27.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:13:27.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:13:27.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:13:27.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:27.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:27.841 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:13:27.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13: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.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:13:27.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:13:27.854 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:13:27.856 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 12:13:27.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:13:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:13:27.859 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:13:27.860 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:13:27.860 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:13:27.860 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:13:27.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:13:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:27.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:27.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:27.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:27.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:27.872 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:13:27.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:27.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:27.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:27.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:28.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:13:28.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:28.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:28.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:28.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:28.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:28.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:13:28.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:28.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:28.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:28.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:13:28.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:28.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:28.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:28.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:28.379 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:13:28.379 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:28.379 DEBUG [main][MenuItemLookup] Item match:File 12:13:28.380 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:28.380 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:13:28.382 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:13:28.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:28.382 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:13:28.382 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:28.382 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:13:28.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:28.382 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:13:28.382 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:13:28.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:13:28.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:13:28.382 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:13:28.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:13:28.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:13:28.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:13:28.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:28.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:28.447 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:13:28.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:28.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:28.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:28.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:28.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:28.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:28.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:28.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:28.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:28.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:28.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:28.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:13:28.449 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:13:28.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:13:28.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:13:28.449 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:13:28.449 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:13:28.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) 12:13:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:28.451 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:28.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:28.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:28.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:13:28.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:13:28.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:13:28.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:13:28.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:28.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:28.482 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:13:28.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:28.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:13:28.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:13:28.485 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:13:28.486 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 12:13:28.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:13:28.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:13:28.487 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:13:28.488 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:13:28.488 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:13:28.488 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:13:28.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:13:28.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:28.490 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:13:28.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:28.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:28.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:28.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:28.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:28.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:28.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:28.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:13:28.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:28.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:28.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:28.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 12:13:28.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:28.578 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 12:13:28.582 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:28.582 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:28.582 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:28.582 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:28.583 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:28.583 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:13:28.583 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:13:28.589 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 12:13:28.599 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 12:13:28.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:28.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:28.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:28.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:28.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:28.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:28.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:28.627 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:13:28.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:28.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:28.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:28.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:28.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:13:28.628 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:28.628 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:28.628 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:13:28.628 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:13:28.628 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:13:28.628 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:13:28.628 DEBUG [main][MenuItemLookup] Item match:Window 12:13:28.629 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:13:28.629 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:13:28.629 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:13:28.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:28.629 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:13:28.629 DEBUG [main][MenuItemLookup] Item match:Show View 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:28.633 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:13:28.633 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:13:28.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:13:28.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:13:28.633 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:13:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:13:28.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:13:28.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:13:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:28.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:13:28.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:28.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:28.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:28.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:28.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:28.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:28.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:28.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:28.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:28.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:13:28.689 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:13:28.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:29.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:13:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:13:29.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:13:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:29.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:13:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:29.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:13:29.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:13:29.192 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:13:29.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:13:29.193 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:13:29.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:29.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:29.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:29.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:29.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 "Open") 12:13:29.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:29.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:29.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:29.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:29.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:29.194 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:13:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:29.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:29.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:13:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:13:29.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:13:29.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:29.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:13:29.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:29.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:29.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:29.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:29.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:29.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:29.432 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:29.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:13:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:29.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:29.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:29.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:29.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:29.451 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:29.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:29.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:29.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:29.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:29.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:29.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:30.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:30.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:30.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:30.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:30.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:30.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:30.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 12:13:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:30.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:30.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:30.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:30.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:30.459 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:30.460 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:30.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:30.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:30.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:30.968 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:30.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:30.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:30.983 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:30.983 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:30.983 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:30.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:30.985 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:30.985 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:30.985 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:31.011 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:31.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:31.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:31.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:31.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:31.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:31.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:31.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:31.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:31.017 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.017 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:31.017 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:31.017 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:31.018 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:31.018 DEBUG [main][EditorHandler] 2 editor(s) found 12:13:31.019 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:13:31.025 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:13:31.025 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:31.061 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:31.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:31.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:31.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:31.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:31.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:31.061 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:31.061 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:31.062 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:31.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:31.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:31.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:31.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:31.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.064 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:31.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:31.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:31.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:31.066 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:31.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:31.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:31.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:31.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:31.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:31.068 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:31.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:31.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:31.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:31.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:31.070 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:31.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:31.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:31.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:31.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:31.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:31.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:31.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:31.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:31.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:31.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:32.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:32.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:32.073 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:32.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:32.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:32.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 12:13:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:32.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:32.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:32.075 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:32.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:32.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:32.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:32.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:32.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:32.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:32.076 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:32.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:32.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:32.078 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:32.078 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:32.078 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:32.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:32.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:32.081 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:32.081 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:32.104 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:32.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:32.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:32.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:32.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:32.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:32.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:32.107 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.107 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:32.107 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:32.107 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:32.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:13:32.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:32.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:32.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:32.108 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:13:32.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:32.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:32.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:32.108 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:13:32.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:32.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:32.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:32.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:32.110 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:32.110 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:32.110 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:32.138 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:32.138 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:32.139 DEBUG [main][EditorHandler] 0 editor(s) found 12:13:32.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:32.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:32.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:32.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:32.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:32.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:32.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:32.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:32.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:32.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:32.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:32.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:32.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.143 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:32.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:32.147 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:32.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:32.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:32.149 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:32.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:32.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:32.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:32.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:32.151 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:32.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:32.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:32.164 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:32.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:32.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:32.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:32.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:32.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:32.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:32.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:33.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:33.166 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:33.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:33.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:33.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:33.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 12:13:33.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:33.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:33.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:33.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:33.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:33.169 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:33.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:33.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:33.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:33.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:33.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:33.170 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:33.170 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:33.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:33.172 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:33.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:33.173 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:33.173 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:33.175 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:33.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:33.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:33.199 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:33.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:33.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:33.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:33.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:33.202 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:33.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:33.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:33.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:33.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:33.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:33.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:33.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:33.206 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:33.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:33.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:33.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:33.234 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:33.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:33.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:33.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:33.235 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:33.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:33.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:33.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:33.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:33.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:33.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:33.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:34.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:34.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:34.237 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:34.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:34.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:34.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:34.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 12:13:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:34.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:34.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:34.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:34.238 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:34.239 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:34.239 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:34.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:34.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:34.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:34.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:34.239 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:34.240 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:34.240 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:34.240 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:34.242 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:34.242 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:34.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:34.242 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:34.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:34.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:34.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:34.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:34.257 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:34.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:34.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:34.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:34.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:34.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:34.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5db14ec4 is found... 12:13:34.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5db14ec4 is found finished successfully 12:13:34.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:34.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:34.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:34.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:34.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:34.263 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:34.263 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:34.263 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:34.263 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:34.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:34.266 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:34.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:34.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:34.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:34.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:34.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:34.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:34.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:34.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:34.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:34.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:34.270 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:34.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:34.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:34.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:34.298 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:34.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:34.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:34.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:34.299 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:34.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:34.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:34.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:34.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:34.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:34.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:34.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:35.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:35.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:35.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:35.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:35.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:35.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:35.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:35.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:35.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:35.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:35.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:35.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:35.302 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:35.303 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:13:35.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:35.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:35.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:35.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:35.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:35.303 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:13:35.303 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:13:35.304 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:13:35.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:13:35.306 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:13:35.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:13:35.306 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:13:35.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:13:35.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:13:35.311 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:35.311 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:35.335 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:35.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:35.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:35.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:35.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:35.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:35.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5977f76d is found... 12:13:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5977f76d is found finished successfully 12:13:35.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 12:13:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:35.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:35.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:35.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:35.340 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:35.340 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:35.340 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:35.340 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:35.342 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:35.342 DEBUG [main][EditorHandler] 2 editor(s) found 12:13:35.342 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:35.361 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:35.361 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:13:35.395 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:13:35.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:35.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:35.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:35.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:35.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:35.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:35.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:35.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:35.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:35.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:35.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:35.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:35.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:35.398 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:35.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:35.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:35.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:35.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:35.400 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:35.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') 12:13:35.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:35.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:35.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:35.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:35.402 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:35.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:35.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:35.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:35.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:35.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:35.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:35.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:35.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:35.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:35.416 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:35.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:35.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:35.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:35.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:35.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:35.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:36.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:36.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:36.418 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:36.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:36.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:36.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:36.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:36.419 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:36.419 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:36.420 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:36.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:36.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:36.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:36.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:36.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:36.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:36.420 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:36.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:36.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:36.422 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:36.422 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:36.422 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:36.422 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:36.425 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:36.425 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:36.425 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:36.457 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:36.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:36.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:36.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:36.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:36.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:36.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:36.460 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.460 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:36.460 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:36.460 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:36.461 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.461 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:13:36.461 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 12:13:36.461 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:36.491 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:36.491 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:36.492 DEBUG [main][EditorHandler] 0 editor(s) found 12:13:36.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:36.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:36.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:36.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:36.492 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:36.492 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:36.492 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:36.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:36.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:36.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:36.492 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:36.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.494 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:36.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:36.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:36.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:36.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:36.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 '\*?\QPackage Explorer\E') 12:13:36.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:36.498 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:36.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:36.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:36.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:36.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:36.500 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:36.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:36.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:36.501 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:36.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:36.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:36.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:37.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:37.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:37.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:37.503 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:37.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:37.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:37.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:37.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:37.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:37.507 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:37.508 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:37.508 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:37.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:37.508 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:37.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:37.509 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:37.509 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:37.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:37.516 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:37.517 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:37.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:37.517 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:37.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:37.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:37.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:37.519 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:37.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:37.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:37.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:37.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:37.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:37.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:37.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:37.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:37.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:37.557 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.557 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:37.557 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:37.557 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:37.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.impl.editor.DefaultEditor, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 12:13:37.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:37.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:37.559 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:37.559 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:37.559 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:37.590 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:37.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:37.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:37.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:37.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:37.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:37.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:37.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:37.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:37.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:37.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:37.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:37.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:37.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:37.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:37.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:37.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:37.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:37.624 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:37.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:37.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:37.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:37.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:37.626 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:37.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:37.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:37.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:37.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:37.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:37.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:37.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:37.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:38.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:38.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:38.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:38.629 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:38.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:38.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:38.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 12:13:38.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:38.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:38.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:38.630 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:38.631 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:38.631 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:38.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:38.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:38.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:38.632 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:38.632 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:38.632 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:38.634 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:38.634 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:38.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:38.635 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:38.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:38.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:38.637 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:38.637 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:38.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:38.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:38.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:38.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:38.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:38.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:38.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.670 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:38.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:38.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:38.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:38.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:38.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 '\*?\QPackage Explorer\E') 12:13:38.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:38.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:38.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:38.676 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:38.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:38.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:38.708 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:38.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:38.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:38.709 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:38.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:38.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:38.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:38.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:39.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:39.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:39.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:39.711 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:39.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:39.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:39.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:39.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:39.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:39.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:39.713 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:39.713 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:39.713 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:39.713 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:39.714 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:39.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:39.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:39.714 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:39.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:39.716 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:39.716 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:39.716 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:39.716 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:39.716 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:39.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:39.718 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:39.718 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:39.725 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:39.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:39.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:39.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:39.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@707e40b is found... 12:13:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@707e40b is found finished successfully 12:13:39.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:39.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:39.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:39.733 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.733 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:39.733 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:39.733 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:39.734 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:39.734 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:39.734 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:39.762 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:39.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:39.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:39.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:39.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:39.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:39.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:39.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:39.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:39.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:39.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:39.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:39.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.765 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:39.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:39.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:39.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:39.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:39.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:39.768 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:39.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:39.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:39.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:39.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:39.770 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:39.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:39.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:39.771 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:39.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:39.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:39.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:39.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:40.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:40.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:40.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:40.773 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:40.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:40.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:40.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:40.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 12:13:40.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:40.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:40.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:40.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:40.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:40.774 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:40.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:40.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:40.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:40.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:40.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:40.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:40.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:40.775 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:40.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:40.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:40.778 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:40.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:40.778 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:40.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:40.779 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:40.779 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:40.779 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:40.802 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:40.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:40.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:40.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:40.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:40.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:40.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:40.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:40.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:40.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:40.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:40.806 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:40.806 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:40.806 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:40.806 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:40.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:13:40.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:40.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:40.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:40.807 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:13:40.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:40.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:40.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:40.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:40.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:40.808 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:13:40.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:40.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:40.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:40.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:40.809 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:40.810 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:13:40.810 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:13:40.810 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:40.841 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:40.841 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:40.841 DEBUG [main][EditorHandler] 0 editor(s) found 12:13:40.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:40.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:40.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:40.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:40.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:40.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:40.842 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:40.842 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:40.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:40.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:40.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:40.842 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:40.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:40.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:40.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:40.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:40.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:40.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:40.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:40.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 '\*?\QPackage Explorer\E') 12:13:40.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:40.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:40.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:40.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:40.849 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:40.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:40.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:40.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:40.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:40.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:40.862 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:40.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:40.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:40.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:40.862 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:40.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:40.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:40.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:40.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:41.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:41.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:41.864 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:41.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13: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 12:13:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:41.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:41.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:41.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:41.866 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:41.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:41.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:41.867 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:41.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:41.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:41.869 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:41.869 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:41.869 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:41.869 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:41.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:41.870 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:41.870 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:41.891 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:41.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:41.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:41.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:41.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:41.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:41.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:41.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:41.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:41.894 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:41.894 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:41.894 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:41.894 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:41.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:13:41.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:41.895 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:13:41.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:41.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:41.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:41.895 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:13:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:41.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:41.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:41.896 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:41.896 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:13:41.896 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 12:13:41.896 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:13:42.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 'Save .*'] is available. finished successfully 12:13:42.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:13:42.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:42.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:42.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:42.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:13:42.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:42.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:13:42.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:42.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:13:42.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:42.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:42.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:42.428 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:13:42.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:42.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:42.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:42.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:42.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:13:42.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:13:42.473 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:42.473 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:42.473 DEBUG [main][EditorHandler] 0 editor(s) found 12:13:42.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:42.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:42.473 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:42.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:42.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:42.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:42.474 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:42.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:42.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:42.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:42.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:42.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:42.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.476 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:42.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:42.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:42.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:42.478 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:42.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:42.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:42.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:42.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:42.480 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:42.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:42.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:42.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:42.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:42.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:42.481 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:42.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:42.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:42.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:42.482 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:42.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:42.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:42.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:42.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:42.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:42.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:43.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:43.484 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:43.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:43.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:43.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:43.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:43.485 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:43.486 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:43.486 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:43.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:43.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:43.486 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:43.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:43.486 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:43.486 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:43.486 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:43.487 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:43.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:43.488 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:43.488 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:43.488 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:43.488 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:43.490 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:43.490 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:43.490 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:43.510 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:43.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:43.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:43.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:43.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:43.510 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:43.511 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:43.512 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:43.535 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:43.535 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:43.536 DEBUG [main][EditorHandler] 0 editor(s) found 12:13:43.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:43.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:43.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:43.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:43.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:43.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:43.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:43.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:43.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:43.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:43.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:43.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:43.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:43.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:43.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:43.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:43.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:43.547 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:43.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:43.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:43.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:43.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:43.560 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:43.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:43.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:43.561 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:43.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:43.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:43.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:43.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:44.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:44.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:44.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:44.563 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:44.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:44.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:44.564 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:44.564 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:44.565 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:44.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:44.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:44.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:44.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:44.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:44.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:44.565 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:44.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:44.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:44.567 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:44.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:44.567 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:44.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:44.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:44.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:44.569 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:44.590 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:44.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:44.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:44.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:44.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:44.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:44.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65eb02a2 is found... 12:13:44.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65eb02a2 is found finished successfully 12:13:44.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:44.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:44.593 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.593 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.593 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:44.593 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:44.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.596 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:44.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:44.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:44.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:44.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:44.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:44.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:44.600 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:44.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:44.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:44.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:44.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.628 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:44.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:44.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:45.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:45.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:45.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:45.630 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:45.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:45.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:45.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:45.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:45.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:45.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:45.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:45.631 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:45.632 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:13:45.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:45.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:45.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:45.632 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:13:45.632 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:13:45.632 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:13:45.634 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:13:45.634 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:13:45.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:13:45.634 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:13:45.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:13:45.636 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:13:45.636 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:45.636 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:45.660 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:45.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:45.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:45.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:45.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c763ac5 is found... 12:13:45.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c763ac5 is found finished successfully 12:13:45.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:45.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:45.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:45.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:45.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:45.663 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:13:45.670 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:45.670 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:45.670 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:45.670 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@513e61e2 is found... 12:13:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@513e61e2 is found finished successfully 12:13:45.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 12:13:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:45.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:45.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:45.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:45.681 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 12:13:45.687 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:45.687 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 12:13:45.687 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:45.687 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:45.688 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:45.688 DEBUG [main][EditorHandler] 2 editor(s) found 12:13:45.688 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:45.696 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:45.696 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:13:45.725 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:13:45.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:45.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:45.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:45.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:45.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:45.726 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:45.726 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:45.726 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:45.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:45.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:45.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:45.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:45.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:45.728 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:45.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:45.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:45.730 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:45.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:45.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:45.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:45.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:45.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:45.732 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:45.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:45.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:45.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:45.734 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:45.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:45.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:45.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:45.734 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:45.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:45.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:45.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:45.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:45.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:46.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:46.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:46.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:46.736 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:46.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:46.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:46.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:46.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:46.737 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:46.738 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:46.738 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:46.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:46.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:46.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:46.738 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:46.738 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:46.739 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:46.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:46.741 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:46.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:46.741 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:46.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:46.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:46.743 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:46.743 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:46.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:46.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:46.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:46.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:46.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:46.770 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.770 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:46.770 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:46.770 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:46.771 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:46.771 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:46.771 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:46.798 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:46.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:46.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:46.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:46.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:46.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:46.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:46.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:46.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:46.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:46.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:46.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:46.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:46.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.801 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:46.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:46.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:46.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:46.805 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:46.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:46.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:46.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:46.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:46.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:46.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:46.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:46.807 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:46.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:46.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:46.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:47.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:47.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:47.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:47.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:47.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:47.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:47.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:47.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:47.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:47.810 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:47.810 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:47.811 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:47.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:47.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:47.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:47.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:47.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:47.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:47.811 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:47.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:47.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:47.813 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:47.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:47.813 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:47.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:47.814 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:47.814 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:47.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:47.835 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:47.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:47.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:47.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:47.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:47.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:47.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:47.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:47.838 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.838 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.838 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:47.838 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:47.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 "Make Dirty") 12:13:47.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:47.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:47.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:47.839 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:13:47.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:47.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:47.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:47.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:47.840 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:13:47.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:47.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:47.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:47.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:47.842 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.842 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:13:47.842 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:13:47.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:47.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:47.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:47.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:47.842 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:13:47.843 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:47.843 DEBUG [main][MenuItemLookup] Item match:File 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:47.844 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:47.844 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:13:47.844 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:13:47.844 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:13:47.844 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:13:47.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:13:47.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:13:47.847 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.848 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:13:47.848 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:47.848 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:47.848 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:47.848 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:47.848 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:47.882 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:47.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:47.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:47.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:47.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:47.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:47.883 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:47.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:47.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:47.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:47.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:47.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.886 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:47.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:47.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:47.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:47.888 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:47.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:47.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:47.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:47.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:47.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:47.890 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:47.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:47.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:47.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:47.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:47.892 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:47.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:47.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.892 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:47.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:47.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:47.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:48.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:48.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:48.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:48.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:48.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:48.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:48.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:48.895 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:48.896 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:48.896 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:48.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:48.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:48.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:48.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:48.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:48.897 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:48.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:48.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:48.901 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:48.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:48.902 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:48.902 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:48.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:48.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:48.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:48.929 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:48.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:48.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:48.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:48.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:48.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:48.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:48.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:48.932 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.932 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:48.932 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:48.932 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:48.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:13:48.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:48.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:48.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:48.933 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:13:48.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:48.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:48.934 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:13:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:48.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:48.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:48.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:13:48.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:48.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:48.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:48.936 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:13:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:48.936 INFO [WorkbenchTestable][AbstractButton] Click button Save 12:13:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:48.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:48.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:48.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:48.938 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:13:48.938 DEBUG [main][EditorHandler] 1 editor(s) found 12:13:48.938 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:48.971 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:48.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:48.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:48.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:48.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:48.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:48.972 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:13:48.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:13:48.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:48.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:48.972 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:48.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:48.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:48.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:48.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:48.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:48.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:48.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:48.979 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:48.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:48.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:48.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:48.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:48.992 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:48.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:48.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:48.993 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:48.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:48.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:48.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:49.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:49.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:49.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:49.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:50.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:50.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:50.495 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:50.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:50.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:50.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:50.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:50.496 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:50.497 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:50.497 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:13:50.497 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:50.497 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:50.497 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:50.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:50.497 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:50.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:50.499 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:50.499 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:13:50.499 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:13:50.499 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:13:50.499 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:13:50.500 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:13:50.500 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:50.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:50.520 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:50.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:50.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:50.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:50.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:50.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:50.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:13:50.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:50.523 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:50.523 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:50.523 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:50.523 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:50.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:50.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:13:50.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:50.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:50.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:13:50.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:50.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:50.530 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:50.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:50.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:50.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:50.558 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:50.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:50.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:50.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:50.559 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:50.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:50.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:50.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:50.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:51.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:51.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:51.560 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:51.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:51.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:51.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:51.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:51.562 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:13:51.562 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:51.562 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:13:51.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:13:51.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:51.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:13:51.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:51.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:13:51.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:13:51.563 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:13:51.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:13:51.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:13:51.565 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:13:51.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:13:51.565 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:13:51.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:13:51.566 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:13:51.566 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:51.567 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:51.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:51.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:51.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:51.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:51.590 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:13:51.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:51.596 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:51.596 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:13:51.596 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:13:51.597 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:13:51.597 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:13:51.613 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:13:51.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4843fa06 is found... 12:14:01.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4843fa06 is found failed, an exception will be thrown 12:14:01.624 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:01.624 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:01.624 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:14:01.654 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:14:01.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:01.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:01.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:01.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:01.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:01.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:01.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:01.655 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:01.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:01.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:01.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:01.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:01.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:01.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:01.657 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:01.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:01.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:01.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:01.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:01.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:01.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:01.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:01.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:01.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:01.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:01.661 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:01.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:01.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:01.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:01.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:01.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:01.663 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:01.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:01.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:01.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:01.664 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:01.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:01.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:01.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:01.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:01.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:01.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:02.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:02.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:02.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:02.666 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:02.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:02.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:02.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:02.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:02.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:02.668 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:02.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:02.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:02.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:02.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:02.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:02.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:02.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:02.669 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:02.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:02.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:02.671 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:02.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:02.671 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:02.671 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:02.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:02.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:02.672 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:02.695 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:02.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:02.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:02.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:02.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:02.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:02.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:02.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:02.699 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.699 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:02.699 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:02.699 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:02.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 "Make Dirty") 12:14:02.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:02.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:02.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:02.700 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:14:02.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:02.701 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:14:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:02.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:02.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:02.702 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:02.702 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:02.703 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:02.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:14:03.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:14:03.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:14:03.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:03.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:03.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:03.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:03.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:03.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:14:03.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:03.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.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 "Save") 12:14:03.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:03.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:03.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:03.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:14:03.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:03.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:03.238 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:14:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:03.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:03.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:03.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:03.294 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:03.294 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:03.294 DEBUG [main][EditorHandler] 0 editor(s) found 12:14:03.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:03.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:03.294 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:03.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:03.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:03.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:03.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:03.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:03.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:03.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:03.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:03.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:03.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:03.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:03.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:03.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:03.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:03.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:03.306 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:03.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:03.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:03.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:03.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:03.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:03.309 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:03.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:03.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:03.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:03.310 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:03.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:03.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:03.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:03.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:04.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:04.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:04.311 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:04.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:04.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:04.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:04.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:04.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:04.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:04.313 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:04.314 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:04.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:04.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:04.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:04.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:04.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:04.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:04.314 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:04.314 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:04.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:04.318 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:04.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:04.318 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:04.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:04.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:04.319 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:04.319 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:04.341 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:04.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:04.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:04.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:04.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:04.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:04.345 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.345 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:04.345 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:04.345 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:04.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 "Make Dirty") 12:14:04.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:04.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:04.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:04.347 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:14:04.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:04.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:04.347 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:14:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:04.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:04.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:04.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@34406ae2 is found... 12:14:04.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@34406ae2 is found finished successfully 12:14:04.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:04.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:04.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:04.351 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.351 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:14:04.352 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:04.352 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:04.352 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:04.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 'Save .*'] is available.... 12:14:04.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:14:04.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:14:04.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:04.879 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:04.879 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:14:04.879 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:04.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:14:04.879 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:04.879 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:14:04.879 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:04.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:04.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:04.880 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:14:04.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:04.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:04.880 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:04.880 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:04.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:04.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:04.919 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:04.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:04.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:04.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:04.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:04.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:04.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:04.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:04.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:04.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:04.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:04.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:04.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:04.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:04.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:04.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:04.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:04.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:04.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:04.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:04.940 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:04.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:04.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:04.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:04.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:04.942 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:04.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:04.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:04.943 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:04.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:04.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:04.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:05.945 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:05.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:05.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:05.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:05.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:05.947 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:05.947 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:05.948 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:05.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:05.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:05.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:05.948 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:05.948 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:05.949 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:05.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:05.951 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:05.951 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:05.951 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:05.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:05.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:05.954 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:05.954 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:05.984 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:05.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:05.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:05.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:05.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:05.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:05.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:05.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:05.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:05.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:05.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:05.989 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.990 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.990 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:05.990 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:05.991 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.991 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:14:05.991 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:05.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:14:05.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:05.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:05.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:14:05.992 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:14:05.992 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:05.992 DEBUG [main][MenuItemLookup] Item match:File 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:05.993 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:05.993 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:05.993 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:05.993 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:05.994 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:06.030 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:06.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:06.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:06.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:06.030 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:06.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:06.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:06.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:06.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:06.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:06.031 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:06.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.036 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:06.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:06.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:06.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:06.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:06.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:06.044 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:06.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:06.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:06.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:06.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:06.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:06.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:06.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:06.047 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:06.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:06.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:06.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:06.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:07.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:07.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:07.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:07.049 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:07.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:07.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:07.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:07.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:07.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:07.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:07.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:07.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:07.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:07.051 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:07.052 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:07.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:07.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:07.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:07.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:07.052 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:07.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:07.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:07.055 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:07.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:07.056 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:07.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:07.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:07.058 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:07.058 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:07.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:07.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:07.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:07.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17ec16f6 is found... 12:14:17.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17ec16f6 is found failed, an exception will be thrown 12:14:17.102 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:17.102 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:17.102 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:17.131 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:17.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:17.131 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:17.131 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:17.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:17.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:17.132 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:17.132 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:17.132 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:17.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:17.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:17.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:17.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:17.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:17.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:17.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:17.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:17.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:17.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:17.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:17.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:17.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:17.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:17.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:17.142 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:17.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:17.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:17.143 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:17.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:17.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:17.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:17.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:17.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:18.145 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:18.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:18.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:18.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:18.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:18.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:18.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:18.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:18.146 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:18.147 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:18.147 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:18.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:18.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:18.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:18.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:18.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:18.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:18.147 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:18.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:18.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:18.150 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:18.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:18.150 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:18.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:18.151 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:18.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:18.151 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:18.176 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:18.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:18.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:18.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:18.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:18.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:18.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:18.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:18.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:18.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:18.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:18.180 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.180 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:18.180 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:18.180 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:18.181 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.181 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:14:18.181 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:14:18.182 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:18.209 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:18.210 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:18.210 DEBUG [main][EditorHandler] 0 editor(s) found 12:14:18.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:18.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:18.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:18.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:18.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:18.211 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:18.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:18.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:18.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:18.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:18.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:18.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:18.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:18.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:18.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:18.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:18.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:18.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:18.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:18.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:18.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:18.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:18.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:18.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:18.216 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:18.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:18.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:18.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:18.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:18.218 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:18.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:18.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:18.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:18.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:18.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:18.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:19.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:19.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:19.220 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:19.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:19.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:19.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:19.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:19.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:19.222 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:19.222 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:19.222 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:19.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:19.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:19.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:19.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:19.223 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:19.223 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:19.223 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:19.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:19.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:19.225 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:19.225 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:19.225 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:19.225 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:19.226 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:19.226 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:19.227 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:19.250 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:19.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:19.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:19.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:19.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:19.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:14:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:14:19.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:19.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:19.261 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:19.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:19.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:19.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:19.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:19.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:19.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:19.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:19.288 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:19.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:19.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:19.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:19.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:19.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:20.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:20.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:20.290 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:20.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:20.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:20.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:20.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:20.291 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:20.291 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:20.291 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:14:20.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:20.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:20.292 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:20.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:20.292 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:20.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:14:20.292 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:14:20.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:14:20.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:14:20.294 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:14:20.294 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:14:20.294 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:14:20.294 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:14:20.295 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:14:20.295 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:20.295 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:20.316 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:20.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:20.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:20.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:20.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 12:14:20.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:20.319 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:20.319 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:20.319 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:20.319 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20cc7993 is found... 12:14:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20cc7993 is found finished successfully 12:14:20.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:20.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:20.321 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:14:20.329 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:20.329 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 12:14:20.329 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:20.329 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:20.330 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:20.330 DEBUG [main][EditorHandler] 2 editor(s) found 12:14:20.330 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:20.350 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:20.350 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:14:20.377 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:14:20.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:20.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:20.377 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:20.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:20.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:20.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:20.378 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:20.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:20.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:20.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:20.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:20.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:20.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.380 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:20.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:20.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:20.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 '\*?\QPackage Explorer\E') 12:14:20.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:20.384 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:20.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:20.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:20.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:20.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:20.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:20.386 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:20.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:20.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:20.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:20.386 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:20.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:20.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:20.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:20.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:20.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:21.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:21.388 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:21.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:21.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:21.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:21.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 12:14:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:21.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:21.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:21.389 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:21.389 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:21.390 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:21.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:21.390 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:21.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:21.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:21.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:21.390 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:21.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:21.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:21.392 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:21.392 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:21.392 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:21.392 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:21.393 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:21.393 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:21.393 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:21.414 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:21.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:21.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:21.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:21.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:21.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:21.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:21.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:21.418 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:21.418 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:21.418 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:21.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:21.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:21.420 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:21.420 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:14:21.420 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:21.420 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:21.420 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:21.446 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:21.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:21.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:21.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:21.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:21.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:21.447 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:21.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:21.447 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:21.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:21.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:21.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:21.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:21.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.449 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:21.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:21.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:21.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:21.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:21.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:21.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:21.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:21.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:21.453 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:21.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:21.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:21.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:21.455 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:21.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:21.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:21.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:21.455 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:21.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:21.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:21.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:21.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:21.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:21.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:22.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:22.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:22.457 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:22.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:22.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:22.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:22.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:22.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:22.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:22.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:22.459 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:22.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:22.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:22.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:22.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:22.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:22.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:22.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:22.459 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:22.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:22.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:22.464 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:22.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:22.464 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:22.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:22.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:22.466 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:22.466 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:22.490 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:22.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:22.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:22.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:22.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:22.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:22.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:22.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:22.493 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:22.493 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:22.493 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:22.493 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:22.493 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:22.494 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:22.494 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:22.518 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:22.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:22.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:22.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:22.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.518 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:22.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:22.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:22.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:22.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:22.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:22.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:22.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.520 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:22.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:22.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:22.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:22.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:22.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:22.523 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:22.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:22.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:22.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:22.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:22.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:22.525 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:22.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:22.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:22.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:22.526 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:22.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:22.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:22.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:22.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:23.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:23.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:23.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:23.527 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:23.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:23.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:23.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:23.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:23.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:23.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:23.529 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:23.529 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:23.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:14:23.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:23.529 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:23.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:23.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:23.530 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:23.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:23.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:23.534 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:14:23.534 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:14:23.534 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:14:23.534 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:14:23.536 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:14:23.536 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:23.536 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:23.556 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:23.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:23.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:23.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:23.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:23.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:23.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:23.558 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:23.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:23.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:14:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:23.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:14:23.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:23.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:23.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:23.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:23.562 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:23.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:23.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:23.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:23.586 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:23.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:23.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:23.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:23.587 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:23.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:23.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:23.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:23.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:23.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:24.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:24.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:24.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:24.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:24.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:24.588 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:24.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:24.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:24.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:24.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 12:14:24.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:24.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:24.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:24.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:24.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:24.590 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:24.590 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:14:24.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 12:14:24.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:14:24.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:24.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:14:24.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:24.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:14:24.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 12:14:24.591 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 12:14:24.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 12:14:24.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 12:14:24.593 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 12:14:24.593 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 12:14:24.593 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 12:14:24.593 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 12:14:24.594 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 12:14:24.594 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:24.594 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:24.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:24.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:24.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:24.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:24.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:24.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:24.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e4fa407 is found... 12:14:24.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e4fa407 is found finished successfully 12:14:24.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 12:14:24.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:24.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:24.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:24.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:24.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:24.618 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:24.618 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:24.618 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:24.618 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:24.619 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:24.619 DEBUG [main][EditorHandler] 2 editor(s) found 12:14:24.619 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:24.624 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:24.624 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 12:14:24.652 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 12:14:24.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:24.652 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:24.652 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:24.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:24.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:24.653 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:14:24.653 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:24.653 DEBUG [main][EditorHandler] 0 editor(s) found 12:14:24.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:24.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:24.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:24.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:24.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:24.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:24.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:24.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:24.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:24.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:24.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:24.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:24.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:24.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:24.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:24.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:24.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:24.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:24.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:24.681 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:24.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:24.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:24.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:24.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:24.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:24.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:24.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:24.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:24.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:24.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:25.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:25.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:25.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:25.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:25.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:25.684 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:25.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:25.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:25.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:25.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:25.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:25.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:25.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:25.685 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:25.685 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:25.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:25.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:25.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:25.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:25.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:25.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:26.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:26.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:26.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:26.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:26.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:26.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:26.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:26.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:26.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:26.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:26.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:26.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:26.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:26.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:26.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:26.688 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:26.689 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:26.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:26.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:26.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:26.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:26.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:26.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:26.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:26.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:26.689 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:14:26.689 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:14:26.689 DEBUG [main][TreeItemHandler] Set Tree selection 12:14:26.689 DEBUG [main][TreeHandler] Notify Tree about selection event 12:14:26.697 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:14:26.701 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 12:14:26.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:26.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:26.738 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:26.738 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:14:26.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:14:26.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:14:26.738 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:14:26.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:26.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:14:27.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:27.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:27.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:27.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:27.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:27.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:27.265 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:27.265 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:27.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:27.265 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:27.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:27.265 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:27.265 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:27.265 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:27.265 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:14:27.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:14:27.265 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:14:27.265 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:14:27.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:14:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:14:27.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:27.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:14:27.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:27.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:27.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:27.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:27.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:27.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:27.854 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:14:27.854 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:14:27.854 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:14:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:27.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:27.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:27.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 "OK") 12:14:27.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:27.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:27.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:27.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:27.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:27.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:27.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:27.856 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:27.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:27.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:27.860 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:14:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:28.361 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:28.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:14:28.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:14:28.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:28.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:28.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:28.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:28.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:28.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:14:28.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:28.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:28.362 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:14:28.362 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:28.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:28.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:28.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.388 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.462 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.077 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.256 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.096 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.099 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.171 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.078 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.632 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.062 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.19 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.073 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.084 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.089 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.683 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.64 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.623 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.111 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.102 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.078 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.167 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.069 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.071 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.134 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:28.373 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:28.375 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:14:28.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:28.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:28.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:28.375 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:14:28.376 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:28.376 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:14:28.376 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:28.376 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:14:28.376 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:14:28.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.376 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:14:28.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.376 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:14:28.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:28.377 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:28.377 DEBUG [main][MenuItemLookup] Item match:Window 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:28.377 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:28.377 DEBUG [main][MenuItemLookup] Item match:Preferences 12:14:28.377 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:14:28.377 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:14:28.378 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:14:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:14:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:14:28.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:14:28.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.457 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:14:28.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:14:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:28.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:14:28.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:28.460 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:14:28.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:28.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:28.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:28.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:28.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:28.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:28.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.484 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:28.484 DEBUG [main][EditorHandler] 0 editor(s) found 12:14:28.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.485 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:28.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.485 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:28.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:28.486 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:28.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:28.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:28.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:28.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:28.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:28.487 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:28.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:28.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:28.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:14:28.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:28.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:28.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:28.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:14:28.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:28.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:28.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:28.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:14:28.498 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:28.498 DEBUG [main][EditorHandler] 0 editor(s) found 12:14: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:28.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14: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"] 12:14:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14: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"] 12:14:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:28.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:28.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:28.500 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:28.500 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:28.500 DEBUG [main][MenuItemLookup] Item match:File 12:14:28.501 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:28.501 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:28.502 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:28.502 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:28.502 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:28.502 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:28.502 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:28.502 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:28.502 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:28.502 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:28.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:28.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:28.503 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:28.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:14:28.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:14:28.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:14:28.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.563 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:28.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:28.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:28.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:28.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:28.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:28.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:28.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:28.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:28.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:14:28.566 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:14:28.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:14:28.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:14:28.569 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:28.569 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:28.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:28.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:28.570 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:28.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:28.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:28.570 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:28.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:28.593 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:28.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:14:28.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:14:28.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:14:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.595 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:28.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.595 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 12:14:28.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:14:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:28.597 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:28.597 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 12:14:28.598 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:28.598 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:14:28.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.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:28.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:28.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:28.600 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:28.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:28.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:29.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:29.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:29.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:14:29.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:29.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:29.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:29.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:14:29.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:29.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:29.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:29.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:29.108 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:29.109 DEBUG [main][MenuItemLookup] Item match:File 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:29.109 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:14:29.110 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:29.110 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:14:29.110 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:29.110 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:29.110 DEBUG [main][MenuItemLookup] Item match:Import... 12:14:29.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:14:29.110 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:14:29.110 INFO [main][MenuItemHandler] Select menu item: &Import... 12:14:29.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:14:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:14:29.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:14:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:29.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:29.191 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:14:29.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:29.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:29.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:29.696 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:29.696 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:29.696 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:29.696 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:29.697 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:14:29.697 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:14:29.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:14:29.699 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:14:29.699 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:14:29.699 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:14:29.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:29.701 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:29.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:29.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:29.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"] 12:14:29.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:14:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:29.777 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:14:29.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:14:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:14:29.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:14:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:29.777 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:14:29.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.779 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 12:14:29.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:14:29.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:29.781 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:14:29.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:29.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:29.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:29.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:29.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:14:29.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:14:29.786 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/testProject to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/ 12:14:29.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:14:29.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:29.823 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:14:29.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:29.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:29.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:29.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:29.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:14:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:14:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:14:29.834 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 12:14:29.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:14:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:29.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 12:14:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:29.836 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 12:14:29.836 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 12:14:29.836 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 12:14:29.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:29.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:29.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:29.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:29.837 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:14:29.837 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:14:29.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.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:29.839 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:29.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:29.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:29.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:30.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:30.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:30.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:14:30.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:14:31.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:14:31.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:14:31.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:14:31.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:31.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:31.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:31.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:31.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:31.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:31.880 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:31.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:31.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:31.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:31.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:31.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:31.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:31.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:31.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:31.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:31.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:31.893 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:31.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:31.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:31.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:31.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:31.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:31.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:31.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:31.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:31.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:31.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:31.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:31.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:31.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:31.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:31.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:32.899 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:32.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:32.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:32.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 12:14:32.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:32.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:32.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:32.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:32.900 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:32.900 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:32.900 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:32.900 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:32.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:32.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:33.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:33.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:33.402 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:33.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:33.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:33.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:33.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:33.903 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:33.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:33.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:34.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:34.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:34.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:34.404 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:34.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:34.443 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:34.443 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:34.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:34.444 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:34.444 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:34.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:34.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:34.451 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:35.647 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:35.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:14:35.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:35.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:35.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:35.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:35.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:35.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:35.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:35.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@199521b0 is found... 12:14:35.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@199521b0 is found finished successfully 12:14:35.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:35.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:35.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:35.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:35.728 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.728 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:35.730 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 12:14:35.748 INFO [WorkbenchTestable][Keyboard] Type text "a" 12:14:35.944 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:35.945 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 12:14:36.547 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.547 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:36.547 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:36.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:36.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:36.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:36.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:36.548 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:36.548 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:36.548 DEBUG [main][MenuItemLookup] Item match:File 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:36.549 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:36.549 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:36.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:36.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:36.550 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:36.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:36.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:36.631 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.631 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:36.631 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.632 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:36.632 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:14:36.632 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:36.742 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:36.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.743 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:36.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:36.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:36.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:36.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:36.746 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:36.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:36.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:36.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:36.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:36.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:36.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:36.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:36.749 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:36.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:36.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:37.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:37.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:37.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:37.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:37.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:37.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:37.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:37.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:37.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:37.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:37.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:37.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:37.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:37.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:37.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:37.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:37.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:37.753 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:37.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:37.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:37.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:37.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:37.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:37.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:37.755 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:37.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:37.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:37.765 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:37.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:37.765 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:37.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:37.771 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:37.771 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:37.771 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:37.969 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:37.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:14:37.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:37.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:37.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:37.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:37.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:37.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f7b41b0 is found... 12:14:37.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f7b41b0 is found finished successfully 12:14:37.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:37.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:37.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:38.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:38.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:38.029 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.030 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:38.030 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:38.067 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.067 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:38.067 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:38.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:38.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:38.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:38.068 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:38.068 DEBUG [main][MenuItemLookup] Item match:File 12:14:38.068 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:38.068 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:38.068 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:38.068 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:38.068 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:38.069 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:38.069 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:38.069 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:38.069 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:38.069 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:38.069 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:38.069 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:38.069 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:38.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:38.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:38.149 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.149 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:38.150 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:38.150 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:38.150 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:38.247 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:38.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:38.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:38.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:38.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:38.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:38.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:38.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:38.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:38.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:38.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:38.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:38.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') 12:14:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:38.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:38.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:38.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:38.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:38.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:38.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:38.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:38.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:38.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:38.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:38.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:38.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:38.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:38.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:38.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:39.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:39.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:39.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:39.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:39.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:39.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:39.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:39.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:39.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:39.258 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:39.258 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:39.258 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:39.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:39.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:39.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:39.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:39.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:39.258 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:39.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:39.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:39.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:39.259 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:39.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:39.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:39.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:39.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:39.259 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:39.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:39.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:39.265 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:39.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:39.265 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:39.265 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:39.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:39.273 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:39.273 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:39.385 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:39.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:39.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:39.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:39.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:39.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:39.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:39.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:39.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:39.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:39.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48783dae is found... 12:14:39.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48783dae is found finished successfully 12:14:39.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:39.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:39.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:39.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:39.401 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.401 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:39.401 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.401 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:39.403 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 12:14:39.428 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 12:14:39.434 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:39.434 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:14:40.035 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:40.035 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:14:40.636 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:40.636 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:14:41.237 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:41.237 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:14:41.838 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:41.838 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:14:42.439 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:42.439 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:14:43.040 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:43.040 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 12:14:43.641 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:43.641 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:14:44.242 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:44.243 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:44.243 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:44.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:44.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:44.243 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:44.243 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:44.244 DEBUG [main][MenuItemLookup] Item match:File 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:44.244 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:44.244 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:44.245 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:44.245 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:44.245 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:44.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:44.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:44.277 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:44.277 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:44.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:44.279 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:44.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:44.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:44.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:44.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:44.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:44.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:44.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:44.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:44.281 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:44.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:44.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:44.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:44.315 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:44.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:44.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:44.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:44.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:44.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:44.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:44.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:44.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:44.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:44.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:45.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:45.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:45.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:45.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:45.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:45.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:45.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:45.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:45.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:45.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:45.327 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:45.327 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:45.327 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:45.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:45.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:45.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:45.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:45.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:45.329 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:45.329 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:45.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:45.335 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:45.335 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:45.335 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:45.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:45.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:45.341 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:45.341 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:45.375 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:45.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:45.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:45.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:45.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:45.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:45.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:45.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:45.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:45.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26f977cb is found... 12:14:45.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@26f977cb is found finished successfully 12:14:45.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:45.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:45.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:45.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:45.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:45.379 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.379 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:45.379 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:45.395 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.395 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:45.396 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:45.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:45.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:45.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:45.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:45.396 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:45.396 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:45.396 DEBUG [main][MenuItemLookup] Item match:File 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:45.397 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:45.397 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:45.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:45.397 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:45.397 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:45.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:45.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:45.446 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.446 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:45.446 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:45.447 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:45.447 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:45.558 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:45.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:45.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:45.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:45.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:45.561 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:45.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:45.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:45.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:45.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:45.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:45.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:45.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:45.562 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:45.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:45.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:45.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:45.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:45.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:45.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:45.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:45.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:45.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:45.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:45.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:45.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:45.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:45.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:45.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:45.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:45.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:45.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:45.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:45.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:45.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:46.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:46.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:46.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:46.569 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:46.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:46.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:46.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:46.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:46.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:46.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:46.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:46.570 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:46.571 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:46.571 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:46.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:46.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:46.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:46.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:46.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:46.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:46.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:46.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:46.572 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:46.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:46.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:46.579 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:46.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:46.579 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:46.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:46.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:46.584 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:46.584 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:46.709 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:46.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:46.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:46.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:46.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:46.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:46.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:46.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61db3e45 is found... 12:14:46.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61db3e45 is found finished successfully 12:14:46.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:46.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:46.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:46.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:46.724 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:46.724 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:46.725 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:46.725 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:46.725 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:14:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:47.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:47.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:47.726 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:47.726 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:47.726 DEBUG [main][MenuItemLookup] Item match:Edit 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:47.727 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:14:47.727 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:14:47.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:14:47.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 12:14:47.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 12:14:47.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 12:14:47.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 12:14:47.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 12:14:47.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 12:14:47.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 12:14:47.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:47.732 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:47.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:47.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:47.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:47.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 '\*?\QProject Explorer\E') 12:14:47.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:47.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:47.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:47.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:47.734 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:47.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:47.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:47.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:47.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:47.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:47.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:47.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:47.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:47.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:47.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:47.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:47.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:47.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:48.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:48.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:48.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:48.777 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:48.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:48.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:48.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:48.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:48.779 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:48.779 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:48.779 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:48.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:48.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:48.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:48.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:48.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:48.780 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:48.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:48.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:48.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:48.780 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:48.780 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:48.780 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:48.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:48.786 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:48.786 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:48.786 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:48.786 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:48.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:48.791 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:48.791 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:48.820 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:48.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:48.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:48.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:48.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:48.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:48.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:48.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:48.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:48.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6bcc91e8 is found... 12:14:48.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6bcc91e8 is found finished successfully 12:14:48.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 '\*?\QJavaClass.java\E') 12:14:48.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:48.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:48.825 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.825 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:48.825 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:48.844 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.844 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:48.844 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:48.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:48.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:48.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:48.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:48.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:48.845 DEBUG [main][MenuItemLookup] Item match:File 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:48.845 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:48.845 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:48.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:48.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:48.846 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:48.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:48.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:48.876 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.876 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:48.876 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:48.876 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:48.877 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:48.968 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:48.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:48.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:48.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:48.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:48.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:48.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:48.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:48.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:48.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:48.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:48.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:48.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:48.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:14:48.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:48.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:48.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:48.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:14:48.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:48.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:48.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:48.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:48.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:48.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:48.971 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:48.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:48.971 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:48.971 DEBUG [main][MenuItemLookup] Item match:File 12:14:48.971 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:48.971 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:48.972 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:48.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:48.973 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:48.973 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:48.973 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:48.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:48.973 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:48.973 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:48.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:48.973 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:48.973 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:49.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:14:49.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:14:49.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:14:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:49.053 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:49.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:49.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:49.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:49.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:49.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:49.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:49.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:49.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:49.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:14:49.054 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:14:49.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:14:49.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:14:49.058 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:14:49.058 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:49.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:49.059 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:49.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:49.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:49.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:49.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:49.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:14:49.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:49.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:49.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:14:49.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:14:49.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:14:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:49.090 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:14:49.090 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:49.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:14:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:49.093 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:49.093 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 12:14:49.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:14:49.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:49.095 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:49.095 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:14:49.096 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:14:49.096 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:14:49.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:49.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:49.097 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:49.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:49.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:49.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:49.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:49.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:49.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:49.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:14:49.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:14:49.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:49.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:49.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:49.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:49.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:14:49.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:49.612 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:14:49.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:49.616 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:49.616 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:14:49.616 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:14:49.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.625 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:49.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:14:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:49.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:14:49.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 '\*?\QProject Explorer\E') 12:14:49.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:49.627 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:49.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:49.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:49.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:49.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:49.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:49.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:49.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:49.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:49.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:49.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:49.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:49.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:50.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:50.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:50.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:50.635 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:50.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:50.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:50.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:50.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:50.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:50.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:50.636 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:50.636 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:50.636 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:50.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:50.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:50.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:50.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:50.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:50.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:50.637 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:50.638 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:50.644 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:50.645 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:50.645 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:50.645 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:50.645 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:50.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:50.657 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:50.657 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:50.807 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:50.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:50.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:50.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:50.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:50.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:50.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:50.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:50.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:50.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:50.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@555221a5 is found... 12:14:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@555221a5 is found finished successfully 12:14:50.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:50.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:50.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:50.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:50.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:50.836 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:50.836 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:50.836 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:50.856 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:50.856 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:50.857 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:50.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:50.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:50.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:50.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:50.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:50.861 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:50.861 DEBUG [main][MenuItemLookup] Item match:File 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:50.862 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:50.862 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:50.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:50.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:50.862 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:50.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:50.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:50.931 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:50.931 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:50.931 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:50.931 DEBUG [main][EditorHandler] 2 editor(s) found 12:14:50.931 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:14:50.938 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:14:50.938 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:51.029 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:51.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:51.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:51.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:51.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:51.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:51.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:51.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:51.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:51.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:51.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:51.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:51.031 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:51.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:51.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:51.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:51.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:51.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:51.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:51.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:51.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:51.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:51.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:51.034 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:51.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:51.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:51.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:51.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:51.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:51.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:51.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:51.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:51.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:51.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:51.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:51.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:51.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:51.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:51.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:51.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:52.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:52.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:52.038 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:52.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:52.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:52.039 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:52.040 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:52.040 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:52.040 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:52.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:52.040 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:52.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:52.040 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:52.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:52.040 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:52.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:52.041 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:52.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:52.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:52.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:52.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:52.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:52.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:52.041 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:52.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:52.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:52.048 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:52.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:52.048 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:52.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:52.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:52.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:52.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:52.179 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:52.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:52.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:52.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:52.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:52.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:52.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:52.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:52.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:52.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:52.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c6a7217 is found... 12:14:52.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c6a7217 is found finished successfully 12:14:52.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:52.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:52.187 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.187 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:52.187 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 12:14:52.187 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 12:14:52.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.196 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:52.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:52.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:52.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:52.198 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:52.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:52.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:52.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:52.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:52.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:52.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:52.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:53.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:53.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:53.245 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:53.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:53.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:53.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:53.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:53.246 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:53.246 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:53.247 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:53.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:53.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:53.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:53.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:53.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:53.248 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:53.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:53.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:53.254 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:53.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:53.254 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:53.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:53.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:53.261 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:53.261 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:53.294 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:53.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:53.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:53.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:53.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:53.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:53.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2fadf765 is found... 12:14:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2fadf765 is found finished successfully 12:14:53.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:53.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:53.297 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:53.298 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:53.298 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:53.315 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:53.315 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:53.315 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:53.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:53.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:53.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:53.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:53.315 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:53.315 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:53.315 DEBUG [main][MenuItemLookup] Item match:File 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:53.316 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:53.316 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:53.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:53.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:53.316 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:53.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:53.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:53.346 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:53.347 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:53.347 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:53.347 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:53.347 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:53.456 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:53.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:53.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:53.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:53.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:53.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:53.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:53.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:53.456 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:53.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:53.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:53.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:53.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:53.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.457 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:53.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:53.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:53.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:53.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:53.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:53.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:53.460 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:53.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:53.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:53.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:53.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:53.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:53.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:53.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:53.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:53.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:53.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:53.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:53.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:53.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:53.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:53.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:53.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:53.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:54.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:54.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:54.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:54.465 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:54.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:54.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:54.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:54.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:54.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:54.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:54.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:54.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:54.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:54.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:54.467 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:54.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:54.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:54.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:54.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:54.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:54.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:54.469 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:54.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:54.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:54.478 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:54.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:54.479 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:54.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:54.487 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:54.487 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:54.487 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:54.654 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:54.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:54.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:54.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8784170 is found... 12:14:54.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8784170 is found finished successfully 12:14:54.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:54.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:54.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:54.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:54.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:54.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:54.666 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:54.666 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:54.666 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:54.666 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:14:54.867 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:14:55.075 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:55.075 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:14:55.275 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:14:55.479 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:55.479 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:14:55.679 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:14:55.883 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:55.883 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:14:56.083 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:14:56.288 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:14:56.288 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:14:56.488 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:14:57.489 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 1 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { 12:14:57.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:57.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:57.507 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:57.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:57.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:57.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:57.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:57.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:57.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:57.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:57.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:57.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:57.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:57.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:57.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:57.508 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:57.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:57.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:57.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:57.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:57.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:57.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:57.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:57.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:57.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:57.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:57.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:57.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:57.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:58.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:58.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:58.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:58.540 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:58.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:58.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:58.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:58.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 12:14:58.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:58.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:58.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:58.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:58.542 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:58.543 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:58.543 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:58.543 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:58.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:58.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:58.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:58.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:58.543 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:58.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:58.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:58.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:58.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:58.544 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:58.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:58.556 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:58.557 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:58.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:58.557 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:58.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:58.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:58.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:58.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:58.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:58.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:58.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:58.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:58.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:58.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:58.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:58.603 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:58.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:58.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68c342e7 is found... 12:14:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68c342e7 is found finished successfully 12:14:58.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:58.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:58.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:58.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:58.608 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:58.608 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:58.608 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:14:58.636 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:58.636 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:58.636 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:14:58.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:14:58.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:58.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:58.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:58.637 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:14:58.637 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:58.637 DEBUG [main][MenuItemLookup] Item match:File 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:58.638 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:14:58.638 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:14:58.638 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:14:58.638 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:14:58.638 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:14:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:14:58.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:14:58.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:58.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:58.671 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:58.671 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:58.671 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:14:58.767 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:14:58.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:58.767 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:58.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:58.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:58.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:58.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:58.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:58.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:14:58.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:14:58.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:58.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:58.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:58.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:58.769 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:14:58.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:58.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:58.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:58.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:14:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:58.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:58.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:58.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:58.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:58.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:58.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:58.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:58.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:58.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:58.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:58.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:58.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:58.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:58.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:58.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:58.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:58.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:58.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:58.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:59.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:59.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:59.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:59.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:59.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:59.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:14:59.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:14:59.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:59.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:59.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:59.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:59.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:59.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:59.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:59.779 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:14:59.779 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:14:59.780 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:14:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:14:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:59.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:59.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:14:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:59.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:14:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:59.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:14:59.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:59.781 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:59.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:59.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:59.790 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:14:59.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:14:59.790 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:14:59.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:14:59.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:14:59.798 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:59.798 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:59.933 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:59.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:59.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:59.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:59.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:59.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:59.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:59.933 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1066bb80 is found... 12:14:59.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1066bb80 is found finished successfully 12:14:59.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:14:59.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:59.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:59.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:59.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:59.946 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:59.946 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:14:59.947 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:14:59.947 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:00.147 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:00.349 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:00.350 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:00.550 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:00.752 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:00.753 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:00.953 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:01.155 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:01.155 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:01.356 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:01.558 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:15:01.559 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:15:01.759 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:15:02.760 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 2 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } 12:15:02.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:02.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:02.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:02.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:02.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:02.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:02.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:02.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:02.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:02.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 '\*?\QProject Explorer\E') 12:15:02.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:02.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:02.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:02.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:02.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:02.765 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:02.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:02.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:02.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:02.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:02.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:02.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:02.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:02.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:02.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:02.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:02.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:02.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:02.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:02.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:03.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:03.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:03.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:03.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:03.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:03.798 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:03.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:03.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:03.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:03.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:03.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:03.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:03.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:03.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:03.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:03.799 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:03.799 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:03.799 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:03.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:03.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:03.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:03.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:03.800 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:03.800 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:03.801 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:03.810 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:03.811 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:03.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:03.811 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:03.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:03.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:03.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:03.820 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:03.862 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:03.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:03.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:03.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:03.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:03.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:03.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:03.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:03.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:03.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b856dd0 is found... 12:15:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b856dd0 is found finished successfully 12:15:03.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:03.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:03.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:03.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:03.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:03.866 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:03.867 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 12:15:03.867 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:03.889 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:03.889 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:03.889 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:03.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:03.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:03.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:03.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:03.889 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:03.890 DEBUG [main][MenuItemLookup] Item match:File 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:03.890 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:03.890 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:03.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:03.891 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:03.891 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:03.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:03.933 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:03.933 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:03.933 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:03.933 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:03.933 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:04.036 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:04.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:04.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:04.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:04.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:04.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:04.036 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:04.036 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:04.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:04.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:04.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:04.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:04.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:04.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:04.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:04.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:04.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:04.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:04.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:04.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:04.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 '\*?\QProject Explorer\E') 12:15:04.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:04.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:04.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:04.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:04.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:04.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:04.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:04.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:04.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:04.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:04.041 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:04.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:04.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:04.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:04.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:04.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:04.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:04.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:04.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:04.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:04.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:05.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:05.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:05.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:05.043 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:05.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:05.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:05.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:05.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 12:15:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:05.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:05.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:05.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:05.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:05.045 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:05.045 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:05.045 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:05.045 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:05.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:05.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:05.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:05.046 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:05.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:05.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:05.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:05.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:05.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:05.046 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:05.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:05.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:05.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:05.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:05.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:05.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:05.046 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:05.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:05.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:05.053 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:05.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:05.053 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:05.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:05.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:05.058 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:05.058 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:05.171 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:05.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:05.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:05.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:05.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:05.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:05.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:05.171 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:05.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ade250 is found... 12:15:05.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ade250 is found finished successfully 12:15:05.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:05.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:05.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:05.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:05.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:05.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:05.186 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:05.186 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:05.186 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:05.207 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:05.208 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:05.208 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:05.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:05.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:05.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:05.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:05.208 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:05.208 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:05.208 DEBUG [main][MenuItemLookup] Item match:File 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:05.209 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:05.209 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:05.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:05.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:05.240 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:05.261 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:05.261 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:05.262 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:15:06.262 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:06.268 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:15:07.269 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:07.269 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 12:15:07.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:07.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:07.273 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:07.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:07.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:07.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:07.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:07.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:07.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:07.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:07.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:07.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:07.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:07.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:07.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:07.314 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:07.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:07.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:07.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:07.315 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:07.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:07.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:07.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:07.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:07.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:07.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:07.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:07.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:08.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:08.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:08.316 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:08.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:08.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:08.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:08.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:08.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:08.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:08.317 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:08.318 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:08.318 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:08.318 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:08.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:08.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:08.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:08.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:08.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:08.318 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:08.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:08.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:08.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:08.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:08.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:08.318 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:08.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:08.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:08.319 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:08.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:08.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:08.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:08.319 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:08.319 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:08.326 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:08.326 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:08.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:08.327 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:08.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:08.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:08.332 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:08.333 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:08.365 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:08.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b4df7eb is found... 12:15:08.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b4df7eb is found finished successfully 12:15:08.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:08.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:08.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:08.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:08.369 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:08.369 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 12:15:08.369 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:08.379 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:08.379 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:08.379 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:08.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:08.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:08.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:08.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:08.380 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:08.380 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:08.380 DEBUG [main][MenuItemLookup] Item match:File 12:15:08.380 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:08.380 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:08.380 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:08.381 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:08.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:08.381 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:08.381 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:08.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:08.381 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:08.381 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:08.381 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:08.381 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:08.381 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:08.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:08.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:08.392 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:08.409 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:08.409 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:08.409 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:08.409 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:08.479 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:08.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:08.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:08.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:08.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:08.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:08.479 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:08.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:08.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:08.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:08.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:08.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:08.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:08.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.480 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:08.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:08.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:08.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:08.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:08.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:08.482 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:08.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:08.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:08.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:08.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:08.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:08.484 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:08.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:08.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:08.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:08.484 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:08.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:08.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:08.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:08.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:08.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:08.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:09.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:09.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:09.486 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:09.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:09.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:09.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:09.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:09.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:09.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:09.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:09.487 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:09.487 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:09.487 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:09.487 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:09.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:09.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:09.488 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:09.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:09.488 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:09.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:09.488 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:09.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:09.488 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:09.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:09.488 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:09.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:09.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:09.488 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:09.488 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:09.488 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:09.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:09.497 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:09.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:09.497 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:09.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:09.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:09.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:09.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:09.610 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:09.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:09.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:09.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:09.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:09.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:09.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:09.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5dfaaa86 is found... 12:15:09.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5dfaaa86 is found finished successfully 12:15:09.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:09.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:09.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:09.617 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:09.618 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:09.618 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:09.618 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:09.618 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 12:15:09.638 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:09.638 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:09.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:09.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:09.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:09.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 '\*?\QProject Explorer\E') 12:15:09.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:09.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:09.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:09.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:09.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:09.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:09.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:09.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:09.673 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:09.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:09.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:09.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:09.674 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:09.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:09.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:09.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:09.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:09.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:09.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:10.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:10.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:10.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:10.675 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:10.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:10.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:10.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:10.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:10.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:10.677 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:10.677 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:10.677 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:10.677 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:10.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:10.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:10.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:10.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:10.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:10.677 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:10.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:10.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:10.677 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:10.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:10.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:10.678 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:10.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:10.678 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:10.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:10.678 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:10.678 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:10.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:10.685 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:10.685 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:10.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:10.685 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:10.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:10.690 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:10.690 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:10.690 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:10.719 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:10.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:10.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:10.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:10.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:10.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:10.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:10.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:10.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:10.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c401db0 is found... 12:15:10.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c401db0 is found finished successfully 12:15:10.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:10.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:10.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:10.722 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.722 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:10.722 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:10.732 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.732 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:10.732 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:10.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:10.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:10.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:10.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:10.733 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:10.733 DEBUG [main][MenuItemLookup] Item match:File 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:10.733 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:10.733 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:10.734 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:10.734 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:10.734 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:10.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:10.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:10.764 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.764 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:10.764 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:10.764 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:10.764 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:10.856 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:10.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:10.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:10.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:10.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:10.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:10.856 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:10.856 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:10.856 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:10.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:10.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:10.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:10.857 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:10.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.857 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:10.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:10.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:10.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:10.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:10.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:10.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:10.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:10.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:10.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:10.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:10.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:10.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:10.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:10.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:10.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:10.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:10.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:10.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:10.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:10.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:10.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:10.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:10.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:11.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:11.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:11.863 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:11.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:11.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:11.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 12:15:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:11.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:11.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:11.865 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:11.865 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:11.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:11.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:11.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:11.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:11.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:11.866 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:11.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:11.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:11.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:11.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:11.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:11.866 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:11.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:11.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:11.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:11.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:11.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:11.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:11.866 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:11.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:11.872 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:11.873 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:11.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:11.873 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:11.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:11.877 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:11.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:11.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:11.987 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:11.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:11.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:11.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:11.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:11.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:11.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:11.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@375cd9f4 is found... 12:15:11.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@375cd9f4 is found finished successfully 12:15:11.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:11.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:12.002 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.002 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:12.002 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 12:15:12.002 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 12:15:12.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:12.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:12.008 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.008 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 12:15:12.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.008 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:12.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:12.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:12.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:12.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:12.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:12.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:12.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:12.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:12.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.067 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:12.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:12.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.068 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:12.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:12.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:12.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:13.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:13.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:13.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:13.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:13.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:13.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:13.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:13.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:13.071 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:13.071 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:13.072 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:13.072 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:13.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:13.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:13.072 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:13.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:13.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:13.072 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:13.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:13.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:13.072 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:13.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:13.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:13.072 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:13.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:13.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:13.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:13.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:13.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:13.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:13.073 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:13.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:13.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:13.080 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:13.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:13.080 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:13.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:13.084 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:13.084 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:13.085 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:13.114 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:13.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:13.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:13.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:13.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:13.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:13.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79cf08a2 is found... 12:15:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79cf08a2 is found finished successfully 12:15:13.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:13.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:13.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:13.117 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.117 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 12:15:13.117 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:13.137 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.137 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:13.137 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:13.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:13.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:13.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:13.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:13.138 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:13.138 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:13.138 DEBUG [main][MenuItemLookup] Item match:File 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:13.139 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:13.139 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:13.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:13.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:13.140 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:13.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:13.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:13.171 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.171 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:13.171 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:13.171 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:13.171 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:13.268 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:13.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:13.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:13.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:13.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:13.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:13.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:13.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:13.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:13.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:13.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:13.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.269 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:13.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:13.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:13.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:13.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:13.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:13.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:13.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:13.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:13.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:13.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:13.273 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:13.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:13.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:13.273 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:13.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:13.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:13.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:13.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:13.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:14.275 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:14.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:14.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:14.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:14.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:14.276 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:14.276 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:14.277 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:14.277 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:14.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:14.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:14.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:14.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:14.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:14.277 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:14.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:14.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:14.277 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:14.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:14.277 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:14.277 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:14.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:14.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:14.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:14.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:14.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:14.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:14.278 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:14.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:14.285 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:14.285 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:14.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:14.285 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:14.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:14.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:14.291 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:14.291 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:14.402 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:14.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:14.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:14.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:14.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:14.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:14.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:14.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:14.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:14.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:14.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e0ba52 is found... 12:15:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e0ba52 is found finished successfully 12:15:14.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:14.409 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.409 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:14.409 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 12:15:14.416 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 12:15:14.416 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 12:15:14.427 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.427 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:14.427 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:14.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:14.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:14.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:14.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:14.428 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:14.428 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:14.428 DEBUG [main][MenuItemLookup] Item match:File 12:15:14.428 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:14.428 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:14.428 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:14.429 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:14.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.429 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:14.429 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:14.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.429 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:14.429 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:14.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:14.443 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:14.443 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:14.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:14.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:14.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.462 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:14.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:14.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:14.462 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:14.462 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:14.462 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:14.462 DEBUG [main][MenuItemLookup] Item match:Edit 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:14.463 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:15:14.463 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:15:14.464 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.464 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:14.464 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:15:14.464 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:15:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:15.464 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:15.465 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:15.465 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:15.465 DEBUG [main][MenuItemLookup] Item match:Edit 12:15:15.465 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:15:15.465 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.466 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:15:15.466 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:15:15.467 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:15:15.467 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:15:15.467 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:15:15.467 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:15:15.467 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:15:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:15:15.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 12:15:15.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:15.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:15.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:15:15.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:15.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:15.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:15:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:15:15.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:15:15.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:15.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:15.674 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:15:15.674 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:15:15.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:15.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:15.675 DEBUG [WorkbenchTestable][ContentAssistant] abstract 12:15:15.675 DEBUG [WorkbenchTestable][ContentAssistant] class 12:15:15.675 DEBUG [WorkbenchTestable][ContentAssistant] enum 12:15:15.675 DEBUG [WorkbenchTestable][ContentAssistant] final 12:15:15.675 DEBUG [WorkbenchTestable][ContentAssistant] import 12:15:15.675 DEBUG [WorkbenchTestable][ContentAssistant] interface 12:15:15.675 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 12:15:15.676 DEBUG [WorkbenchTestable][ContentAssistant] public 12:15:15.676 DEBUG [WorkbenchTestable][ContentAssistant] record 12:15:15.677 DEBUG [WorkbenchTestable][ContentAssistant] sealed 12:15:15.678 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 12:15:15.678 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 12:15:15.679 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 12:15:15.680 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 12:15:15.680 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 12:15:15.681 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 12:15:15.681 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 12:15:15.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:15.692 TRACE [main][WidgetHandler] Notify Table with event 13 12:15:15.692 TRACE [main][WidgetHandler] Wait for synchronization 12:15:15.692 TRACE [main][WidgetHandler] Notify Table with event 14 12:15:15.692 TRACE [main][WidgetHandler] Wait for synchronization 12:15:15.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:15:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:15:15.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:15.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:15.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:15.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:15.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:15.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:15.740 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:15.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:15.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:15.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:15.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:15.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:15.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:15.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:15.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:15.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:15.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:15.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:15.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:15.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:15.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:16.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:16.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:16.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:16.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:16.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:16.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 12:15:16.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:16.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:16.774 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:16.775 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:16.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:16.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:16.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:16.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:16.776 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:16.776 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:16.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:16.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:16.784 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:16.785 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:16.785 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:16.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:16.789 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:16.789 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:16.789 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:16.818 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:16.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:16.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:16.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:16.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:16.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:16.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:16.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:16.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:16.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d3376b5 is found... 12:15:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d3376b5 is found finished successfully 12:15:16.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:16.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:16.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.821 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=enum /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:16.821 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:16.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.828 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:16.828 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:16.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:16.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:16.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:16.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:16.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:16.829 DEBUG [main][MenuItemLookup] Item match:File 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:16.829 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:16.829 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:16.830 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:16.830 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:16.830 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:16.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:16.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:16.859 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.859 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:16.859 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:16.859 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:16.859 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:16.940 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:16.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:16.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:16.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:16.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:16.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:16.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:16.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:16.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:16.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:16.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:16.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.942 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:16.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:16.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:16.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 '\*?\QProject Explorer\E') 12:15:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:16.944 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:16.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:16.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:16.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:16.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:16.958 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:16.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:16.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:16.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:16.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:16.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:16.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:16.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:17.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:17.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:17.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:17.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:17.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:17.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:17.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:17.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:17.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:17.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:17.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:17.963 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:17.963 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:17.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:17.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:17.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:17.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:17.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:17.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:17.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:17.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:17.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:17.964 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 12:15:17.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:17.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:17.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:17.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:17.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:17.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 12:15:17.964 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 12:15:17.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 12:15:17.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 12:15:17.972 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 12:15:17.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 12:15:17.972 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 12:15:17.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 12:15:17.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 12:15:17.981 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:17.982 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:18.089 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:18.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:18.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:18.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:18.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:18.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:18.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:18.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42d8f551 is found... 12:15:18.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42d8f551 is found finished successfully 12:15:18.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass1+.java\E') 12:15:18.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.105 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.105 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass1 { public JavaClass1() { System.out.println(""); } } TooltipText=null 12:15:18.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.106 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:18.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 12:15:18.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:18.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:18.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 12:15:18.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:18.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:18.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:18.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:18.107 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:18.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:18.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:18.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:18.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:18.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:18.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:18.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:18.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:18.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:18.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:18.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:18.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:18.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:19.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:19.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:19.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:19.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:19.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:19.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:19.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:19.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:19.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:19.149 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:19.149 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:19.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:19.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:19.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:19.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:19.149 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:19.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:19.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:19.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:19.150 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:19.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:19.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:19.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:19.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:19.150 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:19.150 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:19.156 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:19.156 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:19.156 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:19.156 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:19.157 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:19.161 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:19.161 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:19.161 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:19.247 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:19.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:19.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:19.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62e843db is found... 12:15:19.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62e843db is found finished successfully 12:15:19.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:19.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:19.254 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:19.262 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:19.263 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:19.285 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:19.285 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:19.285 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:19.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:19.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:19.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:19.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:19.286 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:19.286 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:19.286 DEBUG [main][MenuItemLookup] Item match:File 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:19.287 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:19.287 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:19.287 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:19.287 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:19.287 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:19.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:19.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:19.332 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:19.332 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:19.332 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:19.332 DEBUG [main][EditorHandler] 2 editor(s) found 12:15:19.332 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 12:15:19.370 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 12:15:19.370 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:19.456 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:19.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:19.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:19.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:19.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:19.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:19.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:19.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:19.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:19.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:19.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:19.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:19.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:19.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.458 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:19.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:19.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:19.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:19.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:19.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:19.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:19.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:19.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:19.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:19.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:19.461 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:19.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:19.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:19.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:19.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:19.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:19.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:19.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:19.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:19.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:19.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:19.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:20.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:20.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:20.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:20.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 12:15:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:20.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:20.464 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:20.465 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:20.465 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:20.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:20.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:20.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:20.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:20.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:20.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:20.466 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:20.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:20.473 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:20.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:20.474 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:20.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:20.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:20.478 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:20.478 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:20.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:20.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1094a497 is found... 12:15:20.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1094a497 is found finished successfully 12:15:20.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:20.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:20.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:20.588 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:20.588 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:20.588 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:20.588 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:20.789 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:20.991 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:20.991 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:21.191 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:21.394 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:21.394 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:21.594 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:21.797 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:21.797 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:21.997 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:22.200 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:15:22.200 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:15:22.400 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:15:23.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:23.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:23.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:23.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:23.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:23.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:23.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:23.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:23.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:23.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:23.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:23.417 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:23.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:23.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:23.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:23.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:23.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:23.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:23.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:23.442 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:23.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:23.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:23.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:23.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:23.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:23.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:24.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:24.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:24.443 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:24.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:24.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:24.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:24.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:24.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:24.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:24.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:24.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:24.445 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:24.445 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:24.445 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:24.445 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:24.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:24.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:24.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:24.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:24.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:24.446 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:24.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:24.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:24.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:24.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:24.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:24.446 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:24.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:24.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:24.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:24.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:24.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:24.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:24.446 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:24.447 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:24.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:24.452 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:24.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:24.453 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:24.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:24.461 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:24.461 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:24.461 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:24.499 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:24.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:24.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:24.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:24.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:24.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:24.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:24.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:24.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:24.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76f4feee is found... 12:15:24.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76f4feee is found finished successfully 12:15:24.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:24.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:24.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:24.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:24.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:24.503 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:24.503 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 12:15:24.503 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:24.521 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:24.521 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:24.521 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:24.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:24.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:24.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:24.522 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:24.522 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:24.522 DEBUG [main][MenuItemLookup] Item match:File 12:15:24.522 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:24.523 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:24.523 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:24.523 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:24.523 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.523 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:24.523 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:24.523 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.523 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:24.523 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:24.523 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:24.523 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:24.523 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:24.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:24.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:24.553 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:24.553 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:24.553 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:24.553 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:24.553 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:24.655 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:24.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:24.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:24.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:24.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:24.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:24.655 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:24.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:24.655 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:24.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:24.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:24.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:24.655 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:24.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:24.656 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:24.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:24.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:24.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:24.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:24.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:24.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:24.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:24.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:24.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:24.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:24.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:24.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:24.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:24.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:24.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:24.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:24.661 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:24.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:24.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:24.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:24.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:24.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:25.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:25.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:25.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:25.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:25.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:25.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:25.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:25.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:25.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:25.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:25.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:25.663 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:25.663 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:25.664 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:25.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:25.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:25.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:25.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:25.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:25.665 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:25.665 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:25.665 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:25.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:25.672 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:25.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:25.672 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:25.673 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:25.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:25.677 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:25.677 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:25.799 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:25.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:25.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:25.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:25.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:25.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:25.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:25.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:25.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:25.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:25.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7303ef1c is found... 12:15:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7303ef1c is found finished successfully 12:15:25.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:25.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:25.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:25.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:25.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:25.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:25.828 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:25.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:25.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:25.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:25.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:25.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:25.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:25.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:25.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:25.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:25.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:25.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:25.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:25.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:25.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:25.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:25.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:25.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:25.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:25.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:25.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:25.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:25.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:25.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:26.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:26.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:26.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:26.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:26.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:26.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:26.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:26.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:26.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:26.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:26.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:26.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:26.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:26.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:26.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:26.863 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:26.864 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:26.864 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:26.864 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:26.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:26.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:26.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:26.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:26.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:26.864 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:26.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:26.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:26.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:26.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:26.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:26.865 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:26.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:26.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:26.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:26.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:26.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:26.865 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:26.865 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:26.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:26.872 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:26.873 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:26.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:26.873 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:26.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:26.877 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:26.877 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:26.878 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:26.907 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:26.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:26.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:26.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:26.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:26.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:26.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:26.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:26.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:26.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53d58c3c is found... 12:15:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53d58c3c is found finished successfully 12:15:26.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 '\*?\QJavaClass.java\E') 12:15:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:26.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:26.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:26.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:26.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:26.910 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:26.910 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:26.910 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:26.925 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:26.925 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:26.925 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:26.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:26.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:26.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:26.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:26.926 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:26.926 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:26.926 DEBUG [main][MenuItemLookup] Item match:File 12:15:26.926 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:26.927 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:26.927 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:26.927 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:26.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:26.927 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:26.927 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:26.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:26.927 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:26.927 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:26.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:26.927 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:26.927 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:26.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:26.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:26.956 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:26.956 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:26.956 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:26.956 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:26.956 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:27.052 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:27.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:27.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:27.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:27.053 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:27.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:27.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:27.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:27.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:27.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:27.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:27.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:27.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:27.054 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:27.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:27.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:27.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:27.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:27.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:27.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:27.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:27.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:27.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:27.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:27.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:27.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:27.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:27.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:27.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:27.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:27.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:27.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:27.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:27.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:27.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:27.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:27.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:27.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:27.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:27.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:27.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:28.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:28.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:28.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:28.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:28.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:28.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:28.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:28.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:28.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:28.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:28.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:28.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:28.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:28.060 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:28.061 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:28.061 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:28.061 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:28.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:28.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:28.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:28.061 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:28.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:28.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:28.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:28.061 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:28.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:28.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:28.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:28.062 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:28.062 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:28.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:28.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:28.071 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:28.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:28.071 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:28.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:28.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:28.076 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:28.076 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:28.212 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:28.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:28.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:28.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:28.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:28.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:28.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:28.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:28.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:28.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:28.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66d02acd is found... 12:15:28.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@66d02acd is found finished successfully 12:15:28.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 '\*?\QJavaClass.java\E') 12:15:28.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:28.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:28.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:28.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:28.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:28.225 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:28.225 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:28.227 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:15:28.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Local History' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'References' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:28.311 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 12:15:28.311 DEBUG [main][MenuItemLookup] Item match:Preferences... 12:15:28.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:28.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:28.312 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:28.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:28.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:28.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:28.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:28.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:28.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:28.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:28.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:28.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:28.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:28.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:28.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:28.313 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:28.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:28.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:28.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:28.343 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:28.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:28.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:28.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:28.344 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:28.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:28.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:28.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:28.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:28.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:28.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:28.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:29.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:29.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:29.346 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:29.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:29.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:29.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:29.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:29.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:29.347 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:29.348 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:29.348 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:29.348 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:29.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:29.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:29.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:29.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:29.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:29.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:29.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:29.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:29.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:29.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:29.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:29.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:29.349 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:29.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:29.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:29.360 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:29.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:29.360 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:29.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:29.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:29.366 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:29.367 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:29.406 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:29.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:29.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:29.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:29.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:29.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:29.406 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6af41c70 is found... 12:15:29.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6af41c70 is found finished successfully 12:15:29.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:29.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:29.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:29.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:29.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:29.409 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.409 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:29.409 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:29.434 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.434 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:29.434 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:29.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:29.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:29.435 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:29.435 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:29.435 DEBUG [main][MenuItemLookup] Item match:File 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:29.436 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:29.436 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:29.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:29.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:29.436 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:29.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:29.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:29.468 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.468 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:29.468 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:29.468 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:29.468 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:29.578 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:29.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:29.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:29.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:29.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:29.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:29.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:29.578 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:29.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:29.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:29.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:29.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:29.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:29.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:29.580 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:29.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:29.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:29.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:29.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:29.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:29.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:29.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:29.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:29.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:29.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:29.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:29.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:29.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:29.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:29.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:29.585 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:29.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:29.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:29.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:29.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:30.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:30.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:30.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:30.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:30.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:30.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:30.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:30.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:30.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:30.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:30.589 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:30.589 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:30.589 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:30.589 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:30.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:30.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:30.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:30.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:30.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:30.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:30.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:30.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:30.590 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:30.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:30.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:30.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:30.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:30.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:30.590 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:30.590 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:30.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:30.599 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:30.599 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:30.599 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:30.599 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:30.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:30.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:30.608 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:30.745 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:30.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:30.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:30.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:30.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:30.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:30.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:30.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:30.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@945781a is found... 12:15:30.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@945781a is found finished successfully 12:15:30.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:30.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:30.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:30.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:30.762 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:30.762 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:30.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:30.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:30.763 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:30.763 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:30.763 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:30.763 DEBUG [main][MenuItemLookup] Item match:Edit 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:30.764 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:15:30.764 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:15:30.765 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:30.765 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:30.765 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:15:30.765 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:15:31.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:31.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:31.766 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:31.766 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:31.766 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:31.766 DEBUG [main][MenuItemLookup] Item match:Edit 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:31.767 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:15:31.767 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:15:31.768 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:15:31.768 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:15:31.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:15:31.768 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:15:31.769 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:15:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:15:31.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:15:31.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:31.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:15:31.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:31.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:31.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:31.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:15:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:15:31.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:15:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:31.811 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:31.812 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 12:15:31.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:15:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:31.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:15:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:31.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:31.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:32.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:32.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:32.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:32.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:32.816 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:15:32.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:15:32.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:32.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:15:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 12:15:33.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:33.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:33.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:33.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:33.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:33.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:33.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:33.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:33.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:33.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:33.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:33.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:33.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:33.373 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:33.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:33.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:33.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:33.373 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:33.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:33.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:33.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:33.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:33.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:33.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:34.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:34.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:34.375 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:34.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:34.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:34.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:34.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:34.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:34.377 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:34.377 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:34.377 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:34.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:34.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:34.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:34.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:34.378 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:34.378 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:34.378 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:34.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:34.388 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:34.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:34.388 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:34.388 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:34.393 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:34.394 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:34.394 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:34.428 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:34.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:34.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:34.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:34.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:34.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:34.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:34.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:34.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:34.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@43320c47 is found... 12:15:34.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@43320c47 is found finished successfully 12:15:34.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:34.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:34.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:34.433 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.434 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:34.434 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:34.453 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.453 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:34.453 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:34.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:34.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:34.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:34.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:34.454 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:34.454 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:34.454 DEBUG [main][MenuItemLookup] Item match:File 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:34.455 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:34.455 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:34.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:34.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:34.470 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:34.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:34.494 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.495 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:34.495 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:34.495 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:34.495 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:34.586 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:34.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:34.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:34.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:34.586 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:34.587 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:34.587 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:34.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:34.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:34.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:34.587 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:34.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.588 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:34.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:34.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:34.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:34.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:34.629 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:34.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:34.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:34.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:34.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:34.632 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:34.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:34.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:34.634 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:34.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:34.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:35.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:35.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:35.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:35.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:35.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:35.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:35.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:35.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 12:15:35.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:35.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:35.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:35.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:35.638 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:35.638 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:35.638 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:35.639 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:35.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:35.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:35.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:35.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:35.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:35.639 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:35.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:35.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:35.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:35.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:35.640 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:35.640 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:35.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:35.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:35.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:35.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:35.640 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:35.640 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:35.640 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:35.640 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:35.648 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:35.648 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:35.648 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:35.648 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:35.648 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:35.654 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:35.654 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:35.654 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:35.804 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:35.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:35.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:35.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:35.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:35.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:35.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:35.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7678f01e is found... 12:15:35.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7678f01e is found finished successfully 12:15:35.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:35.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:35.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:35.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:35.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:35.831 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:35.831 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:35.831 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 12:15:35.838 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:35.838 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:35.838 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 12:15:35.838 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:15:36.839 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:15:36.839 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:15:37.039 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 12:15:38.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:15:38.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:15:38.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:38.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:38.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:38.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:15:38.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:38.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:38.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:38.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:38.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:38.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:39.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:39.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:39.057 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 12:15:39.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:15:39.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:39.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:39.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:15:39.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:39.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:39.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:15:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:15:39.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:15:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:15:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:15:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:39.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 12:15:39.063 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 12:15:39.063 INFO [WorkbenchTestable][AbstractShell] Close shell 12:15:39.063 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:15:39.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:15:39.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:15:39.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:39.088 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:39.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:39.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:39.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:39.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:39.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:39.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:39.090 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:39.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:39.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:39.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:39.120 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:39.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:39.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:39.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:39.121 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:39.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:39.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:39.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:39.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:39.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:39.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:40.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:40.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:40.123 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:40.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:40.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:40.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:40.124 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:40.124 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:40.125 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:40.125 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:40.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:40.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:40.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:40.125 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:40.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:40.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:40.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:40.126 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:40.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:40.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:40.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:40.126 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:40.126 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:40.126 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:40.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:40.132 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:40.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:40.132 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:40.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:40.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:40.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:40.136 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:40.167 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:40.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:40.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:40.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:40.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b15a7fb is found... 12:15:40.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b15a7fb is found finished successfully 12:15:40.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 '\*?\QJavaClass.java\E') 12:15:40.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:40.171 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.172 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:40.172 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:40.191 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.191 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:40.191 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:40.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:40.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:40.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:40.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:40.191 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:40.191 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:40.191 DEBUG [main][MenuItemLookup] Item match:File 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:40.192 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:40.192 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:40.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:40.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:40.193 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:40.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:40.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:40.229 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.229 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:40.229 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:40.230 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:40.230 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:40.292 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:40.293 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:40.293 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:40.293 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:40.293 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:40.293 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:40.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:40.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:40.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:40.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:40.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:40.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:40.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:40.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:40.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:40.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:40.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:40.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:40.297 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:40.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:40.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:40.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:40.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:40.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:40.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:40.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:40.337 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:40.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:40.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:40.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:40.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:41.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:41.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:41.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:41.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:41.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:41.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:41.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:41.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:41.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:41.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:41.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:41.341 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:41.341 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:41.341 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:41.341 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:41.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:41.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:41.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:41.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:41.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:41.342 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:41.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:41.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:41.342 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:41.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:41.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:41.342 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:41.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:41.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:41.342 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:41.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:41.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:41.342 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:41.342 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:41.342 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:41.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:41.348 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:41.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:41.348 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:41.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:41.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:41.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:41.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:41.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:41.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:41.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:41.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:41.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:41.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:41.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:41.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:41.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:41.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:41.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a5c4287 is found... 12:15:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a5c4287 is found finished successfully 12:15:41.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:41.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:41.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:41.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:41.478 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:41.478 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:41.478 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:41.478 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:41.679 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:41.881 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:41.881 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:42.082 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:42.284 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:42.284 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:42.484 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:42.687 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:42.687 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:42.887 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:43.089 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:15:43.090 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:15:43.290 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:15:44.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:44.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:44.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:44.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:44.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:44.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:44.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:44.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:44.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:44.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 '\*?\QProject Explorer\E') 12:15:44.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:44.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:44.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:44.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:44.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:44.296 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:44.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:44.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:44.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:44.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:44.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:44.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:44.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:44.325 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:44.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:44.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:44.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:44.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:44.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:44.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:44.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:44.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:45.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:45.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:45.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:45.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:45.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:45.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:45.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:45.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:45.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:45.328 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:45.329 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:45.329 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:45.329 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:45.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:45.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:45.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:45.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:45.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:45.329 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:45.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:45.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:45.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:45.330 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:45.330 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:45.330 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:45.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:45.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:45.330 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:45.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:45.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:45.337 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:45.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:45.337 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:45.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:45.342 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:45.342 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:45.342 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:45.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:45.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:45.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:45.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:45.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:45.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:45.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:45.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:45.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:45.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ea4444f is found... 12:15:45.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ea4444f is found finished successfully 12:15:45.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:45.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:45.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:45.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:45.375 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:45.376 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 12:15:45.376 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:45.391 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:45.392 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:45.392 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:45.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:45.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:45.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:45.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:45.392 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:45.392 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:45.392 DEBUG [main][MenuItemLookup] Item match:File 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:45.393 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:45.393 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:45.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:45.393 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:45.394 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:45.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:45.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:45.421 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:45.421 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:45.421 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:45.421 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:45.421 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:45.481 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:45.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:45.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:45.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:45.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:45.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:45.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:45.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:45.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:45.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:45.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:45.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.483 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:45.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:45.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:45.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:45.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:45.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:45.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:45.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:45.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:45.485 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:45.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:45.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:45.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:45.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:45.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:45.487 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:45.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:45.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:45.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:45.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:45.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:45.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:45.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:45.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:45.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:45.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:46.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:46.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:46.490 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:46.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:46.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:46.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:46.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:46.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:46.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:46.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:46.491 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:46.491 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:46.491 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:46.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:46.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:46.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:46.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:46.493 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:46.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:46.498 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:46.498 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:46.498 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:46.498 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:46.499 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:46.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:46.502 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:46.503 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:46.624 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:46.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:46.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:46.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:46.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:46.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:46.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:46.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:46.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:46.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:46.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a216d6 is found... 12:15:46.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a216d6 is found finished successfully 12:15:46.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:46.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:46.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:46.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:46.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:46.650 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:46.650 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:46.650 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:46.650 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:46.850 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:47.054 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:47.054 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:47.254 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:47.457 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:47.457 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:47.657 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:47.865 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:15:47.865 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:15:48.066 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:15:48.269 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:15:48.269 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:15:48.469 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:15:49.471 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 12:15:49.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:49.478 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:49.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:49.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:49.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:49.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 '\*?\QProject Explorer\E') 12:15:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:49.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:49.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:49.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:49.480 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:49.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:49.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:49.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:49.511 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:49.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:49.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:49.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:49.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:49.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:49.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:49.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:49.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:49.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:50.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:50.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:50.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:50.514 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:50.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:50.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:50.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:50.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:50.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:50.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:50.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:50.516 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:50.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:50.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:50.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:50.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:50.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:50.517 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:50.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:50.526 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:50.527 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:50.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:50.527 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:50.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:50.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:50.534 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:50.534 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:50.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:50.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:50.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:50.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:50.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:50.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:50.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:50.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:50.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:50.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f3fdc87 is found... 12:15:50.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3f3fdc87 is found finished successfully 12:15:50.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:50.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:50.586 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:50.586 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:50.586 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:50.610 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:50.610 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:50.610 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:50.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:50.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:50.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:50.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:50.611 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:50.611 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:50.612 DEBUG [main][MenuItemLookup] Item match:File 12:15:50.612 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:50.612 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:50.612 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:50.612 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:50.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:50.612 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:50.612 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:50.613 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:50.613 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:50.613 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:50.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:50.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:50.627 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:50.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:50.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:50.662 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:50.662 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:50.662 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:50.662 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:50.662 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:50.768 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:50.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:50.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:50.768 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:50.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:50.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:50.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:50.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:50.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:50.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:50.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:50.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:50.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:50.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:50.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:50.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:50.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:50.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:50.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:50.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:50.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:50.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:50.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:50.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:50.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:50.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:50.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:50.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:50.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:50.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:50.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:50.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:50.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:51.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:51.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:51.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:51.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:51.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:51.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:51.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:51.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:51.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:51.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:51.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:51.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:51.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:51.784 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:51.785 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:51.785 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:51.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:51.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:51.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:51.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:51.786 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:51.787 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:51.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:51.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:51.794 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:51.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:51.794 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:51.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:51.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:51.798 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:51.799 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:51.916 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:51.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:51.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:51.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:51.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:51.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:51.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:51.916 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e495bf5 is found... 12:15:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e495bf5 is found finished successfully 12:15:51.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:51.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:51.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:51.926 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:51.926 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:51.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:51.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:51.927 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:51.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:51.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:51.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:51.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:51.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:51.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:51.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:51.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:51.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:51.930 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:51.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:51.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:51.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:51.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:51.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:51.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:51.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:51.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:51.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:51.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:51.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:51.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:51.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:51.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:52.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:52.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:52.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:52.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:52.975 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:52.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:52.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:52.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:52.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:52.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:52.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:52.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:52.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:52.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:52.977 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:52.977 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:52.977 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:52.977 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:52.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:52.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:52.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:52.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:52.978 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:52.978 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:52.985 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:52.985 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:52.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:52.986 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:52.986 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:52.990 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:52.990 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:52.990 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:53.019 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:53.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:53.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:53.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:53.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:53.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:53.019 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62f3fa4f is found... 12:15:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62f3fa4f is found finished successfully 12:15:53.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:53.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:53.023 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.024 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:53.024 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:53.045 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.045 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:53.045 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:53.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:53.046 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:53.046 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:53.046 DEBUG [main][MenuItemLookup] Item match:File 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:53.047 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:53.047 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:53.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:53.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:53.048 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:53.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:53.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:53.086 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.087 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:53.087 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:53.087 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:53.087 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:53.196 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:53.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:53.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:53.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:53.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:53.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:53.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:53.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:53.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:53.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:53.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:53.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:53.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:53.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.199 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:53.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:53.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:53.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 '\*?\QProject Explorer\E') 12:15:53.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:53.231 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:53.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:53.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:53.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:53.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:53.233 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:53.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:53.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:53.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:53.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:53.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:53.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:54.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:54.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:54.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:54.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:54.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:54.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:54.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:54.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:54.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:54.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:54.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:54.250 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:54.250 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:54.251 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:54.251 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:54.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:54.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:54.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:54.251 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:54.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:54.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:54.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:54.251 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:54.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:54.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:54.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:54.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:54.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:54.252 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:54.252 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:54.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:54.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:54.258 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:54.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:54.258 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:54.258 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:54.263 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:54.263 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:54.263 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:54.384 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:54.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:54.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:54.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:54.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:54.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:54.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:54.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:54.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:54.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:54.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72f75461 is found... 12:15:54.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72f75461 is found finished successfully 12:15:54.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:54.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:54.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:54.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:54.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:54.423 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:54.424 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:54.425 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 12:15:54.437 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:54.438 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:54.438 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 12:15:54.438 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:15:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:55.438 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:55.438 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:55.438 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:55.438 DEBUG [main][MenuItemLookup] Item match:Edit 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:55.439 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:15:55.439 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:15:55.440 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:15:55.440 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 12:15:55.440 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 12:15:55.440 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 12:15:55.440 DEBUG [main][MenuItemLookup] Item match:Java Proposals 12:15:55.440 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 12:15:55.440 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 12:15:55.441 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 12:15:55.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:15:55.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:15:55.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:55.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:55.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:55.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:15:55.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:55.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:55.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:55.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:55.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:55.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:15:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:15:55.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:15:55.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:55.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:15:55.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:15:55.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] abstract 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] class 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] enum 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] final 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] import 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] interface 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] public 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] record 12:15:55.483 DEBUG [WorkbenchTestable][ContentAssistant] sealed 12:15:55.483 INFO [WorkbenchTestable][AbstractShell] Close shell 12:15:55.483 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:15:55.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:15:55.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:15:55.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:55.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:55.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:55.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:55.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:55.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:55.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:55.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:55.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:55.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:55.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:55.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:55.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:55.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:55.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:55.505 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:55.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:55.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:55.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:55.535 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:55.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:55.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:55.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:55.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:55.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:55.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:55.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:55.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:55.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:55.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:56.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:56.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:56.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:56.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:56.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:56.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:56.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:56.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:56.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:56.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:56.540 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:56.540 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:56.540 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:56.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:56.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:56.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:56.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:56.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:56.541 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:56.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:56.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:56.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:56.541 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:56.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:56.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:56.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:56.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:56.541 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:56.541 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:56.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:56.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:56.547 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:56.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:56.547 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:56.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:56.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:56.551 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:56.551 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:56.582 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:56.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:56.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:56.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:56.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:56.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:56.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@33ed755c is found... 12:15:56.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@33ed755c is found finished successfully 12:15:56.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:56.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:56.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:56.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:56.587 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.587 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:56.587 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:56.598 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.598 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:56.598 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:56.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:56.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:56.599 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:56.599 DEBUG [main][MenuItemLookup] Item match:File 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:56.599 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:56.600 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:56.600 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:56.600 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:56.600 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:56.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:56.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:56.634 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.634 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:56.634 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:56.634 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:56.634 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:56.702 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:56.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:56.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:56.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:56.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:56.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:56.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:56.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:56.703 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:56.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:56.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:56.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:56.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:56.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.704 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:56.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:56.706 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:56.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:56.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:56.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:56.707 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:56.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:56.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:56.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:56.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:56.709 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:56.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:56.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:56.709 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:56.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:56.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:56.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:57.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:57.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:57.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:57.740 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:57.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:57.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:57.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:57.741 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:57.741 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:57.742 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:57.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:57.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:57.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:57.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:57.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:57.742 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:57.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:57.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:57.749 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:57.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:57.749 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:57.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:57.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:57.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:57.754 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:57.858 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:57.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27ef1627 is found... 12:15:57.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27ef1627 is found finished successfully 12:15:57.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:57.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:57.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:57.866 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.866 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:57.866 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 12:15:57.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:57.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:57.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:57.883 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.883 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 12:15:57.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.884 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:57.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:57.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:57.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:57.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:57.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:57.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:57.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:57.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:57.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:57.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:57.913 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:57.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:57.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:57.913 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:57.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:57.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:57.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:58.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:58.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:58.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:58.915 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:58.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:58.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:58.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:58.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:58.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:58.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:58.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:58.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:58.917 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:15:58.917 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:15:58.917 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:58.917 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:15:58.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:15:58.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:58.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:15:58.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:58.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:15:58.918 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:58.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:58.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:58.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:58.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:58.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:58.918 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:15:58.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:58.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:58.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:58.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:58.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:58.918 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:58.918 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:58.918 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:58.923 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:58.923 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:15:58.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:15:58.923 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:15:58.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:15:58.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:15:58.927 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:58.927 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:58.956 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:58.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:58.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:58.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:58.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:58.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:58.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:58.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:58.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:58.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ab3a117 is found... 12:15:58.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ab3a117 is found finished successfully 12:15:58.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:15:58.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:58.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:58.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:58.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:58.962 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:58.962 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 12:15:58.962 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:15:58.976 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:58.976 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:58.976 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:58.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:15:58.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:58.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:58.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:58.977 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:15:58.977 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:58.977 DEBUG [main][MenuItemLookup] Item match:File 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:58.978 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:58.978 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:58.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:58.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:58.978 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:59.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:59.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:59.006 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.006 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:15:59.006 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:59.006 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:59.006 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:15:59.065 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:15:59.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:59.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:59.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:59.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:59.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:59.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:59.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:59.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:15:59.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:15:59.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:59.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:59.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:59.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:15:59.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:15:59.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.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: "Create New File"] 12:15:59.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:15:59.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:15:59.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:15:59.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.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: "Create New File"] 12:15:59.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:15:59.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:15:59.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:59.069 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:59.069 DEBUG [main][MenuItemLookup] Item match:File 12:15:59.069 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:59.069 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:15:59.070 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:15:59.070 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:59.070 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:15:59.070 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:59.070 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:15:59.070 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:59.070 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:15:59.070 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:15:59.071 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:15:59.071 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:15:59.071 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:15:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:15:59.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:15:59.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:15:59.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.156 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:15:59.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:15:59.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:15:59.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:15:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:59.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:15:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:59.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:15:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:15:59.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:15:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:59.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:15:59.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:59.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:15:59.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:15:59.159 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:15:59.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:15:59.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:15:59.159 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:15:59.159 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:15:59.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:15:59.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.161 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:59.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:59.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.193 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:15:59.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.193 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:15:59.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:15:59.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:15:59.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.194 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:15:59.194 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:59.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:15:59.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:59.198 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:59.199 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 12:15:59.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:15:59.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:59.201 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:59.202 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:15:59.202 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:15:59.202 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:15:59.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:15:59.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:59.204 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:59.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:59.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:59.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:59.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:59.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:59.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:15:59.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:59.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:15:59.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:59.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:59.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:59.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 12:15:59.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:59.722 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.722 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:15:59.728 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.728 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:15:59.729 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:15:59.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 12:15:59.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.729 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 12:15:59.729 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 12:15:59.729 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:59.729 DEBUG [main][MenuItemLookup] Item match:File 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:59.730 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:15:59.730 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:15:59.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:15:59.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:15:59.730 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:15:59.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:15:59.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:15:59.737 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.737 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:15:59.738 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.752 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:15:59.752 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:15:59.752 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 12:15:59.785 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 12:15:59.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.787 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:15:59.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:59.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:59.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:59.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:59.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:59.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:59.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:59.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:59.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:59.791 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:59.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:59.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:59.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:59.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:59.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:59.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:00.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:00.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:00.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:00.794 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:00.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:00.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:00.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:00.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:00.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:00.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:00.795 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:00.796 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:00.796 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:00.796 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:00.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:00.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:00.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:00.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:00.797 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:00.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:00.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:00.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:00.797 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:00.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:00.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:00.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:00.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:00.797 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:00.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:00.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:00.807 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:00.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:00.807 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:00.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:00.812 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:00.812 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:00.813 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:00.921 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:00.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:00.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:00.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:00.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:00.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:00.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:00.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:00.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69018c83 is found... 12:16:00.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@69018c83 is found finished successfully 12:16:00.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 '\*?\QJavaClass.java\E') 12:16:00.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:00.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:00.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:00.938 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.938 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:00.938 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:00.958 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.958 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:00.958 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:00.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:00.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:00.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:00.959 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:00.959 DEBUG [main][MenuItemLookup] Item match:File 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:00.959 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:00.959 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:00.960 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:00.960 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:00.960 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:00.988 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.989 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:00.989 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:00.989 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:00.989 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:01.076 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:01.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:01.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:01.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:01.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:01.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:01.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:01.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:01.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:01.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:01.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:01.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:01.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:01.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:01.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:01.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:01.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:01.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:01.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:01.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:01.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:01.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:01.081 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:01.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:01.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:01.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:01.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:01.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:01.083 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:01.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:01.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:01.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:01.083 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:01.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:01.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:01.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:01.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:01.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:01.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:02.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:02.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:02.085 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:02.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:02.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:02.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:02.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:02.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:02.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:02.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:02.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:02.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:02.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:02.087 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:02.087 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:02.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:02.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:02.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:02.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:02.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:02.087 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:02.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:02.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:02.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:02.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:02.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:02.087 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:02.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:02.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:02.088 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:02.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:02.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:02.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:02.088 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:02.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:02.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:02.094 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:02.094 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:02.094 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:02.094 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:02.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:02.098 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:02.099 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:02.204 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:02.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:02.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:02.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:02.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:02.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:02.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:02.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:02.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@562b97b7 is found... 12:16:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@562b97b7 is found finished successfully 12:16:02.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:02.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:02.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:02.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:02.211 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:02.211 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:02.211 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 12:16:02.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:02.227 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:02.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:02.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:02.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:02.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:02.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:02.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:02.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:02.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:02.245 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:02.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:02.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:02.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:02.270 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:02.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:02.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:02.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:02.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:02.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:02.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:02.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:02.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:02.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:02.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:03.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:03.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:03.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:03.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:03.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:03.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:03.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:03.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:03.273 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:03.274 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:03.274 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:03.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:03.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:03.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:03.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:03.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:03.275 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:03.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:03.280 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:03.280 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:03.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:03.282 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:03.282 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:03.287 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:03.287 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:03.287 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:03.318 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:03.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:03.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:03.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:03.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:03.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:03.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32781b4a is found... 12:16:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@32781b4a is found finished successfully 12:16:03.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:03.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:03.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:03.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:03.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:03.321 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.321 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:03.321 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:03.335 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.336 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:03.336 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:03.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:03.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:03.336 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:03.336 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:03.336 DEBUG [main][MenuItemLookup] Item match:File 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:03.337 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:03.337 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:03.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:03.337 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:03.337 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:03.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:03.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:03.369 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.369 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:03.369 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:03.369 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:03.369 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:03.446 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:03.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:03.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:03.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:03.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:03.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:03.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:03.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:03.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:03.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:03.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:03.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:03.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:03.447 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:03.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:03.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:03.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:03.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:03.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:03.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:03.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:03.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:03.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:03.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:03.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:03.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:03.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:03.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:03.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:03.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:03.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:03.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:03.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:03.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:04.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:04.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:04.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:04.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:04.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:04.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:04.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:04.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:04.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:04.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:04.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:04.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:04.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:04.455 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:04.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:04.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:04.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:04.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:04.457 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:04.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:04.462 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:04.462 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:04.462 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:04.462 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:04.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:04.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:04.469 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:04.469 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:04.578 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:04.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:04.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:04.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:04.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:04.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:04.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:04.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:04.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:04.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:04.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@265ac8df is found... 12:16:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@265ac8df is found finished successfully 12:16:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:04.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:04.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:04.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:04.594 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:04.594 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:04.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:04.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:04.595 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:04.595 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:04.595 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:04.595 DEBUG [main][MenuItemLookup] Item match:Edit 12:16:04.595 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:04.596 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:16:04.596 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:16:04.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:04.596 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:04.596 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:16:04.596 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:16:05.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:05.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:05.597 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:05.597 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:05.597 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:05.597 DEBUG [main][MenuItemLookup] Item match:Edit 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:05.598 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:16:05.598 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:16:05.599 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:16:05.599 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:16:05.599 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:16:05.599 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:16:05.599 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:16:05.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:16:05.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:16:05.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:05.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:05.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:05.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:16:05.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:05.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:05.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:05.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:16:05.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:16:05.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:05.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:05.633 INFO [WorkbenchTestable][AbstractShell] Close shell 12:16:05.633 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:16:05.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:05.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:05.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:16:06.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 12:16:06.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:06.151 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:06.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:06.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:06.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:06.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:06.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:06.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:06.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:06.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:06.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:06.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:06.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:06.183 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:06.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:06.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:06.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:06.184 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:06.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:06.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:06.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:06.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:06.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:07.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:07.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:07.185 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:07.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:07.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:07.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 12:16:07.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:07.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:07.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:07.187 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:07.187 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:07.187 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:07.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:07.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:07.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:07.188 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:07.188 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:07.188 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:07.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:07.196 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:07.196 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:07.197 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:07.197 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:07.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:07.201 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:07.202 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:07.233 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:07.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:07.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:07.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:07.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:07.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:07.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50ffd058 is found... 12:16:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@50ffd058 is found finished successfully 12:16:07.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:07.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:07.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:07.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:07.238 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.238 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:07.238 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:07.255 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.255 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:07.255 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:07.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:07.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:07.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:07.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:07.256 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:07.256 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:07.256 DEBUG [main][MenuItemLookup] Item match:File 12:16:07.256 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:07.256 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:07.256 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:07.256 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:07.256 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:07.257 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:07.257 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:07.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:07.257 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:07.257 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:07.257 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:07.257 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:07.257 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:07.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:07.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:07.289 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.289 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:07.289 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:07.289 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:07.289 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:07.370 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:07.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:07.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:07.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:07.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:07.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:07.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:07.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:07.371 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:07.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:07.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:07.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:07.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:07.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:07.372 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:07.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:07.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:07.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:07.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:07.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:07.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:07.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:07.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:07.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:07.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:07.374 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:07.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:07.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:07.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:07.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:07.376 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:07.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:07.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:07.377 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:07.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:07.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:07.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:07.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:07.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:08.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:08.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:08.392 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:08.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:08.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:08.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:08.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:08.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:08.393 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:08.393 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:08.394 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:08.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:08.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:08.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:08.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:08.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:08.395 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:08.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:08.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:08.401 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:08.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:08.401 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:08.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:08.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:08.405 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:08.405 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:08.515 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:08.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:08.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:08.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:08.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:08.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:08.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:08.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:08.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:08.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:08.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49ed8e8e is found... 12:16:08.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49ed8e8e is found finished successfully 12:16:08.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:08.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:08.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:08.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:08.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:08.521 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:08.529 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:08.529 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:08.529 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:08.529 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 12:16:08.530 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:08.530 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:08.539 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 12:16:08.544 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:08.544 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:16:09.145 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:09.145 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:16:09.746 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:09.746 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:16:10.348 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:10.348 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:16:10.949 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:10.949 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:16:11.550 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:11.550 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:16:12.151 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:12.151 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 12:16:12.752 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:12.752 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:16:13.354 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:13.354 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:13.354 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:13.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:13.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.355 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:13.355 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:13.355 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:13.355 DEBUG [main][MenuItemLookup] Item match:File 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:13.356 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:13.356 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:13.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:13.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:13.357 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:13.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:13.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:13.388 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:13.388 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:13.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:13.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:13.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:13.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:13.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:13.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 '\*?\QProject Explorer\E') 12:16:13.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:13.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:13.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:13.392 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:13.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:13.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:13.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:13.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:13.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:13.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:13.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:13.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:13.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:13.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:13.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:13.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:13.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:14.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:14.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:14.431 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:14.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:14.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:14.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:14.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 12:16:14.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:14.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:14.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:14.432 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:14.432 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:14.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:14.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:14.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:14.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:14.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:14.433 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:14.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:14.440 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:14.440 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:14.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:14.440 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:14.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:14.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:14.444 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:14.444 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:14.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:14.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:14.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:14.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:14.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:14.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:14.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:14.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:14.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:14.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40be4ac8 is found... 12:16:14.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40be4ac8 is found finished successfully 12:16:14.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:14.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:14.479 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:14.479 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:14.479 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:14.500 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:14.500 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:14.500 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:14.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:14.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:14.500 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:14.500 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:14.500 DEBUG [main][MenuItemLookup] Item match:File 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.501 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:14.501 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:14.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:14.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:14.517 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:14.538 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:14.538 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:14.538 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:14.538 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:14.538 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:14.595 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:14.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:14.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:14.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:14.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:14.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:14.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:14.595 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:14.595 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:14.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:14.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:14.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:14.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:14.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:14.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:14.598 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:14.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 '\*?\QProject Explorer\E') 12:16:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:14.599 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:14.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:14.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:14.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:14.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:14.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:14.600 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:14.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:14.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:14.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:14.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:14.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:14.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:14.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:14.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:15.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:15.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:15.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:15.602 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:15.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:15.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:15.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:15.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:15.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:15.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:15.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:15.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:15.603 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:15.603 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:15.603 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:15.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:15.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:15.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:15.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:15.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:15.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:15.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:15.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:15.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:15.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:15.604 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:15.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:15.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:15.611 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:15.611 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:15.611 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:15.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:15.615 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:15.615 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:15.615 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:15.721 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:15.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:15.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:15.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:15.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:15.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:15.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:15.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:15.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:15.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:15.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1026f483 is found... 12:16:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1026f483 is found finished successfully 12:16:15.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:15.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:15.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:15.735 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:15.735 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:15.735 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 12:16:15.743 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 12:16:15.743 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:16:15.952 INFO [WorkbenchTestable][Keyboard] Move cursor 12:16:16.152 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:16.152 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:16.352 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:16.756 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:16.756 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:16.957 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:17.361 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:17.361 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:17.561 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:17.963 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:17.963 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:18.163 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:18.565 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:18.565 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:18.766 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:19.168 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:19.168 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:19.369 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:19.771 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:19.771 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:19.971 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:20.374 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:20.374 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:20.574 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:20.976 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:20.976 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:21.177 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:21.579 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:21.579 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:21.779 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:22.183 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:22.183 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:22.383 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:22.785 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:22.785 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:22.985 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:23.387 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:23.387 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:23.588 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:23.990 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:23.990 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:24.190 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:24.594 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:16:24.594 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:16:24.794 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:16:24.997 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:16:25.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:25.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:25.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:25.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:25.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:25.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:25.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:25.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:25.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:25.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:25.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:25.200 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:25.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:25.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:25.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:25.230 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:25.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:25.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:25.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:25.231 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:25.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:25.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:25.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:25.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:25.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:25.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:26.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:26.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:26.233 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:26.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:26.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:26.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:26.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 12:16:26.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:26.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:26.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:26.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:26.234 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:26.234 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:26.234 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:26.234 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:26.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:26.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:26.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:26.235 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:26.235 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:26.235 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:26.242 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:26.242 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:26.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:26.242 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:26.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:26.246 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:26.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:26.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:26.275 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:26.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:26.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:26.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:26.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:26.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:26.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:26.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:26.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:26.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@519f0ba8 is found... 12:16:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@519f0ba8 is found finished successfully 12:16:26.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:26.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:26.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:26.278 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:26.278 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:26.278 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:26.285 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:26.285 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:26.285 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:26.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:26.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:26.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:26.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:26.285 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:26.285 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:26.286 DEBUG [main][MenuItemLookup] Item match:File 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:26.286 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:26.286 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:26.286 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:26.286 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:26.286 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:26.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:26.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:26.313 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:26.313 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:26.313 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:26.313 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:26.313 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:26.381 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:26.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:26.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:26.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:26.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:26.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:26.382 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:26.382 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:26.382 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:26.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:26.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:26.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:26.382 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:26.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:26.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:26.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:26.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:26.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:26.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:26.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:26.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:26.384 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:26.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:26.399 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:26.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:26.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:26.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:26.400 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:26.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:26.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:26.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:26.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:26.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:26.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:27.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:27.402 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:27.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:27.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:27.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:27.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 12:16:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:27.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:27.403 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:27.403 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:27.403 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:27.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:27.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:27.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:27.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:27.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:27.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:27.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:27.404 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:27.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:27.410 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:27.411 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:27.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:27.411 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:27.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:27.415 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:27.415 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:27.415 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:27.523 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:27.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:27.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:27.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:27.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:27.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:27.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:27.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2561eaf2 is found... 12:16:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2561eaf2 is found finished successfully 12:16:27.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:27.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:27.536 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:27.536 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:27.536 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 12:16:27.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:27.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:27.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:27.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 '\*?\QProject Explorer\E') 12:16:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:27.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:27.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:27.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:27.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:27.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:27.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:27.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:27.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:27.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:27.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:27.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:27.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:27.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:27.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:28.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:28.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:28.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:28.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:28.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:28.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:28.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:28.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:28.585 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:28.585 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:28.585 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:28.585 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:28.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:28.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:28.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:28.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:28.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:28.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:28.586 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:28.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:28.594 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:28.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:28.594 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:28.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:28.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:28.598 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:28.598 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:28.629 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:28.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:28.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:28.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:28.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:28.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:28.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17bb0c9c is found... 12:16:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17bb0c9c is found finished successfully 12:16:28.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:28.632 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.632 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public static class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:28.632 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:28.646 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.646 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:28.646 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:28.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:28.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:28.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:28.647 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:28.647 DEBUG [main][MenuItemLookup] Item match:File 12:16:28.647 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:28.647 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:28.647 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:28.648 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:28.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.648 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:28.648 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:28.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.648 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:28.648 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:28.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:28.648 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:28.648 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:28.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:28.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:28.678 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.678 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:28.678 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:28.678 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:28.678 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:28.756 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:28.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:28.756 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:28.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:28.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:28.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:28.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:28.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:28.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:28.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:28.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:28.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:28.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:28.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.757 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:28.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:28.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:28.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:28.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:28.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:28.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:28.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:28.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:28.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:28.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:28.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:28.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:28.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:29.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:29.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:29.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:29.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:29.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:29.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:29.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:29.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:29.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:29.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:29.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:29.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:29.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:29.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:29.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:29.764 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:29.764 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:29.764 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:29.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:29.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:29.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:29.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:29.765 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:29.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:29.772 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:29.773 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:29.773 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:29.773 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:29.773 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:29.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:29.777 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:29.777 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:29.892 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:29.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:29.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:29.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:29.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@301e6004 is found... 12:16:29.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@301e6004 is found finished successfully 12:16:29.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:29.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:29.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:29.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:29.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:29.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:29.909 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:29.909 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:29.909 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:29.921 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:29.938 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:29.938 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 12:16:29.939 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:29.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:29.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:29.939 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:29.939 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:29.939 DEBUG [main][MenuItemLookup] Item match:File 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:29.940 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:29.940 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:29.940 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:29.940 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:29.940 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:29.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:29.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:29.973 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:29.973 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 12:16:29.973 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:16:30.973 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:30.973 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 12:16:30.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:30.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:30.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:30.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:30.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:30.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:30.976 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:30.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:31.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:31.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:31.009 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:31.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:31.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:31.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:31.010 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:31.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:31.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:31.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:31.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:31.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:31.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:32.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:32.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:32.012 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:32.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:32.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:32.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:32.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:32.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:32.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:32.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:32.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:32.013 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:32.013 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:32.013 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:32.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:32.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:32.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:32.014 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:32.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:32.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:32.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:32.014 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:32.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:32.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:32.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:32.014 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:32.014 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:32.014 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:32.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:32.020 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:32.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:32.020 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:32.020 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:32.024 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:32.024 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:32.024 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:32.055 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:32.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:32.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:32.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:32.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:32.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:32.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:32.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1975efe4 is found... 12:16:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1975efe4 is found finished successfully 12:16:32.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:32.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:32.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:32.058 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:32.058 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 12:16:32.058 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:32.073 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:32.073 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:32.073 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:32.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:32.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:32.074 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:32.074 DEBUG [main][MenuItemLookup] Item match:File 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:32.074 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:32.074 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:32.075 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:32.075 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:32.075 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:32.128 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:32.128 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:32.128 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:32.128 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:32.128 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:32.191 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:32.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:32.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:32.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:32.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:32.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:32.191 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:32.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:32.192 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:32.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:32.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:32.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:32.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:32.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.192 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:32.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:32.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:32.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:32.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:32.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:32.194 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:32.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:32.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:32.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:32.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:32.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:32.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:32.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:32.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:32.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:32.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:32.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:32.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:32.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:32.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:32.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:32.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:33.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:33.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:33.198 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:33.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:33.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:33.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16: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 12:16:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:33.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:33.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:33.199 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:33.199 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:33.200 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:33.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:33.200 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:33.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:33.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:33.208 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:33.208 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:33.208 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:33.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:33.213 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:33.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:33.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:33.328 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:33.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:33.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:33.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:33.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:33.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:33.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:33.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:33.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:33.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:33.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3369b042 is found... 12:16:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3369b042 is found finished successfully 12:16:33.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:33.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:33.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:33.335 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:33.335 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:33.335 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 12:16:33.351 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:33.351 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:33.351 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 12:16:33.351 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:16:34.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:34.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:34.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:34.351 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:34.352 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:34.352 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:16:34.352 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:16:34.352 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:34.352 DEBUG [main][MenuItemLookup] Item match:Navigate 12:16:34.353 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:34.353 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:16:34.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:34.353 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:16:34.353 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:16:34.353 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:16:34.353 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:16:34.353 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 12:16:34.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 12:16:34.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 12:16:34.353 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 12:16:34.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:16:34.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:16:34.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:34.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:16:34.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:34.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:34.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:34.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:34.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:34.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:16:34.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:16:34.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:34.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:34.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 12:16:34.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:16:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:34.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:16:34.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:34.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:34.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:34.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:34.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:35.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:35.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:35.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:35.423 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:16:35.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:16:35.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:35.423 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:16:35.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:16:35.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 12:16:35.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:35.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:35.443 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:35.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:35.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:35.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:35.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:35.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:35.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:35.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:35.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:35.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:35.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:35.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:35.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:35.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:35.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:35.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:35.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:35.478 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:35.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:35.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:35.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:35.478 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:35.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:35.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:35.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:35.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:35.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:35.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:35.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:35.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:36.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:36.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:36.480 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:36.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:36.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:36.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:36.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:36.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:36.481 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:36.481 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:36.482 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:36.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:36.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:36.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:36.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:36.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:36.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:36.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:36.483 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:36.483 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:36.489 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:36.489 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:36.490 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:36.490 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:36.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:36.494 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:36.494 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:36.494 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:36.527 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:36.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:36.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:36.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:36.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:36.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:36.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:36.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:36.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:36.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c79955f is found... 12:16:36.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c79955f is found finished successfully 12:16:36.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:36.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:36.531 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:36.531 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:36.531 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:36.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:36.549 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:36.549 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:36.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:36.550 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:36.550 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:36.550 DEBUG [main][MenuItemLookup] Item match:File 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:36.551 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:36.551 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:36.551 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:36.551 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:36.551 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:36.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:36.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:36.579 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:36.580 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:36.580 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:36.580 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:36.580 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:36.672 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:36.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:36.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:36.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:36.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:36.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:36.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:36.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:36.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:36.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:36.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:36.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.674 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:36.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:36.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:36.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 '\*?\QProject Explorer\E') 12:16:36.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:36.675 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:36.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:36.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:36.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:36.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:36.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:36.677 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:36.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:36.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:36.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:36.678 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:36.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:36.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:36.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:36.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:37.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:37.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:37.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:37.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:37.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:37.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:37.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16: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 12:16:37.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:37.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:37.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:37.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:37.682 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:37.682 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:37.682 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:37.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:37.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:37.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:37.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:37.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:37.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:37.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:37.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:37.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:37.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:37.684 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:37.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:37.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:37.684 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:37.684 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:37.684 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:37.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:37.696 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:37.696 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:37.696 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:37.696 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:37.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:37.700 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:37.700 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:37.824 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fa4c494 is found... 12:16:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fa4c494 is found finished successfully 12:16:37.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:37.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:37.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:37.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:37.840 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:37.840 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:37.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:37.841 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:37.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:37.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:37.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:37.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:37.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:37.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:37.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:37.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:37.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:37.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:37.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:37.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:37.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:37.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:37.886 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:37.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:37.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:37.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:37.886 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:37.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:37.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:37.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:37.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:37.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:37.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:38.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:38.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:38.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:38.888 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:38.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:38.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:38.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:38.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 12:16:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:38.889 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:38.889 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:38.889 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:38.889 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:38.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:38.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:38.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:38.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:38.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:38.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:38.890 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:38.890 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:38.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:38.897 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:38.898 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:38.898 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:38.898 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:38.902 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:38.902 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:38.902 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:38.934 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:38.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:38.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:38.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:38.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:38.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:38.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:38.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:38.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@998164b is found... 12:16:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@998164b is found finished successfully 12:16:38.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 '\*?\QJavaClass.java\E') 12:16:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:38.938 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:38.938 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:38.938 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:38.955 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:38.955 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:38.955 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:38.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:38.956 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:38.956 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:38.956 DEBUG [main][MenuItemLookup] Item match:File 12:16:38.956 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:38.957 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:38.957 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:38.957 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:38.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:38.957 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:38.957 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:38.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:38.957 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:38.957 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:38.957 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:38.957 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:38.957 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:38.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:38.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:38.985 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:38.985 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:38.985 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:38.986 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:38.986 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:39.065 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:39.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:39.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:39.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:39.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:39.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:39.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:39.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:39.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:39.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:39.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:39.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:39.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:39.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.066 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:39.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:39.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:39.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 '\*?\QProject Explorer\E') 12:16:39.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:39.069 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:39.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:39.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:39.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:39.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:39.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:39.071 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:39.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:39.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:39.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:39.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:39.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:39.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:39.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:39.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:39.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:40.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:40.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:40.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:40.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:40.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:40.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:40.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:40.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 12:16:40.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:40.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:40.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:40.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:40.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:40.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:40.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:40.075 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:40.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:40.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:40.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:40.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:40.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:40.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:40.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:40.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:40.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:40.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:40.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:40.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:40.076 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:40.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:40.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:40.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:40.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:40.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:40.076 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:40.076 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:40.076 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:40.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:40.082 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:40.082 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:40.082 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:40.082 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:40.086 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:40.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:40.086 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:40.190 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:40.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:40.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:40.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:40.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:40.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:40.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:40.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@778d4c9a is found... 12:16:40.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@778d4c9a is found finished successfully 12:16:40.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:40.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:40.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:40.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:40.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:40.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:40.197 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:40.197 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:40.197 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:16:40.197 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:16:40.398 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:16:40.601 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:16:40.601 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:16:40.801 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:16:41.004 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:16:41.004 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:16:41.204 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:16:41.406 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:16:41.406 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:16:41.607 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:16:41.809 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:41.809 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:16:42.010 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:16:43.011 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 12:16:43.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.018 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:43.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:43.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:43.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:43.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:43.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:43.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:43.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:43.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:43.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:43.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:43.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:43.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:43.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:43.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:43.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:43.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:43.053 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:43.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:43.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:43.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:43.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:43.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:43.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:44.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:44.054 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:44.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:44.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:44.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:44.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:44.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:44.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:44.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:44.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:44.056 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:44.056 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:16:44.056 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:16:44.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:16:44.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:44.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:16:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:44.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:16:44.057 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:44.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:44.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:44.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:44.057 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:16:44.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:44.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:44.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:44.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:44.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:44.057 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:44.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:44.065 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:44.065 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:16:44.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:16:44.065 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:16:44.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:16:44.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:16:44.070 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:44.070 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:44.101 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:44.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:44.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:44.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:44.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:44.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:44.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:44.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:44.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:44.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a18d6b2 is found... 12:16:44.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a18d6b2 is found finished successfully 12:16:44.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:16:44.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:44.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:44.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:44.104 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:44.104 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:44.104 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:16:44.120 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:44.120 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:44.120 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:16:44.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:16:44.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:44.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:44.121 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:44.121 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:16:44.121 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:44.121 DEBUG [main][MenuItemLookup] Item match:File 12:16:44.121 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:44.121 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:44.121 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:44.121 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:44.121 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:44.121 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:16:44.122 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:16:44.122 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:44.122 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:44.122 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:16:44.122 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:16:44.122 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:16:44.122 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:16:44.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:16:44.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:16:44.151 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:44.151 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:16:44.151 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:44.151 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:44.151 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:16:44.243 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:16:44.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:44.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:44.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:44.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:16:44.244 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:44.244 DEBUG [main][EditorHandler] 0 editor(s) found 12:16:44.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.245 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:44.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:44.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:44.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:44.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:44.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:44.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:44.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:44.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:44.248 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:44.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:44.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:44.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:44.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:44.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:44.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:44.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:44.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:44.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:44.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:44.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:44.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:44.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:45.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:45.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:45.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:45.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:45.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:45.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:45.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:45.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:45.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:45.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:45.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:45.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:45.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:45.253 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:45.253 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:45.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:45.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:45.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:45.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:45.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:45.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:45.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:45.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:45.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:46.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:46.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:46.255 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:46.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:46.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:46.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:46.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:46.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:46.256 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:16:46.256 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:16:46.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:46.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:46.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:46.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:46.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:46.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:46.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:46.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:46.258 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:16:46.258 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:16:46.258 DEBUG [main][TreeItemHandler] Set Tree selection 12:16:46.258 DEBUG [main][TreeHandler] Notify Tree about selection event 12:16:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:16:46.266 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 12:16:46.266 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 12:16:46.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:46.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:46.300 DEBUG [main][MenuItemLookup] Found menu:'New' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.301 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:16:46.301 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:16:46.301 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:16:46.301 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:16:46.301 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:16:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:46.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:16:46.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:16:46.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:46.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:46.802 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:46.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:46.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:46.818 DEBUG [main][MenuItemLookup] Found menu:'New' 12:16:46.819 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:46.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.819 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:16:46.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.819 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:46.819 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:16:46.819 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:46.819 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:46.819 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:16:46.819 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:16:46.819 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:16:46.819 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:16:46.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1106): Gtk-CRITICAL **: 12:16:46.883: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1106): Gtk-CRITICAL **: 12:16:46.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1106): Gtk-CRITICAL **: 12:16:46.905: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1106): Gtk-CRITICAL **: 12:16:46.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:47.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:16:47.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:16:47.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:47.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:16:47.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:47.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:16:47.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:47.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:47.427 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:16:47.427 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:16:47.427 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:16:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:47.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:47.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:47.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:16:47.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:47.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:16:47.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:47.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:47.428 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:47.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:47.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:47.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:16:47.432 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:16:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:16:47.932 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:16:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:47.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:16:47.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:16:47.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:47.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:47.933 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:47.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:47.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:47.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:16:47.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:47.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:47.934 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:16:47.934 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:47.934 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:47.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:47.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 139.563 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.314 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.408 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.06 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.427 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.312 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.268 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.443 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.377 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.412 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.672 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.516 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.198 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.398 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.525 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.008 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.706 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.189 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.289 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.425 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.506 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.363 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.011 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.369 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.924 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.224 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.787 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.374 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.434 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.481 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.392 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.179 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:16:47.943 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:16:47.944 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:47.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:47.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:16:47.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:47.944 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:47.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:47.944 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:47.945 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:47.945 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:16:47.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:47.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:47.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:47.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:47.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:47.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:47.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:47.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:47.946 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:47.946 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:47.946 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:47.946 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:47.946 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:47.946 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:47.946 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:47.946 DEBUG [main][MenuItemLookup] Item match:Window 12:16:47.946 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:47.946 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:47.947 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:47.947 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:47.947 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:47.947 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:47.947 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:47.947 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:47.947 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:47.947 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:47.947 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:47.947 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:47.947 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:47.947 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:48.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:48.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:48.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:48.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.028 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:48.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:48.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:48.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:48.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:48.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:48.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:48.033 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:48.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:48.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:48.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.052 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:48.052 DEBUG [main][EditorHandler] 0 editor(s) found 12:16:48.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:48.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:48.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:48.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:48.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:48.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:48.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:48.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:48.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:48.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:48.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:48.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:48.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:48.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:48.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:16:48.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:48.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:48.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:48.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:16:48.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:48.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:48.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:48.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:16:48.059 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:48.059 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 12:16:48.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:16:48.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:48.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:48.059 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:48.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:16:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:16:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:48.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:48.061 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:48.061 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:48.061 DEBUG [main][MenuItemLookup] Item match:File 12:16:48.062 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:48.062 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:48.063 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:48.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:48.063 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:48.063 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:48.063 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:48.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:48.063 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:48.063 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:48.075 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:48.075 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:48.075 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:48.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:16:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:16:48.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:16:48.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.148 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:48.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:16:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:48.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:48.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:48.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:48.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:48.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:48.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:48.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:48.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:48.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:48.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:48.151 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:48.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:48.151 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:48.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:16:48.151 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:16:48.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:16:48.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:16:48.155 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:48.155 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:48.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:16:48.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:48.156 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:48.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:48.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:48.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:16:48.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:16:48.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:16:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.191 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:16:48.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.191 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 12:16:48.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:16:48.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:48.192 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:48.193 INFO [WorkbenchTestable][AbstractText] Text set to: project 12:16:48.194 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:16:48.194 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:16:48.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:16:48.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:48.195 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:16:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:48.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:48.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:48.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:48.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:48.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:48.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:48.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:16:48.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:16:48.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:48.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:48.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:48.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:16:48.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:16:48.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.700 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:48.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:48.701 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:48.701 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:48.701 DEBUG [main][MenuItemLookup] Item match:File 12:16:48.701 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:48.701 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:48.703 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:48.703 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:48.703 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:48.703 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:48.703 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:48.703 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:48.703 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:48.703 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:48.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:48.703 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:48.703 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:48.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:16:48.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 'New|Select a wizard'] is available. finished successfully 12:16:48.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:16:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.763 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:48.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:16:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:48.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:48.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:48.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:48.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:48.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:48.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:48.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:48.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:16:48.765 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:16:48.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:16:48.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:16:48.768 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:16:48.768 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:48.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:16:48.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:48.769 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:48.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:48.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:48.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:48.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:48.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:16:48.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:16:48.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:16:48.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:16:48.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:48.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:48.797 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:16:48.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:48.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:16:48.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:48.799 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:48.799 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 12:16:48.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:16:48.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:48.807 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:48.808 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 12:16:48.817 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:16:48.817 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:16:48.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:16:48.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:48.819 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:16:48.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:48.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:48.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:48.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:48.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:49.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:49.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:49.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:49.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:16:49.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:49.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:49.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:49.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:49.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E') 12:16:49.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:49.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:49.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:49.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:49.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:49.329 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:49.329 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:16:49.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:49.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:49.329 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 12:16:49.329 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:49.329 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:49.329 DEBUG [main][MenuItemLookup] Item match:Edit 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:16:49.330 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:16:49.330 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 12:16:49.331 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:16:49.331 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:16:49.531 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:16:50.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:16:50.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:16:50.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:50.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:50.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:50.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:16:50.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:50.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:50.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:50.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:16:50.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:16:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:50.541 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:16:50.541 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:16:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:50.541 DEBUG [WorkbenchTestable][ContentAssistant] a 12:16:50.541 DEBUG [WorkbenchTestable][ContentAssistant] b 12:16:50.541 DEBUG [WorkbenchTestable][ContentAssistant] c 12:16:50.541 INFO [WorkbenchTestable][AbstractShell] Close shell 12:16:50.541 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:16:50.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:50.555 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:50.555 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:50.555 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 12:16:50.578 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 12:16:50.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.579 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:50.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:50.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:50.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:50.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:50.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:50.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:50.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:50.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:50.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:50.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:50.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:50.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:50.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:50.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:50.583 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:50.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:50.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:50.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:50.583 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:50.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:50.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:50.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:50.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:50.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:51.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:51.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:51.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:51.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:51.585 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:51.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:51.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:51.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:51.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:51.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:51.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:51.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:51.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:51.586 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 12:16:51.586 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:51.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:51.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:51.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:51.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:51.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:52.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:52.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:52.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:52.588 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:52.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:52.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:52.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 12:16:52.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:52.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:52.589 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 12:16:52.589 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:52.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:52.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:52.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:52.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:52.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:52.590 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:16:52.590 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:16:52.590 DEBUG [main][TreeItemHandler] Set Tree selection 12:16:52.590 DEBUG [main][TreeHandler] Notify Tree about selection event 12:16:52.595 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:16:52.595 DEBUG [WorkbenchTestable][TreeItemHandler] project 12:16:52.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:52.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'New' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:52.614 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:16:52.614 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:16:52.614 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:16:52.614 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:16:52.615 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:16:52.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:52.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:16:53.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:16:53.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:53.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:53.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:53.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:53.115 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:53.115 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:53.131 DEBUG [main][MenuItemLookup] Found menu:'New' 12:16:53.131 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:53.131 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:53.131 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:16:53.131 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:53.131 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:53.131 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:53.131 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:53.131 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:16:53.131 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:16:53.131 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:16:53.131 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:16:53.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:16:53.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:16:53.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:16:53.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:53.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: 32) 12:16:53.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:53.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:16:53.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:53.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:53.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:53.712 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:16:53.712 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:16:53.712 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:16:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:53.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:53.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:53.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") 12:16:53.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:53.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:16:53.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:53.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:53.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:53.713 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:53.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:53.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:53.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:53.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:53.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:16:53.716 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:16:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:16:54.217 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:16:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:54.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:16:54.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:16:54.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:54.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:54.217 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:54.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:54.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:54.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:16:54.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:54.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:54.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:16:54.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:54.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:54.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:54.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:54.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 12:16:54.219 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:16:54.219 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:54.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.276 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.16 s Results: Tests run: 85, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >-------- [INFO] Building RedDeer UIForms Test 4.7.0-SNAPSHOT [34/58] [INFO] from tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms.test --- [INFO] Resolving class path of RedDeer UIForms Test... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:03.126 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:17:03.129 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:17:03.142 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:17:03.143 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:17:03.167 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:03.245 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:17:03.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:03.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:03.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:17:03.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:17:03.263 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:17:03.340 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:03.340 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:17:03.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:03.343 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:17:03.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:03.347 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:17:03.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:03.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:03.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:03.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:03.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:03.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:03.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:03.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:03.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:03.382 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:03.385 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:03.385 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:03.386 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:03.386 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:03.386 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:03.386 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:03.386 DEBUG [main][MenuItemLookup] Item match:Window 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:03.390 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:17:03.390 DEBUG [main][MenuItemLookup] Item match:Preferences 12:17:03.424 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:17:03.424 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:17:03.426 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:17: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 'Preferences.*'] is available.... 12:17:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:17:03.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:17:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:03.585 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:17:03.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:03.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 12:17:03.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:03.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:03.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:03.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:03.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:17:03.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:03.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:03.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:03.679 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:17:03.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:03.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:03.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:03.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:03.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:03.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:03.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:03.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:03.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:03.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:03.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:03.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:03.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:03.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:03.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:03.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:03.770 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 12:17:03.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:03.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:03.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:03.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:03.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:03.771 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:03.771 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:03.771 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:03.771 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:03.771 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:03.771 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:03.771 DEBUG [main][MenuItemLookup] Item match:Window 12:17:03.772 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:03.772 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:03.773 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:03.773 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:03.773 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:03.773 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:03.781 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:17:03.781 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:03.781 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:03.782 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:03.782 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:03.782 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:03.782 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:17:03.782 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:03.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:03.782 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:03.782 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:03.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:03.783 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:03.783 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:03.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:03.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:03.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:03.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:03.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:03.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:17:03.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:03.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:03.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:03.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:03.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:03.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:03.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:03.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:03.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:03.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 12:17:03.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 12:17:03.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:04.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:04.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 12:17:04.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 12:17:04.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 12:17:04.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:04.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 12:17:04.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:04.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 12:17:04.374 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 12:17:04.374 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 12:17:04.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 12:17:04.375 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 12:17:04.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:04.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:04.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:04.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:04.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:04.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:04.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:04.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:04.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:04.379 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:04.379 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:04.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:04.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:04.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 12:17:04.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 12:17:04.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:04.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:04.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:04.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:04.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:04.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:04.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:04.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:04.685 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:04.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:04.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:04.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:04.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:04.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:04.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 12:17:04.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:04.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:04.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:04.738 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:04.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:04.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:04.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:04.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:17:04.742 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 12:17:04.742 TRACE [main][WidgetHandler] Wait for synchronization 12:17:04.742 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 12:17:04.742 TRACE [main][WidgetHandler] Wait for synchronization 12:17:04.742 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 12:17:04.742 TRACE [main][WidgetHandler] Wait for synchronization 12:17:04.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink clicked") 12:17:04.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:04.762 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:04.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:04.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:04.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:17:04.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:04.764 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:04.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:04.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:04.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:04.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:04.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:04.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:04.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:04.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:04.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:04.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:04.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:04.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:04.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:04.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:04.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:04.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:04.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:04.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:04.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:04.786 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:04.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:04.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:04.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:04.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:04.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:04.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 12:17:04.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:04.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:04.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:04.832 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:04.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:04.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:04.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:05.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:05.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:17:05.868 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 12:17:05.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:05.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:05.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:05.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:05.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:05.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:05.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:05.872 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:05.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:05.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:05.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:05.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:05.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:05.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:05.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:05.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:05.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 '\*?\QUI Form Test\E') 12:17:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:05.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:05.906 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:05.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:05.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:05.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:05.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:05.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:05.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 1 and no matchers specified 12:17:05.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:05.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:05.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:05.911 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:05.912 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:05.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:05.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:05.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:05.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:05.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 12:17:05.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:05.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:05.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:05.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:05.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:05.915 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:05.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:05.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:05.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:05.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:05.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:05.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:05.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:05.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:05.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:05.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 '\*?\QUI Form Test\E') 12:17:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:05.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:05.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:05.969 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:05.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:05.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:05.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:05.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:05.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:05.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:05.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:05.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:05.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:05.976 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:05.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:05.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:05.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:05.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:05.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section C") 12:17:05.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:05.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:05.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:17:05.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:05.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:05.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:05.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:05.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:05.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:05.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:05.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:05.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:05.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:05.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:05.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:05.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.999 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:05.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:06.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:06.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:06.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:06.044 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:06.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:06.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:06.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:06.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:06.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:06.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 12:17:06.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.048 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:06.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:17:06.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:06.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:06.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:06.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:06.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:06.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:06.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:06.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:06.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:06.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:06.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.072 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:06.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:06.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:06.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 '\*?\QUI Form Test\E') 12:17:06.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:06.080 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:06.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:06.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:06.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:06.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:06.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:06.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section B") 12:17:06.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.099 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:06.099 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:17:06.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:06.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:06.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:06.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:06.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:06.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:06.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:06.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:06.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:06.105 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:06.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.108 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:06.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:06.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:06.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 '\*?\QUI Form Test\E') 12:17:06.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:06.130 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:06.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:06.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:06.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:06.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:06.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:06.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:06.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:06.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.154 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:06.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:06.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:06.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 12:17:06.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:17:06.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:06.157 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:06.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:06.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:06.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:06.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:06.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:06.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:06.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:06.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.162 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:06.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:06.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:06.187 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:06.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:06.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:06.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:06.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:06.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:06.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:06.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:06.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.191 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:06.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:06.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:06.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 12:17:06.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:06.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:06.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 12:17:06.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:06.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:06.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:17:06.196 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:17:06.196 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:06.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.144 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.006 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.102 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.043 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.064 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.086 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.038 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.054 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:06.248 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:06.249 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:17:06.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:06.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:06.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:06.250 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:17:06.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:06.250 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:17:06.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:06.250 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:17:06.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:06.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:06.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:06.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:06.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:06.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:06.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:06.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:06.251 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:06.252 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:06.252 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:06.252 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:06.252 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:06.252 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:06.252 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:06.252 DEBUG [main][MenuItemLookup] Item match:Window 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:06.256 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:17:06.256 DEBUG [main][MenuItemLookup] Item match:Preferences 12:17:06.275 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:17:06.275 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:17:06.276 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:17:06.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:17:06.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 'Preferences.*'] is available. finished successfully 12:17:06.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:17:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.401 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:17:06.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:06.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:17:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:06.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:06.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:06.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:17:06.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:06.405 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:17:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:06.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:06.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:06.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:06.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:06.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:06.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:06.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:06.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:06.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:06.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:06.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:06.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:06.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:06.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 '\*?\QUI Form Test\E') 12:17:06.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:06.474 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:06.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:06.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:06.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:06.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:06.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:06.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:06.504 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:17:06.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:06.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:06.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:06.543 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:06.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:06.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:06.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:06.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:06.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:06.543 DEBUG [main][MenuItemLookup] Item match:Window 12:17:06.544 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:06.544 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:06.544 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:06.544 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:06.544 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:06.544 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:06.547 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:17:06.547 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:06.547 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:06.547 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:06.547 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:06.547 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:06.548 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:17:06.548 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:06.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:06.548 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:06.548 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:06.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:06.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:06.551 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:06.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:06.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:06.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:06.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 12:17:06.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:06.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:06.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:06.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:06.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:06.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:06.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:06.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:06.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:06.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:06.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:06.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:06.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:07.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:07.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:07.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:07.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:07.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:07.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:07.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:07.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:07.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:17:07.114 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:17:07.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:17:07.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:17:07.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:07.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:07.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:07.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:07.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:07.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:07.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:07.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:07.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:07.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:07.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:07.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:07.117 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:07.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:07.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:07.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:07.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 12:17:07.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 12:17:07.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:07.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:07.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:07.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:17:07.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:07.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:07.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:07.266 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:17:07.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:17:07.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:07.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:07.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:07.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:07.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 12:17:07.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:07.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:07.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:07.267 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 12:17:07.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:07.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:07.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:07.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:17:08.270 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 12:17:08.271 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:17:08.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:17:08.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:08.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:08.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:08.272 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 12:17:08.272 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 12:17:08.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:17:08.274 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:17:08.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:08.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.333 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:08.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:08.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:08.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:08.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:08.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:08.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 '\*?\QUI Form Test\E') 12:17:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:08.364 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:08.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:08.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:08.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:08.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:08.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 1 and no matchers specified 12:17:08.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.368 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:08.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:08.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 12:17:08.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:08.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.394 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.394 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:08.394 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:08.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:08.394 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:08.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.398 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:08.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:08.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:08.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:08.405 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:08.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:08.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:08.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:08.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:08.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:08.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.444 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:08.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:08.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:08.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Form D") 12:17:08.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:08.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:08.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:08.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:08.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:08.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:08.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:08.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:08.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.462 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:08.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 '\*?\QUI Form Test\E') 12:17:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:08.466 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:08.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:08.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:08.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:08.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:08.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 12:17:08.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:08.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.470 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:08.470 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:08.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:08.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:08.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.494 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:08.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:08.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:08.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:08.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:08.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:08.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:08.544 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:08.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:08.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:08.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:08.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:08.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:08.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:08.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.549 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:08.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:08.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:08.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:08.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:08.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:08.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:08.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:08.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:08.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.580 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:08.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.584 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:08.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:08.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:08.587 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:08.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:08.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:08.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:08.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:08.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:08.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.591 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:08.591 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:08.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 12:17:08.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:08.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.630 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:08.630 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:08.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:08.631 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:08.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:08.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:08.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.634 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:08.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:08.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:08.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:08.642 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:08.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:08.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:08.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:08.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.664 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:08.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:08.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:08.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 12:17:08.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:08.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:08.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 12:17:08.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:08.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:17:08.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:17:08.672 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:08.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.426 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.891 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.061 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.058 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.041 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.081 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.055 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.041 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:08.681 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:08.682 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:17:08.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:08.682 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:08.682 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:08.682 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:17:08.693 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:08.693 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:17:08.693 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:08.693 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:17:08.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:08.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:08.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:08.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:08.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:08.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:08.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:08.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:08.694 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:08.694 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:08.694 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:08.694 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:08.694 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:08.694 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:08.694 DEBUG [main][MenuItemLookup] Item match:Window 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:08.695 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:17:08.695 DEBUG [main][MenuItemLookup] Item match:Preferences 12:17:08.695 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:17:08.695 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:17:08.695 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:17:08.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:17:08.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:17:08.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:17:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.815 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:17:08.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:08.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:17:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:08.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:08.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:08.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:17:08.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:08.820 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:17:08.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:08.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:08.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:08.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:08.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.844 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:08.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:08.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:08.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:08.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:08.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:08.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:08.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:08.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:08.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:08.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:08.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:08.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:08.875 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:08.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:08.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:08.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:08.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:08.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:17:08.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:08.881 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:08.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:17:08.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 12:17:08.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:09.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:09.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:09.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:17:09.912 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:17:09.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:09.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:09.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:09.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:09.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:09.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:09.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:09.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:09.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:09.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:09.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.916 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:09.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:09.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:09.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:09.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:09.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:09.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:09.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:09.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:09.941 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:09.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:09.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:09.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:09.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:09.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:09.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:17:09.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:09.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:09.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:09.962 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:09.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:09.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:09.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:09.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:17:09.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 12:17:09.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:09.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:09.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:09.969 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:09.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:09.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:09.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:09.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:09.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:09.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:09.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:09.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:09.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:09.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:09.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:09.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:09.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:09.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:09.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:09.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:09.983 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:09.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 '\*?\QUI Form Test\E') 12:17:09.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:09.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:09.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:09.987 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:09.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:09.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Non existing expandable composite title") 12:17:09.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:09.991 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:09.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:09.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:10.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:10.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:10.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:10.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:10.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:17:11.019 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 12:17:11.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.020 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.020 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.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 '\*?\QUI Form Test\E') 12:17:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.053 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:17:11.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.058 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:11.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:11.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 12:17:11.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.078 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.078 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.084 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.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 '\*?\QUI Form Test\E') 12:17:11.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.091 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:11.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.094 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:11.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 12:17:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:17:11.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.125 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.125 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.125 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.125 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.135 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:11.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.143 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:17:11.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.164 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:17:11.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.166 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.170 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:11.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.177 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 12:17:11.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.198 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:17:11.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.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 '\*?\QUI Form Test\E') 12:17:11.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.211 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:11.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.242 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:11.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:17:11.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:17:11.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.262 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.266 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:11.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.273 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:11.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.277 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:11.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:17:11.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:11.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:11.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 12:17:11.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:17:11.297 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:17:11.297 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.068 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.057 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.05 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.058 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.047 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.041 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.034 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.061 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:11.305 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:11.305 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:17:11.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:11.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.306 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:17:11.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.306 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:17:11.306 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.306 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:17:11.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:11.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:11.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:11.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:11.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:11.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:11.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.308 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:11.308 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:11.308 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:11.308 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:11.308 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:11.308 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:11.308 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:11.308 DEBUG [main][MenuItemLookup] Item match:Window 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:11.309 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:17:11.309 DEBUG [main][MenuItemLookup] Item match:Preferences 12:17:11.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:17:11.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:17:11.309 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:17:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:17:11.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:17:11.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:17:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.418 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:17:11.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:11.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:17:11.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:11.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:11.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:11.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:17:11.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:11.423 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:17:11.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:11.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:11.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:11.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:11.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:11.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:11.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.461 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:11.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.468 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:17:11.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.489 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:17:11.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText clicked") 12:17:11.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.492 TRACE [main][WidgetHandler] Notify FormText with event 1 12:17:11.492 TRACE [main][WidgetHandler] Wait for synchronization 12:17:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.495 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:17:11.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:11.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:11.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:11.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:11.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.545 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:17:11.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.549 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:17:11.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 12:17:11.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.550 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:11.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:17:11.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:11.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:11.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:11.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:11.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:11.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:11.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:11.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:11.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:11.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:11.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:11.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:11.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:11.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.581 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:11.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:11.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:11.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 12:17:11.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.586 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:11.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:12.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:12.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:12.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:17:12.605 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 12:17:12.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.605 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.606 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.606 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.606 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.609 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:12.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.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 '\*?\QUI Form Test\E') 12:17:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.634 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:12.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:12.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:12.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 12:17:12.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.638 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:12.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:12.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:12.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:17:12.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.639 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.640 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.640 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.640 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.643 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:12.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:12.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.668 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:12.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:12.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:12.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:17:12.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.672 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:12.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:17:12.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.673 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.674 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.674 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.674 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:12.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:12.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.700 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:12.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:12.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:12.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:12.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.703 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:12.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:12.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section C") 12:17:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:17:12.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.707 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:12.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.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 '\*?\QUI Form Test\E') 12:17:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.764 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:12.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:12.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:12.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:17:12.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.768 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:12.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:17:12.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.769 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.769 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.770 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.773 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:12.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.797 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:12.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:12.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:12.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:17:12.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.800 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:12.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:17:12.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.802 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.802 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.802 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.802 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:12.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.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 '\*?\QUI Form Test\E') 12:17:12.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.844 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:12.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:12.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:12.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section A") 12:17:12.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.865 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:12.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:17:12.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.867 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:12.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:12.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.878 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:12.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:12.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:12.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:12.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.898 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:12.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:12.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 12:17:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:17:12.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.901 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.909 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:12.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.929 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:12.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.933 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:12.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:12.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:12.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:12.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.936 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:12.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:12.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 12:17:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:12.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:17:12.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:17:12.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:17:12.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.636 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.039 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.056 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.053 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.032 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.062 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.032 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.065 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.033 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:12.946 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:12.947 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:17:12.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:12.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.947 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:17:12.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.962 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:17:12.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.962 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:17:12.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:12.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:12.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:12.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:12.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:17:12.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:12.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:12.964 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:12.964 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:12.964 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:12.964 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:12.964 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:12.964 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:12.964 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:12.964 DEBUG [main][MenuItemLookup] Item match:Window 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:12.965 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:17:12.965 DEBUG [main][MenuItemLookup] Item match:Preferences 12:17:12.965 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:17:12.965 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:17:12.965 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:17:13.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:17:13.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. finished successfully 12:17:13.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:17:13.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:13.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:13.056 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:17:13.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:17:13.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:13.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:13.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:13.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:13.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:13.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:13.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:17:13.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:13.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:13.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:13.059 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:17:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:13.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:13.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:13.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:13.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:13.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:13.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:13.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:13.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:13.093 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:13.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:13.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:13.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:13.093 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:13.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:13.126 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:13.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:13.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:13.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:13.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 '\*?\QUI Form Test\E') 12:17:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:13.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:13.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:13.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:13.133 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:13.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:13.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:13.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:13.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:13.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:13.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 12:17:13.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:13.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:13.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:13.138 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:13.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:13.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:13.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:13.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:13.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:17:13.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 12:17:13.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:13.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:13.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:14.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:14.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:17:14.168 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:17:14.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:14.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:14.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:14.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:14.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:14.168 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:14.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:14.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:14.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:14.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:14.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:14.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:14.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.172 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:14.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:14.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:14.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:14.179 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:14.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:14.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:14.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:14.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:14.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:14.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 12:17:14.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:14.198 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:14.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:17:14.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 12:17:14.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:14.206 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:14.206 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:14.206 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:14.206 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:14.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:14.207 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:14.207 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:14.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:14.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:14.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:14.207 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:14.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.210 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:14.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:14.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:14.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:14.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:14.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:14.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:14.237 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:14.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:14.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:14.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:14.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:14.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:14.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing section title") 12:17:14.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:14.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:14.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:14.240 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:14.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:14.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:14.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:15.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:15.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:17:15.255 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 12:17:15.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:15.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:15.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.256 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:15.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:15.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:15.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:15.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.260 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:15.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:15.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:15.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:15.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:15.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:15.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:15.283 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:15.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:15.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:15.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:15.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:15.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:15.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 1 and no matchers specified 12:17:15.287 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.287 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:15.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:15.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:15.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 12:17:15.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:15.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.289 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:15.290 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:15.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:15.290 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:15.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.293 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:15.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:15.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:15.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:15.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:15.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 '\*?\QUI Form Test\E') 12:17:15.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:15.325 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:15.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:15.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:15.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:15.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:15.329 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.329 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:15.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:15.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Section C") 12:17:15.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:17:15.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.352 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:15.352 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:15.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.353 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:15.353 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:15.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:15.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:15.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:15.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:15.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:15.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 '\*?\QUI Form Test\E') 12:17:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:15.379 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:15.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:15.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:15.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:15.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:15.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:15.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 12:17:15.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.385 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:15.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:17:15.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:15.386 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:15.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.386 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:15.386 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:15.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:15.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:15.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:15.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:15.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:15.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:15.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:15.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 '\*?\QUI Form Test\E') 12:17:15.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:15.411 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:15.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:15.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:15.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Section A") 12:17:15.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.433 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:15.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:17:15.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:15.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:15.434 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:15.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:15.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:15.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:15.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:15.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:15.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:15.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:15.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:15.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:15.468 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:15.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:15.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:15.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:15.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:15.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:15.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:15.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.472 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:15.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:15.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:15.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 12:17:15.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:17:15.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:15.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:15.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:15.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:15.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:15.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:15.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.495 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:17:15.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:15.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:15.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:15.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:15.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:17:15.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:15.506 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:17:15.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:17:15.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:15.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:15.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:15.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:15.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:17:15.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.509 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:17:15.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:15.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:15.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:17:15.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 12:17:15.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:17:15.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:17:15.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:15.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 12:17:15.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.513 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:15.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:15.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:17:15.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:17:15.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:15.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.584 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.076 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.038 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.049 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.033 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.062 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.033 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.047 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.042 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.053 s Results: Tests run: 44, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >--------- [INFO] Building RedDeer JFace Tests 4.7.0-SNAPSHOT [35/58] [INFO] from tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface.test --- [INFO] Resolving class path of RedDeer JFace Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources: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:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:26.650 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:17:26.653 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:17:26.733 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:17:26.735 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:17:26.765 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:26.865 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:17:26.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:26.927 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:26.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:17:26.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:17:26.941 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:17:26.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:26.946 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:17:26.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:26.949 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:17:26.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:26.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:26.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:26.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:26.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:26.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:26.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:27.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:27.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:27.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:27.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:27.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:27.263 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:27.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:27.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:27.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 12:17:27.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:17:27.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:27.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 12:17:27.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:27.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:27.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:27.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:27.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:27.351 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:27.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:27.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:27.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 12:17:32.399 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:17:32.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 12:17:32.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:32.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:32.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:32.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:32.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:32.405 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:32.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:32.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:32.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:32.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:32.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:32.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:32.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:32.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:32.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:32.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:32.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:32.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:32.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:32.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:32.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:17:32.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:32.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:32.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:32.468 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:32.468 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:17:32.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:17:32.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:32.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:32.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:32.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:32.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:32.472 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:17:32.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:32.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:32.472 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:32.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:32.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:32.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:32.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:32.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:32.530 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:32.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:32.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:32.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:32.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:32.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:32.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:32.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:32.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:32.532 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:32.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:32.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:32.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:32.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:32.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:32.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:32.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:32.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:32.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:32.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:32.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:32.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 12:17:32.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:32.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:32.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:32.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:32.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:32.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:32.595 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:32.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:32.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:32.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:32.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:37.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 12:17:37.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:37.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:37.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:37.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:37.619 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:37.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:37.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:37.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:37.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:37.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:37.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:37.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:37.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:37.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:37.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:37.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:37.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:37.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:37.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:37.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:37.680 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:17:37.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:37.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:37.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:37.681 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:37.681 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:17:37.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:17:37.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:37.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:37.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:37.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:37.683 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:17:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:37.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:37.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:37.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:37.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:37.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:37.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:37.730 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:37.730 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:37.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:37.731 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:37.731 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:37.731 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:37.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:37.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:37.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:37.731 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:37.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:37.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:37.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:37.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:37.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:37.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:37.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:37.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 12:17:37.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:17:37.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:37.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 12:17:37.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:37.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:37.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:37.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:37.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:37.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:37.802 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:37.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:37.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:37.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:37.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 12:17:42.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:17:42.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 12:17:42.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:42.829 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:42.829 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:42.830 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:42.830 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:42.831 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:42.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:42.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:42.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:42.831 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:42.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:42.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:42.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:42.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:42.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:42.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 12:17:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 12:17:42.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:42.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:42.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:42.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:42.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:42.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:42.898 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:42.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:42.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:47.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:47.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:47.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:47.922 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:47.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:47.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:47.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:47.923 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:17:47.923 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:17:47.924 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:47.924 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:47.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.365 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.448 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.126 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.087 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.112 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.099 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.092 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:47.957 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:47.958 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:17:47.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:47.958 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:47.958 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:47.958 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:17:47.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:47.959 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:17:47.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:47.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:47.959 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:47.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:47.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:47.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:47.959 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:47.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:47.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:47.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:47.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:47.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:48.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:48.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:48.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:48.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:48.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.042 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:48.042 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:17:48.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:48.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:48.045 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:48.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:48.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:48.049 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:48.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:48.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:48.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:48.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:48.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:48.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:17:48.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:17:48.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:48.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:48.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:48.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:48.089 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:48.089 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:48.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:48.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:48.089 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:48.089 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:48.089 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:48.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:48.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:48.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:48.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:48.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:48.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:48.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:48.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:48.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:48.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:48.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:48.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.176 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:48.176 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:17:48.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:17:48.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:48.178 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:17:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:48.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:48.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:48.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:48.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:48.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:48.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:48.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:48.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:48.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:48.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:48.236 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:48.236 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:48.236 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:48.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:48.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:48.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:48.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:48.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:48.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:48.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:48.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:48.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:48.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.297 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:48.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:48.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:48.299 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:48.299 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:17:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:48.300 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:48.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:48.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:53.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:53.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:53.321 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.322 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:53.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:53.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:53.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:53.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:53.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:53.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.323 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:53.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:53.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:53.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.386 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:53.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.388 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:17:53.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:17:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:53.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:53.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.436 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:53.436 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:53.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:53.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:53.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:53.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:53.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:53.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:53.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.495 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.497 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:53.500 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:17:53.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:17:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:53.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:53.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:53.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:53.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:53.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:53.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:53.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:53.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.609 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.609 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:17:53.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:53.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.613 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:53.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:53.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:53.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:53.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.615 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 12:17:53.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.626 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.626 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 12:17:53.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 12:17:53.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.632 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 12:17:53.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:53.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:53.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:53.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 12:17:53.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 12:17:53.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:17:53.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:17:53.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:17:53.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:53.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:53.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.674 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.674 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:53.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:53.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:53.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:53.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:53.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:53.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:53.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:53.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.759 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:53.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.761 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.761 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:17:53.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:53.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.762 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:53.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:53.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 12:17:53.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:53.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 12:17:53.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:53.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:17:53.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.765 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:17:53.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:17:53.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.767 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:53.767 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.795 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:53.795 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.795 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.795 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:53.795 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:53.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:53.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:53.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:53.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:53.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:53.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:53.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.863 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:17:53.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 12:17:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:17:53.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:17:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:53.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:53.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:53.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:53.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:53.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.895 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:53.895 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:17:53.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:17:53.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:53.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:53.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:53.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:17:53.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:17:53.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:17:53.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 12:17:54.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:54.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:54.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:54.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:54.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:54.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:55.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:55.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:55.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:55.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:55.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:55.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:56.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:56.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:56.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:56.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:56.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:56.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:57.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:57.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:57.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:57.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:57.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:57.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:58.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:58.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:58.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:58.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:58.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:58.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:59.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:59.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:59.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:59.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:59.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:59.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:00.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:00.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:00.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:00.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:00.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:00.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:01.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:01.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:01.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:01.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:01.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:01.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:02.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:02.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:02.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:02.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:02.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:02.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:03.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:03.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:03.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:03.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:03.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:03.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. failed, an exception will be thrown 12:18:04.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:04.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 12:18:04.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 12:18:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:18:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:04.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:04.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:04.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:18:04.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:18:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:18:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:04.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:04.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:04.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:18:04.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:04.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:04.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:04.100 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:18:04.100 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:04.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:18:04.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:18:04.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:04.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:04.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:04.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:18:04.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:18:04.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:18:04.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.151 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:18:04.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:04.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:04.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:18:04.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:18:04.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:18:04.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:04.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:04.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:04.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:18:04.169 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:04.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:04.170 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:18:04.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:04.170 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:18:04.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:18:04.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:04.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:04.170 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:04.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:04.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:18:04.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:18:04.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:18:04.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:04.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:18:04.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:18:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:18:04.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:04.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:04.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:04.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:18:04.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:04.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:04.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:04.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:18:04.255 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:18:04.255 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:04.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.3 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.13 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.147 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.086 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.114 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.104 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.133 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.121 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.099 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.205 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.07 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.085 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:18:04.268 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:18:04.270 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:18:04.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:04.271 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:18:04.271 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:04.271 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:18:04.271 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:04.271 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:18:04.271 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:04.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:18:04.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.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: "Import"] 12:18:04.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.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: "Testing import wizard"] 12:18:04.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:04.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 12:18:04.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:18:04.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:04.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:04.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:04.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: "Import"] 12:18:04.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.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: "Import"] 12:18:04.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.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: "Import"] 12:18:04.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.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: "Testing import wizard"] 12:18:04.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.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: "Import"] 12:18:04.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.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: "Import"] 12:18:04.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:04.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:04.339 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:04.343 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:04.343 DEBUG [main][MenuItemLookup] Item match:File 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:04.346 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:18:04.346 DEBUG [main][MenuItemLookup] Item match:Import... 12:18:04.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:18:04.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:18:04.350 INFO [main][MenuItemHandler] Select menu item: &Import... 12:18:04.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:18:04.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:18:04.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:18:04.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.449 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:18:04.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:04.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:04.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 12:18:04.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 12:18:04.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:04.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:04.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 12:18:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 12:18:04.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 12:18:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:04.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 12:18:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:04.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 12:18:04.974 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 12:18:04.975 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 12:18:04.975 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 12:18:04.978 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 12:18:04.978 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:18:04.978 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:18:04.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:18:04.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:04.980 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:04.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:04.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:04.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:04.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:04.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: "Import"] 12:18:04.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 12:18:04.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available. finished successfully 12:18:04.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 12:18:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.986 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 12:18:04.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:04.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 12:18:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.987 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 12:18:04.987 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 12:18:04.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest$ImportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:04.991 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:04.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:04.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:04.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:04.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:05.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:05.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:05.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:18:05.008 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:05.008 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:05.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:05.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 12:18:05.009 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:18:05.009 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:05.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:05.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:05.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.715 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:05.017 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:05.018 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:18:05.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:05.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:05.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:05.019 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:18:05.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:05.026 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:18:05.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:18:05.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:05.028 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:18:05.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:05.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:05.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:05.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:05.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.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: "Testing new wizard"] 12:18:05.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:05.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:05.030 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:05.030 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:05.030 DEBUG [main][MenuItemLookup] Item match:File 12:18:05.031 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:05.031 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:18:05.036 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:18:05.037 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:05.037 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:18:05.037 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:05.037 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:18:05.037 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:05.037 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:18:05.037 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:18:05.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:18:05.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:18:05.037 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:18:05.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:18:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:18:05.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:18:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:05.104 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:05.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:05.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:05.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:05.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:18:05.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:05.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:05.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:18:05.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:05.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:18:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:05.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:05.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:18:05.627 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:18:05.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:18:05.628 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:18:05.629 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:05.629 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:18:05.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:18:05.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:05.631 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:05.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:05.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:05.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:18:05.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:18:05.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:05.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:05.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:05.648 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:05.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.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: "Testing new wizard"] 12:18:05.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:05.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:05.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:05.649 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:05.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.649 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:05.649 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:18:05.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:05.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:05.651 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:05.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:05.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:05.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:05.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:05.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:05.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:05.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:05.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:05.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:05.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:05.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:05.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:05.684 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:05.684 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:05.684 DEBUG [main][MenuItemLookup] Item match:File 12:18:05.685 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:05.685 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:18:05.686 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:18:05.686 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:05.686 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:18:05.686 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:05.686 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:18:05.686 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:05.686 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:18:05.687 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:18:05.687 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:18:05.687 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:18:05.687 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:18:05.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:18:05.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 'New|Select a wizard'] is available. finished successfully 12:18:05.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:18:05.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:05.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:05.755 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:05.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:05.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:05.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:18:05.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:06.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:06.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:06.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:18:06.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:06.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:06.261 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:18:06.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:06.261 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:06.261 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:18:06.261 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:18:06.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:18:06.262 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:18:06.262 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:06.262 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:18:06.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:18:06.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:06.264 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:06.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:06.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:06.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:06.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:06.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:18:06.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:18:06.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.271 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:06.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:18:06.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: "Testing new wizard"] 12:18:06.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:18:06.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.272 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:06.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:06.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.272 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:06.272 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:18:06.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:06.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:06.274 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:06.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:06.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:06.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:06.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:06.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:06.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:06.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:06.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:06.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:06.291 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:18:06.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.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: "Testing new wizard"] 12:18:06.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:06.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:18:06.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:06.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:06.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:06.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:06.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.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: "Testing new wizard"] 12:18:06.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.293 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:06.293 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:06.293 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:06.293 DEBUG [main][MenuItemLookup] Item match:File 12:18:06.294 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:06.294 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:18:06.295 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:18:06.295 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:06.295 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:18:06.295 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:06.295 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:18:06.295 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:06.295 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:18:06.295 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:18:06.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:18:06.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:18:06.296 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:18:06.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:18:06.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 'New|Select a wizard'] is available. finished successfully 12:18:06.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:18:06.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.362 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:06.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:06.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:18:06.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:06.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:06.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:06.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:18:06.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:06.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:18:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:06.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:06.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:18:06.868 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:18:06.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:18:06.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:18:06.869 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:06.869 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:18:06.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:18:06.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:06.871 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:06.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:06.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:06.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:06.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:06.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:18:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:18:06.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.878 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:06.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:06.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.879 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:06.879 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:18:06.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:06.880 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:06.880 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:06.880 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:06.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:06.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:06.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:06.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:06.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:06.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:06.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:06.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:06.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:06.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:06.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:06.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:18:06.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:18:06.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:06.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:18:06.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:06.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:06.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:06.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:06.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:18:06.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:06.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:06.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:06.902 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:06.903 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:06.903 DEBUG [main][MenuItemLookup] Item match:File 12:18:06.904 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:06.904 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:18:06.906 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:18:06.906 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:06.906 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:18:06.906 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:06.906 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:18:06.906 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:06.906 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:18:06.906 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:18:06.906 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:18:06.906 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:18:06.906 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:18:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:18:06.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:18:06.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:18:06.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.986 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:06.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:06.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:06.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:18:06.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:06.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:07.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:07.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:18:07.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:07.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:18:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:07.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:07.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:18:07.493 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:18:07.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:18:07.494 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:18:07.494 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:07.494 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:18:07.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:18:07.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:07.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:07.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:07.496 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:07.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:07.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:07.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:07.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:07.501 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:07.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:18:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:18:07.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:07.503 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:07.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:07.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:07.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.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: "Testing new wizard"] 12:18:07.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:07.504 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:07.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:07.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:07.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:07.504 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:07.504 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:18:07.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:07.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:07.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:07.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:07.506 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:07.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:07.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:07.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:07.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:07.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:07.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:07.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:07.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:07.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:07.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:18:07.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:18:07.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:07.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.514 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.263 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.609 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.628 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:18:07.541 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:18:07.542 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:18:07.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:07.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:18:07.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:07.542 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:18:07.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:07.549 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:18:07.549 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:07.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: "Export"] 12:18:07.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.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: "Export"] 12:18:07.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.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: "Testing export wizard"] 12:18:07.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:07.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 12:18:07.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:18:07.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:07.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:07.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:07.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: "Export"] 12:18:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.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: "Export"] 12:18:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.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: "Export"] 12:18:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.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: "Testing export wizard"] 12:18:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.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: "Export"] 12:18:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.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: "Export"] 12:18:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:07.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:07.551 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:07.552 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:07.552 DEBUG [main][MenuItemLookup] Item match:File 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:18:07.553 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:18:07.553 DEBUG [main][MenuItemLookup] Item match:Export... 12:18:07.553 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 12:18:07.554 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 12:18:07.554 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 12:18:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 12:18:07.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 12:18:07.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 12:18:07.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:07.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:07.639 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 12:18:07.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:07.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:07.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:07.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:07.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:07.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 12:18:07.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 12:18:07.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:08.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 12:18:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 12:18:08.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 12:18:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:08.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 12:18:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:08.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 12:18:08.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 12:18:08.145 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 12:18:08.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 12:18:08.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 12:18:08.149 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 12:18:08.149 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:18:08.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:18:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:08.151 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:08.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:08.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:08.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:08.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:08.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: "Export"] 12:18:08.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 12:18:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available. finished successfully 12:18:08.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 12:18:08.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:08.158 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 12:18:08.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:08.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 12:18:08.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:08.158 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 12:18:08.158 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 12:18:08.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest$ExportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:08.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:08.160 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:08.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:08.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:08.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:08.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:08.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:08.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:18:08.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:08.177 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:08.177 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 12:18:08.177 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:18:08.177 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:08.177 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.627 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 12:18:08.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 12:18:08.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 12:18:08.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 12:18:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:08.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 "OK", Widget matcher matching widgets with style: 8) 12:18:08.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:08.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:18:08.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:08.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:08.236 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:18:08.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:08.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:08.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:08.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:08.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 12:18:08.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 12:18:08.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 12:18:08.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:08.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:18:08.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:08.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:08.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:18:08.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:08.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:18:08.298 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:08.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 12:18:08.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 12:18:08.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 12:18:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18: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: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:08.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:08.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:18:08.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:08.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:08.370 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:08.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:08.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:08.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:08.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:08.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 12:18:08.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 12:18:08.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 12:18:08.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:08.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:18:08.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:08.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:08.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:18:08.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:08.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:18:08.451 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:08.451 INFO [WorkbenchTestable][AbstractText] Text set to: something 12:18:08.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:18:08.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:08.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:18:08.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:18:08.453 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:08.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:08.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:08.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 12:18:08.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:08.455 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:08.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:08.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.074 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.045 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.099 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.064 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 12:18:08.477 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:08.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:08.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.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: "Testing new wizard"] 12:18:08.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:08.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:08.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:08.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.488 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:18:08.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.488 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:08.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.488 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:08.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:08.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:08.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:08.488 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:08.488 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:08.488 DEBUG [main][MenuItemLookup] Item match:File 12:18:08.489 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:08.489 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:18:08.491 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:18:08.491 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:08.491 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:18:08.491 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:08.491 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:18:08.491 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:08.491 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:18:08.491 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:18:08.491 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:18:08.491 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:18:08.523 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:18:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:18:08.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:18:08.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:18:08.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:08.590 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:08.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:08.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:18:08.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:09.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:09.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:09.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:18:09.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:18:09.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:09.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:18:09.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:09.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:18:09.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:18:09.100 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:18:09.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:18:09.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:18:09.101 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:18:09.101 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:18:09.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) 12:18:09.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:09.103 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:09.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:09.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:09.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:18:09.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:18:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:18:09.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:09.112 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:09.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:18:09.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:18:09.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:09.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:09.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:09.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:18:09.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:09.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:09.114 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:18:09.114 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:18:09.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:18:09.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:09.118 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:18:09.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:09.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:09.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:09.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:09.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:09.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:09.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 12:18:09.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. finished successfully 12:18:09.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 12:18:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:09.187 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.187 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:09.188 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.189 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.189 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.189 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.189 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.189 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog error message") 12:18:09.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:09.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:18:09.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:09.195 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 12:18:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:09.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:09.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:09.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:09.198 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.198 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:09.199 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.199 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.199 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.199 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message") 12:18:09.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:09.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:09.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:09.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:18:09.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:09.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:09.201 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 12:18:09.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:09.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:09.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:09.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:09.203 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.203 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:09.204 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.204 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.204 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.204 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 12:18:09.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:09.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:09.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:18:09.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:09.206 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 12:18:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:09.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:09.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:09.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:09.207 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.207 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:09.208 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.208 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.208 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.208 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 12:18:09.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:09.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:09.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:09.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:18:09.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:09.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:09.213 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 12:18:09.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:09.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:09.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:09.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:09.215 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.215 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:09.216 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.216 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.216 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.216 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 12:18:09.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:09.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:18:09.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:09.217 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 12:18:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:09.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:09.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:09.219 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:09.220 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.220 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.220 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:18:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:09.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:09.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:10.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:10.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:10.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:10.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:11.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:11.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:11.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:11.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:12.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:12.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:12.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:12.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:13.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:13.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:13.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:13.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:14.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:14.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:14.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:14.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:15.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:15.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:15.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:15.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:16.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:16.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:16.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:16.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:17.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:17.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:17.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:17.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:18.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:18.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:18.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:18.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:19.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:19.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:19.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available. failed, an exception will be thrown Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.803 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.662 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.092 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.048 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:19.284 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:19.286 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:18:19.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:19.286 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:19.287 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:19.287 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:18:19.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:19.297 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:18:19.297 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:19.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:19.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:19.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:19.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:19.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:19.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:19.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:19.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:19.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:19.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:19.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:19.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:19.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:19.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:19.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:19.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:19.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:19.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:19.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:19.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:19.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:19.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:19.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:19.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:19.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:19.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:19.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:19.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:19.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:19.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:19.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:19.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:19.384 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:19.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:19.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:19.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:19.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:19.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:19.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:19.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:19.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:19.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:19.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:19.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:19.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:19.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:19.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:19.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:19.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:19.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:19.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:19.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:19.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:19.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:19.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:19.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:19.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:19.455 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 12:18:19.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 12:18:19.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:19.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 12:18:19.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 12:18:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:19.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 12:18:19.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:19.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 12:18:19.963 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 12:18:19.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 12:18:19.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:20.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 12:18:20.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 12:18:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:20.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 12:18:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:20.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 12:18:20.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:20.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:20.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:20.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:20.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:20.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:20.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:20.479 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:20.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:20.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:20.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:20.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:20.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:20.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:20.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:20.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:20.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:20.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:20.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:20.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:20.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:20.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:20.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:20.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:20.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:20.509 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:18:20.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:20.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:21.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:21.009 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:21.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:21.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:21.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:18:21.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:21.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:21.016 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:18:21.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:21.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:21.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:21.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:21.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:21.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:21.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:18:21.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:21.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:21.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:21.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:21.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:21.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:21.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:21.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:21.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:21.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:21.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:21.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:21.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:21.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:21.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:21.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 12:18:21.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:21.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:21.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:21.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:21.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:21.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:21.573 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:18:21.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:22.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:22.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:22.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:22.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:22.079 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:18:22.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:22.079 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:22.080 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:18:22.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:22.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:22.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:22.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:22.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:22.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:18:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:22.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:22.589 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 12:18:22.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 12:18:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:23.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:23.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 12:18:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 12:18:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:23.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 12:18:23.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:23.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 12:18:23.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:23.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:23.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:23.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:23.119 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:23.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:23.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:23.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:23.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:23.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:23.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:23.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:23.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:23.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:23.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:23.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:23.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:23.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:23.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:23.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:23.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:23.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:23.146 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:18:23.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:23.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:23.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:23.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:23.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:18:23.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:23.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:23.655 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:18:23.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:23.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:24.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:24.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:24.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:24.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:24.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:18:24.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:24.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:24.168 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:18:24.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:24.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:24.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:24.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:24.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:24.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:24.678 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:18:24.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:24.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:24.678 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:18:24.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:24.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:25.178 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:25.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:25.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:25.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:18:25.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:25.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:25.188 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:18:25.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:25.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:25.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:25.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:25.690 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:25.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:25.690 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:18:25.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:25.690 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:25.690 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:18:25.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:25.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:26.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:26.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:26.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:26.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:26.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:18:26.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:26.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:26.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:26.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:26.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:26.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:26.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:26.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:26.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:26.205 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:26.205 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:26.205 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:26.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:26.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:26.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:26.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:26.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:26.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:26.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:26.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:26.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:26.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:26.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:26.238 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 12:18:26.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:18:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:26.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:26.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:18:26.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:18:26.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:26.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 12:18:26.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:26.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:18:26.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:26.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:26.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:26.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:26.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:26.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:26.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:26.758 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:26.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:26.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:26.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:26.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:26.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:26.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:26.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:26.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:26.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:26.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:26.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:26.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:26.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:26.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:26.813 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 12:18:26.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:18:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:27.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:18:27.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:18:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:27.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 12:18:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:27.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:18:27.318 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 12:18:27.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 12:18:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:27.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:27.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 12:18:27.824 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 12:18:27.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:27.824 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 12:18:27.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:27.824 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 12:18:27.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:27.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:27.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:27.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:27.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:27.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:27.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:27.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:27.845 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:27.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:27.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:27.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:27.845 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:27.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:27.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:27.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:27.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:27.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:27.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:27.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:27.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:27.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:27.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:27.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:27.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:27.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:27.892 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:27.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:27.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:27.893 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:27.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:27.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:27.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:27.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:27.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:27.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:27.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:27.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:27.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:27.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:27.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:27.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:27.911 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:18:27.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:27.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:28.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:28.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:28.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:28.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:28.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:18:28.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:28.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:28.417 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:18:28.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:28.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:28.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:28.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:18:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:28.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:18:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:28.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:18:28.926 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:18:28.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:29.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:29.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:29.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:29.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:18:29.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:29.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:29.439 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:18:29.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:29.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:29.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:29.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:29.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:18:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:29.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:29.953 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:18:29.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:30.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:30.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:30.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:18:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:30.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:30.455 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:18:30.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:30.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:30.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:18:30.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:30.957 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:18:30.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:30.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:18:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:30.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:30.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:30.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:30.966 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:30.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:30.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:30.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:18:30.967 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:18:30.967 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:30.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.684 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.047 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.048 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.086 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.055 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.585 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.085 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.553 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.087 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.048 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.074 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:18:30.975 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:18:30.976 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:18:30.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:30.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:18:30.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:30.976 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:18:30.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:30.991 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:18:30.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:30.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:30.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 12:18:30.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:18:30.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:30.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:30.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1659): Gtk-CRITICAL **: 12:18:31.022: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:18:31.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 12:18:31.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:31.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:31.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:31.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:18:31.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:31.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:31.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:18:31.041 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 12:18:31.044 TRACE [main][WidgetHandler] Notify Table with event 13 12:18:31.044 TRACE [main][WidgetHandler] Wait for synchronization 12:18:31.045 TRACE [main][WidgetHandler] Notify Table with event 3 12:18:31.045 TRACE [main][WidgetHandler] Wait for synchronization 12:18:31.045 TRACE [main][WidgetHandler] Notify Table with event 4 12:18:31.045 TRACE [main][WidgetHandler] Wait for synchronization 12:18:31.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.viewers.CellEditor, index 0 and no matchers specified 12:18:31.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:31.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:31.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:31.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:18:31.057 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:31.057 INFO [WorkbenchTestable][AbstractText] Text set to: abc 12:18:31.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 12:18:31.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:31.064 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:18:31.064 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:18:31.064 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:18:31.065 DEBUG [main][AbstractWait] Waiting until shell is active... 12:18:31.065 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:18:31.065 INFO [main][AbstractShell] Close shell Testing shell 12:18:31.065 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:18:31.071 DEBUG [main][AbstractWait] Waiting while shell is available... 12:18:31.071 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:18:31.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:18:31.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:31.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:31.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 12:18:31.092 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:18:31.092 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:31.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.101 s Running org.eclipse.reddeer.jface.test.window.WindowTest 12:18:31.100 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:18:31.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:31.100 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:18:31.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:31.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:31.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:31.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:31.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:31.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:18:31.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:31.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:31.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:31.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:31.127 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:18:31.127 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:31.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:31.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:18:31.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:18:31.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:31.157 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:18:31.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:31.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:31.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:31.157 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:18:31.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:31.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:18:31.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:31.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:31.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:32.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:18:32.159 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:18:32.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:18:32.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:32.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:32.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:32.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:32.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:32.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:32.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:32.172 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:32.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:18:32.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:32.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:32.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:32.190 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:18:32.190 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:32.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:32.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:18:32.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:32.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:32.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:32.207 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:18:32.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:32.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:32.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:32.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:18:32.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:32.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:18:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:32.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:32.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:33.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:33.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:18:33.220 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:18:33.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:18:33.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:33.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:33.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.230 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:33.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:18:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:33.234 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:18:33.234 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:33.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:33.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:18:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:33.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:33.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:18:33.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.258 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:18:33.258 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:18:33.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:18:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:18:33.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:33.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:18:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:33.270 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:18:33.270 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:33.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:18:33.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:33.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:18:33.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.299 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:18:33.299 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:18:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:18:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:18:33.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:33.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:18:33.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:33.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:18:33.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:33.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:33.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:18:33.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:33.337 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:18:33.338 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:33.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:18:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:18:33.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.352 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:18:33.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:33.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.352 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:18:33.352 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:18:33.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:18:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:18:33.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:33.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:18:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:33.372 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:18:33.372 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:33.372 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:18:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:18:33.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.384 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:18:33.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:33.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.385 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:33.385 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:18:33.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:18:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:33.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:34.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:34.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:34.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:18:34.386 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:18:34.386 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:18:34.386 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:34.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:34.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:34.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:34.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:18:34.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:34.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:34.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:34.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:34.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:34.399 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:18:34.399 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:34.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:34.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:18:34.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:34.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:34.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:34.420 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:18:34.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:34.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:34.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:34.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:34.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:18:34.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:34.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:18:34.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:34.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:34.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:34.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:34.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:35.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:35.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:18:35.422 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:18:35.422 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:18:35.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.332 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.071 s openActionNotDefined(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s openEclipseWindow1(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.057 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.103 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.062 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.035 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:18:35.444 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:18:35.445 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:18:35.445 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:35.445 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:18:35.446 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:35.446 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:18:35.446 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:35.446 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:18:35.446 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:35.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:35.447 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 12:18:35.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:18:35.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:35.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:35.447 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:35.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available.... 12:18:35.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:35.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:35.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available. finished successfully 12:18:35.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:18:35.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:35.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:35.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:18:35.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:35.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:35.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:35.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid") 12:18:35.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:35.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:35.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:35.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:18:35.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:35.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:35.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:35.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:35.508 INFO [WorkbenchTestable][AbstractButton] Click button make valid 12:18:35.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:35.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:35.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:35.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:35.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:18:35.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:35.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:35.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:35.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:18:35.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:35.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:35.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:35.526 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:18:35.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:35.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:35.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:35.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:35.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:35.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:35.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:35.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:35.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:35.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:18:35.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:35.554 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:35.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:35.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:35.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 12:18:35.555 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:18:35.555 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:35.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:35.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.107 s Results: Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 136 classes [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.integration.test >------ [INFO] Building RedDeer Integration and Eclipse Installation Tests 4.7.0-SNAPSHOT [36/58] [INFO] from tests/org.eclipse.reddeer.integration.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.integration.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.integration.test --- [INFO] Resolving class path of RedDeer Integration and Eclipse Installation Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.integration.test --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.integration.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.integration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.integration.test/target/org.eclipse.reddeer.integration.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.integration.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.integration.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9: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 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 4.7.0-SNAPSHOT [37/58] [INFO] from tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.eclipse.test --- [INFO] Resolving class path of RedDeer Eclipse Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources: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:2.7.5:compile (default-compile) @ org.eclipse.reddeer.eclipse.test --- [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- dependency:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test --- [INFO] Configured Artifact: org.hsqldb:hsqldb:2.3.0:jar [INFO] Copying hsqldb-2.3.0.jar to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-2.3.0.jar [INFO] [INFO] --- download: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 16/2127K 32/2127K 48/2127K 64/2127K 80/2127K 96/2127K 112/2127K 128/2127K 144/2127K 160/2127K 176/2127K 192/2127K 208/2127K 224/2127K 240/2127K 256/2127K 272/2127K 288/2127K 304/2127K 320/2127K 336/2127K 352/2127K 368/2127K 384/2127K 400/2127K 416/2127K 432/2127K 448/2127K 464/2127K 480/2127K 496/2127K 512/2127K 528/2127K 544/2127K 560/2127K 576/2127K 592/2127K 608/2127K 624/2127K 640/2127K 656/2127K 672/2127K 688/2127K 704/2127K 720/2127K 736/2127K 752/2127K 768/2127K 784/2127K 800/2127K 816/2127K 832/2127K 848/2127K 864/2127K 880/2127K 892/2127K 908/2127K 924/2127K 940/2127K 956/2127K 972/2127K 988/2127K 1004/2127K 1020/2127K 1036/2127K 1052/2127K 1068/2127K 1084/2127K 1100/2127K 1116/2127K 1132/2127K 1150/2127K 1166/2127K 1182/2127K 1198/2127K 1214/2127K 1230/2127K 1246/2127K 1262/2127K 1278/2127K 1294/2127K 1310/2127K 1326/2127K 1342/2127K 1358/2127K 1374/2127K 1390/2127K 1406/2127K 1422/2127K 1438/2127K 1454/2127K 1470/2127K 1486/2127K 1502/2127K 1518/2127K 1534/2127K 1550/2127K 1566/2127K 1582/2127K 1598/2127K 1614/2127K 1630/2127K 1646/2127K 1662/2127K 1678/2127K 1694/2127K 1710/2127K 1721/2127K 1737/2127K 1753/2127K 1769/2127K 1785/2127K 1801/2127K 1817/2127K 1833/2127K 1849/2127K 1865/2127K 1881/2127K 1897/2127K 1913/2127K 1929/2127K 1945/2127K 1961/2127K 1978/2127K 1994/2127K 2010/2127K 2026/2127K 2042/2127K 2058/2127K 2074/2127K 2090/2127K 2106/2127K 2122/2127K 2127/2127K 2127K downloaded [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/staging/2023-09/plugins/ (249kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (2.55MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.53MB) [INFO] Fetching com.google.protobuf_2.4.1.v20220404-1934.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (478.08kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/staging/2023-09/plugins/ (302.99kB) [INFO] Fetching org.mortbay.jasper.apache-el_9.0.52.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (246.95kB) [INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.16MB) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (135.86kB) [INFO] Fetching jakarta.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (62.56kB) [INFO] Fetching javax.activation_2.0.0.v20221203-1659.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (82.95kB) [INFO] Fetching jakarta.enterprise.cdi-api_2.0.2.jar from https://download.eclipse.org/staging/2023-09/plugins/ (106.86kB) [INFO] Fetching jakarta.interceptor-api_1.2.5.jar from https://download.eclipse.org/staging/2023-09/plugins/ (24.45kB) [INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/staging/2023-09/plugins/ (266.68kB) [INFO] Fetching jakarta.transaction-api_1.3.3.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.03kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (314.74kB) [INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar from https://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/plugins/ (287.03kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20230516-1249.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.02MB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (356.05kB) [INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB) [INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB) [INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20230723-0712.jar from https://download.eclipse.org/staging/2023-09/plugins/ (43.94kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/staging/2023-09/plugins/ (293.71kB) [INFO] Fetching org.apache.xmlrpc.client_3.1.3.v20160817-1930.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (73.89kB) [INFO] Fetching org.apache.xmlrpc.common_3.1.3.v20181004-1955.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (129.32kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (254.52kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (34.97kB) [INFO] Fetching org.eclipse.help.base_4.4.100.v20230824-0400.jar from https://download.eclipse.org/staging/2023-09/plugins/ (440.5kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (38.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (128.31kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (86.87kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (127.79kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar from https://download.eclipse.org/staging/2023-09/plugins/ (355.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (47.13kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.5.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (236.33kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (78.29kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.4.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (109.02kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (280.28kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.39kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.55kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (32.32kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (210.82kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/staging/2023-09/plugins/ (262.1kB) [INFO] Fetching org.eclipse.dstore.core_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (398.67kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.79kB) [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/staging/2023-09/plugins/ (133.18kB) [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/staging/2023-09/plugins/ (67.72kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/staging/2023-09/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/staging/2023-09/plugins/ (134.87kB) [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.26kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.35.0.v20230801-1141.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.35.0.v20230622-1149.jar from https://download.eclipse.org/staging/2023-09/plugins/ (192.73kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (304.34kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (96.25kB) [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (84.42kB) [INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (66.73kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.45kB) [INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (74.36kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (116.44kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (93.67kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (55.08kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.88kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/staging/2023-09/plugins/ (131.33kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.67kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (196.81kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (31.55kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (151.38kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (44.42kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.01kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (52.29kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (104.31kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.95kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.3.100.v20230728-2010.jar from https://download.eclipse.org/staging/2023-09/plugins/ (40.09kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.3.100.v20230728-2010.jar from https://download.eclipse.org/staging/2023-09/plugins/ (61.15kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.4.100.v20230630-1506.jar from https://download.eclipse.org/staging/2023-09/plugins/ (47.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.3.100.v20230718-0609.jar from https://download.eclipse.org/staging/2023-09/plugins/ (158.51kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.8.100.v20230804-1454.jar from https://download.eclipse.org/staging/2023-09/plugins/ (399.6kB) [INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (256.75kB) [INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (211.53kB) [INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (557.33kB) [INFO] Fetching org.eclipse.jetty.jndi_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (46.89kB) [INFO] Fetching org.eclipse.jetty.server_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (777.98kB) [INFO] Fetching org.eclipse.jetty.plus_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (67.48kB) [INFO] Fetching org.eclipse.jetty.security_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (118.37kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (161.99kB) [INFO] Fetching org.eclipse.jetty.webapp_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (155.17kB) [INFO] Fetching org.eclipse.jetty.xml_10.0.15.jar from https://download.eclipse.org/staging/2023-09/plugins/ (70.41kB) [INFO] Fetching org.eclipse.jsch.core_1.5.100.v20230726-0617.jar from https://download.eclipse.org/staging/2023-09/plugins/ (43.45kB) [INFO] Fetching org.eclipse.json_1.2.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (57.35kB) [INFO] Fetching org.eclipse.lsp4e_0.16.1.202305241229.jar from https://download.eclipse.org/staging/2023-09/plugins/ (605.25kB) [INFO] Fetching org.eclipse.tm4e.languageconfiguration_0.5.7.202308132047.jar from https://download.eclipse.org/staging/2023-09/plugins/ (133.27kB) [INFO] Fetching org.eclipse.tm4e.ui_0.7.1.202308132047.jar from https://download.eclipse.org/staging/2023-09/plugins/ (193.46kB) [INFO] Fetching org.eclipse.lsp4j_0.21.1.v20230829-0012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.08MB) [INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.21.1.v20230829-0012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (135.43kB) [INFO] Fetching org.eclipse.mylyn.wikitext_3.0.48.202308291007.jar from https://download.eclipse.org/staging/2023-09/plugins/ (371.46kB) [INFO] Fetching org.eclipse.mylyn.wikitext.markdown_3.0.48.202308291007.jar from https://download.eclipse.org/staging/2023-09/plugins/ (83.75kB) [INFO] Fetching org.eclipse.m2e.apt.core_2.2.100.20230520-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (65.27kB) [INFO] Fetching org.eclipse.m2e.jdt_2.3.2.20230823-0832.jar from https://download.eclipse.org/staging/2023-09/plugins/ (162.33kB) [INFO] Fetching org.eclipse.m2e.apt.ui_2.0.400.20230520-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (44.91kB) [INFO] Fetching org.eclipse.m2e.binaryproject_2.1.201.20230809-1423.jar from https://download.eclipse.org/staging/2023-09/plugins/ (23.36kB) [INFO] Fetching org.eclipse.m2e.sourcelookup_2.0.300.20230520-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.21kB) [INFO] Fetching org.eclipse.m2e.binaryproject.ui_2.0.100.20230520-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (18.78kB) [INFO] Fetching org.eclipse.m2e.discovery_2.0.200.20230210-1347.jar from https://download.eclipse.org/staging/2023-09/plugins/ (76.22kB) [INFO] Fetching org.eclipse.m2e.editor_2.0.301.20230809-1423.jar from https://download.eclipse.org/staging/2023-09/plugins/ (401.39kB) [INFO] Fetching org.eclipse.m2e.editor.lemminx_2.0.4.20230815-1219.jar from https://download.eclipse.org/staging/2023-09/plugins/ (242.16kB) [INFO] Fetching org.eclipse.wildwebdeveloper.xml_1.3.0.202308101707.jar from https://download.eclipse.org/staging/2023-09/plugins/ (8.8MB) [INFO] Fetching org.eclipse.m2e.launching_2.0.600.20230627-0627.jar from https://download.eclipse.org/staging/2023-09/plugins/ (123.95kB) [INFO] Fetching org.eclipse.m2e.refactoring_2.0.301.20230809-1423.jar from https://download.eclipse.org/staging/2023-09/plugins/ (76.84kB) [INFO] Fetching org.eclipse.m2e.scm_2.0.200.20230207-0948.jar from https://download.eclipse.org/staging/2023-09/plugins/ (61.89kB) [INFO] Fetching org.eclipse.m2e.jdt.ui_2.0.300.20230605-0657.jar from https://download.eclipse.org/staging/2023-09/plugins/ (39.87kB) [INFO] Fetching org.eclipse.m2e.profiles.core_2.1.200.20230520-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (23.64kB) [INFO] Fetching org.eclipse.m2e.profiles.ui_2.0.300.20230520-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.7kB) [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_2.0.300.20230520-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (27.81kB) [INFO] Fetching org.eclipse.m2e.mavenarchiver_2.0.400.20230520-0934.jar from https://download.eclipse.org/staging/2023-09/plugins/ (31.06kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.26.0.v20230221-1930.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (274.3kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (125.23kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (85.77kB) [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (39kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.83kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (17.92kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.26.0.v20230221-1930.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (290.09kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (331.04kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (178.66kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.0.v20230221-1933.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.98MB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (111.39kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.0.v20230225-1108.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (47kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (16.02kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.0.v20230320-1407.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (32.86kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (63.41kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (50.21kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.0.v20230131-2052.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (99.27kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (128.15kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (40.67kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (110.97kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (166.97kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (53.46kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.32kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (90.78kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (94.03kB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (37.23kB) [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (95.96kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.22MB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.0.v20230416-1636.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (34.69kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (31.93kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.0.v20221223-1911.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.8kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.26.0.v20221229-1738.jar from https://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (137.46kB) [INFO] Fetching org.jsoup_1.16.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (432.91kB) [INFO] Fetching org.eclipse.rse_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.04kB) [INFO] Fetching org.eclipse.rse.connectorservice.dstore_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (72.71kB) [INFO] Fetching org.eclipse.rse.services_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (462.66kB) [INFO] Fetching org.eclipse.rse.services.dstore_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (357.54kB) [INFO] Fetching org.eclipse.rse.ui_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.68MB) [INFO] Fetching org.eclipse.rse.core_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (417.93kB) [INFO] Fetching org.eclipse.rse.connectorservice.local_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (19.04kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (44.15kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (65.16kB) [INFO] Fetching org.eclipse.rse.connectorservice.telnet_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (29.57kB) [INFO] Fetching org.eclipse.rse.services.telnet_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (26.07kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (213.63kB) [INFO] Fetching org.eclipse.rse.efs_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (37.21kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.47kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (241.17kB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (509.89kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (79.15kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (148.17kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (141.44kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (34.06kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (37.14kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (72.7kB) [INFO] Fetching org.eclipse.rse.subsystems.files.dstore_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (42.17kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.89kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (25.08kB) [INFO] Fetching org.eclipse.rse.dstore.security_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (71.2kB) [INFO] Fetching org.eclipse.rse.services.files.ftp_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (45.56kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ftp_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (39.22kB) [INFO] Fetching org.eclipse.rse.services.local_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (65.15kB) [INFO] Fetching org.eclipse.rse.subsystems.files.local_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (30.83kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.local_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.33kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.local_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.95kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ssh_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.52kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.84kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_4.5.500.202305261012.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.92kB) [INFO] Fetching org.eclipse.tm4e.core_0.6.1.202308132047.jar from https://download.eclipse.org/staging/2023-09/plugins/ (274.77kB) [INFO] Fetching org.jcodings_1.0.58.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.66MB) [INFO] Fetching org.joni_2.2.1.jar from https://download.eclipse.org/staging/2023-09/plugins/ (227.14kB) [INFO] Fetching org.eclipse.tm4e.registry_0.6.5.202308132047.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.53kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.3.0.v202308161955.jar from https://download.eclipse.org/staging/2023-09/plugins/ (293.81kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202307170218.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.57kB) [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar from https://download.eclipse.org/staging/2023-09/plugins/ (53.38kB) [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.17kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.600.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (418.97kB) [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.700.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (250.35kB) [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (44.11kB) [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.801.v202308110227.jar from https://download.eclipse.org/staging/2023-09/plugins/ (141.3kB) [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.500.v202211200038.jar from https://download.eclipse.org/staging/2023-09/plugins/ (3.73MB) [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.1.0.v202307190318.jar from https://download.eclipse.org/staging/2023-09/plugins/ (57.78kB) [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.700.v202304022004.jar from https://download.eclipse.org/staging/2023-09/plugins/ (8.33MB) [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.300.v202305221615.jar from https://download.eclipse.org/staging/2023-09/plugins/ (163.29kB) [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.3.0.v202307260543.jar from https://download.eclipse.org/staging/2023-09/plugins/ (233.67kB) [INFO] Fetching org.eclipse.wst.json.bower.core_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.6kB) [INFO] Fetching org.eclipse.wst.json.bower.ui_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (22.9kB) [INFO] Fetching org.eclipse.wst.json.core_1.1.100.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (285.04kB) [INFO] Fetching org.eclipse.wst.json.ui_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (243.28kB) [INFO] Fetching org.eclipse.wst.json.eslint.core_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.58kB) [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.6kB) [INFO] Fetching org.eclipse.wst.json.jshint.core_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.59kB) [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.58kB) [INFO] Fetching org.eclipse.wst.json.npm.core_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.52kB) [INFO] Fetching org.eclipse.wst.json.npm.ui_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (20.58kB) [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.1.0.v202308160419.jar from https://download.eclipse.org/staging/2023-09/plugins/ (15.23kB) [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar from https://download.eclipse.org/staging/2023-09/plugins/ (35.45kB) [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.500.v202007170127.jar from https://download.eclipse.org/staging/2023-09/plugins/ (44.7kB) [INFO] Fetching org.eclipse.wst.server.preview_1.2.100.v202308110227.jar from https://download.eclipse.org/staging/2023-09/plugins/ (31.36kB) [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.800.v202308110227.jar from https://download.eclipse.org/staging/2023-09/plugins/ (44.78kB) [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar from https://download.eclipse.org/staging/2023-09/plugins/ (18.02kB) [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar from https://download.eclipse.org/staging/2023-09/plugins/ (144.47kB) [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (126kB) [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar from https://download.eclipse.org/staging/2023-09/plugins/ (169.57kB) [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.93kB) [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (12.73kB) [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (776kB) [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (126.72kB) [INFO] Fetching org.eclipse.wst.xsd.core_1.2.101.v202307260543.jar from https://download.eclipse.org/staging/2023-09/plugins/ (79.86kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (13.94kB) [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (14.25kB) [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (21.31kB) [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.601.v202308160453.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1.28MB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (133.56kB) [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar from https://download.eclipse.org/staging/2023-09/plugins/ (125.37kB) [INFO] Fetching org.eclipse.xsd_2.19.0.v20230614-0642.jar from https://download.eclipse.org/staging/2023-09/plugins/ (1,002.68kB) [INFO] Fetching org.eclipse.xsd.edit_2.12.0.v20230211-1150.jar from https://download.eclipse.org/staging/2023-09/plugins/ (228.99kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:19:41.455 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:19:41.457 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:19:41.462 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:19:41.462 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:19:41.529 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:19:41.548 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:19:41.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:19:41.553 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:19:41.554 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:19:41.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:19:41.561 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:19:41.565 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:19:41.565 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:19:41.567 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:19:41.567 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:19:41.569 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:19:41.572 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 12:19:41.573 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 12:19:41.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:41.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:41.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:41.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:19:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:41.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:41.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:41.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:41.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:19:41.748 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:19:41.748 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:19:41.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:41.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:19:41.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:19:41.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:19:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:41.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:19:41.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:41.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:41.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:41.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:19:41.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:41.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:41.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:41.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:41.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:41.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:19:41.935 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 12:19:41.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:19:41.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:19:41.938 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:19:41.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:19:41.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:19:41.938 TRACE [main][WidgetHandler] Notify Table with event 13 12:19:41.938 TRACE [main][WidgetHandler] Wait for synchronization 12:19:41.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:41.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:41.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:41.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:19:41.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:41.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:41.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:41.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:19:41.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:41.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:19:41.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:41.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:41.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:41.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:41.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:41.951 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:19:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:41.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:41.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:42.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:19:43.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:19:43.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:19:43.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:43.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:43.034 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:43.037 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:43.037 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:19:43.038 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:19:43.038 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:19:43.038 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:19:43.038 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:19:43.038 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:19:43.038 DEBUG [main][MenuItemLookup] Item match:Window 12:19:43.043 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:19:43.043 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:19:43.043 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:19:43.043 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.043 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:19:43.043 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:19:43.044 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.044 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:19:43.044 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.044 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:19:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:43.045 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:43.045 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:43.045 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:19:43.045 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:19:43.045 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:19:43.045 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:19:43.045 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:19:43.045 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:19:43.045 DEBUG [main][MenuItemLookup] Item match:Window 12:19:43.046 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:19:43.046 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:19:43.046 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:19:43.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.046 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:19:43.046 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:19:43.046 DEBUG [main][MenuItemLookup] Item match:Perspective 12:19:43.051 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:19:43.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.051 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:19:43.051 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:19:43.051 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:19:43.051 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:19:43.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:19:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:43.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:43.054 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:43.054 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:43.054 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:19:43.054 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:19:43.054 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:19:43.054 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:19:43.054 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:19:43.054 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:19:43.054 DEBUG [main][MenuItemLookup] Item match:Window 12:19:43.055 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:19:43.055 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:19:43.055 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:19:43.055 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.055 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:19:43.055 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:19:43.055 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:19:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:43.056 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:19:43.056 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:19:43.056 DEBUG [main][MenuItemLookup] Item match:Window 12:19:43.057 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:19:43.057 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:19:43.057 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:19:43.057 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.057 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:19:43.057 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:19:43.057 DEBUG [main][MenuItemLookup] Item match:Perspective 12:19:43.058 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:19:43.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.058 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:19:43.058 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:19:43.058 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:19:43.058 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:19:43.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:43.059 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:43.059 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:43.059 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:19:43.059 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:19:43.059 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:19:43.059 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:19:43.059 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:19:43.059 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:19:43.059 DEBUG [main][MenuItemLookup] Item match:Window 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.060 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:19:43.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:43.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:43.061 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:43.061 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:43.061 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:19:43.061 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:19:43.061 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:19:43.061 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:19:43.061 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:19:43.061 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:19:43.061 DEBUG [main][MenuItemLookup] Item match:Window 12:19:43.061 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:19:43.062 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:19:43.062 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:19:43.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.062 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:19:43.062 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:19:43.062 DEBUG [main][MenuItemLookup] Item match:Perspective 12:19:43.062 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:19:43.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.063 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:19:43.063 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:19:43.063 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:19:43.063 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:19:43.064 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:19:43.064 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:19:43.065 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:19:43.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:19:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:19:43.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:19:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:43.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:43.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:19:43.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:43.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:19:43.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:43.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:19:43.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:43.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:43.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:43.150 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:19:43.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:43.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:43.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:43.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:43.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:19:43.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:43.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:43.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:43.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:43.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:19:43.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:43.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:43.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:43.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:19:43.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:19:43.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:43.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:19:43.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:43.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:43.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:19:43.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:19:43.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:43.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:19:43.440 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:19:43.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:19:43.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:43.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:19:43.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:43.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:19:43.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:19:43.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.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 Maven Project"] 12:19:43.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:19:43.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:19:43.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:19:43.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.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 Maven Project"] 12:19:43.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:19:43.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:19:43.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:43.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:43.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:43.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:43.453 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:43.454 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:43.454 DEBUG [main][MenuItemLookup] Item match:File 12:19:43.456 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:43.457 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:43.458 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:43.458 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.458 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:43.458 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:43.458 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:43.458 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:43.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:43.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:43.459 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:43.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:19:43.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:19:43.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:19:43.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:43.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:43.630 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:19:43.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:43.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:43.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:43.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:19:43.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:19:43.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:44.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:44.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:19:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:19:44.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:19:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:44.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:19:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:44.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:19:44.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 12:19:44.164 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 12:19:44.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 12:19:44.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 12:19:44.169 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:19:44.170 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:44.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:44.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:44.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:44.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:44.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:44.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:44.173 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:44.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:44.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:44.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:44.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:44.750 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:19:44.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:44.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:44.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 12:19:44.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available. finished successfully 12:19:44.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 12:19:44.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:44.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:44.751 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:19:44.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:44.751 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:19:44.751 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:19:44.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:44.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:44.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:44.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:44.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:44.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:44.754 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:44.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:44.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:44.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:44.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:44.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:19:44.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 12:19:44.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 12:19:44.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:44.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 12:19:45.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 12:19:45.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 12:19:46.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 12:19:46.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 12:19:46.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 12:19:46.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:19:46.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:19:46.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:46.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:19:46.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:46.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:46.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:46.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Maven Project" as the parent 12:19:46.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:46.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:46.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:46.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:46.842 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:46.843 INFO [WorkbenchTestable][AbstractText] Text set to: org.apache.maven 12:19:46.847 DEBUG [WorkbenchTestable][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") 12:19:46.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:46.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:46.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:46.876 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show the last version of Archetype only 12:19:46.877 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show the last version of Archetype only 12:19:46.877 INFO [WorkbenchTestable][AbstractButton] Click button &Show the last version of Archetype only 12:19:46.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:46.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:46.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:46.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:46.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is not listed in considered jobs, ignore it 12:19:46.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 12:19:46.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 12:19:46.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:19:46.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:19:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:46.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:19:46.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:46.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:46.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:19:46.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:19:47.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:19:47.443 TRACE [main][WidgetHandler] Notify Table with event 13 12:19:47.443 TRACE [main][WidgetHandler] Wait for synchronization 12:19:47.444 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:19:47.444 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:19:47.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:47.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:47.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:47.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:47.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:47.452 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:47.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:47.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:47.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:47.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:47.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 12:19:47.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:47.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:47.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:47.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:47.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:19:47.589 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:com.example 12:19:47.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 12:19:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:47.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:47.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:47.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:47.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:19:47.673 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:debugger 12:19:47.681 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:19:47.681 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 12:19:47.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:47.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:47.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:47.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:47.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:47.695 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:47.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:47.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:47.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:47.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:47.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:47.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:47.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:48.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Launching mavenrun-f80ab19f-ba80-44bf-b079-6dc171087d83' has no excuses, wait for it 12:19:48.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating console state' is a system job, skipped 12:19:48.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:48.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:49.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:49.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:49.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:49.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:50.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:50.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:50.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:50.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:51.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:51.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:51.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:51.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:52.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:52.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:52.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:52.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:53.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:53.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:53.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:53.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:54.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:54.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:54.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:54.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:55.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:55.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:55.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:55.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:56.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:56.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:56.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:56.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:57.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:57.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:57.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:57.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:58.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:58.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:58.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:58.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:59.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:59.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:19:59.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:19:59.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:00.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:20:00.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:00.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:20:00.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:01.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:20:01.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:01.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:20:01.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:02.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:20:02.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:02.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:20:02.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:03.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:20:03.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:04.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:04.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:05.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 12:20:05.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:20:05.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:20:05.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:06.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:06.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:07.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/debugger)' is a system job, skipped 12:20:07.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:20:07.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:20:08.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:20:08.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:20:08.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:08.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:08.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:08.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:08.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:08.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:08.828 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:20:08.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:20:08.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:20:08.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:08.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:08.830 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:08.832 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:20:08.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.836 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:08.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:08.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:08.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:08.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:08.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:20:08.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:08.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:08.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:08.863 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:08.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:09.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:09.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:20:09.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:09.036 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 12:20:09.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.039 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:09.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:09.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:09.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 '\*?\QBreakpoints\E') 12:20:09.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:09.056 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:09.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:09.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:20:09.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:09.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:09.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 12:20:09.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.082 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:09.082 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:09.158 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:20:09.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:09.158 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:20:09.158 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:20:09.158 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 12:20:09.158 DEBUG [main][MenuItemLookup] Found menu:'Remove' 12:20:09.159 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 12:20:09.159 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 12:20:09.159 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:20:09.159 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:09.159 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:09.159 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:09.159 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 12:20:09.159 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 12:20:09.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 12:20:09.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 12:20:09.160 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 12:20:09.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available.... 12:20:09.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:09.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:09.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available. finished successfully 12:20:09.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:20:09.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:20:09.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Matcher matching widget with label: is "From file:") 12:20:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:09.253 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:09.254 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 12:20:09.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:20:09.259 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:09.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:09.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:09.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:20:09.263 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:09.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:09.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:09.269 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:09.269 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:20:09.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:09.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:09.270 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:09.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:09.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:09.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:09.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:09.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:09.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:09.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 12:20:09.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:20:09.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:20:09.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:20:09.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:09.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:09.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:09.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:09.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:09.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:09.881 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:09.884 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:09.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:09.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:09.887 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:09.887 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:09.887 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:09.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:09.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:09.897 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:10.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:10.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:10.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:10.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:10.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:10.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:10.898 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:10.900 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:10.900 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:10.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:10.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:10.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:10.901 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:10.902 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:10.903 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:10.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:10.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:10.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:10.904 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:11.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:11.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:11.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:11.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:11.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:11.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:11.905 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:11.905 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 12:20:11.905 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:11.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:11.905 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:11.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:11.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:11.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:11.907 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:12.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:12.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:12.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:12.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:12.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:12.908 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:12.908 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 12:20:12.908 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Remove' on breakpoint: AppTest [line: 36] - testApp() 12:20:12.908 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 36] - testApp() 12:20:12.908 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 36] - testApp() 12:20:12.909 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 36] - testApp() about selection 12:20:12.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 36] - testApp() 12:20:12.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:12.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 12:20:12.962 DEBUG [main][MenuItemLookup] Found menu:'Remove' 12:20:12.962 DEBUG [main][MenuItemLookup] Item match:Remove 12:20:12.963 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Rem&ove" 12:20:12.963 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Remove 12:20:12.963 INFO [main][MenuItemHandler] Select menu item: Rem&ove 12:20:12.979 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Remove' was performed 12:20:13.012 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:13.012 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:13.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:13.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:13.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:13.024 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:13.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:13.024 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:13.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:13.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:13.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:13.027 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:14.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:14.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:14.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:14.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:14.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:14.028 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:14.028 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:20:14.028 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:14.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:14.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:14.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:14.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:14.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:14.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:14.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:14.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:20:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:14.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:14.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:14.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:14.058 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:14.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:14.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:14.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:20:14.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:14.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:14.080 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:14.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:14.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:14.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:14.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:14.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:14.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:14.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:14.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:15.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:15.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:15.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:15.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:15.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:15.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:15.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:15.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:15.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:15.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:15.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:15.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 12:20:15.090 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:20:15.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 12:20:15.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 12:20:15.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:15.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:15.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 12:20:15.602 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 12:20:15.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 12:20:15.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:16.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:16.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 12:20:16.103 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 12:20:16.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 12:20:16.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:16.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:16.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 12:20:16.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 12:20:16.605 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 12:20:16.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 12:20:16.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 12:20:16.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:16.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:16.846 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:16.846 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:16.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:16.846 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:16.846 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:16.846 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:20:16.846 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'References' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:20:16.847 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:20:16.847 DEBUG [main][MenuItemLookup] Item match:Debug As 12:20:17.075 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 12:20:17.075 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:20:17.075 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 12:20:17.077 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 12:20:17.077 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 12:20:17.077 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 12:20:17.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 12:20:17.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:17.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:17.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:17.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:17.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:20:17.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:17.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:17.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:17.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:18.823 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:19.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 12:20:19.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:19.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:19.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:20:19.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:19.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:19.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:19.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:19.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:19.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:19.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 12:20:19.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:19.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:19.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:19.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:19.852 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:20:19.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:20:19.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:19.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:19.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:19.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:19.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:20:19.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:19.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:19.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:19.858 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:20:19.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:19.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:19.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:19.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:19.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:19.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:19.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:19.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:19.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:19.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:19.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:20:19.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:19.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:19.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:19.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:19.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:19.956 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 12:20:19.956 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:20:19.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:19.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 12:20:20.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:20.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:20.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Terminate.*') 12:20:20.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:20.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:20.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:20.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:20.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:20.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 12:20:20.343 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:20:20.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:20.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:20.352 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:20.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:20.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:20.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:20.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:20.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:20.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:20.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 '\*?\QBreakpoints\E') 12:20:20.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:20.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:20.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:20.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:20.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:20.362 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:20.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:20.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:20.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:20.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:20:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:20.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:20.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:20.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:20.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:20.435 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:20:20.435 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:20:20.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:20.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:20:20.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:20:20.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:20:20.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:20.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:20.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:20.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:20.497 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:20:20.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:20.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:20.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:20.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:20.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:20:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:20:20.588 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:20:20.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:20.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:20.589 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:20.589 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:20.589 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:20.589 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:20.589 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:20.589 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:20.589 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:20.589 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:20.589 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:20.589 DEBUG [main][MenuItemLookup] Item match:Run 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Resume' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Suspend' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Terminate' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Step Into' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Step Into Selection' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Step Over' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Step Return' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Run to Line' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Use Step Filters Shift+F5' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:20:20.592 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:20:20.592 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:20:20.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:20:20.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:20:20.597 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:20:21.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:20:21.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:20:21.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:20:21.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:21.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:21.561 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name AppTest 12:20:21.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:20:21.561 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:21.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:21.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:21.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:20:21.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:21.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:21.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:21.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:21.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:21.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:20:21.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:20:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:21.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:20:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:21.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:20:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:20:21.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:20:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:21.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:20:21.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:21.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:20:21.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest 12:20:21.565 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest 12:20:21.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest about selection 12:20:21.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest 12:20:21.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:21.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:21.567 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 12:20:21.567 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 12:20:21.567 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:21.567 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:20:21.567 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:20:21.567 DEBUG [main][MenuItemLookup] Item match:Delete 12:20:21.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 12:20:21.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:20:21.567 INFO [main][MenuItemHandler] Select menu item: Dele&te 12:20:21.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available.... 12:20:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available. finished successfully 12:20:21.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 12:20:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:21.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:21.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:21.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:21.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.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:20:21.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:21.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:21.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:21.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:21.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:21.612 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:20:21.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:21.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:21.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:21.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:20:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:20:21.703 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:20:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:21.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:20:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:21.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 "Close") 12:20:21.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:21.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:20:21.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:21.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:21.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:21.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:21.706 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:20:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:21.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:21.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:21.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:20:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:20:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:20:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:20:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:24.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:24.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:24.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:24.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:24.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:24.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:20:24.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:24.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:24.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:24.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:24.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:20:24.778 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:20:24.778 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:24.779 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:20:24.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:20:24.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:24.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:24.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:24.779 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:20:24.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.784 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:24.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:24.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:24.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:24.794 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:24.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 '\*?\QBreakpoints\E') 12:20:24.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:24.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:24.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:24.823 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:24.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:24.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:24.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:24.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:24.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:24.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:20:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:24.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:24.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:24.830 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 12:20:24.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.864 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:24.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:24.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:24.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:24.879 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:24.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:20:24.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:24.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:24.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:24.910 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:24.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:24.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:24.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:24.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:24.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:24.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:24.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:24.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:24.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:24.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:24.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Remove' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:24.973 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 12:20:24.973 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 12:20:24.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 12:20:24.973 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 12:20:24.973 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 12:20:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available.... 12:20:25.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:25.073 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available. finished successfully 12:20:25.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:20:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:25.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:20:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:25.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Matcher matching widget with label: is "From file:") 12:20:25.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:25.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:25.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:25.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:25.077 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:25.078 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 12:20:25.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:20:25.078 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:25.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:25.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:25.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:25.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:25.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:25.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:20:25.081 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:25.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:25.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:25.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:25.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:25.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:25.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:25.082 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:25.082 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:20:25.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:25.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:25.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:25.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:25.084 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:25.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:25.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:25.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:20:25.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:20:25.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:20:25.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:25.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:25.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:25.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:25.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:25.233 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:25.234 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:25.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:25.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:25.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:25.253 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:25.253 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:25.253 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:25.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:25.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:25.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:25.255 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:26.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:26.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:26.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:26.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:26.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:26.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:26.256 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:26.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:26.256 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:26.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:26.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:26.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:26.257 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:26.257 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:26.257 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:26.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:26.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:26.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:26.258 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:27.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:27.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:27.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:27.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:27.259 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:27.259 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 12:20:27.259 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:27.259 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:27.260 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:27.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:27.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:27.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:27.262 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:28.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:28.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:28.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:28.263 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:28.263 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Disable' on breakpoint: AppTest [line: 28] - suite() 12:20:28.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 12:20:28.263 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 12:20:28.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 12:20:28.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 12:20:28.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:28.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:28.304 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:20:28.304 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:28.304 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 12:20:28.304 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 12:20:28.304 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:28.304 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:20:28.304 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:20:28.304 DEBUG [main][MenuItemLookup] Item match:Disable 12:20:28.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Disable" 12:20:28.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Disable 12:20:28.304 INFO [main][MenuItemHandler] Select menu item: &Disable 12:20:28.306 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Disable' was performed 12:20:28.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:20:28.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:20:28.808 DEBUG [WorkbenchTestable][Breakpoint] Checking operation 'Disable' on breakpoint:AppTest [line: 28] - suite() 12:20:28.808 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 12:20:28.808 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 12:20:28.809 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 12:20:28.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 12:20:28.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:28.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:28.855 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:20:28.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:28.855 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 12:20:28.855 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 12:20:28.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:28.855 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:20:28.855 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:20:28.855 DEBUG [main][MenuItemLookup] Item match:Disable 12:20:28.856 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:20:28.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:28.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:28.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:28.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:28.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:28.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:28.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:28.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:28.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 '\*?\QProject Explorer\E') 12:20:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:28.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:28.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:28.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:28.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:28.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:28.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:28.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:28.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:28.910 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:28.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:28.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:28.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:28.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:28.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:29.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:29.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:29.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:29.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:29.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:29.912 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:29.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:29.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:29.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:29.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:29.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:29.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:29.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:29.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:29.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:29.913 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 12:20:29.914 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:20:29.914 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 12:20:29.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 12:20:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:29.914 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 12:20:29.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:29.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 12:20:29.915 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 12:20:29.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 12:20:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:29.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 12:20:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:29.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 12:20:29.915 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 12:20:29.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 12:20:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:29.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 12:20:29.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:29.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 12:20:29.915 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 12:20:29.915 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 12:20:29.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 12:20:29.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 12:20:29.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:29.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'References' 12:20:29.994 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:20:29.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.995 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:20:29.995 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:20:29.995 DEBUG [main][MenuItemLookup] Item match:Debug As 12:20:30.002 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 12:20:30.002 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:20:30.002 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 12:20:30.002 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 12:20:30.002 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 12:20:30.002 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 12:20:30.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 12:20:30.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:30.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:30.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:30.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:30.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:20:30.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:30.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:30.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:30.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:30.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:31.263 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:32.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 12:20:32.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.265 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:20:32.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:32.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:32.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:32.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:32.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 '\*?\QDebug\E') 12:20:32.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:32.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:32.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:32.267 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:20:32.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:20:32.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:32.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:32.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:32.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:32.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:20:32.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:32.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:32.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:32.270 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:20:32.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:32.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:32.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:32.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:32.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:32.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:32.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:32.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:32.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:20:32.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:32.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:32.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:32.300 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 12:20:32.300 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:20:32.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:32.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 12:20:32.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:32.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:32.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:32.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:32.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Terminate.*') 12:20:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:32.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:32.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:32.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 12:20:32.470 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:20:32.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.474 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:32.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:32.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:32.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:32.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:32.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:20:32.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:32.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:32.484 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:32.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:32.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:32.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:32.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:20:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:32.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:32.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:32.538 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:20:32.538 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:20:32.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:20:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:20:32.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:20:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:32.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.585 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:20:32.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:32.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:32.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:32.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:20:32.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:20:32.678 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:20:32.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:32.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:32.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:32.678 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:32.678 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:32.678 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:32.678 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:32.678 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:32.678 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:32.678 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:32.678 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:32.678 DEBUG [main][MenuItemLookup] Item match:Run 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Resume' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Suspend' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Terminate' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Step Into' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Step Into Selection' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Step Over' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Step Return' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Run to Line' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Use Step Filters Shift+F5' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:20:32.679 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:20:32.679 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:20:32.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:20:32.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:20:32.679 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:20:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:20:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:20:33.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:20:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:33.616 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name AppTest 12:20:33.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:20:33.616 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:33.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:20:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:33.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:33.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:33.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:20:33.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:20:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:33.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:20:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:33.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:20:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:20:33.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:20:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:33.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:20:33.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:33.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:20:33.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest 12:20:33.620 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest 12:20:33.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest about selection 12:20:33.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest 12:20:33.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:33.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:33.621 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 12:20:33.621 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 12:20:33.621 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:33.621 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:20:33.621 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:20:33.621 DEBUG [main][MenuItemLookup] Item match:Delete 12:20:33.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 12:20:33.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:20:33.622 INFO [main][MenuItemHandler] Select menu item: Dele&te 12:20:33.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available.... 12:20:33.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available. finished successfully 12:20:33.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 12:20:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:33.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:33.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:33.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:20:33.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:33.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:33.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:33.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:33.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:33.690 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:20:33.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:33.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:33.690 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:33.690 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:33.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:20:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:20:33.776 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:20:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:33.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:20:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:33.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 "Close") 12:20:33.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:33.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:33.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:20:33.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:33.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:33.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:33.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:33.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:33.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:33.779 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:20:33.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:33.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:33.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:33.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:33.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:20:36.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:20:36.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:20:36.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:20:36.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:36.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:36.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:36.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:36.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:36.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:36.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:36.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:20:36.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:36.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:36.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:36.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:36.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:20:36.851 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:20:36.851 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:36.851 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:20:36.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:20:36.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:36.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:36.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:36.851 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:20:36.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:36.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:36.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:36.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:36.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:36.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:20:36.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:36.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:36.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:36.866 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:36.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:36.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:36.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:36.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:36.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:36.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:20:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:36.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:36.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:36.892 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 12:20:36.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:36.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:36.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:36.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:36.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:36.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:20:36.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:36.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:36.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:36.925 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:36.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:36.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:36.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:36.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:36.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:36.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:36.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:36.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:36.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:36.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:36.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Disable All' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Remove' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.974 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 12:20:36.974 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 12:20:36.974 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 12:20:36.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 12:20:36.974 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 12:20:37.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available.... 12:20:37.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available. finished successfully 12:20:37.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:20:37.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:37.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:37.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:20:37.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:37.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:37.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Matcher matching widget with label: is "From file:") 12:20:37.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:37.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:37.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:37.043 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:37.044 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 12:20:37.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:20:37.044 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:37.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:37.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:37.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:37.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:37.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:20:37.046 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:37.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:37.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:37.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:37.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:37.047 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:20:37.047 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:20:37.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:37.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:37.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:37.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:37.048 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:37.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:37.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:37.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:37.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:37.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:37.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:37.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug children update' is a system job, skipped 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:37.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:37.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:37.160 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:37.160 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:37.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:37.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:37.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:37.162 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:37.162 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:37.162 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:37.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:37.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:37.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:37.164 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:38.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:38.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:38.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:38.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:38.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:38.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:38.164 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:38.165 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:38.165 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:38.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:38.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:38.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:38.166 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:20:38.166 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:38.166 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:38.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:38.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:38.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:38.167 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:39.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:20:39.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:39.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:39.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:39.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:39.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:39.168 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:20:39.168 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 12:20:39.168 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:20:39.168 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:39.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:39.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:39.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:39.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:39.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:39.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:39.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:39.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:20:39.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:39.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:39.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:39.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:39.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:39.215 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:39.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:39.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:39.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 12:20:39.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:39.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:39.217 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:39.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:39.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:39.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:39.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:39.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:39.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:39.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:40.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:40.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:40.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:40.219 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:40.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:40.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:40.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:40.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:40.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:40.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:40.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:40.221 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 12:20:40.221 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:20:40.222 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 12:20:40.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 12:20:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:40.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 12:20:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:40.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 12:20:40.222 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 12:20:40.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 12:20:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:40.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 12:20:40.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:40.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 12:20:40.223 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 12:20:40.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 12:20:40.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:40.223 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 12:20:40.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:40.223 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 12:20:40.223 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 12:20:40.223 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 12:20:40.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 12:20:40.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 12:20:40.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:40.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'References' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:20:40.282 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:20:40.282 DEBUG [main][MenuItemLookup] Item match:Debug As 12:20:40.289 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 12:20:40.289 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:20:40.289 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 12:20:40.289 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 12:20:40.289 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 12:20:40.290 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 12:20:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 12:20:40.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:40.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:40.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:40.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:20:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:40.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:40.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:40.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:40.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:48.432 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:49.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 12:20:49.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.434 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:20:49.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:49.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:49.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:49.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:49.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 '\*?\QDebug\E') 12:20:49.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:49.461 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:20:49.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:20:49.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:49.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:49.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:49.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:20:49.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:49.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:49.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:49.464 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:20:49.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:49.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:49.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:49.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:49.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:20:49.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:49.497 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 12:20:49.497 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:20:49.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:49.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 12:20:49.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:49.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:49.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:49.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:49.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:20:49.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:49.634 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:20:50.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 12:20:50.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.636 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:20:50.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:50.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:50.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:50.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:50.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 '\*?\QDebug\E') 12:20:50.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:50.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:50.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:50.663 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:20:50.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:20:50.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:50.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:50.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:20:50.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:50.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:50.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:50.754 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:20:50.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:50.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:50.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:50.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:50.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:20:50.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:50.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:50.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:50.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:50.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 12:20:50.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:50.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:50.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:50.787 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:20:50.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:20:50.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:50.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:20:50.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:50.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:50.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:20:50.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:50.789 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:20:50.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:50.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:50.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:50.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.testApp() line: 36 12:20:50.790 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.testApp() line: 36 12:20:50.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.testApp() line: 36 about selection 12:20:50.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.testApp() line: 36 12:20:50.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QVariables\E'' is already open. Activate. 12:20:50.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:50.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:50.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:50.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:50.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 '\*?\QVariables\E') 12:20:50.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:50.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:50.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:50.850 INFO [WorkbenchTestable][AbstractView] Activate view Variables 12:20:50.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Variables 12:20:50.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:50.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:50.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected... 12:20:50.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 12:20:50.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:50.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:50.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:51.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:51.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item this 12:20:51.442 DEBUG [main][TreeItemHandler] Selecting tree item: this 12:20:51.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item this about selection 12:20:51.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: this 12:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected finished successfully 12:20:51.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty... 12:20:51.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:51.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:51.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:51.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:20:51.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty finished successfully 12:20:51.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:51.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:51.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:51.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:20:51.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:51.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:51.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:51.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:20:51.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:51.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:51.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:51.577 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 12:20:51.577 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:20:51.577 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:51.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 12:20:51.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:51.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:51.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:51.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:51.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Terminate.*') 12:20:51.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:51.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:51.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:51.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 12:20:51.696 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:20:51.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:20:51.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:20:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:51.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:51.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 '\*?\QBreakpoints\E') 12:20:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:51.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:51.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:51.750 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:20:51.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:20:51.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:51.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:51.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:20:51.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:51.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:51.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:51.862 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:20:51.862 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:20:51.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:20:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:20:51.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:20:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:51.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.933 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:20:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:51.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:51.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:51.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:52.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:20:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:20:52.011 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:20:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:52.011 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:20:52.011 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:52.011 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:52.011 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:52.011 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:52.011 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:52.011 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:52.011 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:52.011 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:52.011 DEBUG [main][MenuItemLookup] Item match:Run 12:20:52.013 DEBUG [main][MenuItemLookup] Found menu:'Resume' 12:20:52.013 DEBUG [main][MenuItemLookup] Found menu:'Suspend' 12:20:52.013 DEBUG [main][MenuItemLookup] Found menu:'Terminate' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Step Into' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Step Into Selection' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Step Over' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Step Return' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Run to Line' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Use Step Filters Shift+F5' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:20:52.023 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:20:52.023 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:20:52.028 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:20:52.028 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:20:52.028 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:20:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:20:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:20:52.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:20:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:53.008 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name AppTest 12:20:53.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:20:53.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:53.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:20:53.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:53.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:53.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:53.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:20:53.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:20:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:53.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:20:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:53.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:20:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:20:53.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:20:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:53.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:20:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:53.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:20:53.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest 12:20:53.012 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest 12:20:53.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest about selection 12:20:53.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest 12:20:53.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:53.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:53.015 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 12:20:53.015 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 12:20:53.015 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:53.015 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:20:53.015 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:20:53.015 DEBUG [main][MenuItemLookup] Item match:Delete 12:20:53.015 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 12:20:53.015 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:20:53.015 INFO [main][MenuItemHandler] Select menu item: Dele&te 12:20:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available.... 12:20:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available. finished successfully 12:20:53.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 12:20:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:53.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:53.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:53.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:20:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:53.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:53.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:53.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:53.061 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:20:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:53.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:53.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:53.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:20:53.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:20:53.149 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:20:53.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:53.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:53.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:20:53.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:53.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:53.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Close") 12:20:53.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:53.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:53.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:53.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:20:53.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:53.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:53.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:53.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:53.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:53.153 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:20:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:53.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:53.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:53.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:53.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:20:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:20:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:20:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:20:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:56.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:56.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:56.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:56.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:56.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:56.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:20:56.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:56.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:56.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:56.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:20:56.212 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:20:56.212 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:20:56.212 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:56.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:56.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:56.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:56.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:56.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:56.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:56.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:56.247 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:56.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:56.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:56.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:56.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:56.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:56.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:57.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:57.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:57.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:57.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:20:57.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:20:57.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:57.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:57.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 12:20:57.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:57.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:57.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:57.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:57.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:57.252 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 12:20:57.256 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 12:20:57.256 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 12:20:57.256 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 12:20:57.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 12:20:57.281 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:57.281 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:57.355 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:57.356 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.356 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:57.356 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:57.356 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.356 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:57.356 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:20:57.356 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:20:57.356 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:20:57.356 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:20:57.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:57.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:20:57.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:20:57.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:57.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:57.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:57.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:57.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:57.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:57.858 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'debugger' via Explorer 12:20:57.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 12:20:57.858 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 12:20:57.858 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 12:20:57.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 12:20:57.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:57.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:57.920 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:57.920 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:20:57.920 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:20:57.920 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:20:57.920 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:20:57.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:20:58.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:20:58.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:20:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:58.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:58.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:58.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:58.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:20:58.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:58.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:58.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:58.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:58.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:58.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:58.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:58.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:58.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:58.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:58.608 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:20:58.609 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:20:58.609 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:20:58.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:58.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:58.609 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:58.609 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:58.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:58.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:58.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:58.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:58.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:58.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:58.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:58.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:58.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:58.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:58.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:58.611 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:58.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:58.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:58.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:58.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:58.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:20:58.618 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:20:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:20:59.256 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:20:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:59.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:59.257 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:20:59.257 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:59.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 77.816 s - in org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 15.95 s debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 12.071 s debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 19.361 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:20:59.289 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:20:59.290 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:20:59.290 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:59.290 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:20:59.290 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:59.290 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:20:59.291 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:59.291 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:20:59.291 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:59.291 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:20:59.292 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:20:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:59.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:20:59.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:59.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:59.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:20:59.329 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:20:59.331 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:20:59.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:59.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:20:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:20:59.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:20:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:59.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:20:59.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:59.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:20:59.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:59.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:59.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:20:59.392 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:20:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:20:59.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:20:59.393 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:20:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:20:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:20:59.393 TRACE [main][WidgetHandler] Notify Table with event 13 12:20:59.393 TRACE [main][WidgetHandler] Wait for synchronization 12:20:59.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:20:59.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:59.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.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 "Open") 12:20:59.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:20:59.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:59.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:59.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:59.395 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:20:59.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:59.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:59.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:59.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:20:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:20:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:20:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.896 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:20:59.900 DEBUG [main][MenuItemLookup] Item match:Window 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:20:59.900 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:20:59.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.901 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:20:59.901 DEBUG [main][MenuItemLookup] Item match:Window 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:20:59.901 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:20:59.902 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.902 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:20:59.902 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:20:59.902 DEBUG [main][MenuItemLookup] Item match:Perspective 12:20:59.902 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:20:59.902 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.902 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:20:59.902 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:20:59.902 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:20:59.902 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:20:59.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:20:59.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.906 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:20:59.906 DEBUG [main][MenuItemLookup] Item match:Window 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.906 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:20:59.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.907 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:20:59.907 DEBUG [main][MenuItemLookup] Item match:Window 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:20:59.907 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:20:59.907 DEBUG [main][MenuItemLookup] Item match:Perspective 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:20:59.908 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:20:59.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.908 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:20:59.908 DEBUG [main][MenuItemLookup] Item match:Window 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.908 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:20:59.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.909 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:20:59.909 DEBUG [main][MenuItemLookup] Item match:Window 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:20:59.909 DEBUG [main][MenuItemLookup] Item match:Perspective 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:20:59.909 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:20:59.910 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:20:59.910 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:20:59.910 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:20:59.910 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:20:59.910 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:20:59.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:20:59.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:20:59.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:20:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:59.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:20:59.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:59.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.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 "Reset Perspective") 12:20:59.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:59.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:20:59.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:59.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:59.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:59.952 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:20:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:59.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:59.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:00.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:00.142 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 12:21:00.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:21:00.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:00.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:00.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:00.142 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:21:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:00.142 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:00.142 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:00.142 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:00.142 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:00.142 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:00.142 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:00.142 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:00.142 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:00.143 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:00.143 DEBUG [main][MenuItemLookup] Item match:Run 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:21:00.144 DEBUG [main][MenuItemLookup] Found menu:'Debug Configurations...' 12:21:00.144 DEBUG [main][MenuItemLookup] Item match:Debug Configurations... 12:21:00.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"De&bug Configurations..." 12:21:00.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Configurations... 12:21:00.144 INFO [main][MenuItemHandler] Select menu item: De&bug Configurations... 12:21:00.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 12:21:00.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available. finished successfully 12:21:00.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 12:21:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:00.275 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 12:21:00.275 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 12:21:00.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:00.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:00.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:00.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:00.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:00.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:00.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:00.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:00.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:00.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:00.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:00.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:00.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:21:00.278 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:21:00.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:21:00.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:21:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:21:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:21:00.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:00.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:00.302 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:00.302 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:00.302 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:00.302 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:21:00.302 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:21:00.306 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:00.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:00.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:00.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:00.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:00.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:00.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:00.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:00.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:21:00.517 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:21:00.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:21:00.517 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:21:00.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:21:00.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:21:00.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:00.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:00.573 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:00.573 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:00.573 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:00.573 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:21:00.573 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:21:00.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:21:00.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:00.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:00.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:00.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:00.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:00.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:00.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:00.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:00.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:00.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:00.776 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:00.777 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:00.777 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 12:21:00.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:21:00.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:00.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:00.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:00.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:00.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:00.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:00.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:00.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:00.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:00.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:00.789 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 12:21:00.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:01.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:01.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:01.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:01.727 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 12:21:01.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:01.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:01.729 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:01.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:01.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:01.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:01.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:01.732 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:21:01.732 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:21:01.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:21:01.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:21:01.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:01.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:01.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:01.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:01.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:01.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:01.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:01.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:01.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:01.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:01.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:01.787 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:01.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:01.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:01.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:01.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:01.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:01.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:01.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:21:01.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:01.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:01.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:21:01.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:01.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:01.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:01.789 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:01.789 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:01.789 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 12:21:01.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:01.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:01.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:01.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:01.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:01.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:01.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:02.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:02.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:02.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:02.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:03.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:03.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:04.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:04.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:04.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:04.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:05.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:05.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:05.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:05.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:06.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:06.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:06.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:06.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:07.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:07.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:07.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:08.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:08.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:08.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:09.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:09.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:10.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:10.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:10.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:10.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:11.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:11.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:11.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:11.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:12.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:12.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 12:21:12.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:12.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:12.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:21:12.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:12.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:12.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:21:12.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:12.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:12.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:12.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:12.021 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:12.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:12.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:12.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:21:12.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:12.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:12.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:12.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:21:12.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:12.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:12.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:12.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:12.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:12.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:12.023 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:12.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 12:21:12.024 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:21:12.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:12.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:12.025 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 12:21:12.025 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 12:21:12.025 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:21:12.025 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:21:12.025 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:21:12.025 DEBUG [main][MenuItemLookup] Item match:Delete 12:21:12.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 12:21:12.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:21:12.025 INFO [main][MenuItemHandler] Select menu item: Dele&te 12:21:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available.... 12:21:12.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available. finished successfully 12:21:12.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 12:21:12.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:12.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:12.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.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 "Delete") 12:21:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:12.060 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:21:12.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:12.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:12.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:12.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:12.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:12.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 12:21:12.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:12.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:21:12.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:12.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:12.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:12.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:12.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:21:12.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:12.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:12.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:12.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:12.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:21:12.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:12.381 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:12.381 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 12:21:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available. finished successfully 12:21:12.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 12:21:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available. finished successfully 12:21:12.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 12:21:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:12.382 INFO [WorkbenchTestable][AbstractShell] Close shell Debug Configurations 12:21:12.382 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Debug Configurations' 12:21:12.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:12.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:12.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:21:12.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:12.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:12.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 12:21:12.451 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:21:12.451 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:12.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:12.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.163 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: 12.309 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:21:12.469 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:21:12.469 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:12.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:12.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:21:12.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:12.470 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:12.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:12.470 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:12.470 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:12.470 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:21:12.471 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:21:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:21:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.471 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:12.471 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:12.471 DEBUG [main][MenuItemLookup] Item match:Window 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:12.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.472 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:12.472 DEBUG [main][MenuItemLookup] Item match:Window 12:21:12.472 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:12.473 DEBUG [main][MenuItemLookup] Item match:Perspective 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:21:12.473 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:21:12.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:21:12.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.473 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:12.473 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:12.473 DEBUG [main][MenuItemLookup] Item match:Window 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:12.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.474 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:12.474 DEBUG [main][MenuItemLookup] Item match:Window 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:12.474 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:12.474 DEBUG [main][MenuItemLookup] Item match:Perspective 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:21:12.475 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:21:12.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.475 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:12.475 DEBUG [main][MenuItemLookup] Item match:Window 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.475 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:12.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.476 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:12.476 DEBUG [main][MenuItemLookup] Item match:Window 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:12.476 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:12.476 DEBUG [main][MenuItemLookup] Item match:Perspective 12:21:12.477 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:21:12.477 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.477 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:21:12.477 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:21:12.477 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:21:12.477 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:21:12.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:21:12.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:21:12.477 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:21:12.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:21:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:21:12.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:21:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:12.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:21:12.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:12.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:21:12.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:21:12.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:12.525 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:21:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:12.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:12.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:12.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:12.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 12:21:12.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:21:12.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:12.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:12.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:12.655 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:21:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.655 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:12.655 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:12.655 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:12.655 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:12.655 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:12.655 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:12.655 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:12.655 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:12.655 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:12.655 DEBUG [main][MenuItemLookup] Item match:Run 12:21:12.656 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:21:12.656 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:21:12.656 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:12.656 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:21:12.656 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:21:12.656 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:21:12.656 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:21:12.659 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:21:12.659 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:21:12.659 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:21:12.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:21:12.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:21:12.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:21:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:12.762 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 12:21:12.762 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 12:21:12.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:12.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:12.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:12.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:12.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:12.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:21:12.764 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:21:12.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:21:12.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:21:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:21:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:21:12.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:12.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:12.784 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:12.784 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:12.784 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:12.784 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:21:12.784 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:21:12.787 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:12.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:12.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:12.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:12.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:12.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:12.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:21:12.965 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:21:12.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:21:12.965 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:21:13.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:21:13.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:21:13.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:13.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:13.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:13.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:13.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:21:13.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:21:13.026 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:21:13.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:21:13.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:13.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:13.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:13.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:13.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:13.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:13.232 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:13.233 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:13.233 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 12:21:13.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 "Apply") 12:21:13.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:13.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:13.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:13.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:13.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:13.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:13.245 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 12:21:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:13.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:13.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:13.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:14.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:14.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:14.185 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 12:21:14.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:14.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:14.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:14.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:14.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:14.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:14.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:14.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:14.189 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:21:14.189 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:21:14.189 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:21:14.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:21:14.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:14.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:14.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:14.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:14.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:14.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:14.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:14.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:14.250 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:14.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:14.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:14.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:14.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:14.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:14.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:14.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:14.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:21:14.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:14.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:14.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:21:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:14.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:14.252 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:14.252 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 12:21:14.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:14.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:14.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:14.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:14.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:14.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:14.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:14.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:15.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:15.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:15.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:15.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:16.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:16.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:17.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:17.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:18.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:18.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:19.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:19.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:19.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:19.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:20.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:20.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:20.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:20.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:21.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:21.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:21.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:21.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:22.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:22.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:22.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:22.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:23.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:23.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:23.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:23.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:24.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:24.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:24.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:24.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:24.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:24.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:24.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:24.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:24.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:24.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:24.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:24.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:24.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:21:24.497 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:24.497 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:24.497 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:21:24.497 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:24.497 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:24.497 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:24.497 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:24.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:24.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:24.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:24.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:24.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:24.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:24.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:24.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:21:24.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:24.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:24.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:21:24.498 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:24.498 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:24.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:24.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:24.498 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:24.499 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:24.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 12:21:24.501 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:21:24.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:24.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:24.502 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 12:21:24.502 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 12:21:24.502 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:21:24.502 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:21:24.502 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:21:24.502 DEBUG [main][MenuItemLookup] Item match:Delete 12:21:24.502 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 12:21:24.502 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:21:24.502 INFO [main][MenuItemHandler] Select menu item: Dele&te 12:21:24.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available.... 12:21:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available. finished successfully 12:21:24.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 12:21:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:24.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:24.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:24.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:21:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:24.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:24.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:24.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:24.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:24.545 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:21:24.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:24.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:24.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:24.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:24.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:24.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:24.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:24.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:21:24.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:24.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:24.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:24.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:24.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:21:24.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:24.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:24.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:21:24.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:21:24.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:24.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:21:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:24.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:21:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:21:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:21:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:21:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:21:24.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:21:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:24.865 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 12:21:24.865 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 12:21:24.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:24.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:24.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:21:24.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:24.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:24.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:24.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:24.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 12:21:24.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:21:24.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:24.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:24.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:24.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.469 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: 12.282 s Running org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:24.959 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:24.960 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:24.961 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:24.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:24.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:24.961 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:24.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:24.961 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:24.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:24.962 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:24.962 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:24.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:24.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:24.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:24.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:24.965 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:24.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:24.965 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:24.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:24.965 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:24.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:24.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:24.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:24.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:24.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:24.966 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:24.966 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:24.966 DEBUG [main][MenuItemLookup] Item match:Window 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:24.967 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:24.967 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:24.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:24.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:24.967 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:25.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:25.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:25.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:25.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.106 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:25.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:21:25.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:25.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:25.610 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:25.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:21:25.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:25.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:25.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:25.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:25.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:25.611 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:21:25.611 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:21:25.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:21:25.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:21:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:25.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.670 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:21:25.670 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:25.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:21:25.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.674 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:21:25.674 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:21:25.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:21:25.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:21:25.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.685 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 12:21:25.685 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show when program writes to standard out 12:21:25.685 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 12:21:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:21:25.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:21:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.688 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 12:21:25.689 INFO [WorkbenchTestable][CheckBox] Check checkbox &Show when program writes to standard out 12:21:25.689 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 12:21:25.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:21:25.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:25.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:25.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.691 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:25.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:25.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.708 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:25.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:25.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:25.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:25.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:25.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:25.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:25.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:25.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:21:25.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:25.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:25.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:25.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:25.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:25.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:25.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:25.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:25.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:25.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:25.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:25.773 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:25.773 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:25.773 DEBUG [main][MenuItemLookup] Item match:Window 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:25.774 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:25.774 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:25.774 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:25.774 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:25.774 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:25.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 'Preferences.*'] is available.... 12:21:25.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:25.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.896 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:25.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:25.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:25.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:25.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:21:25.898 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:25.898 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:25.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:21:25.898 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:25.898 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:25.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:25.898 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:21:25.898 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:21:25.898 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:21:25.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:21:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.901 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:21:25.901 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:21:25.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.923 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:21:25.923 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:21:25.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:25.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:25.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.926 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:21:25.926 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 12:21:25.926 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 12:21:25.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:25.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.928 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:21:25.928 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 12:21:25.928 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 12:21:25.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.929 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:25.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.930 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:25.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:25.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.932 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:25.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:25.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:25.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:25.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:25.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:25.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:25.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:25.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:25.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:25.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:25.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:25.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:25.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:25.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:25.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:25.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:25.964 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:25.964 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:25.965 DEBUG [main][MenuItemLookup] Item match:Window 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:25.965 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:25.965 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:25.965 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:25.965 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:25.965 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:26.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:26.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 'Preferences.*'] is available. finished successfully 12:21:26.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:26.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.075 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:26.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:26.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:26.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:26.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:21:26.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:26.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:26.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:21:26.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:26.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:26.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:26.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:21:26.077 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:21:26.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:21:26.077 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:21:26.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:26.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.080 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:21:26.080 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:26.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:21:26.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.082 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:21:26.082 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:21:26.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:26.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.104 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:21:26.104 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 12:21:26.104 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 12:21:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.105 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:21:26.105 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 12:21:26.105 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 12:21:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:21:26.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:26.112 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:26.113 INFO [WorkbenchTestable][AbstractText] Text set to: 54321 12:21:26.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:26.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:21:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:26.125 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:26.126 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.127 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:26.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.129 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:26.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:26.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:26.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:26.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:26.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:26.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:26.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:26.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:26.161 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:26.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:26.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:26.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:26.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:26.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:26.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:26.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:26.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:26.162 DEBUG [main][MenuItemLookup] Item match:Window 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.162 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:26.162 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:26.163 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:26.163 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:26.163 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:26.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:26.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:26.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.276 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:26.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:21:26.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:26.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:26.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:21:26.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:26.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:26.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:26.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:21:26.278 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:21:26.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:21:26.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:21:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.281 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:21:26.281 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:26.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.281 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.281 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:21:26.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.304 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:21:26.304 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:21:26.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:26.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.305 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:21:26.306 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 12:21:26.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:26.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.307 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:21:26.307 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 12:21:26.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:21:26.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:26.312 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:26.313 INFO [WorkbenchTestable][AbstractText] Text set to: 12345 12:21:26.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:21:26.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:21:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:26.327 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:26.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:26.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.329 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:26.329 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:26.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.331 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:26.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:26.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:26.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:26.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:26.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:26.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:26.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:26.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:26.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:26.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:26.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:26.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:26.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:26.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:26.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:26.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:26.380 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:26.380 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:26.380 DEBUG [main][MenuItemLookup] Item match:Window 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.381 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:26.381 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:26.381 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:26.381 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:26.381 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:26.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:26.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:26.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:26.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.490 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:26.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:26.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:21:26.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:26.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:26.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:21:26.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:21:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:26.492 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:21:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:26.492 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:21:26.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:21:26.492 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:21:26.493 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:21:26.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:21:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:26.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.495 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:21:26.495 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:26.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:21:26.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.498 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:21:26.498 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:21:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:21:26.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:21:26.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.521 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 12:21:26.521 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Show when &program writes to standard error 12:21:26.521 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 12:21:26.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:21:26.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:21:26.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.525 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 12:21:26.525 INFO [WorkbenchTestable][CheckBox] Check checkbox Show when &program writes to standard error 12:21:26.525 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 12:21:26.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:21:26.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:26.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.527 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:26.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:26.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:26.529 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:26.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:26.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:26.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:26.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:26.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:26.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:26.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:26.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:26.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:26.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:26.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:21:26.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:21:26.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:26.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:26.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:26.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.641 s - in org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.81 s testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.192 s testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.197 s testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.218 s testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.22 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:21:26.624 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:21:26.625 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:26.625 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:26.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:21:26.625 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:26.625 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:26.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:26.626 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:26.626 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21: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.*'] 12:21:26.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:26.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 12:21:26.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:21:26.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:26.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:26.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:26.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:26.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:26.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:26.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:26.628 DEBUG [main][MenuItemLookup] Item match:Window 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:26.628 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:26.629 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:26.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.629 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:26.629 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:26.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.629 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:26.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:26.629 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:26.629 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:26.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:26.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:26.629 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:26.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:26.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 'Preferences.*'] is available. finished successfully 12:21:26.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:26.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:26.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:26.771 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:26.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:26.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:26.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:26.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:26.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:26.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:26.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:26.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:26.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:26.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:27.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:27.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:27.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:27.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:27.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:27.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:27.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:27.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:27.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:21:27.275 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:21:27.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:21:27.276 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:21:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:21:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.302 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:21:27.302 DEBUG [main][AbstractWait] Waiting until widget is found... 12:21:27.302 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:21:27.302 TRACE [main][WidgetLookup] widget with index 1 is found 12:21:27.302 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:21:27.302 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:21:27.302 DEBUG [main][AbstractText] Set focus to Text 12:21:27.303 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:21:27.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:21:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.307 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:21:27.307 DEBUG [main][AbstractWait] Waiting until widget is found... 12:21:27.307 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:21:27.307 TRACE [main][WidgetLookup] widget with index 1 is found 12:21:27.307 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:21:27.307 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:21:27.307 DEBUG [main][AbstractText] Set focus to Text 12:21:27.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:27.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.314 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:27.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:27.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:27.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:27.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:27.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:21:27.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:27.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:27.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 12:21:27.355 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:21:27.355 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:27.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:27.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:27.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) Time elapsed: 0.728 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:27.365 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:27.366 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:27.366 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:27.366 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:27.366 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:27.366 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:27.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:27.380 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:27.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:27.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:27.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.381 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:27.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:27.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:27.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:27.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:27.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:27.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:27.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:27.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:27.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:27.382 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:27.382 DEBUG [main][MenuItemLookup] Item match:Window 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.382 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:27.382 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:27.383 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:27.383 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:27.383 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:27.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:27.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:27.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:27.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:27.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:27.476 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:27.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:27.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:27.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:27.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:27.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:27.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:27.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:27.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:27.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:27.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:27.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:27.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:27.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:27.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:27.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:27.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:27.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:21:27.478 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:21:27.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:21:27.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:21:27.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Local Catalog...") 12:21:27.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.525 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 12:21:27.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:27.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:27.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:27.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 12:21:27.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available. finished successfully 12:21:27.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 12:21:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:27.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:27.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:21:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:27.590 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 12:21:27.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:27.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:27.605 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:27.605 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 12:21:27.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.613 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:27.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:27.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:27.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:27.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:27.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:27.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:27.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:27.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:27.668 TRACE [main][WidgetHandler] Notify Table with event 13 12:21:27.668 TRACE [main][WidgetHandler] Wait for synchronization 12:21:27.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:21:27.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.670 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:21:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:27.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:27.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:27.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:27.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:27.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:27.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.675 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:27.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:27.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:27.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:27.731 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:27.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:27.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:27.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:27.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.*'] 12:21:27.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.732 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:27.732 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:27.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:27.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:27.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:27.732 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:27.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.*'] 12:21:27.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.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.*'] 12:21:27.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:27.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:27.733 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:27.733 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:27.733 DEBUG [main][MenuItemLookup] Item match:Window 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.734 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:27.734 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:27.734 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:27.734 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:27.734 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:27.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:27.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:27.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:27.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:27.834 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:27.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:27.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:27.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:27.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:27.837 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:27.837 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:27.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:27.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:21:27.837 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:21:27.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:21:27.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:21:27.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Remote Catalog...") 12:21:27.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.853 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 12:21:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:27.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:27.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 12:21:27.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 12:21:27.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:21:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:27.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:27.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 12:21:27.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:27.906 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 12:21:27.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:27.910 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:27.911 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 12:21:27.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 12:21:27.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:27.912 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 12:21:27.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:27.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:27.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:27.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:27.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:28.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:28.414 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 12:21:28.414 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:28.416 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 12:21:28.418 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 58523 archetype(s) 12:21:28.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:28.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.419 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:28.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:28.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:28.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:28.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:28.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:28.453 TRACE [main][WidgetHandler] Notify Table with event 13 12:21:28.453 TRACE [main][WidgetHandler] Wait for synchronization 12:21:28.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:21:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.455 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:21:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:28.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:28.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:28.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:28.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 "Cancel", Widget matcher matching widgets with style: 8) 12:21:28.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.465 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:28.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:28.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:28.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:28.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:28.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:28.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:28.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:28.492 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:28.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:28.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.493 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:28.493 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:28.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:28.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:28.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:28.493 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:28.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:28.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:28.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:28.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:28.493 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:28.493 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:28.494 DEBUG [main][MenuItemLookup] Item match:Window 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.494 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:28.494 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:28.494 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:28.494 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:28.494 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:28.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:28.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:28.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.599 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:28.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:28.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:28.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:28.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:28.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:28.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:28.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:28.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:28.601 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:21:28.601 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:21:28.601 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:21:28.602 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:21:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Remote Catalog...") 12:21:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.604 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 12:21:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 12:21:28.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 12:21:28.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:21:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 12:21:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:28.675 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml_test 12:21:28.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:28.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:28.679 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:28.680 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 12:21:28.680 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 12:21:28.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:28.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.681 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:28.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:28.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:28.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:28.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:28.716 TRACE [main][WidgetHandler] Notify Table with event 13 12:21:28.716 TRACE [main][WidgetHandler] Wait for synchronization 12:21:28.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:21:28.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.717 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:21:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:28.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:28.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:28.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:28.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:28.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.730 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:28.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:28.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:28.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:28.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:28.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:28.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:28.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.*'] 12:21:28.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:28.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:28.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:28.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:28.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:28.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:28.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:28.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:28.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:28.758 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:28.758 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:28.758 DEBUG [main][MenuItemLookup] Item match:Window 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.759 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:28.759 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:28.759 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:28.759 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:28.759 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:28.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:28.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.850 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:28.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:28.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:28.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:28.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:28.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:28.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:28.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:28.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:28.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:28.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:28.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:21:28.852 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:21:28.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:21:28.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:21:28.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Local Catalog...") 12:21:28.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.862 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 12:21:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 12:21:28.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available. finished successfully 12:21:28.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 12:21:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:21:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:28.907 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 12:21:28.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:28.912 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:28.913 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 12:21:28.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.919 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:28.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:28.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:28.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:28.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:28.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 12:21:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.953 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 12:21:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 12:21:28.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 12:21:28.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 12:21:28.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 12:21:28.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:29.000 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 12:21:29.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:29.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:29.006 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:29.006 INFO [WorkbenchTestable][AbstractText] Text set to: Local: Local Test Catalog test 12:21:29.008 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 12:21:29.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:29.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.012 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:29.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:29.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:29.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:29.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:29.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:21:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.049 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:21:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:29.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:29.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:29.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:29.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.054 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:29.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:29.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:29.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:29.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:29.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:29.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:29.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:29.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:29.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:29.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:29.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:29.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:29.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:29.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:29.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:29.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:29.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:29.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:29.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:29.082 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:29.082 DEBUG [main][MenuItemLookup] Item match:Window 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:29.082 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:29.082 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:29.098 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:29.098 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:29.098 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:29.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:29.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:29.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:29.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:29.199 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:29.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:29.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:29.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:29.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:29.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:29.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:29.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:29.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:29.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:29.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:21:29.201 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:21:29.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:21:29.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:21:29.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Remote Catalog...") 12:21:29.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.203 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 12:21:29.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 12:21:29.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 12:21:29.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:21:29.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:29.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:29.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 12:21:29.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:29.266 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 12:21:29.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:29.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:29.270 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:29.270 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 12:21:29.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 12:21:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.274 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 12:21:29.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:29.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:21:29.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:29.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:29.775 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 12:21:29.775 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:29.775 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 12:21:29.776 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 58523 archetype(s) 12:21:29.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:29.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.777 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:29.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:29.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:29.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:29.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:29.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:29.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:29.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:29.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:29.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:29.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 12:21:29.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.839 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 12:21:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 12:21:29.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 12:21:29.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:21:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:29.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 12:21:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:29.931 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo https://repo1.maven.org/maven2/archetype-catalog.xml to:https://repo1.maven.org/maven2/archetype-catalog.xml 12:21:29.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:29.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:29.932 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:29.933 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 12:21:29.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 12:21:29.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.934 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 12:21:29.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:29.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:21:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:30.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:30.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:30.435 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 12:21:30.435 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:30.437 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 12:21:30.437 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 58523 archetype(s) 12:21:30.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:30.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:30.438 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:30.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:30.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:30.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:30.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:30.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:30.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:30.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:21:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:30.470 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:21:30.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:30.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:30.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:30.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:30.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:30.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:30.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:30.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:30.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) 12:21:30.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:30.475 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:30.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:30.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:30.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:30.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:30.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:30.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:30.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:30.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:30.518 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:30.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:30.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:30.518 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:30.518 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:30.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:30.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:30.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:30.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:30.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:30.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:30.518 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:30.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:30.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:30.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:30.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:30.518 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:30.519 DEBUG [main][MenuItemLookup] Item match:Window 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:30.519 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:30.519 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:30.519 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:30.519 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:30.519 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:30.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:30.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:30.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:30.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:30.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:30.611 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:30.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:30.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:30.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:30.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:30.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:30.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:30.612 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:30.612 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:30.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:30.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:30.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:21:30.612 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:21:30.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:21:30.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:21:30.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Remote Catalog...") 12:21:30.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:30.615 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 12:21:30.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:30.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:30.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:30.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:30.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 12:21:30.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:30.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:30.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:30.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 12:21:30.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:21:30.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:30.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:30.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 12:21:30.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:30.666 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:https://repo1.maven.org/maven2/archetype-catalog.xml 12:21:30.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:30.670 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:30.671 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 12:21:30.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 12:21:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:30.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:30.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:30.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:30.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:30.675 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 12:21:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:30.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:30.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:30.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:21:31.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:31.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:31.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:31.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:31.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:31.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:31.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:31.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:31.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:31.176 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 12:21:31.177 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:31.178 TRACE [WorkbenchTestable][TitleAreaDialog] Shell Remote Archetype Catalog is not null and is not disposed 12:21:31.178 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 58523 archetype(s) 12:21:31.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:31.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.180 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:31.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:31.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:31.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:31.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 12:21:31.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.215 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 12:21:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 12:21:31.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 12:21:31.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:21:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and no matchers specified 12:21:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.264 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo https://repo1.maven.org/maven2/archetype-catalog.xml to:https://repo1.maven.org/maven2/archetype-catalog.xmlabc 12:21:31.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:21:31.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:31.266 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:31.266 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 12:21:31.266 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 12:21:31.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.dialogs.TitleAreaDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:31.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.267 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:31.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:31.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:31.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:31.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:31.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:31.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:31.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:31.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:31.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:31.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:21:31.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.295 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:21:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:21:31.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:31.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:31.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:31.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:31.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.300 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:31.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:31.324 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:31.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:31.325 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:21:31.325 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:21:31.325 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:31.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:31.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.96 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.351 s setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.76 s setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.264 s editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.323 s editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 1.437 s editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.807 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:21:31.342 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:21:31.342 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:31.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:31.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:21:31.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:31.343 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:31.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:31.346 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:31.346 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:31.347 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:31.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 12:21:31.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:21:31.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:31.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:31.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:31.347 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:31.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:31.348 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:31.348 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:31.348 DEBUG [main][MenuItemLookup] Item match:Window 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.349 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:31.349 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:31.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:31.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:31.349 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:31.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:31.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:31.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:31.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.461 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:31.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:31.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:31.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:31.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:31.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:31.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:31.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:31.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Errors/Warnings 12:21:31.464 DEBUG [main][TreeItemHandler] Selecting tree item: Errors/Warnings 12:21:31.473 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Errors/Warnings about selection 12:21:31.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Errors/Warnings 12:21:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "\"groupId\" duplicate of parent groupId") 12:21:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.509 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 12:21:31.510 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Group ID to: Ignore 12:21:31.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "\"version\" duplicate of parent version") 12:21:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.514 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 12:21:31.514 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Version to: Ignore 12:21:31.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Out-of-date project configuration") 12:21:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.529 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 12:21:31.529 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Project Config to: Ignore 12:21:31.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Plugin execution not covered by lifecycle configuration") 12:21:31.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.544 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 12:21:31.544 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Plugin Execution to: Ignore 12:21:31.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Overriding managed version") 12:21:31.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.562 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 12:21:31.562 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Managed Version to: Ignore 12:21:31.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "\"groupId\" duplicate of parent groupId") 12:21:31.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "\"version\" duplicate of parent version") 12:21:31.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Out-of-date project configuration") 12:21:31.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Plugin execution not covered by lifecycle configuration") 12:21:31.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Overriding managed version") 12:21:31.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:31.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:31.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.610 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:31.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:31.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:31.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.660 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:21:31.660 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:31.660 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:31.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:31.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:31.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 12:21:31.661 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:21:31.661 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:31.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:31.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:31.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) Time elapsed: 0.314 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:21:31.669 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:21:31.670 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:31.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:31.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:21:31.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:31.670 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:31.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:31.670 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:31.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:31.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:31.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 12:21:31.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:21:31.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:31.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:31.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:31.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:31.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:31.672 DEBUG [main][MenuItemLookup] Item match:Window 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.672 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:31.672 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:31.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:31.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:31.672 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:31.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 'Preferences.*'] is available.... 12:21:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:31.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.766 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:31.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:31.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:31.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 12:21:31.767 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 12:21:31.768 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 12:21:31.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 12:21:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.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.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 12:21:31.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.816 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 12:21:31.816 INFO [WorkbenchTestable][CheckBox] Check checkbox Debu&g Output 12:21:31.816 INFO [WorkbenchTestable][AbstractButton] Click button Debu&g Output 12:21:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.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.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: Matcher matching text to Download Artifact JavaDoc) 12:21:31.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.819 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 12:21:31.819 INFO [WorkbenchTestable][CheckBox] Check checkbox Download Artifact &Javadoc 12:21:31.819 INFO [WorkbenchTestable][AbstractButton] Click button Download Artifact &Javadoc 12:21:31.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.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 widgets with text that without mnenomic matches: is "Download Artifact Sources") 12:21:31.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.820 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 12:21:31.820 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do&wnload Artifact Sources already selected, no action performed 12:21:31.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download repository index updates on startup") 12:21:31.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.822 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 12:21:31.822 INFO [WorkbenchTestable][CheckBox] Check checkbox Download repository index updates on startup 12:21:31.822 INFO [WorkbenchTestable][AbstractButton] Click button Download repository index updates on startup 12:21:31.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 12:21:31.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.823 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 12:21:31.823 INFO [WorkbenchTestable][CheckBox] Check checkbox Hide folders of physically nested modules (experimental) 12:21:31.823 INFO [WorkbenchTestable][AbstractButton] Click button Hide folders of physically nested modules (experimental) 12:21:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.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 "Offline") 12:21:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.837 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 12:21:31.837 INFO [WorkbenchTestable][CheckBox] Check checkbox &Offline 12:21:31.837 INFO [WorkbenchTestable][AbstractButton] Click button &Offline 12:21:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 12:21:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.840 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 12:21:31.840 INFO [WorkbenchTestable][CheckBox] Check checkbox Update Maven projects on startup 12:21:31.840 INFO [WorkbenchTestable][AbstractButton] Click button Update Maven projects on startup 12:21:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 12:21:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: Matcher matching text to Download Artifact JavaDoc) 12:21:31.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download Artifact Sources") 12:21:31.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download repository index updates on startup") 12:21:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 12:21:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Offline") 12:21:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 12:21:31.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:31.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:31.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:31.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:31.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:31.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:31.889 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:31.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:31.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:31.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:31.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:31.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:31.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:31.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:31.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.919 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:21:31.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:31.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:31.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:31.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 12:21:31.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:31.920 INFO [WorkbenchTestable][RequirementsRunner] Started test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 12:21:31.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:21:31.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:31.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:31.920 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:31.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:21:31.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:31.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:31.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:31.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:31.921 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:31.921 DEBUG [main][MenuItemLookup] Item match:Window 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:31.921 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.922 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:31.922 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:21:31.922 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.922 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:21:31.922 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:31.922 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:21:31.922 DEBUG [main][MenuItemLookup] Item match:Preferences 12:21:31.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:21:31.922 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:21:31.922 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:21:32.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:21:32.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:21:32.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:21:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:32.021 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:21:32.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:21:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:32.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:32.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:32.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 12:21:32.023 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 12:21:32.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 12:21:32.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 12:21:32.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 12:21:32.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.038 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 12:21:32.039 DEBUG [WorkbenchTestable][CheckBox] Checkbox Debu&g Output not checked, no action performed 12:21:32.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: Matcher matching text to Download Artifact JavaDoc) 12:21:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.040 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 12:21:32.040 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download Artifact &Javadoc not checked, no action performed 12:21:32.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download Artifact Sources") 12:21:32.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.041 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 12:21:32.041 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Do&wnload Artifact Sources 12:21:32.049 INFO [WorkbenchTestable][AbstractButton] Click button Do&wnload Artifact Sources 12:21:32.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:32.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:32.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:32.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:32.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download repository index updates on startup") 12:21:32.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.051 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 12:21:32.052 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download repository index updates on startup not checked, no action performed 12:21:32.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 12:21:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.054 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 12:21:32.054 DEBUG [WorkbenchTestable][CheckBox] Checkbox Hide folders of physically nested modules (experimental) not checked, no action performed 12:21:32.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Offline") 12:21:32.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.056 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 12:21:32.056 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Offline not checked, no action performed 12:21:32.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 12:21:32.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.058 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 12:21:32.058 DEBUG [WorkbenchTestable][CheckBox] Checkbox Update Maven projects on startup not checked, no action performed 12:21:32.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 12:21:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: Matcher matching text to Download Artifact JavaDoc) 12:21:32.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download Artifact Sources") 12:21:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download repository index updates on startup") 12:21:32.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 12:21:32.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Offline") 12:21:32.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 12:21:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:32.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.074 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:32.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:32.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:32.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:32.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:32.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:32.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:32.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:32.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:21:32.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:32.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:32.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:32.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:32.101 INFO [WorkbenchTestable][RequirementsRunner] Finished test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 12:21:32.101 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:21:32.101 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:32.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:32.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:32.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 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.249 s uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) Time elapsed: 0.181 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:21:32.109 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:21:32.109 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:32.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:32.109 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:21:32.109 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:32.109 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:32.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:32.126 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:32.126 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:32.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:32.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 12:21:32.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:21:32.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:32.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:32.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:32.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:32.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:32.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.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 Maven Project"] 12:21:32.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.128 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:32.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.128 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:32.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.128 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:32.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.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 Maven Project"] 12:21:32.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.128 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:32.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.128 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:32.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:32.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:32.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:32.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:32.129 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:32.129 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:32.129 DEBUG [main][MenuItemLookup] Item match:File 12:21:32.130 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:32.130 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:32.133 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:32.133 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:32.133 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:32.133 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:32.133 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:32.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:21:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:21:32.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:21:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:32.208 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:21:32.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:32.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:32.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:32.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:32.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:32.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:32.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:32.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:32.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 12:21:32.211 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 12:21:32.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 12:21:32.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 12:21:32.211 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:21:32.211 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:32.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:32.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.212 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:32.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:32.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:32.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:32.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:32.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 12:21:32.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available. finished successfully 12:21:32.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 12:21:32.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:32.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:32.355 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:21:32.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:32.355 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:21:32.355 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:21:32.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:32.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.357 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:32.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:32.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:32.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:32.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:32.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:21:32.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:32.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:21:32.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:32.385 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo All Catalogs to selection: Internal 12:21:32.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:21:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:32.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Retrieving archetypes:' has no excuses, wait for it 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:32.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:21:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:32.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:21:32.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:21:32.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:21:32.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:21:32.942 TRACE [main][WidgetHandler] Notify Table with event 13 12:21:32.942 TRACE [main][WidgetHandler] Wait for synchronization 12:21:32.943 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:21:32.943 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:21:32.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:32.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:32.945 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:32.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:32.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:32.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:32.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:32.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 12:21:32.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:32.994 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:artifact 12:21:33.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 12:21:33.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:33.002 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo com.example to:group 12:21:33.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:21:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:33.013 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo 0.0.1-SNAPSHOT to:1.0.0 12:21:33.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 12:21:33.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:33.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 12:21:33.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:33.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:21:33.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:33.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:21:33.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:33.037 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:21:33.037 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 12:21:33.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:33.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:33.044 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:33.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:33.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:33.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:33.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:33.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:33.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:33.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:21:33.259 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:33.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:34.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:34.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:35.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:35.760 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:36.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:36.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:37.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:37.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:38.261 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:38.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:39.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:39.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:40.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:40.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:41.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:41.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:42.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:42.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:21:43.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:43.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:43.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:43.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:43.770 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:21:43.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:43.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:43.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:43.770 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:43.770 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:21:43.770 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:21:43.770 DEBUG [main][MenuItemLookup] Item match:Window 12:21:43.771 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:21:43.771 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:21:43.771 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:21:43.771 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:43.771 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:21:43.771 DEBUG [main][MenuItemLookup] Item match:Show View 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:43.775 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:21:43.775 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:21:43.775 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:21:43.775 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:21:43.775 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:21:43.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:21:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:21:43.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:21:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:43.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:21:43.872 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:43.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:21:43.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:43.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:43.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:43.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:43.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:21:43.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:21:43.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:44.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:44.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:21:44.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:21:44.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:21:44.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:44.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:21:44.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:44.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:21:44.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:21:44.429 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:21:44.430 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:21:44.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:21:44.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:44.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:21:44.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:44.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:44.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:44.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:21:44.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:44.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:21:44.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:44.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:44.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:44.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:44.432 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:21:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:44.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:44.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:44.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:44.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:44.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:21:44.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:44.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:44.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:21:44.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:44.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:44.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:44.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:44.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:44.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:44.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:21:44.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:44.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:44.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:44.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:44.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:44.561 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:44.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:44.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:44.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:21:44.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:44.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:44.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:44.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:44.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:44.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:44.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:44.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:44.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:44.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:44.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:44.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:44.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:45.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:45.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:45.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:45.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:45.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:45.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:45.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:45.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:45.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:45.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:45.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:45.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:45.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:45.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:45.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:45.645 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 12:21:45.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:21:45.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:45.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:45.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:45.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:45.645 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 12:21:45.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:45.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:45.646 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:21:45.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:45.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:45.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:45.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:45.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:45.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:45.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:21:45.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:45.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:45.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:45.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:45.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:45.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:45.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:45.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:45.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:21:45.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:45.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:45.650 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:45.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:45.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:45.651 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:45.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:45.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:45.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:45.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:45.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:46.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:46.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:46.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:46.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:46.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:46.654 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:46.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:46.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:46.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:46.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:46.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:46.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:46.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:46.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 12:21:46.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:46.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:46.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:46.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:46.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:46.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:47.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:47.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:47.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:47.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:47.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:47.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:47.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:47.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:47.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:47.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:47.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:47.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:47.660 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 12:21:47.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:21:47.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:21:47.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:47.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:47.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 12:21:47.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:47.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:47.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:47.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:47.662 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:21:47.662 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:21:47.663 DEBUG [main][TreeItemHandler] Set Tree selection 12:21:47.664 DEBUG [main][TreeHandler] Notify Tree about selection event 12:21:47.678 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:21:47.730 DEBUG [WorkbenchTestable][TreeItemHandler] artifact 12:21:47.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:47.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:47.844 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:21:47.844 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:21:47.844 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:21:47.844 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:21:47.844 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:21:47.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:47.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:48.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:48.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:48.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:48.383 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:48.383 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:48.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:48.384 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:48.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:48.384 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:48.384 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:48.384 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:48.384 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:48.384 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:21:48.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:21:48.384 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:21:48.384 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:21:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:21:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:21:49.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:21:49.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:49.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:49.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:21:49.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:49.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:49.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:49.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:49.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:49.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:49.160 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:21:49.160 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:21:49.160 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:21:49.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:49.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:49.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:49.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:49.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:21:49.160 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:49.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:49.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:49.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:49.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:49.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:49.161 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:49.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:49.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:49.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:49.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:21:49.165 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:21:49.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:21:49.665 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:21:49.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:49.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:49.665 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:21:49.665 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:49.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:49.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:49.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.558 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: 13.519 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:21:49.674 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:21:49.675 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:49.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:49.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:21:49.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:49.675 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:49.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:49.675 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:49.675 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:49.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:49.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 12:21:49.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:21:49.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:49.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:49.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:49.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:49.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:49.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Check out as Maven project from SCM"] 12:21:49.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:49.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:49.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:49.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Check out as Maven project from SCM"] 12:21:49.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:49.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:49.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:49.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:49.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:49.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:49.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:49.678 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:49.678 DEBUG [main][MenuItemLookup] Item match:File 12:21:49.679 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:49.679 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:49.726 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:49.726 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:49.751 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:49.751 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:49.751 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:49.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:21:49.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:21:49.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:21:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:49.870 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:21:49.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:49.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:49.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:49.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:49.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:49.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:49.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:49.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:49.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:49.872 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Check out Maven Projects from SCM 12:21:49.872 DEBUG [main][TreeItemHandler] Selecting tree item: Check out Maven Projects from SCM 12:21:49.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Check out Maven Projects from SCM about selection 12:21:49.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Check out Maven Projects from SCM 12:21:49.876 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:21:49.876 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:49.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:49.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:49.877 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:49.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:49.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:49.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:49.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:49.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:21:49.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Check out as Maven project from SCM"] is available.... 12:21:49.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Check out as Maven project from SCM"] is available. finished successfully 12:21:49.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Check out as Maven project from SCM 12:21:49.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:49.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:49.978 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 12:21:49.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.scm.wizards.MavenCheckoutLocationPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Check out All Projects") 12:21:49.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:49.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.scm.wizards.MavenCheckoutLocationPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Check out Head Revision") 12:21:49.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:49.981 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 12:21:49.981 INFO [WorkbenchTestable][MavenCheckoutWizard] Cancel wizard 12:21:49.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.scm.wizards.MavenCheckoutWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:21:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:49.982 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:21:49.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:49.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:49.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:49.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:50.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:50.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:50.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:50.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 12:21:50.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:21:50.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:21:50.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:50.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:50.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:50.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:50.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:50.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:50.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:50.040 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:50.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:21:50.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:50.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:50.040 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 12:21:50.040 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:21:50.040 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:50.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 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.364 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:21:50.050 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:21:50.051 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:21:50.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:50.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:21:50.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:50.051 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:21:50.052 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:50.052 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:21:50.052 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:50.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:50.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 12:21:50.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:21:50.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:50.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:50.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:50.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:21:50.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:21:50.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 12:21:50.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:21:50.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:21:50.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:21:50.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 12:21:50.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:21:50.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:21:50.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:50.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:50.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:50.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:50.057 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:50.057 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:50.057 DEBUG [main][MenuItemLookup] Item match:File 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:50.058 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:21:50.058 DEBUG [main][MenuItemLookup] Item match:Import... 12:21:50.058 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:21:50.058 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:21:50.058 INFO [main][MenuItemHandler] Select menu item: &Import... 12:21:50.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:21:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:21:50.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:21:50.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:50.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:50.148 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:21:50.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:50.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:50.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:50.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:50.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:50.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:50.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:21:50.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:50.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:50.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:50.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:50.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:21:50.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:21:50.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:50.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:21:50.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:50.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:21:50.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 12:21:50.652 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 12:21:50.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 12:21:50.655 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 12:21:50.655 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:21:50.655 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:21:50.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:50.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:50.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:50.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:50.657 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:50.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:50.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:50.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:50.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:50.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:21:50.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.721 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:21:50.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:21:50.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:21:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:50.722 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 12:21:50.722 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:21:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:21:50.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:21:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:50.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:50.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Root Directory:") 12:21:50.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:50.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:50.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:21:50.725 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/wizard/maven-wrong-project 12:21:50.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:21:50.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:21:50.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:21:50.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:50.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:50.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:21:50.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:50.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:50.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:50.768 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 12:21:50.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:50.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:50.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:50.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:50.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:21:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:21:50.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:21:50.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:50.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 12:21:50.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.wizard.MavenImportWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:21:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:50.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:50.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 12:21:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:21:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:21:50.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:21:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:50.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 "Finish") 12:21:50.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:50.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 12:21:50.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:50.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:50.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:50.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:50.798 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:50.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:50.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:50.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:50.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:50.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:21:50.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:21:50.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:21:50.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:50.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 12:21:50.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:50.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:51.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:51.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:52.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 12:21:52.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 12:21:52.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:52.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:53.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:54.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:54.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:55.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:55.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:56.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:56.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:57.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:57.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:58.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:58.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:59.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:21:59.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:00.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:00.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:01.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:01.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:02.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:02.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:03.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:03.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:04.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:04.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:05.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:05.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:06.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:06.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:07.350 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:07.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:08.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:08.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:09.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:09.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:10.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:10.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:11.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:11.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:12.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:12.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:13.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:13.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:14.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:14.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:15.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:15.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Loading the repository {0}' is a system job, skipped 12:22:15.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'https://github.com/eclipse-m2e/m2e-discovery-catalog/releases/download/2.x/catalog-2.x.xml' has no excuses, wait for it 12:22:16.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar)' is a system job, skipped 12:22:16.377 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving profile preferences' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:16.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:16.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 '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 12:22:16.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available. finished successfully 12:22:16.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Discover m2e connectors 12:22:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:16.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 "Resolve All Later") 12:22:16.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:16.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:16.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 12:22:16.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:16.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:16.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:16.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:16.927 INFO [WorkbenchTestable][AbstractButton] Click button &Resolve All Later 12:22:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:16.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:16.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:16.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:16.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:22:16.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:16.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 12:22:16.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:16.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:16.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:16.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:16.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:16.931 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:16.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:16.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:22:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:22:17.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Incomplete Maven Goal Execution"] is available.... 12:22:27.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Incomplete Maven Goal Execution"] is available. failed, an exception will be thrown 12:22:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:27.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:27.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:28.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:28.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:29.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:29.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:29.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:29.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:29.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:29.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:29.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:29.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:29.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:29.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:30.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:30.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:31.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:31.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:32.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:32.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:32.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:33.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:33.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:34.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:34.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:34.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:34.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:34.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:34.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:34.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:34.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:34.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:34.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:35.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:35.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:35.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:36.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:36.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:37.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:37.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:37.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:37.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:37.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:37.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 12:22:37.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:37.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:37.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:37.049 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:22:37.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:37.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:37.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:37.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 '\*?\QProject Explorer\E') 12:22:37.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:37.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:37.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:37.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:37.051 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:22:37.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:22:37.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:22:37.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:37.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:37.053 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:22:37.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:22:37.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:37.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:37.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:38.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:38.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:38.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:22:38.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:22:38.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:38.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:38.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:38.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:38.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:38.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:38.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:38.057 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:22:38.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:22:38.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:22:38.057 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:22:38.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:38.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:38.058 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 12:22:38.058 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:22:38.058 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 12:22:38.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:22:38.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:22:38.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:22:38.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:22:38.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"] 12:22:38.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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"] 12:22:38.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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 Maven Projects"] 12:22:38.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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: "Import"] 12:22:38.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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: "Import"] 12:22:38.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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: "Import"] 12:22:38.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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: "Import Maven Projects"] 12:22:38.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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: "Import"] 12:22:38.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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: "Import"] 12:22:38.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:38.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:38.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:38.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:38.060 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:38.060 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:38.060 DEBUG [main][MenuItemLookup] Item match:File 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:38.061 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:22:38.061 DEBUG [main][MenuItemLookup] Item match:Import... 12:22:38.062 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:22:38.062 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:22:38.062 INFO [main][MenuItemHandler] Select menu item: &Import... 12:22:38.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:22:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:22:38.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:22:38.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:38.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:38.136 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:22:38.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.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 12:22:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:38.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:38.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:22:38.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:22:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:38.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:22:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:38.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:22:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:22:38.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:22:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:38.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:22:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:38.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:22:38.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 12:22:38.138 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 12:22:38.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 12:22:38.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 12:22:38.138 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:22:38.139 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:22:38.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.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:38.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:38.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:38.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:38.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:38.140 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:38.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:38.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:38.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:22:38.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:22:38.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:22:38.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:22:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:38.192 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 12:22:38.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:22:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:22:38.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:22:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:38.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Root Directory:") 12:22:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:38.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:38.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:38.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:22:38.195 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/wizard/maven-test-project 12:22:38.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:22:38.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:22:38.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:22:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:38.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:38.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:22:38.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:38.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:38.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:38.205 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 12:22:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:38.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:38.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:38.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:22:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:22:38.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:22:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 12:22:38.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:22:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:38.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:38.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 12:22:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:22:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:22:38.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:22:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:38.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:22:38.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:38.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 12:22:38.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:38.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:38.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:38.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:38.232 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:38.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:38.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:38.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:38.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:38.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:22:38.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:22:38.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:22:38.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:38.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 12:22:38.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:38.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:22:38.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:39.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:39.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 12:22:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available. failed, an exception will be thrown 12:22:49.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Incomplete Maven Goal Execution"] is available.... 12:22:59.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Incomplete Maven Goal Execution"] is available. failed, an exception will be thrown 12:22:59.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:22:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:59.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:59.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:59.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:59.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:59.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:00.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:00.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:01.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:01.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:02.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:02.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:03.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:03.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:03.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:03.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:03.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:03.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:03.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:03.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:03.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:04.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:04.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:04.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:04.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:04.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:04.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:04.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:04.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:04.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:05.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:05.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:05.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:05.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:05.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:05.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:05.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:05.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:05.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:06.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:06.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:06.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:06.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:06.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:06.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:06.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:06.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:06.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:06.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:06.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:06.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:06.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:06.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:06.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:06.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:07.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:07.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:07.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:07.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:07.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:07.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:07.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:07.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:07.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:07.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:07.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:07.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:07.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:07.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:07.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:07.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:08.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:08.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:08.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:08.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:08.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:08.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:08.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:08.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:08.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 12:23:09.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:09.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:09.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:09.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:09.298 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:23:09.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:09.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:09.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:09.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:09.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:09.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:09.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:23:09.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:09.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:09.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:09.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:09.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:09.301 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:23:09.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:23:09.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:09.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:09.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:09.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:09.304 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:23:09.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:23:09.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:09.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:09.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:09.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:09.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:09.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:09.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:10.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:10.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:10.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:23:10.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:23:10.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:10.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:10.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.308 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:10.308 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:10.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:23:10.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:10.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:10.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:10.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:10.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 12:23:10.309 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:23:10.309 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:10.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:10.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:10.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.26 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: 48.006 s testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) Time elapsed: 32.251 s Running org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:23:10.322 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:23:10.329 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:23:10.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:10.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:23:10.329 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:10.329 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:23:10.330 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:10.330 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:23:10.330 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:10.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: "Import"] 12:23:10.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.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: "Import"] 12:23:10.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.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: "Import"] 12:23:10.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.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: "Import"] 12:23:10.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.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: "Import"] 12:23:10.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.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: "Import"] 12:23:10.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.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: "Import"] 12:23:10.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.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: "Import"] 12:23:10.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.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: "Import"] 12:23:10.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:10.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:10.334 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:10.334 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:10.334 DEBUG [main][MenuItemLookup] Item match:File 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:10.336 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:10.336 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:10.336 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:10.336 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:10.337 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:10.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:10.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:10.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:10.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:10.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:10.419 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:10.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:10.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:10.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:10.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:10.424 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:10.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:10.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:10.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:10.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:10.927 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:10.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:10.927 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:10.927 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:10.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:10.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:10.929 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:10.929 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:10.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:10.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:10.931 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:10.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:10.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:10.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: "Import"] 12:23:10.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:10.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:11.000 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:11.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:11.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:11.000 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:11.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:11.002 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 12:23:11.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:23:11.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:11.004 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:23:11.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:11.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:11.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:11.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:11.004 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:11.005 TRACE [main][WidgetHandler] Wait for synchronization 12:23:11.005 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:11.005 TRACE [main][WidgetHandler] Wait for synchronization 12:23:11.005 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:11.005 TRACE [main][WidgetHandler] Wait for synchronization 12:23:11.005 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:11.005 TRACE [main][WidgetHandler] Wait for synchronization 12:23:11.005 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:11.005 TRACE [main][WidgetHandler] Wait for synchronization 12:23:11.005 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:11.005 TRACE [main][WidgetHandler] Wait for synchronization 12:23:11.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:23:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:23:11.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:23:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:23:11.007 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 12:23:11.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:11.039 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:11.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:11.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:11.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:11.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:11.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:11.050 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:23:11.050 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:23:11.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:23:11.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:11.051 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:23:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:11.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:11.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:11.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:11.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:11.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:11.068 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 12:23:11.068 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 12:23:11.074 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:23:11.075 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 12:23:11.075 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:11.075 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:23:11.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:11.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:11.078 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:11.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:11.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:11.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:11.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:11.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:11.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:11.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:11.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.584 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:11.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:11.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:11.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:11.585 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:11.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:23:11.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:11.586 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:11.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:11.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:11.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:11.624 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:11.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:11.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:11.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:11.625 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:11.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:11.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:11.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:11.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:12.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:12.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:12.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:12.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:12.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:12.627 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:12.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:12.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:12.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:12.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 12:23:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:12.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:12.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:12.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:12.628 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:12.628 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:12.629 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:23:12.629 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:23:12.630 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 12:23:12.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:23:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:13.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:13.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:23:13.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:23:13.131 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:23:13.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:23:13.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:23:13.144 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 12:23:13.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:23:13.144 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:23:13.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:23:13.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:23:13.147 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:23:13.147 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:23:13.856 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:23:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:13.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:23:13.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:23:13.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:13.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:13.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:13.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:13.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:13.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:13.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:13.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:13.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ba86ac7 is found... 12:23:13.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7ba86ac7 is found finished successfully 12:23:13.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:23:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:13.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:13.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:13.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:13.949 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:13.949 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:13.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:13.949 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 12:23:13.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:23:13.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:13.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:13.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:13.950 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:13.951 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:13.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:23:13.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:13.951 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:23:13.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:13.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:13.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:13.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:13.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:23:13.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:23:13.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:14.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:23:14.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:23:14.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:14.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:14.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:23:14.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:14.030 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:23:14.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:14.030 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:23:14.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.032 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:14.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 12:23:14.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:14.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:14.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 12:23:14.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:23:14.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:14.034 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:14.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:14.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:14.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:14.159 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 12:23:14.337 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:14.337 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:14.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:23:14.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:14.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:14.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:14.338 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:23:14.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:14.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:14.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:23:15.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:23:15.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:15.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:15.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:15.942 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:23:15.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:15.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:23:15.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:23:15.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:15.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:15.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 12:23:15.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:15.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 12:23:15.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:15.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:15.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 12:23:15.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:23:15.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:15.957 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:15.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:16.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.155 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:16.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:16.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.156 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:16.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:16.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:16.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:16.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:16.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:16.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:17.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:17.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:17.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:17.158 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:17.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:17.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:17.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:17.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:17.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:17.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:17.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:17.159 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:17.159 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:17.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:23:17.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:23:17.160 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:23:17.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:23:17.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:23:17.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:17.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.214 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:17.214 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:23:17.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:23:17.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:23:17.215 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:23:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:23:17.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:23:18.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:23:18.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:23:19.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:23:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:23:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:19.724 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 12:23:19.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:23:19.724 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:23:19.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:23:19.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:23:19.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:19.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:19.781 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:19.781 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:19.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:23:19.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:19.781 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:23:19.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:23:20.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:23:20.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:23:20.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:20.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:20.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:20.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:20.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: 32) 12:23:20.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:20.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:20.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:20.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:20.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:20.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:20.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:20.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:20.432 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:23:20.432 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:23:20.432 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:23:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:20.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:20.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:20.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:20.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:23:20.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:20.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:20.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:20.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:20.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:20.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:20.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:20.434 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:20.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:20.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:20.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:23:20.439 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:23:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:23:20.939 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:23:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:20.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:23:20.939 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:20.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:20.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.619 s - in org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) Time elapsed: 2.004 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:20.950 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:20.951 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:23:20.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:20.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:20.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:20.951 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:23:20.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:20.952 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:23:20.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:20.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:20.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:20.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:20.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:20.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:20.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:20.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"] 12:23:20.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.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"] 12:23:20.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.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"] 12:23:20.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.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"] 12:23:20.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.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"] 12:23:20.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.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"] 12:23:20.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.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"] 12:23:20.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.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"] 12:23:20.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.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"] 12:23:20.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:20.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:20.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:20.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:20.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:20.955 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:20.955 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:20.955 DEBUG [main][MenuItemLookup] Item match:File 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:20.956 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:20.956 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:20.956 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:20.956 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:20.956 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:21.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:21.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:21.032 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:21.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:21.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:21.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:21.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:21.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:21.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:21.034 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:21.035 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:21.035 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:21.035 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:21.035 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:21.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:21.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:21.036 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:21.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:21.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:21.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:21.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:21.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:21.108 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:21.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:21.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:21.108 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:21.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:21.109 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:23:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:21.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:21.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:21.109 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:21.109 TRACE [main][WidgetHandler] Wait for synchronization 12:23:21.110 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:21.110 TRACE [main][WidgetHandler] Wait for synchronization 12:23:21.110 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:21.110 TRACE [main][WidgetHandler] Wait for synchronization 12:23:21.110 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:21.110 TRACE [main][WidgetHandler] Wait for synchronization 12:23:21.110 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:21.110 TRACE [main][WidgetHandler] Wait for synchronization 12:23:21.110 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:21.110 TRACE [main][WidgetHandler] Wait for synchronization 12:23:21.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:21.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:21.112 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to: 12:23:21.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 12:23:21.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:21.113 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:21.113 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:21.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:21.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:21.115 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:21.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:21.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:21.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:21.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:21.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:21.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:21.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:21.177 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:21.177 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:21.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:21.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:21.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:21.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:21.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:21.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:21.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:21.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:21.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:21.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:21.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:21.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:21.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:21.180 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:21.180 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:21.180 DEBUG [main][MenuItemLookup] Item match:File 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:21.181 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:21.181 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:21.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:21.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:21.181 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:21.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:21.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:21.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:21.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:21.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:21.279 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:21.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:21.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:21.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:21.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:21.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:21.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:21.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:21.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:21.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:21.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:21.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:21.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:21.282 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:21.282 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:21.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:21.282 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:21.282 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:21.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:21.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:21.284 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:21.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:21.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:21.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:21.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:21.330 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:21.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:21.379 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:21.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:21.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:21.379 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:21.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:21.379 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 12:23:21.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:23:21.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:21.380 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:23:21.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:21.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:21.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:21.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:21.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:23:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:23:21.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:23:21.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:23:21.382 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 12:23:21.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:21.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:21.444 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:21.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:21.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:21.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:21.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:21.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:21.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:21.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:21.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:21.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:21.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:21.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:21.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:21.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:21.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:21.489 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectA (ProjectA/) and wait with time period 1 12:23:21.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectA (ProjectA/) 12:23:21.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:21.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:21.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectA (ProjectA/) 12:23:21.989 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectB (ProjectB/) and wait with time period 1 12:23:21.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectB (ProjectB/) 12:23:21.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:22.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectB (ProjectB/) 12:23:22.490 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectC (ProjectC/) and wait with time period 1 12:23:22.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectC (ProjectC/) 12:23:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:22.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:22.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectC (ProjectC/) 12:23:22.996 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:22.996 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:22.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:22.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:22.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.004 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:23.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.004 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:23.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:23.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:23.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:23.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:23.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:23.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:23.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:23.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:23.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:23.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:23.060 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:23.060 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:23.060 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:23.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:23.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:23.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:23.060 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:23.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"] 12:23:23.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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"] 12:23:23.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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"] 12:23:23.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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"] 12:23:23.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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"] 12:23:23.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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"] 12:23:23.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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"] 12:23:23.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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"] 12:23:23.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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"] 12:23:23.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:23.062 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:23.062 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:23.062 DEBUG [main][MenuItemLookup] Item match:File 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.063 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:23.063 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:23.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:23.063 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:23.064 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:23.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:23.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:23.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.143 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:23.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:23.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:23.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:23.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:23.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:23.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:23.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:23.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:23.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:23.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:23.146 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:23.146 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:23.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:23.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:23.147 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.147 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:23.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:23.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.149 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:23.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.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: "Import"] 12:23:23.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.220 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:23.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.221 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:23.221 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.221 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 12:23:23.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: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:23:23.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.222 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:23:23.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:23:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:23:23.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:23:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:23:23.224 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 12:23:23.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.254 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:23.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:23.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:23.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:23.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:23.265 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 12:23:23.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:23.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.291 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:23.292 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:23.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:23.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.295 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:23.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:23.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:23.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:23.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:23.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:23.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:23.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:23.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:23.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:23.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:23.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:23.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:23.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:23.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:23.333 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:23.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:23.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:23.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:23.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:23.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:23.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:23.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: "Import"] 12:23:23.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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: "Import"] 12:23:23.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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: "Import"] 12:23:23.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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: "Import"] 12:23:23.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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: "Import"] 12:23:23.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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: "Import"] 12:23:23.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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: "Import"] 12:23:23.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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: "Import"] 12:23:23.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.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: "Import"] 12:23:23.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:23.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:23.334 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:23.335 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:23.335 DEBUG [main][MenuItemLookup] Item match:File 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.336 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:23.336 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:23.336 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:23.336 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:23.336 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:23.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:23.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.418 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:23.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:23.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:23.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:23.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:23.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:23.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:23.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:23.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:23.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:23.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:23.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:23.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:23.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:23.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:23.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:23.421 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:23.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:23.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:23.422 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.422 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:23.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:23.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.423 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.464 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.496 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:23.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.497 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:23.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.497 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 12:23:23.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:23:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.498 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:23:23.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:23:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:23:23.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:23:23.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:23:23.500 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 12:23:23.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:23.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.534 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:23.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:23.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:23.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:23.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:23.563 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 12:23:23.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:23.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.565 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:23.565 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:23.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:23.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.567 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:23.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:23.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:23.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:23.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:23.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:23.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:23.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:23.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:23.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:23.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:23.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:23.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:23.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:23.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:23.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:23.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:23.608 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:23.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:23.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:23.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:23.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:23.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:23.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:23.609 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:23.610 DEBUG [main][MenuItemLookup] Item match:File 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:23.610 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.611 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:23.611 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:23.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:23.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:23.611 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:23.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.697 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:23.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:23.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:23.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:23.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:23.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:23.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:23.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:23.699 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:23.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:23.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:23.700 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.700 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:23.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:23.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.707 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.783 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:23.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:23.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.783 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:23.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.783 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:23:23.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.784 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:23:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.798 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:23.798 TRACE [main][WidgetHandler] Wait for synchronization 12:23:23.798 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:23.798 TRACE [main][WidgetHandler] Wait for synchronization 12:23:23.798 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:23.798 TRACE [main][WidgetHandler] Wait for synchronization 12:23:23.798 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:23.798 TRACE [main][WidgetHandler] Wait for synchronization 12:23:23.798 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:23.798 TRACE [main][WidgetHandler] Wait for synchronization 12:23:23.798 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:23.798 TRACE [main][WidgetHandler] Wait for synchronization 12:23:23.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:23.810 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:23:23.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:23.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.850 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:23.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:23.911 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 12:23:23.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:23.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 12:23:23.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.914 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 12:23:23.914 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 12:23:23.914 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 12:23:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.916 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:23.916 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:23.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:23.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:23.933 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:23.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:23.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:23.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:23.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:23.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:23.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:23.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:23.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:23.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:23.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:23.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:23.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:23.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:23.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:23.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:23.973 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:23.973 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:23.973 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:23.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:23.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:23.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:23.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:23.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:23.973 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:23.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:23.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:23.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:23.975 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:23.975 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:23.975 DEBUG [main][MenuItemLookup] Item match:File 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:23.976 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:23.976 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:23.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:23.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:23.977 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:24.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:24.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:24.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:24.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:24.064 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:24.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:24.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:24.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:24.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:24.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:24.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:24.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:24.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:24.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:24.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:24.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:24.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:24.067 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:24.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:24.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:24.068 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:24.068 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:24.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:24.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:24.076 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:24.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:24.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:24.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: "Import"] 12:23:24.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:24.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:24.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:24.164 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:24.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:24.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:24.164 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:24.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:24.164 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:23:24.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:24.165 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:23:24.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:24.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:24.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:24.166 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:24.166 TRACE [main][WidgetHandler] Wait for synchronization 12:23:24.166 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:24.166 TRACE [main][WidgetHandler] Wait for synchronization 12:23:24.166 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:24.166 TRACE [main][WidgetHandler] Wait for synchronization 12:23:24.166 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:24.166 TRACE [main][WidgetHandler] Wait for synchronization 12:23:24.166 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:24.166 TRACE [main][WidgetHandler] Wait for synchronization 12:23:24.166 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:24.166 TRACE [main][WidgetHandler] Wait for synchronization 12:23:24.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 12:23:24.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:24.181 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:23:24.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:24.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:24.218 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:24.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:24.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:24.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:24.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:24.231 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:23:24.231 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:23:24.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:23:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:24.233 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:23:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:24.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:24.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:24.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:24.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:24.250 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:24.250 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB): 12:23:24.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:23:24.252 INFO [WorkbenchTestable][TreeItemHandler] Checked: ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:24.252 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:24.252 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC): 12:23:24.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:23:24.252 INFO [WorkbenchTestable][TreeItemHandler] Checked: ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:24.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:24.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:24.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:24.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:24.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:24.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:24.253 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) and wait with time period 1 12:23:24.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:24.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:24.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:24.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:24.754 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) and wait with time period 1 12:23:24.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:24.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:25.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:25.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:25.255 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) and wait with time period 1 12:23:25.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:25.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:25.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:25.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:25.756 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:25.756 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:25.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:25.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:25.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:25.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:25.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:25.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:25.764 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:25.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:25.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:25.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:25.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:25.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:25.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:25.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:25.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:25.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:25.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:25.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:25.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:25.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:25.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:25.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:25.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:25.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:25.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:25.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:25.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:25.821 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:25.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:25.821 INFO [WorkbenchTestable][RequirementsRunner] Started test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:25.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:25.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:25.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:25.821 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.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"] 12:23:25.822 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:25.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:25.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:25.823 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:25.823 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:25.823 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:25.823 DEBUG [main][MenuItemLookup] Item match:File 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:25.824 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:25.824 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:25.824 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:25.824 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:25.824 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:25.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:25.906 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:25.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:25.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:25.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:25.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:25.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:25.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:25.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:25.908 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:25.908 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:25.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:25.908 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:25.908 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:25.908 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:25.909 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:25.909 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:25.909 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:25.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:25.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:25.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:25.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:25.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:25.910 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:25.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:25.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:25.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"] 12:23:25.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:25.990 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:25.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:25.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:25.990 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:25.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:25.990 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:23:25.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:25.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:25.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:25.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:25.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:25.991 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:23:25.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:25.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:25.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:25.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:25.991 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:25.991 TRACE [main][WidgetHandler] Wait for synchronization 12:23:25.991 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:25.992 TRACE [main][WidgetHandler] Wait for synchronization 12:23:25.992 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:25.992 TRACE [main][WidgetHandler] Wait for synchronization 12:23:25.992 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:25.992 TRACE [main][WidgetHandler] Wait for synchronization 12:23:25.992 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:25.992 TRACE [main][WidgetHandler] Wait for synchronization 12:23:25.992 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:25.992 TRACE [main][WidgetHandler] Wait for synchronization 12:23:25.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:25.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:25.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:25.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:25.994 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:23:25.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:25.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:25.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:25.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:25.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:26.031 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:26.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:26.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:26.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:26.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:26.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:26.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:26.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:26.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:26.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:26.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:26.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:26.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:26.044 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:23:26.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") 12:23:26.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:26.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:26.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:26.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:26.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:26.046 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:23:26.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:26.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:26.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:26.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:26.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:26.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:26.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:26.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:26.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:26.062 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) and wait with time period 1 12:23:26.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:26.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:26.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:26.563 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) and wait with time period 1 12:23:26.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:26.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:27.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:27.063 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:27.064 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) and wait with time period 1 12:23:27.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:27.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:27.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:27.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:27.564 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:27.564 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:27.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:27.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:27.571 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:27.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:27.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:27.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:27.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:27.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:27.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:27.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:27.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:27.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:27.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:27.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:27.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:27.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:27.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:27.609 INFO [WorkbenchTestable][RequirementsRunner] Finished test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:27.609 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:27.609 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:27.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:27.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:27.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:27.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:27.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.610 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:27.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:27.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:27.611 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:27.611 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:27.611 DEBUG [main][MenuItemLookup] Item match:File 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:27.612 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:27.612 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:27.612 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:27.612 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:27.612 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:27.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:27.698 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:27.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:27.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:27.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:27.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:27.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:27.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:27.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:27.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:27.701 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:27.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:27.701 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:27.701 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:27.701 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:27.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:27.708 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:27.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:27.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:27.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:27.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:27.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"] 12:23:27.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:27.781 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:27.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:27.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:27.782 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:27.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:27.782 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:23:27.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:27.783 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:23:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:27.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:27.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:27.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:27.783 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:27.783 TRACE [main][WidgetHandler] Wait for synchronization 12:23:27.783 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:27.783 TRACE [main][WidgetHandler] Wait for synchronization 12:23:27.783 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:27.783 TRACE [main][WidgetHandler] Wait for synchronization 12:23:27.783 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:27.783 TRACE [main][WidgetHandler] Wait for synchronization 12:23:27.783 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:27.783 TRACE [main][WidgetHandler] Wait for synchronization 12:23:27.783 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:27.783 TRACE [main][WidgetHandler] Wait for synchronization 12:23:27.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:27.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:27.798 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:23:27.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:27.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:27.817 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:27.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:27.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:27.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:27.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:27.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:27.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:27.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:27.869 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:23:27.869 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:23:27.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:23:27.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:27.882 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:23:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:27.882 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:27.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:27.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:27.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23: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.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:27.886 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) and wait with time period 1 12:23:27.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:27.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:28.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:28.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:28.394 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) and wait with time period 1 12:23:28.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:28.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:28.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:28.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:28.894 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) and wait with time period 1 12:23:28.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:28.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:29.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:29.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:29.395 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:29.395 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:29.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:29.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:29.401 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:29.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:29.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:29.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:29.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:29.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:29.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:29.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:29.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:29.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:29.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:29.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:29.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:29.441 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:29.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:29.441 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:29.441 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:29.441 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:29.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:29.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:29.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:29.441 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:29.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:29.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:29.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:29.442 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:29.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:29.443 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:29.443 DEBUG [main][MenuItemLookup] Item match:File 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:29.444 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:29.444 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:29.444 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:29.444 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:29.444 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:29.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:29.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:29.531 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:29.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:29.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:29.533 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:29.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:29.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:29.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:29.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:29.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:29.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:29.534 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:29.534 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:29.534 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:29.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:29.534 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:29.534 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:29.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:29.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:29.542 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:29.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:29.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:29.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:29.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:29.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: "Import"] 12:23:29.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:29.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:29.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:29.617 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:29.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:29.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:29.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:29.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:29.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:29.617 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:29.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:29.617 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:23:29.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:29.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:29.618 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:23:29.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:29.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:29.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:29.642 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:29.642 TRACE [main][WidgetHandler] Wait for synchronization 12:23:29.642 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:29.642 TRACE [main][WidgetHandler] Wait for synchronization 12:23:29.642 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:29.642 TRACE [main][WidgetHandler] Wait for synchronization 12:23:29.642 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:29.642 TRACE [main][WidgetHandler] Wait for synchronization 12:23:29.642 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:29.642 TRACE [main][WidgetHandler] Wait for synchronization 12:23:29.643 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:29.643 TRACE [main][WidgetHandler] Wait for synchronization 12:23:29.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:29.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:29.646 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:23:29.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:29.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:29.675 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:29.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:29.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:29.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:29.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:29.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:29.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:29.715 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:23:29.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:23:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:29.716 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:23:29.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:29.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:29.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:29.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:29.718 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 12:23: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.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:23:29.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:29.726 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 12:23:29.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:29.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:29.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:29.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:29.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:29.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:29.729 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) and wait with time period 1 12:23:29.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:29.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:30.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:30.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:30.230 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) and wait with time period 1 12:23:30.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:30.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:30.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:30.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:30.731 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) and wait with time period 1 12:23:30.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:30.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:31.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:31.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:31.232 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:31.232 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:31.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.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:31.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:31.242 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:31.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:31.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:31.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:31.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:31.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:31.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:31.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:31.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:31.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:31.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:31.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:31.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:31.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:31.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:31.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:31.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:31.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:31.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:31.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:31.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:31.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:31.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.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: "Import"] 12:23:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:31.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:31.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:31.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:31.282 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:31.282 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:31.282 DEBUG [main][MenuItemLookup] Item match:File 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:31.283 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:31.283 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:31.283 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:31.283 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:31.283 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:31.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:31.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:31.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:31.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:31.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:31.369 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:31.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:31.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:31.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:31.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:31.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:31.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:31.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:31.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:31.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:31.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:31.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:31.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:31.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:31.379 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:31.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:31.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:31.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:31.379 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:31.379 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:31.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:31.379 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:31.379 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:31.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:31.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:31.381 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:31.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:31.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:31.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:31.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:31.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:23:31.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:31.465 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:31.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:31.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:31.466 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:31.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:31.466 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:23:31.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:31.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:31.467 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:23:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:31.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:31.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:31.467 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:31.467 TRACE [main][WidgetHandler] Wait for synchronization 12:23:31.467 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:31.467 TRACE [main][WidgetHandler] Wait for synchronization 12:23:31.467 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:31.467 TRACE [main][WidgetHandler] Wait for synchronization 12:23:31.467 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:31.467 TRACE [main][WidgetHandler] Wait for synchronization 12:23:31.467 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:31.467 TRACE [main][WidgetHandler] Wait for synchronization 12:23:31.467 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:31.467 TRACE [main][WidgetHandler] Wait for synchronization 12:23:31.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:31.470 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:23:31.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:31.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:31.494 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:31.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:31.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:31.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:31.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:31.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:31.507 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) and wait with time period 1 12:23:31.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:32.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:32.008 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectA (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectA) 12:23:32.008 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) and wait with time period 1 12:23:32.008 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:32.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:32.508 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectB (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:23:32.508 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) and wait with time period 1 12:23:32.508 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:32.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:33.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:33.009 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectC (/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:23:33.009 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:33.009 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:33.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:33.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:33.019 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:33.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:33.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:33.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:33.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:33.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:33.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:33.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:33.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:33.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:33.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:33.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:33.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:33.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:33.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:33.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:33.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:33.057 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:33.057 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:33.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:33.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:33.057 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:33.057 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:33.058 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:33.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:33.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:33.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:33.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:33.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"] 12:23:33.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.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"] 12:23:33.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.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"] 12:23:33.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.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"] 12:23:33.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.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"] 12:23:33.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.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"] 12:23:33.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.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"] 12:23:33.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.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: "Import"] 12:23:33.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.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: "Import"] 12:23:33.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:33.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:33.059 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:33.059 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:33.059 DEBUG [main][MenuItemLookup] Item match:File 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:33.060 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:33.060 DEBUG [main][MenuItemLookup] Item match:Import... 12:23:33.061 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:23:33.061 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:23:33.061 INFO [main][MenuItemHandler] Select menu item: &Import... 12:23:33.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:33.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:33.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:33.145 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:33.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:33.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:33.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:33.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:33.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:33.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:33.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:33.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:33.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:33.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:33.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:23:33.148 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:23:33.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:23:33.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:23:33.149 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:33.149 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:23:33.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.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:33.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:33.157 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:33.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:33.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:33.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: "Import"] 12:23:33.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:33.271 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:23:33.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:23:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:23:33.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:23:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:33.271 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:33.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.271 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:23:33.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:33.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:33.273 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:23:33.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:33.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:33.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:33.273 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:33.273 TRACE [main][WidgetHandler] Notify Button with event 27 12:23:33.273 TRACE [main][WidgetHandler] Wait for synchronization 12:23:33.273 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:33.273 TRACE [main][WidgetHandler] Wait for synchronization 12:23:33.273 TRACE [main][WidgetHandler] Notify Button with event 26 12:23:33.273 TRACE [main][WidgetHandler] Wait for synchronization 12:23:33.273 TRACE [main][WidgetHandler] Notify Button with event 3 12:23:33.273 TRACE [main][WidgetHandler] Wait for synchronization 12:23:33.273 TRACE [main][WidgetHandler] Notify Button with event 4 12:23:33.273 TRACE [main][WidgetHandler] Wait for synchronization 12:23:33.273 TRACE [main][WidgetHandler] Notify Button with event 13 12:23:33.273 TRACE [main][WidgetHandler] Wait for synchronization 12:23:33.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:33.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:33.288 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:23:33.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:23:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:33.308 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:23:33.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:33.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:33.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:33.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:33.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:23:33.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:23:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:23:33.332 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 12:23:33.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:23:33.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:33.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 12:23:33.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:33.335 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 12:23:33.335 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Copy projects into workspace not checked, no action performed 12:23:33.335 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:23:33.335 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:23:33.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:33.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:33.339 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:33.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:33.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:33.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:33.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:33.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:33.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:33.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:33.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:33.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:33.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:33.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:33.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:33.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:33.393 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:33.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:33.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:23:33.393 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:23:33.393 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:33.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.444 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.225 s setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.882 s copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.273 s copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.275 s copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.365 s selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.848 s deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.788 s selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.832 s selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.839 s setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 1.777 s copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.335 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:23:33.404 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:23:33.404 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:23:33.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:33.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:23:33.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:33.405 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:23:33.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:33.405 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:23:33.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:33.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:33.406 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 12:23:33.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:23:33.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:33.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:33.406 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:33.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:33.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:33.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:33.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:33.408 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:33.408 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:33.408 DEBUG [main][MenuItemLookup] Item match:File 12:23:33.409 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:33.409 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:33.424 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:23:33.424 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:23:33.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:23:33.425 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:23:33.425 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:23:33.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:23:33.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:23:33.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:23:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:33.502 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:33.502 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:33.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:33.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:33.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:33.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:33.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:33.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:33.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:33.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:34.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:34.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:34.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:34.006 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:34.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:34.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:34.007 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:23:34.007 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:23:34.007 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:23:34.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:23:34.012 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:34.012 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:23:34.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:34.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:34.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:34.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:34.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:34.015 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:34.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:34.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:34.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:34.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:34.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:34.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:34.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:34.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:23:34.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:23:34.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:23:34.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:34.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:34.077 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:23:34.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:34.078 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 12:23:34.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:23:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:34.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:34.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:34.080 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:34.081 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 12:23:34.082 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:23:34.082 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:23:34.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:34.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:34.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:34.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:34.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:34.085 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:34.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:34.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:34.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:34.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:34.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:34.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:34.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:34.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:34.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:34.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:34.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:34.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:34.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:34.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:34.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:34.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:34.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:34.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:34.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:34.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:34.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:34.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 '\*?\QPackage Explorer\E') 12:23:34.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:34.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:34.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:34.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:34.592 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:34.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:34.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:34.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:34.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:34.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:34.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:34.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:34.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:34.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:34.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:34.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:34.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:34.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:34.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:34.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:35.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:35.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:35.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:35.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:35.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:35.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:35.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:35.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:35.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:35.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:35.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:35.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:35.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:35.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:35.600 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:35.600 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:35.600 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:35.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:35.605 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:35.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:35.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:35.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:35.606 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:35.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:35.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:35.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:35.607 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:35.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:35.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:35.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:35.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:35.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:36.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:36.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:36.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:36.609 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:36.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:36.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:36.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:36.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:36.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:36.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:36.611 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:36.611 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:36.611 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:36.612 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:36.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:36.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:36.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:36.612 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:36.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:36.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:36.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:36.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:37.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:37.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:37.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:37.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:37.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:37.615 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:37.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:37.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:37.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:37.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:37.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:37.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:37.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:37.616 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:37.616 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:37.616 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:37.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:37.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:37.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:37.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:37.618 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:37.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:37.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:37.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:37.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:37.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:38.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:38.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:38.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:38.620 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:38.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:38.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:38.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:38.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:38.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:38.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:38.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:38.621 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:38.622 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:38.622 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:38.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 12:23:38.622 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 12:23:38.622 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 12:23:38.629 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 12:23:38.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:38.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:38.674 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:38.674 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:23:38.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:23:38.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:23:38.674 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:23:38.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:38.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:23:39.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:39.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:39.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:39.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:39.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:39.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:39.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:39.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:39.176 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 12:23:39.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 12:23:39.176 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 12:23:39.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 12:23:39.179 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 12:23:39.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:39.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:39.217 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:39.217 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:39.217 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:23:39.217 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:39.217 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:23:39.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:23:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:23:39.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:23:39.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:39.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:39.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:39.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:39.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:23:39.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:39.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:39.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:39.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:39.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:39.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:39.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:39.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:39.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:39.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:39.820 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:23:39.820 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:23:39.820 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:23:39.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:39.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:39.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:39.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:39.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:23:39.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:39.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:39.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:39.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:39.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:39.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:39.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:39.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:39.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:39.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:39.822 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:39.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:39.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:39.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:39.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:23:39.828 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:23:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:23:40.328 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:23:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:40.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:23:40.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:40.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:40.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:40.329 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 12:23:40.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:40.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 12:23:40.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:23:40.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:40.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:40.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:40.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:40.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:23:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.334 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:40.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:40.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:40.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:40.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.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 Project"] 12:23:40.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:40.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:40.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:40.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.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 Project"] 12:23:40.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:40.337 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.337 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:40.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.338 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:40.338 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:40.338 DEBUG [main][MenuItemLookup] Item match:File 12:23:40.339 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:40.339 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:40.343 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:23:40.343 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:23:40.360 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:23:40.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:23:40.360 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:23:40.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 'New|Select a wizard'] is available.... 12:23:40.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:23:40.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:23:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.443 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:40.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:40.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:40.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:40.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:40.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:40.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:40.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:40.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:40.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:40.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:40.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:23:40.446 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:23:40.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:23:40.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:23:40.446 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:40.446 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:23:40.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:40.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:40.448 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:40.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:40.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:40.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:40.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:40.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:40.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:23:40.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:23:40.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:23:40.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.493 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:23:40.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:40.493 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 12:23:40.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:23:40.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:40.496 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:40.497 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 12:23:40.498 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:23:40.498 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:23:40.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:40.511 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:40.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:40.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:40.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:40.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:40.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:41.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:23:41.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:41.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:41.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:41.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:41.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:41.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:41.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:41.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:41.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:41.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:41.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:41.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:41.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:41.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:41.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:41.016 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:41.016 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:41.016 DEBUG [main][MenuItemLookup] Item match:File 12:23:41.017 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:41.017 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:41.021 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:23:41.021 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:23:41.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:23:41.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:23:41.022 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:23:41.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:23:41.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:23:41.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:23:41.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:41.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:41.104 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:41.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:41.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:41.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:41.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:41.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:41.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:41.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:41.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:41.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:41.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:41.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:41.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:23:41.107 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:23:41.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:23:41.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:23:41.108 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:41.108 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:23:41.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:41.116 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:41.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:41.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:41.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:41.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:41.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:41.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:41.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:23:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:23:41.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:23:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:41.154 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:23:41.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:41.154 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'customizedGeneralProject' 12:23:41.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:23:41.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:41.158 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:41.158 INFO [WorkbenchTestable][AbstractText] Text set to: customizedGeneralProject 12:23:41.160 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set Project location to '/tmp/rdcustomprojectlocation1693398213405' 12:23:41.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Use default location") 12:23:41.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:41.161 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 12:23:41.161 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Use &default location 12:23:41.162 INFO [WorkbenchTestable][AbstractButton] Click button Use &default location 12:23:41.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:41.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:41.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:41.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:41.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Location:") 12:23:41.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:41.181 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:41.182 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/rdcustomprojectlocation1693398213405 12:23:41.186 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Add Project to working set 'dummyws' 12:23:41.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Add project to working sets") 12:23:41.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:41.188 INFO [WorkbenchTestable][CheckBox] Select checkbox Add projec&t to working sets 12:23:41.188 INFO [WorkbenchTestable][CheckBox] Check checkbox Add projec&t to working sets 12:23:41.188 INFO [WorkbenchTestable][AbstractButton] Click button Add projec&t to working sets 12:23:41.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:41.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:41.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:41.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:41.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Working sets:") 12:23:41.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:23:41.202 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:23:41.202 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Go to next wizard page 12:23:41.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:41.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:41.205 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:41.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:41.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:41.215 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] Set Project references to: 12:23:41.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewProjectReferencePage, index 0 and no matchers specified 12:23:41.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:23:41.217 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] defaultGeneralProject 12:23:41.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:23:41.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:23:41.218 INFO [WorkbenchTestable][AbstractTableItem] Check table Item defaultGeneralProject: 12:23:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:23:41.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:23:41.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:41.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:23:41.221 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:23:41.221 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:23:41.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.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:41.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:41.223 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:41.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:41.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:41.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:41.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:41.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:41.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:41.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:41.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:41.351 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:41.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:41.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:41.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:41.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:41.355 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:41.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:41.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:41.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:41.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:42.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:42.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:42.357 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:42.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:42.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:42.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:42.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:42.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:42.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:42.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:42.359 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 12:23:42.359 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:42.359 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:42.359 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:42.360 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:42.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:42.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:42.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:42.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:42.361 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:42.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:42.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:42.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:42.361 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:42.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:42.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:42.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:42.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:42.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:42.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:42.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:42.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:43.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:43.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:43.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:43.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:43.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:43.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:43.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:43.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 12:23:43.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:43.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:43.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:43.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:43.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:43.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 12:23:43.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:43.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:43.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:43.365 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:43.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:43.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:43.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:43.366 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:43.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:43.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:43.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:43.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:43.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:43.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:43.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:44.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:44.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:44.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:44.368 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:44.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:44.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:44.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:44.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:44.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:44.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:44.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:44.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 12:23:44.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:44.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:44.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:44.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 12:23:44.371 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 12:23:44.371 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 12:23:44.375 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 12:23:44.376 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:44.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:44.421 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:44.421 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:23:44.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:23:44.421 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:23:44.421 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:23:44.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:44.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:23:44.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:44.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:44.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:44.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:44.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:44.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:44.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:44.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:44.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:44.922 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'customizedGeneralProject' via Explorer 12:23:44.922 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 12:23:44.922 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 12:23:44.923 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 12:23:44.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 12:23:44.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:44.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:44.958 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:44.958 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:44.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:23:44.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:44.958 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:23:44.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.... 12:23:45.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:23:45.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:23:45.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:45.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:23:45.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:45.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:45.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:45.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:45.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:45.557 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:23:45.557 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:23:45.557 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:23:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:45.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:45.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:45.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:23:45.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:45.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:45.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:45.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:45.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:45.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:45.558 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:45.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:45.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:45.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:45.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:23:45.561 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:23:46.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:23:46.062 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:23:46.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:46.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:46.062 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:46.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:46.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:46.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:46.063 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:46.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:46.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:46.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:46.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:46.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:46.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:46.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:47.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:47.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:47.065 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:47.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:47.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:47.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:47.066 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:47.066 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:47.067 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:47.067 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:47.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:47.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.068 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:47.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:47.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:47.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:48.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:48.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:48.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:48.070 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:48.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:48.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:48.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:48.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:48.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:48.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:48.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:48.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:48.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:48.071 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:23:48.071 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:23:48.071 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:23:48.072 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 12:23:48.072 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 12:23:48.072 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 12:23:48.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 12:23:48.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:48.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:48.109 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:48.109 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:23:48.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:23:48.110 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:23:48.110 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:23:48.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:48.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:23:48.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:48.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:48.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:48.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:48.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:48.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:48.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:48.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:48.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:48.611 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 12:23:48.611 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 12:23:48.611 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 12:23:48.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 12:23:48.614 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 12:23:48.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:48.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:48.652 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:48.652 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:48.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:23:48.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:48.652 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:23:48.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.... 12:23:49.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:23:49.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:23:49.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:49.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:49.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:49.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:23:49.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:49.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:49.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:49.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:49.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:49.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:49.277 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:23:49.277 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:23:49.277 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:23:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:49.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:49.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:49.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:23:49.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:49.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:49.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:49.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:49.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:49.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:49.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:49.278 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:49.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:49.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:49.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:49.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:23:49.282 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:23:49.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:23:49.782 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:23:49.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:49.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:49.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:23:49.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:49.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:49.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.783 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 12:23:49.783 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:23:49.783 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:49.783 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.379 s - in org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) Time elapsed: 6.923 s createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) Time elapsed: 9.454 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:23:49.815 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:23:49.815 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:23:49.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:49.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:23:49.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:49.816 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:23:49.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:49.816 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:23:49.816 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:49.816 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:23:49.816 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:23:49.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:23:49.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.817 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:23:49.817 DEBUG [main][MenuItemLookup] Item match:Window 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.817 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:23:49.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.818 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:23:49.818 DEBUG [main][MenuItemLookup] Item match:Window 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:23:49.818 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:23:49.818 DEBUG [main][MenuItemLookup] Item match:Perspective 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:23:49.819 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:23:49.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:23:49.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:23:49.819 DEBUG [main][MenuItemLookup] Item match:Window 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:23:49.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:23:49.819 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:23:49.820 DEBUG [main][MenuItemLookup] Item match:Window 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:23:49.820 DEBUG [main][MenuItemLookup] Item match:Perspective 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:23:49.820 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:23:49.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.820 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:23:49.820 DEBUG [main][MenuItemLookup] Item match:Window 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:23:49.820 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:23:49.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.821 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:23:49.821 DEBUG [main][MenuItemLookup] Item match:Window 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:23:49.821 DEBUG [main][MenuItemLookup] Item match:Perspective 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:23:49.821 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:23:49.821 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:23:49.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:23:49.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:23:49.821 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:23:49.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:23:49.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:23:49.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:23:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:49.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:23:49.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:49.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:49.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:49.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 "Reset Perspective") 12:23:49.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:49.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:23:49.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:49.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:49.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:49.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:49.858 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:23:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:49.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:49.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:50.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:50.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:50.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:23:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:23:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.033 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:50.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:50.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:50.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:50.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:50.034 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:50.034 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:50.034 DEBUG [main][MenuItemLookup] Item match:File 12:23:50.035 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:50.035 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:50.038 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:23:50.038 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:23:50.055 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:23:50.055 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:23:50.055 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:23:50.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:23:50.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 'New|Select a wizard'] is available. finished successfully 12:23:50.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:23:50.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:50.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:50.161 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:50.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:50.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:50.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:23:50.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:50.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:50.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:50.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:50.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:23:50.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:50.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:50.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:50.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:50.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:50.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:23:50.667 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:23:50.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:23:50.670 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:23:50.670 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:50.670 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:23:50.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:50.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:50.672 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:50.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:50.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:50.915 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:50.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.915 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:23:50.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:23:50.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:23:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:50.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:50.916 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:23:50.916 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.917 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 12:23:50.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:23:50.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:50.921 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:50.922 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 12:23:50.923 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:23:50.923 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:23:50.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:50.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:50.926 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:50.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:52.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:52.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:52.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:52.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:23:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:23:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:55.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:55.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:55.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:55.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.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 Java Class"] 12:23:55.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:55.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:55.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:55.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.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 Java Class"] 12:23:55.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:55.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.552 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:55.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:55.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:55.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:55.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:55.553 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:55.553 DEBUG [main][MenuItemLookup] Item match:File 12:23:55.554 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:55.554 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:55.557 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:23:55.557 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:23:55.557 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:23:55.557 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:23:55.557 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:23:55.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:23:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:23:55.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:23:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:55.680 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:55.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:55.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:55.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:55.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:55.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:55.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:23:55.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:55.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:55.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:23:55.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:55.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:55.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:55.683 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:55.683 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:23:55.683 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:23:55.683 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:23:55.736 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:23:55.736 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:55.736 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:23:55.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:55.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:55.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:55.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:55.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:55.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:55.738 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:55.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:55.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:55.738 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:55.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:56.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:56.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:56.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:23:56.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:23:56.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:23:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:56.037 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:23:56.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:56.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:23:56.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:56.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:56.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:56.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:56.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:56.077 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:56.078 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:23:56.139 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:23:56.139 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:23:56.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:56.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:56.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:56.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:56.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:56.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:56.145 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:56.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:56.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:56.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:56.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:56.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:57.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:57.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.143 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:57.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.143 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:23:57.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.143 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:57.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.143 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:57.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:57.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.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"] 12:23:57.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:57.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:57.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:23:57.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:57.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:57.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:23:57.145 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:23:57.145 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:57.145 DEBUG [main][MenuItemLookup] Item match:File 12:23:57.147 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:57.147 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:57.150 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:23:57.150 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:23:57.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:23:57.225 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:23:57.228 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:23:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:23:57.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:23:57.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:23:57.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:57.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:57.451 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:57.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:57.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:57.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:57.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:57.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:57.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:23:57.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:57.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:57.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:23:57.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:57.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:57.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:57.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:23:57.467 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:23:57.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:23:57.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:23:57.467 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:23:57.467 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:23:57.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:57.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:57.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:57.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:57.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:57.529 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:57.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:57.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:57.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:57.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:23:57.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:23:57.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:23:57.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:23:57.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:57.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:57.838 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:23:57.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:57.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:23:57.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:57.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:57.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:57.930 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:57.932 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 12:23:57.939 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:23:57.939 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:23:57.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:57.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:57.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:57.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:57.963 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:57.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:57.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:57.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:57.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:58.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:58.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:58.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:58.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:58.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:58.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:58.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:58.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:23:58.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:23:58.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:58.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:58.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:58.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:58.672 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:23:58.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 12:23:58.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:58.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:58.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:23:58.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:23:58.673 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:23:58.673 DEBUG [main][MenuItemLookup] Item match:Window 12:23:58.676 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:23:58.676 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:23:58.676 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:23:58.676 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:58.676 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:23:58.676 DEBUG [main][MenuItemLookup] Item match:Show View 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:58.680 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:23:58.680 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:23:58.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:23:58.732 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:23:58.736 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:23:58.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:23:58.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:23:58.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:23:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:58.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:23:58.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:58.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:23:58.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:58.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:58.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:23:58.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:58.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:58.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:23:58.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:23:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:58.868 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:23:58.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:58.868 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:23:58.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:23:58.868 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:23:58.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:23:58.869 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:23:58.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:58.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:58.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:58.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:23:58.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:58.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:58.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:23:58.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:58.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:58.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:58.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:23:58.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:58.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:58.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:58.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:58.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:58.870 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:23:58.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:58.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:58.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:58.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:58.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:23:58.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:23:58.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:23:58.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:23:59.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:59.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 12:23:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:59.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:23:59.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:23:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:59.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:59.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:59.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:23:59.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:23:59.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:59.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 12:23:59.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:59.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:59.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:23:59.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:23:59.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:59.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:59.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:23:59.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:23:59.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:59.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:59.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:59.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:59.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:00.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:00.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:00.074 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:00.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:00.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:00.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:00.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:00.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:00.110 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:00.111 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:00.111 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:00.111 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:00.112 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:00.112 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:00.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:00.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:00.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:00.613 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:00.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:00.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:00.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:00.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:00.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:00.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:00.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:00.615 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:00.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:00.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:00.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:00.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:01.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:01.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:01.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:01.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:01.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:01.632 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:01.632 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:01.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:01.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:01.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:01.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:01.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:01.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:01.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:01.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:01.633 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:01.633 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:01.633 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:01.633 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:01.634 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:01.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:01.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:01.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:01.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:24:01.634 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:24:01.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:24:01.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:24:01.657 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:24:01.659 DEBUG [main][EditorHandler] 2 editor(s) found 12:24:01.660 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:24:01.700 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:24:01.700 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 12:24:01.799 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 12:24:01.800 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:01.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:01.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:01.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:01.801 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:01.801 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:01.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:01.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:01.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:01.801 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 12:24:01.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:02.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:02.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:02.303 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 12:24:02.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 12:24:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:02.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 12:24:02.804 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 12:24:02.804 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 12:24:02.805 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 12:24:02.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:24:02.805 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 12:24:02.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:24:02.805 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:24:02.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:24:02.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:24:02.831 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:24:02.831 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:24:02.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:24:02.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:24:02.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:02.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:02.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:02.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:02.853 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:02.853 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:02.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:02.855 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:02.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:02.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:02.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:02.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:02.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:02.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:02.895 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:02.895 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:02.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:02.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:02.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:02.895 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:02.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:02.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:02.899 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:02.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:02.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:02.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:02.900 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:02.900 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:02.900 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:02.900 DEBUG [main][MenuItemLookup] Item match:Window 12:24:02.901 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:02.901 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:02.901 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:02.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:02.901 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:02.901 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:02.905 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:02.905 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:02.934 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:02.934 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:02.934 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:02.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:02.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:02.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:02.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:03.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:03.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:03.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:03.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:03.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:03.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:03.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:03.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:03.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:03.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:03.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:03.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:03.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:03.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:03.001 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:03.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:03.001 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:03.001 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:03.001 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:03.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:03.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:03.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:03.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:03.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.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") 12:24:03.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:03.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:03.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:03.003 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:03.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:03.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:03.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:03.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:03.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:03.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:03.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:03.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:03.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:03.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:03.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:24:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:03.068 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:03.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:03.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:03.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:03.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:03.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:03.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:03.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:03.071 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:03.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:03.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:03.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:03.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:04.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:04.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:04.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:04.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:04.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:04.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:04.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 12:24:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:04.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:04.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:04.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:04.074 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:04.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:04.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:04.075 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:04.075 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:04.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:04.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:04.075 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:04.076 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:04.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:04.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:04.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:04.076 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:04.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:04.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:04.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:04.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:04.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:04.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:04.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:04.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:05.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:05.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:05.078 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:05.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:05.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:05.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:05.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:05.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:05.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:05.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:05.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:05.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:05.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:05.080 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:05.080 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:05.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:05.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:05.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:05.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:24:05.080 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:24:05.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:24:05.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:24:05.090 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:24:05.090 DEBUG [main][EditorHandler] 0 editor(s) found 12:24:05.091 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:05.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:05.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:05.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:05.095 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:05.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:05.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:05.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:05.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:05.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:05.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:05.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:05.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:06.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:06.097 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:06.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:06.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:06.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:06.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:06.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:06.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:06.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:06.099 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:06.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:24:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:06.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 12:24:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 12:24:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:06.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 12:24:06.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:24:06.100 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:24:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:24:06.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:24:06.119 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:24:06.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:24:06.119 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:24:06.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:24:06.132 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:24:06.132 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:24:06.134 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:24:06.301 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:24:06.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:06.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:06.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 12:24:06.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:06.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:06.321 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.321 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 12:24:06.321 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:06.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:06.364 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:06.364 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:06.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:06.364 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:06.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:06.405 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:06.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:06.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:06.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:06.435 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:06.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:06.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:06.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:06.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:06.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:06.444 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:06.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:06.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:06.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:06.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:06.446 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:06.446 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:06.446 DEBUG [main][MenuItemLookup] Item match:Window 12:24:06.448 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:06.448 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:06.448 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:06.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:06.448 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:06.448 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:06.453 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:06.453 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:06.453 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:06.453 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:06.453 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:06.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:06.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:06.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:06.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:06.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:06.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:06.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:06.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:06.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:06.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:06.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:06.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:06.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:06.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:06.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:06.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:06.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:06.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:06.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:06.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:06.553 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:06.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:06.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:06.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:06.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:06.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:06.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:06.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:06.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:06.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:06.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:06.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:06.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:06.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:06.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:06.562 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:06.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:06.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:06.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:06.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:06.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:06.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:06.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:06.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:06.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:06.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:24:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:06.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:06.627 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:06.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:06.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:24:06.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:06.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:06.630 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:06.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:06.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:06.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:06.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:06.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:06.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:07.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:07.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:07.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:07.633 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:07.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:07.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:07.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:07.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 12:24:07.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:07.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:07.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:07.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:07.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:07.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:07.634 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:07.635 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:07.635 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:07.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:07.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:07.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:07.636 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:24:07.636 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:24:07.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:24:07.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:24:07.647 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:24:07.647 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:24:07.647 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 12:24:07.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:24:07.647 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:24:07.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:07.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:07.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:07.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:07.649 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:07.649 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:07.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:07.649 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:07.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:07.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:07.689 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:07.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:07.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:07.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:07.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:07.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:07.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:07.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:07.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:07.719 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:07.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:07.730 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:07.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:07.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:07.731 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:07.731 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:07.731 DEBUG [main][MenuItemLookup] Item match:Window 12:24:07.732 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:07.732 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:07.732 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:07.732 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:07.732 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:07.732 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:07.736 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:07.736 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:07.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:07.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:07.736 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:07.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:07.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:07.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:07.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:07.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:07.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:07.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:07.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:07.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:07.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:07.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:07.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:07.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:07.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:07.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:07.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:07.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:07.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:07.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:07.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:07.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:07.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:07.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:07.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:07.851 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:07.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:07.851 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:07.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:07.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:07.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:07.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:07.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:07.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:07.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:07.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:07.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:07.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:07.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:07.853 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:07.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:07.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:07.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:07.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:07.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:07.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:07.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:07.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:07.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:07.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24: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 '\*?\QProject Explorer\E') 12:24:07.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:07.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:07.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:07.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:07.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:07.982 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:07.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:07.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:07.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:24:07.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:07.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:08.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:08.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:08.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:08.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:08.103 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:08.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:08.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:08.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:08.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:08.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:08.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:08.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:08.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:09.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:09.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:09.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:09.105 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:09.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:09.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:09.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:09.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:09.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:09.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:09.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:09.106 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:09.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:09.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:09.107 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:09.108 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:09.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:09.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:09.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:09.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:24:09.108 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:24:09.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:24:09.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:24:09.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:09.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:09.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.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: "Create New File"] 12:24:09.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:09.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:09.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:09.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.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: "Create New File"] 12:24:09.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:09.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:09.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:09.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:09.123 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:09.123 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:09.123 DEBUG [main][MenuItemLookup] Item match:File 12:24:09.124 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:24:09.124 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:24:09.128 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:09.129 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:24:09.129 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:24:09.129 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:24:09.129 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:24:09.129 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:24:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:24:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:24:09.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:24:09.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:09.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:09.222 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:24:09.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.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 12:24:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:09.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:09.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:09.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:09.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:09.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:09.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:09.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:09.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:09.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:09.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:09.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:09.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:09.236 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:09.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:09.236 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:09.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:24:09.236 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:24:09.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:24:09.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:24:09.240 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:24:09.240 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:24:09.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:24:09.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:09.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:09.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:09.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:09.248 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:24:09.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:09.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:09.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:09.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:09.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:09.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:24:09.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:24:09.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:24:09.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:09.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:09.301 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:24:09.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:09.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:24:09.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:09.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:09.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:09.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:09.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:24:09.305 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:24:09.306 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 12:24:09.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:24:09.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:09.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:09.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:09.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:09.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:24:09.315 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:24:09.316 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 12:24:09.317 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:24:09.317 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:24:09.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:09.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:09.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:09.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:09.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:09.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:09.319 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:09.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:09.319 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:09.319 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:24:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:24:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55e43f54 is found... 12:24:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@55e43f54 is found finished successfully 12:24:09.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 12:24:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:09.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:09.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:09.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:09.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:09.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:09.828 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:24:09.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:09.829 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:24:09.829 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:24:09.829 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 12:24:09.992 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 12:24:09.993 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:09.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:10.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:10.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:10.032 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:10.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:10.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:10.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:10.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:10.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:10.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:10.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:10.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:11.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:11.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:11.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:11.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:11.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:11.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:11.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 12:24:11.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:11.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:11.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:11.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:11.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:11.037 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:11.037 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:11.037 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:11.037 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:11.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:24:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:24:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:11.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:11.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:24:11.038 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:24:11.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:24:11.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:24:11.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:11.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:11.107 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:24:11.107 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:24:11.107 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:24:11.107 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:24:11.107 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:24:11.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:11.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:11.608 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 12:24:11.608 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:24:11.608 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:24:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:24:11.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:24:11.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:11.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:11.661 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:11.661 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:11.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:11.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:11.661 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:11.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:24:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:24:12.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 12:24:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:12.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:12.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:12.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:12.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:24:12.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:12.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 12:24:12.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:12.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:12.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:12.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:12.355 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:12.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:12.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:12.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:12.359 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:12.860 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:24:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:12.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:12.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:12.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:12.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:12.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:12.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:12.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:12.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:12.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:12.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:12.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:13.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:13.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:13.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:13.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:13.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:13.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:13.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:13.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:13.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:13.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:13.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:13.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:13.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:13.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:13.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:13.866 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:13.866 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:13.867 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:13.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:13.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:13.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:13.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:13.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:13.867 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:13.868 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:13.869 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:24:13.869 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:13.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:13.869 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:24:13.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:13.869 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:13.869 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:24:13.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:13.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:24:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:13.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:13.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:13.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:24:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:13.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:13.870 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 12:24:13.870 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:24:13.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:13.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:24:13.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:13.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:13.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:13.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:13.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:24:13.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:13.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:13.871 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 12:24:13.871 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 12:24:13.871 DEBUG [WorkbenchTestable][AbstractResource] "module-info.java" 12:24:13.871 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:13.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:13.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:13.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:13.872 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:13.872 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:13.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:13.873 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:13.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:13.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:13.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:13.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:13.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:13.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:13.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:13.936 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:13.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:13.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:13.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:13.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:13.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:13.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:13.951 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:13.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:13.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:13.952 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:13.952 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:13.952 DEBUG [main][MenuItemLookup] Item match:Window 12:24:13.953 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:13.953 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:13.953 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:13.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:13.953 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:13.953 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:13.957 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:13.957 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:13.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:13.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:13.958 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:14.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:14.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:14.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:14.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:14.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:14.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:14.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:14.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:14.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:14.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:14.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:14.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:14.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:14.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:14.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:14.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:14.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:14.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:14.059 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:14.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:14.059 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:14.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:14.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:14.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:14.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:14.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:14.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:14.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:14.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:14.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:14.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:14.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:14.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:14.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:14.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:14.067 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:14.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:14.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:14.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:14.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:14.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:14.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:14.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:14.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:14.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:14.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:14.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:14.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:24:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:14.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:14.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:14.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:14.132 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:14.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:14.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:14.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:24:14.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:14.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:14.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:14.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:14.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:14.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:14.136 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:14.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:14.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:14.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:14.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:14.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:14.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:14.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:15.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:15.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:15.138 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:15.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:15.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:15.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:15.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:15.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:15.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:15.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:15.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:15.140 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:15.140 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:24:15.141 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:24:15.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:24:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:15.141 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:24:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:15.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:24:15.141 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:24:15.141 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:24:15.141 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 12:24:15.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:24:15.141 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:24:15.141 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:24:15.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:24:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:15.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:15.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:24:15.643 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:15.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:15.644 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:15.644 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:15.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:15.645 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:15.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:15.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:15.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:15.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:24:15.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:15.762 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:15.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:15.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:15.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:15.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:15.762 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:15.763 DEBUG [main][MenuItemLookup] Item match:Window 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:15.763 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:15.763 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:15.768 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:15.768 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:15.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:15.768 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:15.769 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:15.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:15.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:15.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:15.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:15.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:15.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:15.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:15.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:15.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:15.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:15.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:15.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:15.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:15.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:15.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:15.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:15.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:15.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:15.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:15.854 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:15.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:15.855 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:15.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:15.855 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:15.855 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:15.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:15.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:15.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:15.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:15.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:15.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:15.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:15.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:15.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:15.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:15.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:15.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:15.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:15.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:15.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:15.857 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:15.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:15.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:15.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:15.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:15.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:15.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:15.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:24:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:15.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:24:15.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 '\*?\QProject Explorer\E') 12:24:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:15.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:15.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:15.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:15.922 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:15.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:15.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:15.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:24:15.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:15.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:15.925 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:15.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:15.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:15.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:15.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:15.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:15.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:15.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:15.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:15.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:15.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:16.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:16.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:16.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:16.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:16.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:16.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:16.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:16.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:16.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:16.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:16.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:16.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:16.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:16.931 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:16.931 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:16.931 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:24:16.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:24:16.932 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:24:16.932 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:24:16.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:24:16.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:16.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:17.009 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:24:17.009 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:24:17.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:24:17.009 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:24:17.010 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:24:17.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:17.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:17.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:17.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:17.510 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 12:24:17.510 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:24:17.511 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:24:17.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:24:17.522 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:24:17.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:17.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:17.568 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:17.568 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:17.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:17.569 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:17.569 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:17.569 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:17.569 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:17.569 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:17.569 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:17.569 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:17.569 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:17.569 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:17.569 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:17.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.... 12:24:18.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 12:24:18.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:24:18.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:18.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:18.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:18.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:18.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:24:18.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:18.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:24:18.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:18.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:18.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:18.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:18.208 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:24:18.208 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:24:18.208 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:24:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:18.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:18.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:18.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:24:18.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:18.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:24:18.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:18.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:18.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:18.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:18.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:18.210 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:18.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:18.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:18.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:18.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:18.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:18.214 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:18.715 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:19.215 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:24:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:19.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:24:19.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:24:19.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:19.216 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:24:19.216 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:19.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.402 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 4.259 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 3.539 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.277 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 6.224 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.814 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:19.237 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:19.237 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:24:19.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:19.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:19.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:19.238 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:24:19.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:19.238 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:24:19.238 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:19.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:19.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:19.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:19.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:19.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:19.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:19.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:19.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:19.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:24:19.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:19.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:19.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:19.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:19.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:19.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:19.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:24:19.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:19.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:19.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:19.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:19.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:19.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:19.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:19.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:19.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:19.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:19.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:19.263 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:19.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:19.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:19.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:19.264 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:19.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:19.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:19.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:19.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:19.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:19.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:19.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:20.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:20.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:20.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:20.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:20.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:20.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:20.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 12:24:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:20.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:20.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:20.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:20.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:20.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:20.268 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:20.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:20.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:20.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:20.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:20.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:20.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:20.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:20.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:21.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:21.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:21.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:21.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:21.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:21.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:21.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:21.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 12:24:21.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:21.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:21.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:21.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:21.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:21.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:24:21.272 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:24:21.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:21.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:21.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:21.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:21.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:21.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:21.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:21.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:21.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:21.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:21.274 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:24:21.274 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:24:21.274 DEBUG [main][TreeItemHandler] Set Tree selection 12:24:21.274 DEBUG [main][TreeHandler] Notify Tree about selection event 12:24:21.283 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:24:21.285 DEBUG [WorkbenchTestable][TreeItemHandler] maven-test-project 12:24:21.285 DEBUG [WorkbenchTestable][TreeItemHandler] maven-wrong-project 12:24:21.285 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:21.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.329 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:24:21.330 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:24:21.330 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:24:21.330 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:24:21.330 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:24:21.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:21.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:21.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:21.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:21.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:21.875 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:21.875 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:21.876 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:21.876 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:21.876 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1782): Gtk-CRITICAL **: 12:24:21.952: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:21.957: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:21.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.012: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.024: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.056: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.073: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.123: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.157: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.174: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.189: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.206: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:24:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:24:22.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:24:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:22.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:22.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:24:22.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:22.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:22.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:22.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:24:22.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:22.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:22.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:22.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:22.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:22.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:22.521 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:24:22.521 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:24:22.521 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:24:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:22.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:22.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:22.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 "OK") 12:24:22.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:22.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:24:22.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:22.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:22.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:22.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:22.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:22.522 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:22.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:22.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:22.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:22.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:22.528 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1782): Gtk-CRITICAL **: 12:24:22.540: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:24:23.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:23.029 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:24:23.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:23.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:23.029 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:24:23.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:23.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:23.032 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.034 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.037 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:23.037 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:23.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.038 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:23.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.059 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:23.059 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:23.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.069 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.069 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:23.069 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:23.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:23.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:23.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:23.075 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:23.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.075 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:23.075 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:23.075 DEBUG [main][MenuItemLookup] Item match:Window 12:24:23.077 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:23.077 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:23.077 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:23.077 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.077 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:23.077 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:23.080 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.081 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:23.081 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:23.081 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:23.081 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:23.081 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:23.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:23.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:23.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:23.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:23.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:23.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:23.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:23.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:23.164 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:23.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:23.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:23.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:23.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:23.166 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:23.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:23.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:23.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:23.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:23.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:23.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:24:23.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:23.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:23.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:23.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:23.230 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.253 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:23.253 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:23.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.254 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:23.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:23.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:23.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:23.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:23.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:23.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:23.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:23.285 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:23.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.285 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:23.285 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:23.285 DEBUG [main][MenuItemLookup] Item match:Window 12:24:23.286 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:23.286 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:23.286 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:23.286 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.286 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:23.286 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.289 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:23.289 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:23.290 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:23.290 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:23.290 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:23.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:23.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:23.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:23.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:23.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:23.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:23.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:23.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:23.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:23.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:23.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.359 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.359 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:23.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:23.359 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:23.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:23.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:23.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:23.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:23.361 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:23.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:23.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:23.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:23.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:23.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:23.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.418 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.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 '\*?\QProject Explorer\E') 12:24:23.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:23.419 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:23.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:23.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:23.421 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.421 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:23.421 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:23.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.422 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:23.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.440 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:23.440 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:23.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.462 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.462 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:23.462 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:23.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:23.462 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:23.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:23.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:23.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:23.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:23.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:23.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:23.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:23.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:23.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:23.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:23.485 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:23.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.486 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:23.486 DEBUG [main][MenuItemLookup] Item match:Window 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.486 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:23.486 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.490 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:23.490 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:23.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:23.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:23.503 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:23.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:23.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:23.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:23.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:23.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.583 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:23.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.583 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:23.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:23.584 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:23.584 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:23.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:23.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:23.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:23.586 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:23.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:23.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:23.586 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:23.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:23.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:23.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:23.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:23.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:23.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:24:23.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:23.679 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:23.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:23.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:23.684 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.685 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.686 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.688 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:23.688 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:23.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.689 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:23.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:23.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:23.741 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:23.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:23.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:23.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:23.749 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:23.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.750 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:23.750 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:23.750 DEBUG [main][MenuItemLookup] Item match:Window 12:24:23.751 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:23.751 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:23.751 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:23.751 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.751 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:23.751 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:23.754 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:23.754 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:23.754 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:23.754 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:23.754 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:23.754 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:23.754 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:23.754 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:23.755 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:23.755 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:23.755 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:23.755 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:23.755 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:23.755 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:23.755 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.755 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:23.755 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:23.755 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:23.755 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:23.755 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:23.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:23.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:23.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:23.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:23.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:23.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:23.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:23.823 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:23.823 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:23.823 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:23.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:23.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:23.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:23.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:23.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:23.824 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:23.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:23.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:23.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:23.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:23.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:23.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:23.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:24:23.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:23.891 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:23.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:23.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:23.908 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:23.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:23.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:23.910 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:23.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:23.911 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:23.911 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:23.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:23.911 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:23.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:23.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:23.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:23.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:23.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:23.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:23.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:23.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:23.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:23.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:23.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:23.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:23.947 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:24:23.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:23.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:23.948 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:23.948 DEBUG [main][MenuItemLookup] Item match:Window 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.948 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:23.948 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.952 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:23.952 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:23.968 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:23.968 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:23.968 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:24.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:24.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:24.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:24:24.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:24.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:24.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:24.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:24.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:24.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:24.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:24.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:24.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:24:24.044 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:24:24.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:24:24.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:24:24.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:24.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:24.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:24.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:24.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:24.047 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:24.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:24.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:24.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:24.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:24.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:24.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:24.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:24:24.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:24:24.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:24.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:24.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:24:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:24.119 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:24.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:24.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:24.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:24.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:24.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:24.121 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:24.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:24.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:24.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:24.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.140 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:24:24.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:24.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:24.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:24:24.141 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:24:24.141 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:24:24.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:24:24.142 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:24:24.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:24.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:24.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:24:24.173 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:24:24.173 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:24.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.938 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 3.83 s testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.211 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.182 s getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.018 s selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.26 s getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.197 s selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.235 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:24:24.185 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:24:24.185 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:24:24.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:24.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:24:24.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:24.186 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:24:24.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:24.188 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:24:24.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:24.188 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:24:24.188 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:24:24.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:24:24.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.188 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:24.188 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:24.188 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:24.189 DEBUG [main][MenuItemLookup] Item match:Window 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:24:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.189 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:24.189 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:24.189 DEBUG [main][MenuItemLookup] Item match:Window 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:24:24.190 DEBUG [main][MenuItemLookup] Item match:Perspective 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:24:24.190 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:24:24.190 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:24:24.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:24:24.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.190 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:24.191 DEBUG [main][MenuItemLookup] Item match:Window 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:24:24.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.191 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:24.191 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:24.191 DEBUG [main][MenuItemLookup] Item match:Window 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:24:24.192 DEBUG [main][MenuItemLookup] Item match:Perspective 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:24:24.192 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:24:24.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.192 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:24.192 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:24.192 DEBUG [main][MenuItemLookup] Item match:Window 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:24:24.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.193 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:24.193 DEBUG [main][MenuItemLookup] Item match:Window 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:24.193 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:24:24.193 DEBUG [main][MenuItemLookup] Item match:Perspective 12:24:24.194 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:24:24.194 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.194 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:24:24.194 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:24:24.194 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:24:24.194 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:24:24.194 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:24:24.194 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:24:24.194 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:24:24.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:24:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:24:24.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:24:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:24.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:24:24.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:24.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:24:24.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:24.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:24:24.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:24.232 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:24:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:24.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:24.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:24.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:24.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:24:24.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:24:24.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:24.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:24.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:24.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:24.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:24.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.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"] 12:24:24.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:24.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:24.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:24.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.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"] 12:24:24.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:24.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:24.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:24.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:24.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:24.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:24.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:24.431 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:24.431 DEBUG [main][MenuItemLookup] Item match:File 12:24:24.432 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:24:24.432 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:24.436 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:24:24.436 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:24:24.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:24:24.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:24:24.436 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:24:24.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 'New|Select a wizard'] is available.... 12:24:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:24:24.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:24:24.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:24.554 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:24:24.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.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 12:24:24.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:24.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:24.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:24.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:24:24.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:24:24.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:24.556 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:24:24.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:24.556 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:24:24.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:24:24.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:24:24.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:24.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:24:24.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:24.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:24:24.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:24:24.557 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:24:24.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:24:24.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:24:24.561 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:24:24.561 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:24:24.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:24:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:24.563 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:24:24.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:24.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:24.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:24.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:24.886 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:24.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:24:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:24:24.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:24:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:24.887 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:24:24.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:24.887 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 12:24:24.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:24:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:24:24.890 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:24:24.892 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 12:24:24.929 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:24:24.929 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:24:24.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:24.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:24.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:24.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:24.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:24.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:24.931 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:24.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:24.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:24.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:24.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:24.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:24:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:24:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:24:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:24:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:28.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:28.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:28.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:28.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:28.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 '\*?\QPackage Explorer\E') 12:24:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:28.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:28.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:28.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:28.188 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:28.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:28.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:28.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:28.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:28.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:28.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:28.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:28.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:28.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:28.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:28.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:28.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:28.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:28.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:29.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:29.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:29.194 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:29.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:29.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:29.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:29.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:29.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:24:29.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:24:29.195 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:24:29.196 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:24:29.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:24:29.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:29.224 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' view via menu. 12:24:29.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:29.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:29.225 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:24:29.225 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:24:29.225 DEBUG [main][MenuItemLookup] Item match:Window 12:24:29.226 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:24:29.226 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:24:29.226 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:24:29.226 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:29.226 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:24:29.226 DEBUG [main][MenuItemLookup] Item match:Show View 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:29.230 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:24:29.230 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:24:29.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:24:29.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:24:29.231 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:24:29.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:24:29.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:24:29.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:24:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:29.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 12:24:29.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:29.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:29.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:29.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:29.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:29.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:29.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:29.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:29.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:29.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:29.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:29.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:29.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:29.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:29.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Properties 12:24:29.358 DEBUG [main][TreeItemHandler] Selecting tree item: Properties 12:24:29.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Properties about selection 12:24:29.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Properties 12:24:29.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:29.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:29.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:29.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:24:29.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:29.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:24:29.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:29.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:29.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:29.360 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:24:29.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:29.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:29.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:29.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:29.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:29.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:29.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open... 12:24:29.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open finished successfully 12:24:29.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:29.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:29.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:29.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:29.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 '\*?\QProperties\E') 12:24:29.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:29.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:29.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:29.739 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:29.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:29.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:29.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:29.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:29.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:29.828 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:29.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:29.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:29.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:29.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Categories") 12:24:29.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:29.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:29.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:24:29.830 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:24:29.830 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:29.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:29.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:29.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:29.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 12:24:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:29.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:29.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:29.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:29.832 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Info and wait with time period 1 12:24:29.832 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 12:24:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:29.832 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 12:24:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:29.832 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 12:24:29.832 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 12:24:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:29.832 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 12:24:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:29.832 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 12:24:29.832 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item derived and wait with time period 1 12:24:29.832 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 12:24:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:30.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 12:24:30.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 12:24:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:30.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 12:24:30.834 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item editable and wait with time period 1 12:24:30.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 12:24:30.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:31.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 12:24:31.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 12:24:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:31.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 12:24:31.835 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item last modified and wait with time period 1 12:24:31.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 12:24:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:32.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:32.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 12:24:32.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 12:24:32.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:32.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 12:24:32.836 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item linked and wait with time period 1 12:24:32.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 12:24:32.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:33.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:33.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 12:24:33.337 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 12:24:33.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:33.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 12:24:33.838 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item location and wait with time period 1 12:24:33.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 12:24:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:34.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:34.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 12:24:34.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 12:24:34.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:34.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 12:24:34.839 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item name and wait with time period 1 12:24:34.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 12:24:34.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:35.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:35.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 12:24:35.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 12:24:35.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:35.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 12:24:35.840 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item path and wait with time period 1 12:24:35.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 12:24:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:36.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:36.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 12:24:36.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 12:24:36.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:36.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:36.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 12:24:36.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:36.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:36.844 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:24:36.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:36.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:36.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:36.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:36.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:36.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:36.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:24:36.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:36.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:36.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:36.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:36.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:36.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:36.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:36.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:36.885 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:36.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:36.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:36.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:36.886 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:36.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:36.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:36.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:36.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:36.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:36.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:37.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:37.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:37.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:37.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:37.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:37.888 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:37.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:37.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:37.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:37.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 12:24:37.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:37.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:37.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:37.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:37.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:37.889 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:24:37.890 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:37.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:37.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:37.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:37.890 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:37.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:37.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:37.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:37.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:37.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:37.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:38.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:38.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:38.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:38.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:38.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:38.892 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:38.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:38.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:38.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:38.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:38.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:38.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:38.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:38.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:38.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:38.894 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:24:38.895 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:24:38.895 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:24:38.895 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:24:38.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:24:38.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:38.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.962 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:24:38.962 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:24:38.963 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:24:38.963 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:24:38.963 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:24:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:38.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:39.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:39.464 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 12:24:39.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:24:39.464 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:24:39.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:24:39.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:24:39.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:39.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:39.504 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:39.504 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:39.504 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:39.504 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:39.504 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:39.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:24:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:24:40.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:24:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:40.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:40.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:40.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:24:40.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:40.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:24:40.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:40.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:40.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:40.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:40.130 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:24:40.130 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:24:40.130 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:24:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:40.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:40.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:40.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 "OK", Widget matcher matching widgets with style: 8) 12:24:40.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:40.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:24:40.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:40.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:40.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:40.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:40.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:40.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:40.132 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:40.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:40.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:40.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:40.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:40.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:40.137 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:40.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:40.637 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:24:40.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:40.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:24:40.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:24:40.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:40.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:40.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:24:40.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:40.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:40.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:40.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:40.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:24:40.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:40.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:24:40.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:24:40.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:40.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:40.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:40.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:40.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:40.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:24:40.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:40.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:40.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:40.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:24:40.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:40.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:40.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:40.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:40.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:40.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:40.641 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:40.641 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:40.641 DEBUG [main][MenuItemLookup] Item match:File 12:24:40.642 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:24:40.642 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:40.647 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:24:40.647 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:24:40.660 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:24:40.660 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:24:40.660 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:24:40.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:24:40.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:24:40.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:24:40.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:40.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:40.746 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:24:40.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:24:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:40.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:40.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:40.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:24:40.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:24:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:40.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:24:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:40.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:24:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:24:40.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:24:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:40.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:24:40.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:40.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:24:40.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:24:40.749 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:24:40.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:24:40.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:24:40.749 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:24:40.749 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:24:40.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:24:40.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:40.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:40.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:40.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:40.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:40.751 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:24:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:40.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:40.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:40.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:40.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:24:40.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:24:40.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:24:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:40.970 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:24:40.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:40.970 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 12:24:40.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:24:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:40.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:40.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:40.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:40.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:24:40.973 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:24:40.974 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 12:24:41.029 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:24:41.029 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:24:41.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.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:41.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:41.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:41.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:41.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:41.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:41.033 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:41.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:41.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:24:44.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:24:44.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:24:44.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:24:44.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:44.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:44.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:44.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:44.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:44.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:44.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:44.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:44.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:24:44.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:44.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:44.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:44.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:44.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:44.278 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:44.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:44.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:44.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:44.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:44.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:44.281 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:44.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:44.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:44.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:44.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:44.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:44.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:44.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:44.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:45.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:45.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:45.283 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:45.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:45.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:45.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:45.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:45.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:45.285 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:24:45.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:24:45.285 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:24:45.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:24:45.288 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:24:45.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:24:45.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:45.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:45.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:24:45.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:45.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:45.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:45.302 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:45.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:45.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.339 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:45.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:45.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Categories") 12:24:45.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:45.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:45.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:24:45.341 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:24:45.341 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:45.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:45.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.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 12:24:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:45.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:45.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:45.343 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:45.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:45.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.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 Categories") 12:24:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:45.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:45.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:24:45.344 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Categories 12:24:45.344 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:24:45.344 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:24:45.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:45.347 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:45.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:45.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.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 12:24:45.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:45.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:45.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:45.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:45.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:45.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.354 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:24:45.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:45.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:45.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:45.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:45.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 '\*?\QPackage Explorer\E') 12:24:45.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:45.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:45.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:45.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:45.357 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:45.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:45.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.392 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:45.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:45.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.393 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:45.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:45.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:45.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:45.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:45.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:45.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:45.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:46.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:46.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:46.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:46.396 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:46.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:46.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:46.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:46.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:46.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:46.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:46.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:46.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:46.397 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:24:46.397 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:46.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:46.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:46.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:46.398 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:46.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:46.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:46.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:46.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:46.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:46.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:46.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:46.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:47.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:47.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:47.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:47.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:47.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:47.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:47.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24: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 12:24:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:47.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:47.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:47.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:47.401 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:24:47.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:24:47.402 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:24:47.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:24:47.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:24:47.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:47.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:47.441 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:24:47.441 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:24:47.442 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:24:47.442 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:24:47.442 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:24:47.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:47.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:47.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:47.943 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 12:24:47.943 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:24:47.943 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:24:47.943 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:24:47.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:24:47.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:47.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:47.980 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:47.980 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:47.981 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:47.981 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:47.981 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:48.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.... 12:24:48.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:24:48.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:24:48.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:48.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:48.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:48.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:48.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:24:48.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:48.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:24:48.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:48.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:48.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:48.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:48.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:48.628 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:24:48.628 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:24:48.628 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:24:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:48.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:48.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:48.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:24:48.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:48.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:24:48.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:48.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:48.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:48.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:48.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:48.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:48.630 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:48.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:48.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:48.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:48.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:48.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:48.635 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:49.135 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:24:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:49.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:24:49.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:49.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:49.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:49.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:49.136 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:24:49.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:49.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:24:49.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:24:49.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:49.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:49.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:49.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:49.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:49.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:24:49.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:49.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:49.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.137 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:49.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.137 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:24:49.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.137 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:49.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.137 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:49.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:49.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:49.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:49.138 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:49.138 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:49.138 DEBUG [main][MenuItemLookup] Item match:File 12:24:49.139 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:24:49.139 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:49.142 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:24:49.142 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:24:49.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:24:49.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:24:49.143 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:24:49.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:24:49.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:24:49.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:24:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:49.227 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:24:49.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:49.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:24:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:49.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:49.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:49.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:49.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:24:49.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:24:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:49.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:24:49.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:49.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:24:49.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:24:49.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:24:49.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:49.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:24:49.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:49.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:24:49.230 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:24:49.230 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:24:49.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:24:49.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:24:49.230 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:24:49.230 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:24:49.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:24:49.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:49.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:49.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:49.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:49.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:49.232 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:24:49.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:49.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:49.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:49.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:51.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:24:51.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:51.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:24:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:24:51.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:24:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:51.591 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:24:51.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:51.591 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 12:24:51.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:24:51.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:51.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:51.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:51.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:51.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:24:51.595 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:24:51.596 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 12:24:51.624 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:24:51.624 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:24:51.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:51.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:51.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:51.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:51.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:51.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:51.627 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:51.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:53.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:53.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:53.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:24:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:24:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:24:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:24:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:56.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:56.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:56.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:56.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:56.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:24:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:56.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:56.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:56.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:56.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:56.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:56.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:56.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:56.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:56.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:56.897 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:56.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:56.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:56.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:56.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:56.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:56.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:57.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:57.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:57.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:57.899 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:57.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:57.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:57.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:57.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:57.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:57.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:57.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:57.901 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:24:57.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:24:57.901 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:24:57.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:24:57.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:24:57.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:24:57.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:57.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:57.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:57.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:57.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:24:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:57.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:57.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:57.919 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:57.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:57.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:57.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:57.964 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:57.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:57.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:57.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:57.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Categories") 12:24:57.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:57.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:57.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:24:57.966 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:24:57.966 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:24:57.966 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:24:57.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:57.970 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:24:57.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:24:57.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:57.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:57.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:57.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:57.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children... 12:24:57.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 12:24:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:57.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 12:24:57.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:57.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 12:24:57.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children finished successfully 12:24:57.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 12:24:57.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:57.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 12:24:57.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:57.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 12:24:57.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:24:57.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:57.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:57.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:24:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:57.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:57.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:57.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:57.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:57.980 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:57.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:58.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:58.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:58.027 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:58.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:58.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:58.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:58.029 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:58.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:58.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:58.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:58.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:58.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:58.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:58.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:58.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:59.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:59.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:59.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:24:59.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:59.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:59.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:59.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:59.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:24:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:59.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:59.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:59.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:59.034 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:24:59.034 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:59.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:59.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:59.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:59.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:24:59.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:24:59.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:59.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:59.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:59.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:59.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:59.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:59.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:00.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:00.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:00.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:00.037 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:00.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:00.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:00.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:00.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:00.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:00.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:00.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:00.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:00.038 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:25:00.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:25:00.039 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:25:00.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:25:00.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:25:00.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:00.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:00.079 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:25:00.079 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:25:00.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:25:00.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:25:00.079 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:25:00.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:00.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:00.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:00.581 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 12:25:00.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:25:00.581 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:25:00.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:25:00.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:25:00.584 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:00.584 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:00.614 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:00.614 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:00.614 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:00.614 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:00.615 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:00.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:25:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:25:00.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:25:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:00.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:00.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:00.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:00.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:25:00.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:00.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:25:00.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:00.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:00.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:00.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:00.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:00.727 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:25:00.727 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:25:00.727 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:25:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:00.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:00.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:00.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:25:00.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:00.727 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:25:00.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:00.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:00.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:00.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:00.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:00.728 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:00.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:00.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:25:00.732 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:25:01.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:25:01.233 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:25:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:01.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:25:01.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:01.233 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:01.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:01.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:25:01.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:01.234 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:25:01.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:25:01.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:01.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:01.234 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:01.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:01.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:01.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:01.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:01.235 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:01.235 DEBUG [main][MenuItemLookup] Item match:File 12:25:01.236 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:25:01.236 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:01.239 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:25:01.239 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:25:01.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:25:01.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:25:01.240 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:25:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:25:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:25:01.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:25:01.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:01.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:01.317 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:25:01.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:25:01.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:01.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:01.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:01.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:01.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:01.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:01.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:25:01.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:25:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:01.319 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:25:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:01.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:25:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:25:01.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:25:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:01.319 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:25:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:01.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:25:01.320 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:25:01.320 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:25:01.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:25:01.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:25:01.320 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:25:01.320 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:25:01.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:25:01.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:01.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:01.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:01.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:01.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:01.322 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:25:01.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:01.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:01.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:01.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:01.532 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:01.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:25:01.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:25:01.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:25:01.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:01.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:01.537 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:25:01.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:01.537 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 12:25:01.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:25:01.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:01.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:01.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:01.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:01.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:25:01.563 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:25:01.564 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 12:25:01.600 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:25:01.600 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:25:01.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:25:01.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:01.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:01.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:01.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:01.604 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:25:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:01.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:01.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:01.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:25:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:25:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:25:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:25:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:05.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:05.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:05.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:05.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:05.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:05.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:05.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:05.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:25:05.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:05.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:05.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:05.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:05.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:05.283 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:05.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:05.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:05.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:05.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:05.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:05.285 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:05.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:05.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:05.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:05.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:05.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:05.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:05.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:05.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:06.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:06.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:06.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:06.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:06.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:06.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:06.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:06.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:06.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:06.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:06.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:06.288 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:25:06.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:25:06.288 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:25:06.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:25:06.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:25:06.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:06.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:06.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:06.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:06.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:06.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:25:06.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:06.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:06.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:06.315 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:25:06.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:25:06.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:06.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:06.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:06.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:06.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:06.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:25:06.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:06.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:06.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:06.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:06.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:06.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:25:06.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:06.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:06.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:06.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:06.350 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:06.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:06.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:06.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:06.385 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:06.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:06.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:06.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:06.386 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:06.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:06.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:06.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:06.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:06.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:06.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:07.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:07.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:07.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:07.389 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:07.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:07.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:07.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:07.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:07.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:07.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:07.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:07.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:07.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:07.391 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:25:07.391 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:07.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:07.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:07.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:07.392 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:07.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:07.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:07.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:07.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:07.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:07.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:07.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:07.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:08.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:08.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:08.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:08.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:08.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:08.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:08.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:08.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:08.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:08.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:08.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:08.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:08.396 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:25:08.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:25:08.396 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:25:08.396 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:25:08.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:25:08.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:08.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:08.428 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:08.428 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:25:08.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:08.428 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:25:08.428 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:25:08.428 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:25:08.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:08.428 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:08.429 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:25:08.429 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:25:08.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:25:08.429 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:25:08.429 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:25:08.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:08.429 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:08.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:08.930 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 12:25:08.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:25:08.930 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:25:08.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:25:08.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:25:08.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:08.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:25:08.980 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:08.981 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:08.981 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:08.981 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:08.981 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:08.981 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:25:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:25:09.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:25:09.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:09.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:09.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:09.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:09.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:25:09.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:09.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:09.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:09.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:25:09.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:09.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:09.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:09.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:09.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:09.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:09.597 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:25:09.597 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:25:09.597 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:25:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:09.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:09.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:09.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 "OK", Widget matcher matching widgets with style: 8) 12:25:09.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:09.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:25:09.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:09.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:09.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:09.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:09.599 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:09.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:09.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:09.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:09.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:09.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:25:09.603 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:25:10.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:25:10.103 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:25:10.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:10.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:10.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:25:10.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:10.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:10.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:10.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:10.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:25:10.104 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:25:10.104 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:10.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:10.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:10.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.921 s - in org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 16.209 s toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 8.498 s getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 12.097 s getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 8.87 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:25:10.127 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:25:10.127 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:25:10.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:10.127 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:25:10.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:10.128 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:25:10.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:10.128 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:25:10.128 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:10.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:10.138 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:25:10.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:10.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:10.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:10.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:10.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:25:10.139 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:25:10.139 DEBUG [main][MenuItemLookup] Item match:Window 12:25:10.140 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:25:10.140 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:25:10.140 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:25:10.140 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:10.140 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:25:10.140 DEBUG [main][MenuItemLookup] Item match:Show View 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:10.144 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:25:10.144 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:25:10.145 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:25:10.145 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:25:10.145 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:25:10.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:25:10.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:25:10.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:25:10.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:10.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:10.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:25:10.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:10.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:10.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:10.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:25:10.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:10.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:10.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:10.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:25:10.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:25:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:10.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:25:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:10.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:25:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:25:10.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:25:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:10.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:25:10.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:10.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:25:10.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:25:10.231 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:25:10.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:25:10.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:25:10.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:10.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:10.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:10.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:25:10.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:10.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.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 "Open") 12:25:10.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:10.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:25:10.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:10.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:10.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:10.233 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:25:10.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:10.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:10.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:10.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:10.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:10.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:10.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:25:10.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:25:10.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:10.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:10.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:10.383 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:10.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 '\*?\QProject Explorer\E') 12:25:10.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:10.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:10.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:10.385 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:10.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:10.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:10.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:10.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:10.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:10.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.409 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:25:10.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:10.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:10.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:10.429 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:10.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:25:10.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:10.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:10.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:10.434 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:25:10.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:25:10.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:10.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.ScrolledComposite Text= TooltipText=null 12:25:10.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:10.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:10.465 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:10.466 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:10.466 DEBUG [main][MenuItemLookup] Item match:File 12:25:10.466 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:25:10.466 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:25:10.470 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:25:10.470 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:25:10.470 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:25:10.470 DEBUG [main][MenuItemLookup] Item match:Project... 12:25:10.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roject..." 12:25:10.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Project... 12:25:10.471 INFO [main][MenuItemHandler] Select menu item: P&roject... 12:25:10.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:25:10.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:25:10.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:25:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:10.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 12:25:10.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:10.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:25:10.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:10.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:10.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:10.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:25:10.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:25:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:11.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:25:11.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:25:11.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:25:11.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:11.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:25:11.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:11.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:25:11.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:25:11.073 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:25:11.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:25:11.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:25:11.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 "Next >") 12:25:11.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:11.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:11.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:11.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:25:11.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:11.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:11.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:11.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:11.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:11.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:11.078 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:25:11.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:11.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:11.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:11.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:11.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:25:11.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:11.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:11.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:11.124 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:25:11.124 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:11.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:11.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:11.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:11.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:11.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:25:11.126 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:25:11.126 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:25:11.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:25:11.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:11.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:11.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:11.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:25:11.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:11.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:11.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:11.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:11.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:11.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:11.131 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:25:11.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:11.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:11.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:11.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:11.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:25:11.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:25:11.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:11.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:25:11.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:11.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:11.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:11.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:11.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:11.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:11.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:11.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:11.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:11.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:11.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:11.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:11.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:25:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:11.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:11.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:11.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:11.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:11.638 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:11.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:11.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:11.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:11.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:11.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:11.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:11.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:11.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:11.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:11.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:12.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:12.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:12.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:12.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:12.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:12.700 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:12.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:12.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:12.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:12.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 12:25:12.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:12.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:12.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:12.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:12.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:12.702 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:25:12.702 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:25:12.702 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:25:12.702 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:25:12.712 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:25:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:12.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:12.713 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:12.713 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:12.713 DEBUG [main][MenuItemLookup] Item match:File 12:25:12.714 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:25:12.714 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:12.718 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:25:12.718 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:25:12.718 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:25:12.718 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:25:12.719 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:25:12.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 12:25:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 12:25:12.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:25:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:12.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:25:12.783 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:12.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:12.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:12.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:25:12.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:12.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:12.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:12.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:12.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:12.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:12.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:12.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children... 12:25:12.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 12:25:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:13.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 12:25:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children finished successfully 12:25:13.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 12:25:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:13.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item XML is already expanded. No action performed 12:25:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:13.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 12:25:13.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Schema File 12:25:13.288 DEBUG [main][TreeItemHandler] Selecting tree item: XML Schema File 12:25:13.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Schema File about selection 12:25:13.293 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Schema File 12:25:13.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 12:25:13.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:13.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:25:13.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:13.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:13.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:13.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:13.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:13.295 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:25:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:13.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:13.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:13.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:25:13.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:13.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create XML Schema" as the parent 12:25:13.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:13.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:13.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:13.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:13.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:13.339 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:25:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:13.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:13.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:13.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create XML Schema"] is available.... 12:25:14.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create XML Schema"] is available. finished successfully 12:25:14.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:14.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:14.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:14.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 12:25:14.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:25:14.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:14.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:14.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1782): Gtk-WARNING **: 12:25:14.371: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton) 12:25:14.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:14.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:14.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:25:14.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:14.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:14.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:25:14.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:25:14.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:14.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:14.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:14.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:14.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:14.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:14.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:15.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:15.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:15.043 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:15.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:15.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:15.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:15.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:15.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:15.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:15.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:15.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:16.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:16.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:16.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:16.045 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:16.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:16.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:16.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:16.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:16.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:16.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:16.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:16.047 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:25:16.048 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:25:16.048 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 12:25:16.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:25:16.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:16.048 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:25:16.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:16.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:25:16.049 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 12:25:16.049 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 12:25:16.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 12:25:16.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 12:25:16.063 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 12:25:16.063 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 12:25:16.063 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 12:25:16.063 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 12:25:16.071 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 12:25:16.071 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:25:16.127 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:25:16.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:25:16.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:16.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:25:16.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:25:17.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:25:17.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:25:18.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:25:18.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'LemMinX' has no excuses, wait for it 12:25:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:19.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:19.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:19.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@601ca264 is found... 12:25:19.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@601ca264 is found finished successfully 12:25:19.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 12:25:19.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:19.254 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:19.254 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:25:19.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 12:25:19.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:19.266 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:19.266 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:25:19.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:25:19.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:25:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:19.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:25:19.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:25:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:19.329 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:25:19.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:25:19.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:19.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=tns TooltipText=null 12:25:19.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:25:19.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:19.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:19.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:19.380 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:25:19.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:19.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:25:19.382 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 12:25:19.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:19.382 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 12:25:19.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:19.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:25:19.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:19.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:19.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:19.450 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:25:19.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:19.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:25:19.451 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 12:25:19.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:19.451 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 12:25:19.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:19.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:25:19.459 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:19.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:19.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:19.460 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:25:19.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:19.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:25:19.460 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 12:25:19.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:19.460 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 12:25:19.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:19.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:25:19.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:19.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:19.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:19.482 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:25:19.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:19.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:25:19.483 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 12:25:19.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:19.483 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 12:25:19.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:19.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Extensions") 12:25:19.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:19.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:19.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:19.554 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:25:19.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:19.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:25:19.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Extension Details") 12:25:19.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:19.556 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:25:19.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:19.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:25:19.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:25:19.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:19.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:19.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:19.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:19.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 12:25:19.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:19.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 12:25:19.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:25:19.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:19.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:19.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:19.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:25:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:19.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:25:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:25:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:19.568 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:19.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:19.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:19.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:19.628 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:19.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:19.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:19.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:19.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:19.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:19.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:20.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:20.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:20.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:20.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:20.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:20.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:20.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:20.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:20.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:20.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:20.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:20.633 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:25:20.633 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:25:20.634 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 12:25:20.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:25:20.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:20.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:25:20.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:20.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:25:20.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 12:25:20.635 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 12:25:20.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 12:25:20.646 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 12:25:20.650 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 12:25:20.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 12:25:20.651 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 12:25:20.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 12:25:20.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 12:25:20.665 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:25:20.670 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:25:20.723 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:25:20.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:20.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:20.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14eb3077 is found... 12:25:20.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14eb3077 is found finished successfully 12:25:20.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 12:25:20.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:20.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:20.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:20.733 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:20.733 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:25:20.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 12:25:20.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:20.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:20.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:20.736 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:20.736 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:25:20.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:25:20.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:25:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:20.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:25:20.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 '\*?\QProperties\E') 12:25:20.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:20.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:20.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:20.767 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:25:20.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:25:20.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:20.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:20.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:25:20.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:20.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:20.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:20.825 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:25:20.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:20.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:20.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:20.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:25:20.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:25:20.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:20.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:20.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:20.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:20.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 12:25:20.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:25:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:20.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:25:20.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:25:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:20.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:20.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:20.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:20.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:20.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:20.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:20.885 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:20.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:20.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:20.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:20.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:20.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:20.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:21.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:21.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:21.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:21.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:21.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:21.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:25:21.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:25:21.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:21.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:21.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 12:25:21.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:21.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:21.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:21.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:21.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:21.889 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:25:21.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:25:21.889 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:25:21.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:25:21.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:25:21.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:21.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:21.964 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:25:21.964 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:25:21.964 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:25:21.964 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:25:21.964 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:25:21.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:21.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:21.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:25:22.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:22.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:22.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:22.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:22.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:22.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:22.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:22.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:22.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:22.465 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 12:25:22.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:25:22.465 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:25:22.465 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:25:22.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:25:22.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:22.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:22.510 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:22.510 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:25:22.510 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:22.510 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:25:22.510 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:22.510 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:22.510 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:22.510 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:22.510 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:22.510 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:22.510 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:22.510 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:22.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:25:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:25:23.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:25:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:23.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:23.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:23.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:23.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:25:23.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:23.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:23.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:23.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:25:23.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:23.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:23.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:23.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:23.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:23.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:23.185 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:25:23.185 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:25:23.185 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:25:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:23.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:23.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:23.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:25:23.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:23.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:25:23.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:23.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:23.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:23.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:23.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:23.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:23.187 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:23.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:23.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:23.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:23.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:23.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:25:23.190 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:25:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:25:23.691 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:25:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:23.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:23.691 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:25:23.691 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:23.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.566 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: 5.31 s getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) Time elapsed: 1.261 s Running org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:23.699 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:23.702 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:25:23.702 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:23.702 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:23.702 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:23.702 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:25:23.702 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:23.702 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:25:23.702 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:23.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:23.703 INFO [WorkbenchTestable][RequirementsRunner] Started test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:23.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:23.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:23.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:23.703 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:23.705 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 12:25:26.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:26.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:26.721 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:25:26.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:26.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:26.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:26.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:26.722 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:26.722 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:26.722 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:26.722 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:25:26.722 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:25:26.722 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:25:26.722 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:25:26.722 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:25:26.722 DEBUG [main][MenuItemLookup] Item match:Window 12:25:26.723 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:25:26.723 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:25:26.723 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:25:26.723 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:26.723 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:25:26.723 DEBUG [main][MenuItemLookup] Item match:Show View 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:26.727 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:25:26.727 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:25:26.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:25:26.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:25:26.727 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:25:26.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:25:26.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:25:26.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:25:26.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:26.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:26.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:25:26.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:26.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:26.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:26.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:25:26.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:26.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:26.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:26.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:26.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:26.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:25:26.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:25:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:26.802 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:25:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:26.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:25:26.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:25:26.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:25:26.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:26.803 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:25:26.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:26.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:25:26.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:25:26.803 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:25:26.804 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:25:26.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:25:26.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:26.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:26.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:25:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:26.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:26.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:26.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:25:26.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:26.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:25:26.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:26.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:26.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:26.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:26.806 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:25:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:26.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:26.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 12:25:26.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1782): Gtk-CRITICAL **: 12:25:26.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:26.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 12:25:26.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:26.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:26.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:26.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:26.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:26.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:26.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:26.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1782): Gtk-CRITICAL **: 12:25:26.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:27.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:27.005 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:27.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:27.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:27.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:27.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:27.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:27.008 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:27.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:27.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.038: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:27.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.051: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:27.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.057 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:27.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:27.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:27.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:27.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:27.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:27.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.085: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:27.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:27.088 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:27.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:27.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:27.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:27.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:27.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:27.090 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:27.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:27.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:27.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:27.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:27.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:27.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:27.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:27.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:27.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.165: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:27.169 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:27.169 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:27.169 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:27.169 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:27.169 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:27.171 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:25:27.171 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:25:27.171 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:25:27.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:25:27.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:25:27.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:25:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:27.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:27.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:27.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:27.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.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 "Delete All Events") 12:25:27.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:27.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:27.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:27.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:27.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:27.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:27.235 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:25:27.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:27.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:27.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:27.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:27.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:27.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 12:25:27.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:27.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:27.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 '\*?\QError Log\E') 12:25:27.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:27.325 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:27.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:27.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:27.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:27.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:27.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:27.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.331 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:27.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:27.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:27.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.353 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:27.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:27.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:27.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:27.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.358 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:27.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:27.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:27.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:27.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:27.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 12:25:27.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:27.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:27.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:27.364 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:27.364 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:27.364 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:27.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:27.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:27.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:27.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:27.375 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1782): Gtk-CRITICAL **: 12:25:27.398: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:30.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.380 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:30.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:30.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:30.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:30.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:30.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:30.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:30.390 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:30.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:30.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:30.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:30.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:30.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:30.391 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:30.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:30.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:30.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:30.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:30.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:30.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:30.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:30.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:30.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 '\*?\QError Log\E') 12:25:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:30.453 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:30.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:30.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:30.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:30.454 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:30.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:30.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:30.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:30.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:30.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:30.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:30.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:30.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:30.491 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:30.491 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:30.491 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:30.491 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:30.491 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:30.491 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:25:30.491 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:25:30.491 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:25:30.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:25:30.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:25:30.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:25:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:30.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:30.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:30.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:30.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:30.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.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 "Delete All Events") 12:25:30.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:30.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:30.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:30.530 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:30.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:30.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:30.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 12:25:30.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:30.575 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:30.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:30.594 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:30.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:30.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:30.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:30.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:30.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:30.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.626 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:30.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:30.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:30.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:30.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.637 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:30.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:30.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:30.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:30.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.641 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:30.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:30.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:30.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:30.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:30.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:30.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 12:25:30.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:30.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:30.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:30.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:30.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:30.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:30.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:30.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:30.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:30.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:30.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:30.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:30.651 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1782): Gtk-CRITICAL **: 12:25:30.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:25:30.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:33.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.660 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:33.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:33.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:33.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:33.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:33.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 '\*?\QError Log\E') 12:25:33.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:33.693 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:33.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:33.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:33.694 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:33.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:33.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:33.703 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:25:33.703 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.703 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:25:33.703 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.703 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:25:33.703 DEBUG [main][MenuItemLookup] Item match:Activate on new events 12:25:33.705 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:25:33.705 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.705 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:25:33.705 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.705 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:25:33.705 DEBUG [main][MenuItemLookup] Item match:Activate on new events 12:25:33.706 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:33.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:33.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:33.707 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:25:33.707 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.707 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:25:33.707 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.707 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:25:33.707 DEBUG [main][MenuItemLookup] Item match:Activate on new events 12:25:33.707 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 12:25:33.707 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 12:25:33.707 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 12:25:33.708 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:33.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:33.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:33.709 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:25:33.709 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.709 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:25:33.709 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.709 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:25:33.709 DEBUG [main][MenuItemLookup] Item match:Activate on new events 12:25:33.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 12:25:33.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 12:25:33.710 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 12:25:33.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.715 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:33.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:33.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:33.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 '\*?\QError Log\E') 12:25:33.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:33.725 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:33.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:33.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:33.726 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:33.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:33.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:33.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:33.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:33.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:33.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:33.769 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:33.769 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:33.769 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:33.769 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:33.769 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:33.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:25:33.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:25:33.769 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:25:33.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:25:33.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:25:33.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:25:33.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:33.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:33.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:33.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:33.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:33.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:33.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:33.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.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 "Delete All Events") 12:25:33.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:33.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:33.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:33.808 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:25:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:33.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:33.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:33.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:33.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:33.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:33.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 12:25:33.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:33.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:33.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 '\*?\QError Log\E') 12:25:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:33.853 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:33.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:33.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:33.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.872 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:33.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.875 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:33.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.878 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:33.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:33.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:33.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:33.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:33.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:33.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 12:25:33.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:33.880 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:33.880 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:33.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:33.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:33.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:33.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:33.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:33.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:33.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:33.885 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1782): Gtk-CRITICAL **: 12:25:33.905: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:25:33.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:36.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:36.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:36.893 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:36.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:36.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:36.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:36.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:36.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:36.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:36.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:36.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:36.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:36.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:36.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:36.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:36.910 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:36.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:36.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:36.912 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:36.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:36.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:36.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:36.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:36.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:36.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:36.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:36.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:36.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:36.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:36.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:36.945 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:36.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:36.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:36.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:36.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:36.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:36.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:36.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:36.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:36.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:36.964 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:36.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:36.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:36.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:36.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:36.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:36.982 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:36.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:36.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:36.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:36.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:36.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:36.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:36.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:36.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:36.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:36.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:36.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:36.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:36.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:37.020 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:37.020 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:37.020 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:37.020 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:37.020 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:37.020 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:25:37.020 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:25:37.020 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:25:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:25:37.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:25:37.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:25:37.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:37.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:37.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:37.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:37.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:37.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:37.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:37.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 12:25:37.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:37.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:37.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:37.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:37.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:37.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:37.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:37.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:37.057 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:25:37.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:37.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:37.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:37.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:37.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:37.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:37.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 12:25:37.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:37.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:37.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:37.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:37.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') 12:25:37.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:37.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:37.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:37.127 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:37.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:37.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:37.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:37.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:37.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:37.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:37.131 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:37.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:37.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:37.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:37.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:37.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:37.154 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:37.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:37.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:37.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:37.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:37.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:37.159 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:37.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:37.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:37.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:37.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:37.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:37.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:37.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:37.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 12:25:37.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:37.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:37.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:37.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:37.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:37.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:37.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:37.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:37.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:37.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:37.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:37.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:37.166 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1782): Gtk-CRITICAL **: 12:25:37.172: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:25:37.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:40.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:40.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:40.171 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:40.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:40.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:40.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:40.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:40.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:40.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:40.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:40.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:40.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:40.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:40.179 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:40.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:40.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:40.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:40.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:40.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:40.180 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:40.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:40.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:40.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:40.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:40.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:40.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:40.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:40.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:40.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:40.222 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:40.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:40.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:40.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:40.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:40.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:40.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:40.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:40.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:40.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:40.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:40.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:40.242 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:40.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:40.242 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:40.242 DEBUG [main][MenuItemLookup] Item match:Clear Log Viewer 12:25:40.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"C&lear Log Viewer" 12:25:40.243 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clear Log Viewer 12:25:40.243 INFO [main][MenuItemHandler] Select menu item: C&lear Log Viewer 12:25:40.247 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:40.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:40.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:40.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:40.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:40.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:40.252 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:40.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:40.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:40.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:40.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:40.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:40.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:40.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:40.257 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:40.257 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:40.274 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:40.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:40.274 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:40.274 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:40.274 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 12:25:40.274 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 12:25:40.274 DEBUG [main][MenuItemLookup] Item match:Restore Log 12:25:40.274 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 12:25:40.274 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 12:25:40.274 INFO [main][MenuItemHandler] Select menu item: &Restore Log 12:25:40.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... (Eclipse:1782): Gtk-CRITICAL **: 12:25:40.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:41.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. failed, NO exception will be thrown 12:25:41.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:25:41.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:25:41.379 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:41.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:41.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:41.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:41.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:41.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:41.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:41.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:41.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:41.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:41.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:41.441 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:41.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:41.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:41.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:41.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:41.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:41.442 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:41.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:41.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:41.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:41.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:41.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:41.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:41.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:41.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:41.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:41.480 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:41.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:41.480 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:41.480 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:41.480 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:41.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:25:41.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:25:41.480 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:25:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:25:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:25:41.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:25:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:41.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:41.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:41.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:41.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 12:25:41.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:41.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:41.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:41.519 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:25:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:41.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:41.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:41.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 12:25:41.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:41.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:41.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:41.576 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:41.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:41.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:41.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:41.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:41.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.580 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:41.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:41.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:41.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.600 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:41.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:41.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:41.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:41.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.603 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:41.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:41.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:41.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:41.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:41.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:41.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:41.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:41.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 12:25:41.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:41.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:41.613 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:41.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:41.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:41.613 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:41.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:41.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:41.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:41.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:41.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:41.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:41.626 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1782): Gtk-CRITICAL **: 12:25:41.632: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:25:41.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:44.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.636 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:44.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:44.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:44.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:44.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:44.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:44.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:44.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:44.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:44.652 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:44.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:44.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:44.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:44.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:44.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:44.653 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:44.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:44.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:44.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:44.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:44.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:44.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:44.676 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:44.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:44.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:44.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:44.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:44.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:44.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:44.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:44.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:44.692 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:44.692 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:44.692 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:44.692 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:44.692 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:44.692 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:25:44.692 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:25:44.692 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:25:44.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:25:44.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:25:44.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:25:44.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:44.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:44.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:44.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:44.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:44.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:44.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:44.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 12:25:44.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:44.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:44.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:44.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:44.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:44.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:44.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:44.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:44.726 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:25:44.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:44.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:44.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:44.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:44.755 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:44.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:44.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:44.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:44.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:44.762 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:44.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:44.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:44.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:44.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:44.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:44.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:44.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:44.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:44.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:44.780 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:44.780 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:44.780 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:44.780 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:44.780 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:44.780 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 12:25:44.780 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:44.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:44.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:44.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:44.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:44.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:44.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:44.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:44.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:44.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:44.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:44.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:44.796 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:44.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:44.796 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:44.796 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:44.796 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 12:25:44.796 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 12:25:44.796 DEBUG [main][MenuItemLookup] Item match:Restore Log 12:25:44.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 12:25:44.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 12:25:44.797 INFO [main][MenuItemHandler] Select menu item: &Restore Log 12:25:44.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:25:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. failed, NO exception will be thrown 12:25:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:25:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:25:45.854 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:45.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:45.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:45.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:45.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:45.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:45.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:45.895 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:45.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:45.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:45.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:45.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:45.896 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:45.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:45.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:45.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:45.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:45.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:25:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:45.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:45.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:45.929 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:45.929 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:45.929 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:45.929 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:45.929 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:45.929 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 12:25:45.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 12:25:45.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:45.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:45.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 '\*?\QError Log\E') 12:25:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:45.958 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:45.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:45.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:45.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:45.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:45.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.961 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:45.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:45.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:45.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.964 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:45.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:45.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:45.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.966 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:45.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:45.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:45.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 12:25:45.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:45.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:45.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:45.969 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:45.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:45.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:45.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:45.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:45.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:45.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:45.973 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds (Eclipse:1782): Gtk-CRITICAL **: 12:25:45.991: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:25:48.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:48.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:48.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:48.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:48.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:48.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:48.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:48.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:48.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:48.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:25:48.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:48.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:48.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:48.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:48.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:48.987 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:48.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:48.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:48.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:48.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:48.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:48.988 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:48.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:49.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:49.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:49.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:49.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:49.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:25:49.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:49.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:49.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 '\*?\QError Log\E') 12:25:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:49.047 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:49.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:49.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:49.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:49.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:49.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:49.048 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:49.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:49.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:49.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:49.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:49.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:49.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 12:25:49.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:49.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:49.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:49.083 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:25:49.083 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:49.083 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:25:49.083 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:25:49.083 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:25:49.083 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:25:49.083 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:25:49.083 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:25:49.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:25:49.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:25:49.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:25:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:49.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:49.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:49.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:49.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 12:25:49.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:49.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:25:49.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:49.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:49.121 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:25:49.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:49.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:49.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:49.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:49.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:49.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:49.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty... 12:25:49.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:49.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:49.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 '\*?\QError Log\E') 12:25:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:49.169 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:49.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:49.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:49.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:49.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:49.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:49.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.187 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:49.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:49.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:49.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:49.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.193 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:49.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:49.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:49.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:49.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.196 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:25:49.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:25:49.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:49.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:25:49.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.LogViewIsEmpty finished successfully 12:25:49.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:49.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:49.199 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:49.200 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:25:49.200 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:25:49.200 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:49.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.501 s - in org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.661 s getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.281 s testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.235 s getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.282 s testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.45 s testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 4.355 s getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 3.23 s Running org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:49.227 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:49.232 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:25:49.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:49.232 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:49.232 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:49.232 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:25:49.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:49.233 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:25:49.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:49.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:49.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:49.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:25:49.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:49.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:49.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:49.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:25:49.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:49.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:49.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:49.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:49.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:49.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:49.236 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:49.236 DEBUG [main][MenuItemLookup] Item match:File 12:25:49.236 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:25:49.236 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:25:49.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:49.240 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:25:49.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:49.240 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:25:49.240 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:25:49.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:25:49.255 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:25:49.255 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:25:49.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:25:49.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:25:49.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:25:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:49.354 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:25:49.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:25:49.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:49.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:49.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:49.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:25:49.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:25:49.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:49.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:25:49.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:49.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:25:49.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:25:49.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:25:49.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:49.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:25:49.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:49.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:25:49.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:25:49.358 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:25:49.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:25:49.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:25:49.362 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:25:49.362 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:25:49.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:25:49.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:49.364 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:25:49.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:49.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:49.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:49.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:49.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:49.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:25:49.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:25:49.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:25:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:49.612 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:25:49.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:49.612 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OutlineViewTestProject' 12:25:49.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:25:49.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:25:49.616 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:25:49.617 INFO [WorkbenchTestable][AbstractText] Text set to: OutlineViewTestProject 12:25:49.670 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:25:49.670 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:25:49.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:25:49.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:49.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:49.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:49.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:49.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:49.675 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:25:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:49.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:49.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:49.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:49.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:25:52.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:25:52.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:25:52.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:25:52.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:52.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:52.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:52.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:52.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:52.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:25:52.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:52.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:52.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:52.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:52.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:52.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:52.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:25:52.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:52.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:52.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:52.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:52.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:52.887 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:52.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:52.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:52.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:52.948 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:52.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:52.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:52.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:52.949 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:52.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:52.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:52.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:52.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:52.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:53.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:53.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:54.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:54.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:54.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:54.007 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:54.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:54.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:54.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:54.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:54.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:54.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:54.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:54.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:54.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:54.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:25:54.009 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 12:25:54.009 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 12:25:54.009 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 12:25:54.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 12:25:54.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:54.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:54.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:54.014 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:54.014 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:54.014 DEBUG [main][MenuItemLookup] Item match:File 12:25:54.015 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:25:54.015 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:54.019 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:25:54.019 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:25:54.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:25:54.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:25:54.019 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:25:54.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:25:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:25:54.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:25:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:54.138 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:25:54.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:25:54.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:54.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:54.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:54.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:54.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:54.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:54.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:54.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:25:54.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:25:54.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:54.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:25:54.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:54.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:25:54.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:25:54.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:25:54.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:54.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:25:54.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:54.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:25:54.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:25:54.147 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:25:54.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:25:54.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:25:54.150 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:25:54.150 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:25:54.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:25:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:54.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:54.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:54.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:54.193 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:25:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:54.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:54.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:54.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:25:54.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:25:54.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:25:54.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:25:54.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:54.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:54.453 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:25:54.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:54.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:25:54.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:54.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:54.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:54.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:54.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:25:54.538 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:25:54.539 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:25:54.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:25:54.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:54.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:54.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:54.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:54.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:25:54.571 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:25:54.573 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:25:54.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:25:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:54.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:54.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:54.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:54.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:54.645 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:25:54.646 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:25:54.646 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:25:54.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:54.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:54.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:54.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:54.646 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:25:54.646 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:25:54.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:25:54.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:54.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:54.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:54.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:54.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:54.662 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:25:54.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:54.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:54.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:54.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:54.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:25:55.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:25:55.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:55.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:56.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:56.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:56.142 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:25:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:56.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:56.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:56.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:25:56.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:56.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:56.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:25:56.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:56.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:56.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:25:56.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:25:56.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:56.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:56.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:56.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:56.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:56.146 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:56.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:56.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:56.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:56.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:56.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:56.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:56.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:56.192 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:56.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:56.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:56.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:56.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:56.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:56.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:56.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:56.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:57.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:57.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:57.194 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:57.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:57.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:57.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:57.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:25:57.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:57.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:57.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:57.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:57.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:25:57.196 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:25:57.197 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:25:57.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:25:57.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:57.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:25:57.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:57.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:25:57.197 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:25:57.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:25:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:57.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:25:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:57.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:25:57.198 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:25:57.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:25:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:57.198 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:25:57.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:57.198 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:25:57.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:25:57.198 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:25:57.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:25:57.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:25:57.203 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:25:57.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:25:57.203 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:25:57.203 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:25:57.206 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:25:57.206 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:25:57.207 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:25:57.280 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:25:57.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:57.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:57.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:57.290 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:25:57.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:57.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:25:57.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:57.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:57.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:25:57.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:25:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:57.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:57.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:57.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:57.305 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:25:57.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:25:57.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:57.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:57.352 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:25:57.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:25:57.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:57.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:57.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:25:57.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:57.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:57.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:57.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:25:57.354 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:25:57.354 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:25:57.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:57.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:57.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:57.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:57.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:57.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:57.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:25:57.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:57.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:25:57.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:57.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:57.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:57.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:57.358 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:25:57.358 DEBUG [main][EditorHandler] 1 editor(s) found 12:25:57.358 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:25:57.467 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:25:57.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:57.477 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:25:57.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:57.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:57.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:57.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:57.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:57.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:25:57.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:57.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:57.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:57.504 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:25:57.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:25:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:57.506 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:25:57.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:25:57.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:57.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:25:57.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:25:57.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:57.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:57.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:58.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:58.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:58.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:58.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:25:58.514 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:25:58.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:58.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:58.514 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:58.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:58.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:58.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:25:58.515 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:58.515 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:25:58.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:58.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:58.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:58.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:58.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:58.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:58.516 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:25:58.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:58.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:58.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:58.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:58.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:58.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:25:58.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:25:58.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:58.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:58.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:58.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:58.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:58.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:58.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:58.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:58.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:58.594 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:58.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:58.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:58.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:58.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:58.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:58.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:58.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:58.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:58.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:58.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:59.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:59.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:25:59.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:25:59.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:59.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:59.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.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 12:25:59.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:59.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:59.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:59.600 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:25:59.600 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:25:59.601 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:25:59.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:25:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:59.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:25:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:59.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:25:59.601 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:25:59.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:25:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:59.601 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:25:59.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:59.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:25:59.601 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:25:59.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:25:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:59.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:25:59.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:59.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:25:59.602 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:25:59.602 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:25:59.602 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:25:59.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:25:59.605 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:25:59.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:25:59.605 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:25:59.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:25:59.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:25:59.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:25:59.608 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:25:59.775 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:25:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:59.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.800 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:25:59.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:25:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:59.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:25:59.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:25:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:59.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:59.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:59.835 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:25:59.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:25:59.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.874 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:25:59.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:25:59.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Collapse All.*') 12:25:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:59.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:59.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:25:59.875 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Collapse All (Shift+Ctrl+Numpad_Divide) 12:25:59.876 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:25:59.876 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:59.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:59.876 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:59.876 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:59.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:59.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:59.877 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:25:59.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:59.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:25:59.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:25:59.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:59.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:59.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:59.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:25:59.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:25:59.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:59.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:59.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:25:59.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:25:59.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:59.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:59.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:25:59.883 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:59.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:59.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.929 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:59.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:59.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.930 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:25:59.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:25:59.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:59.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:00.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:00.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:00.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:00.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:00.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:00.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:00.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:00.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:00.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:00.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:00.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:00.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:00.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:00.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:00.934 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:26:00.934 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:26:00.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:26:00.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:26:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:00.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:26:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:00.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:26:00.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:26:00.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:26:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:00.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:26:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:00.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:26:00.935 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:26:00.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:26:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:00.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:26:00.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:00.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:26:00.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:00.936 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:00.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:00.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:00.939 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:26:00.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:00.939 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:00.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:00.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:00.941 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:26:00.942 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:26:00.998 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:26:00.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:00.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:01.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:01.007 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:01.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:01.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:26:01.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:01.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:01.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:26:01.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 '\*?\QOutline\E') 12:26:01.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:01.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:01.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:01.041 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:01.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:01.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:01.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:01.079 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:01.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:01.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:01.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:26:01.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:01.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:01.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:01.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:26:01.080 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:26:01.081 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:26:01.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:01.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:01.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:01.084 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:01.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:01.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:01.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:01.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:01.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:01.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:01.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:01.085 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:26:01.085 DEBUG [main][EditorHandler] 1 editor(s) found 12:26:01.085 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:26:01.176 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:26:01.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:01.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:01.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:01.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:01.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:01.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:01.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:01.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 '\*?\QOutline\E') 12:26:01.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:01.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:01.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:01.213 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:01.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:01.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:01.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:01.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:01.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:01.215 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:01.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:01.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:01.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:26:01.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:26:01.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:01.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:01.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:01.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:02.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:02.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:02.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:26:02.229 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:26:02.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:02.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:02.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:02.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:02.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:02.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:02.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:02.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:02.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:02.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:02.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:02.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:02.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:02.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:26:02.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:02.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:02.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:02.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:02.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:26:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:02.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:02.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:02.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:02.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:02.235 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:02.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:02.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:02.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:02.274 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:02.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:02.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:02.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:02.275 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:02.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:02.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:02.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:02.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:02.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:02.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:02.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:02.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:03.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:03.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:03.277 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:03.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:03.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:03.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:03.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:03.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:03.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:03.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:03.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:03.279 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:26:03.279 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:26:03.280 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:26:03.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:26:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:03.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:26:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:03.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:26:03.280 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:26:03.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:26:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:03.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:26:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:03.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:26:03.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:26:03.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:26:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:03.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:26:03.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:03.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:26:03.281 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:03.281 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:03.281 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:03.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:03.287 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:26:03.287 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:03.287 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:03.287 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:03.289 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:03.289 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:26:03.290 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:26:03.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:26:03.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:03.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:03.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:03.495 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:03.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:03.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:26:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:03.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:26:03.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 '\*?\QOutline\E') 12:26:03.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:03.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:03.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:03.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:03.531 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:03.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:03.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:03.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:03.591 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:03.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:03.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:03.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:03.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:26:03.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:03.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:03.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:26:03.593 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:26:03.593 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:26:03.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:03.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:03.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:03.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:03.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:03.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:03.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:03.595 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:03.595 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:03.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:03.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:03.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:03.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:03.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:03.597 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:26:03.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:03.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:26:03.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:03.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:03.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:26:03.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:26:03.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:03.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:03.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:03.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:03.603 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:03.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:03.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:03.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:03.644 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:03.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:03.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:03.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:03.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:03.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:03.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:03.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:03.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:03.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:03.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:04.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:04.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:04.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:04.648 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:04.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:04.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:04.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:04.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:04.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:04.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:04.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:04.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:04.649 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:26:04.650 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:26:04.650 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:26:04.650 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:26:04.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:04.650 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:26:04.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:04.650 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:26:04.651 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:26:04.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:26:04.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:04.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:26:04.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:04.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:26:04.651 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:26:04.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:26:04.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:04.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:26:04.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:04.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:26:04.651 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:04.651 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:04.651 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:04.654 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:04.655 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:26:04.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:04.655 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:04.655 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:04.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:04.657 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:26:04.658 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:26:04.715 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:26:04.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:04.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:04.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:04.725 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:04.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:04.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:26:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:04.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:26:04.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 '\*?\QOutline\E') 12:26:04.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:04.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:04.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:04.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:04.739 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:04.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:04.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:04.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:04.787 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:04.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:04.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:04.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:04.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: Matcher matching text to regular expression 'Sort.*') 12:26:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:04.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:04.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:04.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:26:04.824 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:26:04.824 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:26:04.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:04.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:04.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:04.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:04.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:04.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:04.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:04.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:04.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:04.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:04.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:04.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:04.827 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:26:04.827 DEBUG [main][EditorHandler] 1 editor(s) found 12:26:04.827 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:26:04.955 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:26:04.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:04.960 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:04.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:04.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:04.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:04.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:04.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:04.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:26:04.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:04.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:04.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:04.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:04.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:04.975 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:04.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:04.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:04.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:04.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:04.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:04.977 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:04.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:05.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:05.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:26:05.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:26:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:05.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:05.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:05.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:05.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:06.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:06.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:06.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:26:06.068 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:26:06.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:06.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:06.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:06.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:06.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:06.069 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:06.069 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:06.069 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:06.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:06.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:06.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:06.069 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:06.069 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:26:06.069 DEBUG [main][EditorHandler] 0 editor(s) found 12:26:06.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:06.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:06.074 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:06.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:06.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:06.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:06.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:06.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:06.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:06.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:26:06.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:06.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:06.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:06.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:06.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:06.084 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:06.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:06.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:06.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:06.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:06.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:06.086 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:06.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:06.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:06.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:26:06.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:26:06.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:06.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:06.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:06.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:06.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:07.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:07.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:26:07.091 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:26:07.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:07.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:07.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:07.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:07.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:07.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:07.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:07.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:07.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:07.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:07.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:07.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:07.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:26:07.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:07.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:07.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:07.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:07.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 '\*?\QPackage Explorer\E') 12:26:07.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:07.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:07.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:07.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:07.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:07.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:07.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:07.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:07.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:07.132 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:07.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:07.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:07.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:07.133 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:07.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:07.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:07.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:07.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:07.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:07.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:07.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:07.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:08.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:08.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:08.135 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:08.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:08.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:08.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:08.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:08.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:08.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:08.136 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:26:08.136 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:26:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:26:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:08.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:26:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:26:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:08.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:26:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:08.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:26:08.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:08.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:26:08.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:08.138 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:08.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:08.140 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:08.141 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:26:08.141 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:08.141 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:08.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:08.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:08.144 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:26:08.145 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:26:08.304 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:26:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:08.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:08.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:08.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:08.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:08.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:08.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:08.324 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:08.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:08.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:26:08.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:08.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:08.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:26:08.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:26:08.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:08.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:08.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:08.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:08.352 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:08.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:08.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:08.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:08.387 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:08.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:08.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:08.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:08.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:26:08.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:08.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:08.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:08.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:26:08.388 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:26:08.388 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:26:08.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:08.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:08.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:08.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:08.391 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:08.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:08.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:08.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:08.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:08.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:08.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:08.391 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:26:08.391 DEBUG [main][EditorHandler] 1 editor(s) found 12:26:08.391 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:26:08.498 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:26:08.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:08.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:08.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:08.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:08.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:08.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:26:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:08.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:08.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:08.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:08.506 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:08.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:08.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:08.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:08.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:08.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:08.531 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:08.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:08.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:08.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:26:08.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:26:08.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:08.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:08.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:09.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:09.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:09.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:09.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:09.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:26:09.535 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:26:09.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:09.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:09.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:09.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:09.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:09.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:09.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:09.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:09.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:09.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:09.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:09.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:09.535 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:26:09.536 DEBUG [main][EditorHandler] 0 editor(s) found 12:26:09.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:09.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:09.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:09.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:09.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:09.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:09.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:09.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:09.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:09.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:26:09.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:09.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:09.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:09.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:09.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:09.544 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:09.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:09.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:09.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:09.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:09.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:09.545 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:09.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:09.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:09.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:26:09.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: Matcher matching text to regular expression 'Collapse All.*') 12:26:09.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:09.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:09.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:10.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:10.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:26:10.549 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:26:10.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:10.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:10.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:10.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:10.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:10.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:10.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:10.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:10.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:10.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:10.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:10.549 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:26:10.550 DEBUG [main][EditorHandler] 0 editor(s) found 12:26:10.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:10.552 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:10.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:10.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:10.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:10.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:26:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:10.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:10.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:10.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:10.558 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:10.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:10.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:10.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:10.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:10.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:10.559 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:10.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:10.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:10.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:26:10.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:10.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:10.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:11.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:11.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:11.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:11.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:26:11.561 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:26:11.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:11.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:11.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:11.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:11.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:11.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:11.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:11.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:11.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:11.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:11.562 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:26:11.562 DEBUG [main][EditorHandler] 0 editor(s) found 12:26:11.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:11.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:11.565 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:11.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:11.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:11.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:11.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:11.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:11.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:11.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:26:11.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:11.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:11.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:11.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:11.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:11.571 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:11.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:11.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:11.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:11.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:11.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:11.572 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:11.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:11.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:26:11.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Link with Editor.*') 12:26:11.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:11.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:11.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:12.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:12.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:12.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:12.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:12.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:26:12.576 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:26:12.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:12.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:12.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:12.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:12.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:12.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:12.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:12.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:12.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:12.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:12.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:12.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:12.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:12.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:12.577 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:26:12.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:12.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:12.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:12.578 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:12.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:26:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:12.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:12.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:12.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:12.579 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:12.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:12.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:12.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:12.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:12.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:12.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:12.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:12.614 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:12.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:12.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:12.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:12.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:12.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:12.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:13.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:13.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:13.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:13.616 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:13.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:13.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:13.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:13.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:13.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:13.617 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:26:13.617 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:26:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:26:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:13.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:26:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:26:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:13.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:26:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:13.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:26:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:13.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:26:13.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:13.618 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:13.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:13.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:13.622 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:26:13.622 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:13.622 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:13.622 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:13.623 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:13.623 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:26:13.624 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:26:13.777 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:26:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:13.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:13.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:13.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:26:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:13.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:26:13.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 '\*?\QOutline\E') 12:26:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:13.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:13.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:13.800 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:13.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:13.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.854 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:13.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:13.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:13.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:13.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:13.856 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 12:26:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:13.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:13.856 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:13.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:13.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:13.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:13.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:13.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:13.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:13.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:13.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:13.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:13.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:13.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:26:13.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:26:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:13.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:26:13.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:26:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:13.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:13.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:13.865 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:13.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:13.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.902 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:13.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:13.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.903 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:13.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:13.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:13.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:14.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:14.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:14.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:14.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:14.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:14.905 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:14.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:14.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:14.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:14.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:14.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:14.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:14.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:14.906 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:26:14.906 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:26:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:26:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:14.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:26:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:26:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:14.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:26:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:26:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:14.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:26:14.907 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:14.907 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:14.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:14.911 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:14.912 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:26:14.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:26:14.912 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:26:14.912 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:26:14.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:26:14.913 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:26:14.914 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:26:14.968 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:26:14.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:14.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:14.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:14.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:14.973 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:26:14.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:14.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:14.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:26:14.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:14.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:14.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:26:14.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:26:14.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:14.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:14.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:14.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:14.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:14.980 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:14.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:15.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:15.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:15.017 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:26:15.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:26:15.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:15.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:15.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Link with Editor.*') 12:26:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:15.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:15.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:15.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:15.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:16.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:16.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:16.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:26:16.021 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:26:16.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:16.022 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:16.022 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:16.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:16.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:16.022 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:26:16.022 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:16.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:16.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:16.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:16.048 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:16.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:16.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:16.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:16.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:16.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:16.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:16.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:16.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:17.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:17.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:17.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:17.050 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:17.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:17.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:17.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:17.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:17.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:17.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:17.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:17.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:17.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:17.052 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:26:17.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 12:26:17.052 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 12:26:17.052 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 12:26:17.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 12:26:17.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:17.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.094 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:17.094 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:26:17.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:26:17.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:26:17.094 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:26:17.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:17.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:17.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:17.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:26:17.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:17.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:17.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:17.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:17.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:17.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:17.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:17.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:17.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:17.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:17.097 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'OutlineViewTestProject' via Explorer 12:26:17.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 12:26:17.097 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 12:26:17.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 12:26:17.099 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 12:26:17.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:17.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:17.129 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:17.129 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:17.129 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:17.129 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:26:17.130 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:26:17.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:26:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:26:17.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:26:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:17.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:17.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:17.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:26:17.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:17.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:26:17.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:17.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:17.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:17.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:17.262 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:26:17.262 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:26:17.262 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:26:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:17.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:17.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:17.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:26:17.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:17.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:26:17.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:17.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:17.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:17.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:17.263 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:26:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:17.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:17.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:26:17.273 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:26:17.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:26:17.773 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:26:17.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:17.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:17.773 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:26:17.773 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:17.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:17.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:17.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.548 s - in org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.215 s testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.157 s testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.362 s testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.208 s testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.145 s testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.365 s testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.231 s testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.242 s testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.023 s testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.299 s testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.144 s testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.014 s testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.012 s testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.014 s testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.281 s testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 2.164 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:17.786 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:17.787 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:26:17.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:17.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:17.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:17.787 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:26:17.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:17.788 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:26:17.788 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:17.788 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:17.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.788 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:17.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.788 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:26:17.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.788 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:17.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.788 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:17.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.788 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:17.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.788 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:26:17.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.789 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:17.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.789 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:17.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:17.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:17.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:17.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:17.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:17.789 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:17.789 DEBUG [main][MenuItemLookup] Item match:File 12:26:17.790 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:26:17.790 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:17.793 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:26:17.793 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:26:17.794 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:26:17.794 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:26:17.794 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:26:17.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:26:17.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:26:17.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:26:17.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:17.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:17.876 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:17.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:17.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:26:17.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:17.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:17.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:17.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:17.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:26:17.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:17.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:17.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:17.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:26:17.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:17.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:17.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:17.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:17.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:17.879 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:26:17.879 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:26:17.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:26:17.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:26:17.889 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:17.889 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:26:17.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:26:17.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:17.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:17.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:17.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:17.890 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:26:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:17.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:17.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:17.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:18.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:18.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:18.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:18.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:26:18.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:26:18.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:26:18.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:18.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:18.124 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:26:18.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:18.125 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertyTestProject' 12:26:18.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:26:18.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:18.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:18.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:18.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:18.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:26:18.127 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:26:18.128 INFO [WorkbenchTestable][AbstractText] Text set to: PropertyTestProject 12:26:18.169 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:26:18.169 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:26:18.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:26:18.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:18.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:18.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:18.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:18.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:18.173 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:26:18.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:18.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:18.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:18.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:18.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:26:21.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. failed, NO exception will be thrown 12:26:21.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:21.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:21.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:21.372 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:26:21.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:21.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:21.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:21.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:21.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 '\*?\QPackage Explorer\E') 12:26:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:21.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:21.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:21.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:21.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:21.373 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:21.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:21.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:21.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:21.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:21.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:21.389 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:21.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:21.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:21.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:21.390 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:21.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:21.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:21.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:21.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:21.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:21.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:21.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:22.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:22.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:22.424 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:22.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:22.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:22.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:22.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:22.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:22.426 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertyTestProject 12:26:22.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:22.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:22.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:22.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:22.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:22.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:22.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertyTestProject 12:26:22.426 DEBUG [main][TreeItemHandler] Selecting tree item: PropertyTestProject 12:26:22.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertyTestProject about selection 12:26:22.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertyTestProject 12:26:22.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:22.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:22.460 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.461 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:26:22.461 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:26:22.461 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:26:22.461 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:26:22.461 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:26:22.607 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 PropertyTestProject"] 12:26:22.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:22.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:22.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:22.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.608 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for PropertyTestProject is not null and is not disposed 12:26:22.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:22.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:22.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:22.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:22.641 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:26:22.641 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:26:22.641 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:26:22.641 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:26:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:26:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:22.659 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:26:22.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:22.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:22.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:22.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:22.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:22.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:22.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:22.744 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:22.744 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:22.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:22.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:22.744 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:22.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:22.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:22.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:22.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:22.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:22.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:22.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertyTestProject 12:26:22.745 DEBUG [main][TreeItemHandler] Selecting tree item: PropertyTestProject 12:26:22.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertyTestProject about selection 12:26:22.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertyTestProject 12:26:22.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:22.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:22.793 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:26:22.793 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:26:22.793 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:26:22.793 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:26:22.793 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:26:22.928 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 PropertyTestProject"] 12:26:22.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:22.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:22.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:22.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.929 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for PropertyTestProject is not null and is not disposed 12:26:22.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:22.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:22.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:22.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:22.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:22.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:22.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:26:22.936 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:26:22.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:26:22.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:26:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:26:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:22.939 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:26:22.939 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:26:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:22.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:22.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:22.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:26:22.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.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 "Cancel", Widget matcher matching widgets with style: 8) 12:26:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:22.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:22.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:22.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:22.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:22.953 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:26:22.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:22.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:22.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:22.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:22.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:22.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:22.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:22.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:22.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:22.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:22.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:22.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:22.988 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:22.988 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:22.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:22.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:22.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:22.988 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:22.988 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertyTestProject 12:26:22.988 DEBUG [main][TreeItemHandler] Selecting tree item: PropertyTestProject 12:26:22.990 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertyTestProject about selection 12:26:23.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertyTestProject 12:26:23.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:23.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.158 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:26:23.158 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:26:23.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:26:23.159 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:26:23.159 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:26:23.248 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 PropertyTestProject"] 12:26:23.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.249 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for PropertyTestProject is not null and is not disposed 12:26:23.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:23.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:23.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:23.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:23.251 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:26:23.251 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:26:23.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:26:23.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:26:23.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:26:23.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:23.256 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:26:23.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:23.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:23.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:23.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:23.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:23.284 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:23.284 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.285 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:23.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:23.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:23.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:23.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:23.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:23.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:23.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertyTestProject 12:26:23.285 DEBUG [main][TreeItemHandler] Selecting tree item: PropertyTestProject 12:26:23.287 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertyTestProject about selection 12:26:23.303 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertyTestProject 12:26:23.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:23.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.332 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:26:23.332 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:26:23.332 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:26:23.333 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:26:23.333 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:26:23.392 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 PropertyTestProject"] 12:26:23.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.393 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for PropertyTestProject is not null and is not disposed 12:26:23.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:23.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:26:23.395 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:26:23.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:26:23.395 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:26:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:26:23.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:26:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:23.399 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:26:23.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:23.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:23.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:23.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:23.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:23.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:23.425 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:23.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:23.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:23.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:23.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:23.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:23.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:23.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertyTestProject 12:26:23.426 DEBUG [main][TreeItemHandler] Selecting tree item: PropertyTestProject 12:26:23.427 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertyTestProject about selection 12:26:23.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertyTestProject 12:26:23.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:23.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.473 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.474 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:26:23.474 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:26:23.474 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:26:23.474 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:26:23.474 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:26:23.534 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 PropertyTestProject"] 12:26:23.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.535 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for PropertyTestProject is not null and is not disposed 12:26:23.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:23.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:23.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:23.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:26:23.537 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:26:23.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:26:23.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:26:23.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.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") 12:26:23.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:23.540 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:26:23.540 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:26:23.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:23.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:23.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:23.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:23.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:26:23.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.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.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:26:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:23.543 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:26:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:23.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:23.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:23.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:23.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:23.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:23.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:23.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:23.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:23.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:23.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:23.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:23.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:23.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:23.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:23.570 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertyTestProject 12:26:23.570 DEBUG [main][TreeItemHandler] Selecting tree item: PropertyTestProject 12:26:23.571 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertyTestProject about selection 12:26:23.573 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertyTestProject 12:26:23.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:23.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.615 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:26:23.615 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:26:23.615 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:26:23.615 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:26:23.615 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:26:23.673 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 PropertyTestProject"] 12:26:23.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.675 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for PropertyTestProject is not null and is not disposed 12:26:23.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:23.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:26:23.677 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:26:23.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:26:23.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:26:23.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:26:23.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:26:23.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for PropertyTestProject 12:26:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:26:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:23.681 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:26:23.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:23.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:23.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:23.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:23.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:23.718 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:23.718 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.719 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:26:23.719 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertyTestProject 12:26:23.719 DEBUG [main][TreeItemHandler] Selecting tree item: PropertyTestProject 12:26:23.720 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertyTestProject about selection 12:26:23.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertyTestProject 12:26:23.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:23.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.766 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.767 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:23.767 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:26:23.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:26:23.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:26:23.767 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:26:23.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:23.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:24.268 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertyTestProject' via Explorer 12:26:24.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertyTestProject 12:26:24.268 DEBUG [main][TreeItemHandler] Selecting tree item: PropertyTestProject 12:26:24.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertyTestProject about selection 12:26:24.270 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertyTestProject 12:26:24.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:24.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:24.300 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:24.300 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:24.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:24.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:26:24.300 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:26:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:26:24.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:26:24.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:26:24.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:24.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:24.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:24.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:26:24.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:24.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:26:24.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:24.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:24.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:24.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:24.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:24.887 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:26:24.887 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:26:24.887 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:26:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:24.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:24.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:24.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:26:24.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:24.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:26:24.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:24.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:24.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:24.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:24.889 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:26:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:24.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:24.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:24.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:26:24.892 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:26:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:26:25.393 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:26:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:25.393 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:26:25.393 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:25.393 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.609 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.318 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.243 s ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.297 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.141 s apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.143 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.15 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:26:25.403 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:26:25.404 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:26:25.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:25.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:26:25.404 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:25.404 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:26:25.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:25.405 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:26:25.405 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:25.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:26:25.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:25.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 12:26:25.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:26:25.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:25.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:25.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:25.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:26:25.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:26:25.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:25.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:25.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:25.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:25.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:26:25.406 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:26:25.406 DEBUG [main][MenuItemLookup] Item match:Window 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:25.407 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:26:25.407 DEBUG [main][MenuItemLookup] Item match:Preferences 12:26:25.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:26:25.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:26:25.407 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:26:25.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:26:25.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. finished successfully 12:26:25.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:26:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:25.517 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:26:25.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:26:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:25.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:25.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:25.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:25.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:25.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:25.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:26:25.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:26:25.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:26.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:26.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:26:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:26:26.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:26:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:26.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:26:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:26.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:26:26.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:26:26.023 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:26:26.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:26:26.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:26:26.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:26:26.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 12:26:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.094 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 12:26:26.094 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 12:26:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.095 TRACE [main][WidgetHandler] Notify Button with event 27 12:26:26.095 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.095 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.095 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.095 TRACE [main][WidgetHandler] Notify Button with event 26 12:26:26.095 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.095 TRACE [main][WidgetHandler] Notify Button with event 3 12:26:26.095 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.095 TRACE [main][WidgetHandler] Notify Button with event 4 12:26:26.095 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.095 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.095 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:26:26.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 12:26:26.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:26:26.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Never open") 12:26:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.099 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 12:26:26.099 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 12:26:26.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.099 TRACE [main][WidgetHandler] Notify Button with event 27 12:26:26.099 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.099 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.099 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.099 TRACE [main][WidgetHandler] Notify Button with event 26 12:26:26.099 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.099 TRACE [main][WidgetHandler] Notify Button with event 3 12:26:26.099 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.099 TRACE [main][WidgetHandler] Notify Button with event 4 12:26:26.099 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.099 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.099 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:26:26.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Never open") 12:26:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open a new perspective") 12:26:26.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In a new window") 12:26:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.103 INFO [WorkbenchTestable][RadioButton] Select radio button In a &new window 12:26:26.103 INFO [WorkbenchTestable][AbstractButton] Click button In a &new window 12:26:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.103 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.104 TRACE [main][WidgetHandler] Notify Button with event 27 12:26:26.104 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.104 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.104 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.104 TRACE [main][WidgetHandler] Notify Button with event 26 12:26:26.104 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.104 TRACE [main][WidgetHandler] Notify Button with event 3 12:26:26.104 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.104 TRACE [main][WidgetHandler] Notify Button with event 4 12:26:26.104 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.104 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.104 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open a new perspective") 12:26:26.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In a new window") 12:26:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open a new perspective") 12:26:26.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In the same window") 12:26:26.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.117 INFO [WorkbenchTestable][RadioButton] Select radio button In the &same window 12:26:26.117 INFO [WorkbenchTestable][AbstractButton] Click button In the &same window 12:26:26.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.117 TRACE [main][WidgetHandler] Notify Button with event 27 12:26:26.117 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.117 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.117 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.117 TRACE [main][WidgetHandler] Notify Button with event 26 12:26:26.117 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.117 TRACE [main][WidgetHandler] Notify Button with event 3 12:26:26.117 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.117 TRACE [main][WidgetHandler] Notify Button with event 4 12:26:26.117 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.117 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.117 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open a new perspective") 12:26:26.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In the same window") 12:26:26.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:26:26.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Prompt") 12:26:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.121 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 12:26:26.121 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 12:26:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.121 TRACE [main][WidgetHandler] Notify Button with event 27 12:26:26.121 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.121 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.121 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.121 TRACE [main][WidgetHandler] Notify Button with event 26 12:26:26.121 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.121 TRACE [main][WidgetHandler] Notify Button with event 3 12:26:26.121 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.121 TRACE [main][WidgetHandler] Notify Button with event 4 12:26:26.121 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.121 TRACE [main][WidgetHandler] Notify Button with event 13 12:26:26.121 TRACE [main][WidgetHandler] Wait for synchronization 12:26:26.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:26:26.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:26:26.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Prompt") 12:26:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.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 "Cancel", Widget matcher matching widgets with style: 8) 12:26:26.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.134 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:26:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:26.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:26.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:26.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:26:26.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:26.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:26.193 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 12:26:26.193 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:26:26.193 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:26.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) Time elapsed: 0.788 s Running org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:26:26.203 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:26:26.206 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:26:26.206 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:26.206 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:26:26.206 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:26.206 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:26:26.207 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:26.207 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:26:26.207 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:26.207 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:26:26.207 DEBUG [main][EditorHandler] 0 editor(s) found 12:26:26.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.209 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:26:26.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:26.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:26.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:26:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:26.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:26.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:26.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:26.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:26.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:26.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:26.241 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:26.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:26.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:26.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:26:26.242 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:26.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:26.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:26.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:26:26.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:26.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:26.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:26.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:26:26.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:26.244 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:26:26.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:26:26.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:26.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:26.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:26.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.251 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:26.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:26.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:26.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:26.284 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:26.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:26.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:26.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:26.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.336 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:26:26.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:26.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:26.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:26.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:26.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 '\*?\QProject Explorer\E') 12:26:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:26.354 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:26.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:26.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:26.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:26.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:26.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:26.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:26.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:26.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:26.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:26:26.365 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:26.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:26.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:26.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:26:26.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:26.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.366 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:26.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:26:26.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:26.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:26.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:26.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.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 Java Project"] 12:26:26.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:26.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:26.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:26.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:26.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:26.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:26.389 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:26.389 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:26.389 DEBUG [main][MenuItemLookup] Item match:File 12:26:26.390 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:26:26.390 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:26:26.393 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:26.394 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:26:26.394 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:26:26.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:26:26.394 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:26:26.394 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:26:26.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:26:26.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 'New|Select a wizard'] is available. finished successfully 12:26:26.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:26:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:26.474 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:26.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:26:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:26:26.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:26.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:26.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:26:26.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:26.477 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:26.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:26.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:26:26.477 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:26:26.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:26:26.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:26:26.477 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:26.477 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:26:26.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:26:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.485 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:26:26.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:26.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:26:26.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:26:26.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:26:26.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:26.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:26.698 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:26:26.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:26.698 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:26:26.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:26:26.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:26:26.722 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:26:26.723 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:26:26.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:26:26.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.762 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:26:26.762 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:26:26.762 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Create &module-info.java file 12:26:26.763 INFO [WorkbenchTestable][AbstractButton] Click button Create &module-info.java file 12:26:26.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.785 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:26:26.785 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:26:26.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.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:26:26.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:26.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:26.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:26.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:26.788 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:26:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:26.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:26.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:26:29.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. failed, NO exception will be thrown 12:26:29.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:29.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:29.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:29.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:29.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:26:29.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:29.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:29.827 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:26:29.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:29.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:29.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:29.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:29.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:29.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:29.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:26:29.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:29.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:29.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:29.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:29.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:29.830 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:29.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:29.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:29.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:29.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:29.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:29.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:29.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:29.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:29.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:29.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:29.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:29.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:29.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:30.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:30.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:30.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:30.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:30.954 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:30.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:30.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:30.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:30.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:30.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:30.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:30.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:30.956 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:26:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:26:30.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:26:30.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:30.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:30.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:30.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:30.982 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:30.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:30.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:30.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:30.983 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:30.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:30.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:30.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:30.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:30.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:30.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:31.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:31.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:31.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:31.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:31.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:31.985 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:31.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:31.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:31.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:31.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:31.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:31.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:31.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:31.986 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:26:31.987 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:26:31.987 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:26:31.987 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:26:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:32.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:32.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:26:32.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:26:32.489 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:26:32.489 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:26:32.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:26:32.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:32.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:32.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:26:32.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:32.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:32.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:32.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:26:32.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:32.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:32.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:32.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:32.505 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:32.506 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:32.506 DEBUG [main][MenuItemLookup] Item match:File 12:26:32.506 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:26:32.506 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:32.509 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:26:32.509 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:26:32.509 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:26:32.510 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:26:32.510 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:26:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:26:32.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:26:32.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:26:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:32.591 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:32.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:26:32.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:32.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:32.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:32.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:32.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:26:32.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:32.593 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:32.593 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:26:32.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:32.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:32.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:32.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:32.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:32.602 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:26:32.602 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:26:32.602 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:26:32.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:26:32.604 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:32.604 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:26:32.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:26:32.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:32.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:32.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:32.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:32.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:32.606 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:26:32.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:32.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:32.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:32.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:32.694 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:32.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:26:32.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:26:32.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:26:32.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:32.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:32.695 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:26:32.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:32.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:26:32.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:32.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:32.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:32.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:26:32.756 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:26:32.757 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:26:32.763 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:26:32.763 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:26:32.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.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:26:32.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:32.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:32.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:32.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:32.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:32.766 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:26:32.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:32.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:32.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:32.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:32.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:33.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:33.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f517a40 is found... 12:26:33.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f517a40 is found finished successfully 12:26:33.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:26:33.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:33.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:33.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:33.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:33.469 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:33.469 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:26:33.469 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:26:33.478 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:33.478 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:26:33.478 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:26:33.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:33.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:33.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:33.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:33.479 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:33.479 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:33.479 DEBUG [main][MenuItemLookup] Item match:File 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:33.480 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:26:33.480 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:26:33.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:26:33.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:26:33.480 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:26:33.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:26:33.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:26:33.576 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:33.576 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:26:33.576 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:33.576 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:33.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:33.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:33.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:33.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:33.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:33.675 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:33.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:33.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:33.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:33.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:33.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:33.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:33.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:33.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:33.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:33.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:33.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:33.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:33.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:33.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:33.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:33.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:33.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:33.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:33.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:26:33.704 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:33.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:33.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:33.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:33.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:33.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:33.704 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:33.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:33.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:33.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:33.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:33.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:33.706 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:33.706 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:33.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:33.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:33.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:33.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:33.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:33.708 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:33.709 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:33.709 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:33.709 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:33.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:34.711 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:34.711 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:34.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:34.712 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:34.713 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:34.713 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:34.713 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:34.714 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:34.714 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:34.714 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:34.714 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:34.714 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:34.714 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:34.714 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:34.714 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:34.715 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:34.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:34.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:34.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:34.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:34.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:34.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:34.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:34.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:34.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:34.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:34.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:35.232 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:35.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:35.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:35.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:35.233 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:35.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:35.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:35.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:35.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:35.234 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:35.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:35.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:35.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:35.234 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:35.235 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:35.235 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:35.235 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:35.236 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:35.236 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:35.236 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:35.236 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:35.236 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:35.236 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:35.236 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:35.236 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:35.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:36.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:36.737 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:36.737 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:36.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:36.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:36.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:36.738 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:36.738 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:36.738 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:36.738 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:36.739 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:36.739 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:36.739 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:36.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:36.739 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:36.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:36.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:36.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:36.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:36.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:36.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:36.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:36.740 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:26:36.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:36.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:37.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:37.241 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:37.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:37.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:37.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:37.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:37.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:37.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:26:37.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:37.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:37.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:37.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:37.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:37.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:37.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:37.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:37.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:37.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:37.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:37.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:37.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:37.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:37.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:37.257 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:37.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:37.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:37.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:37.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:37.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:37.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:26:37.258 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:37.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:37.259 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:37.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:37.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:37.260 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:37.260 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:37.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:37.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:37.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:37.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:37.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:37.260 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:37.261 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:37.261 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:37.261 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:37.262 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:37.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:38.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:38.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:38.763 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:38.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:38.764 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:38.764 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:38.764 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:38.764 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:38.764 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:38.764 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:38.765 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:38.765 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:38.765 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:38.765 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:38.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:38.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:38.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:38.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:38.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:38.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:38.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:38.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:38.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:38.768 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:26:38.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:38.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:38.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:38.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:38.768 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:38.768 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:26:38.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:38.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:38.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:38.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:38.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:38.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:38.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:38.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:38.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:38.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:38.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:38.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:38.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:38.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:38.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:38.797 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:38.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:38.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:38.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:38.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:38.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:38.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view.... 12:26:38.797 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:38.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:38.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:38.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:38.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:38.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:38.798 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:38.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:38.799 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:38.799 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:38.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:38.799 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:38.800 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:38.800 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:38.800 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:38.801 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:38.801 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:38.801 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:38.801 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:38.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:39.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:39.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:39.802 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:39.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:39.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:39.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:39.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:39.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:39.803 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:39.804 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:39.804 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:39.804 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:39.804 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:39.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:39.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:39.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:39.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:39.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:39.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:39.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:39.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:39.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view. finished successfully 12:26:39.807 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:39.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:39.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:39.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:39.807 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:39.807 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:39.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:39.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:39.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:39.808 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:39.809 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:39.809 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:39.809 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:40.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:40.810 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:40.810 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:40.811 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:40.812 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:40.812 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:40.812 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:40.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:40.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:40.812 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:40.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.814 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:26:40.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:40.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:40.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:40.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:40.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:40.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:40.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:40.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:40.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:40.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:40.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:40.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:40.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:40.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:40.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:40.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:40.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.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 12:26:40.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:40.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:40.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:40.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:40.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:40.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:40.857 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:40.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:40.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:40.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.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 12:26:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:40.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:40.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:40.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:40.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:40.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:40.900 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:40.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:40.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:40.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 12:26:40.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:40.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:40.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:40.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:40.926 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:40.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:40.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:40.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:40.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:40.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 '\*?\QProblems\E') 12:26:40.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:40.939 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:40.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 12:26:40.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:40.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:40.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:40.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:40.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:40.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:40.969 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:40.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:40.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:40.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:40.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:40.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:40.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 '\*?\QProblems\E') 12:26:40.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:40.998 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:40.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:40.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:40.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:40.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:40.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:40.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:40.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:40.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:40.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:40.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:40.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:41.000 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:41.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:41.001 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:41.001 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:41.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:41.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:41.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:41.002 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:41.003 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:41.003 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:41.003 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:41.004 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:41.004 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:41.004 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:41.004 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:41.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:42.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:42.505 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:42.505 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:42.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:42.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:42.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:42.506 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:42.507 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:42.508 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:42.508 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:42.508 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:42.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:42.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:42.508 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:42.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:42.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:42.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:42.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:42.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:42.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:42.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:42.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:42.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:42.510 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:42.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:42.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:42.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:42.510 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:42.510 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:42.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:42.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:42.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:42.511 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:42.512 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:42.512 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:42.512 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:43.513 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:43.513 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:43.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:43.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:43.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:43.514 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:43.515 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:43.515 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:43.515 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:43.516 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:43.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:43.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:43.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:43.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:43.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:43.517 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:26:43.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:43.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:43.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:43.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:43.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:43.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:43.517 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:43.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:43.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:43.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:43.518 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:43.518 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:43.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:43.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:43.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:43.519 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:43.520 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:43.520 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:43.520 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:44.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:44.521 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:44.521 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:44.522 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:44.523 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:44.523 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:44.523 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:44.524 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:44.524 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:44.524 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:44.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:44.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:44.524 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:44.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 12:26:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.525 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:26:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:44.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:26:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:44.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:26:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:44.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:26:44.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:44.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26: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 '\*?\QProblems\E') 12:26:44.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:44.556 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:44.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:44.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:44.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:44.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:44.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:44.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:44.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:44.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:44.587 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:44.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:44.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:44.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.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 12:26:44.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:44.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:44.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:44.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:44.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:44.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:44.601 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:44.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:44.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:44.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.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 12:26:44.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:44.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:44.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:44.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:44.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:44.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:44.630 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:44.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:44.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:44.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:44.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:44.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:44.663 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:44.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:44.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:44.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:44.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:44.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:44.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:44.693 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:44.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:44.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:44.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:26:44.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:44.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:44.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:26:44.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:44.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:44.723 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:26:44.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:44.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:44.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:44.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:44.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:44.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:44.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:44.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:44.726 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:44.727 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:44.727 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:44.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:44.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:44.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:44.728 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:44.729 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:44.729 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:44.729 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:44.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:46.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:46.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:46.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:46.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:46.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:46.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:46.232 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:46.233 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:46.233 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:46.233 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:46.233 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:46.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:46.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:46.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:46.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 12:26:46.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:46.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:46.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:46.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:46.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:46.235 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:46.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:46.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:46.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:46.236 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:46.236 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:46.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:46.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:46.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:46.236 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:46.237 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:46.237 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:46.237 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:46.238 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:46.238 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:46.238 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:46.238 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:46.238 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:46.238 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:46.238 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:46.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:26:47.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:26:47.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:47.739 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:47.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:47.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:47.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:47.740 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:47.740 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:47.740 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:47.740 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:47.740 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:47.741 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:47.741 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:47.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:26:47.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:26:47.741 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:47.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:47.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:47.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:47.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:47.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:47.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:47.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:47.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:47.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:47.742 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:47.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:47.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:47.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:47.746 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:26:47.746 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:26:47.746 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:26:47.746 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:26:47.746 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:26:47.746 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:26:47.746 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:26:47.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:26:47.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:26:47.746 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:26:47.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:26:47.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:26:47.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:26:47.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:47.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:47.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:26:47.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:47.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:47.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:47.815 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:26:47.815 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:47.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:47.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:47.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:47.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:47.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:47.816 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:26:47.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:47.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:47.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:47.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:47.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:26:47.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:47.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:26:47.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:47.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:47.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:47.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:47.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:47.824 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:26:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:47.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:47.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:47.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:26:47.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:26:47.874 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:26:47.874 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:47.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:47.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:47.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:47.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:47.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:47.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:47.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:47.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:47.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:47.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:47.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:47.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:47.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:47.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:48.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:48.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:48.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:48.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:49.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:49.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:49.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:49.398 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:49.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:49.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:49.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:49.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:49.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:49.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:49.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:49.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:49.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:49.399 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:26:49.400 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:26:49.400 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:26:49.400 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:26:49.409 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:26:49.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:49.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:49.455 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:49.456 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:26:49.456 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:26:49.456 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:26:49.456 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:26:49.456 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:26:49.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:49.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:49.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:26:49.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:49.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:49.957 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:26:49.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:26:49.957 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:26:49.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:26:49.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:26:49.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:49.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:49.999 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:49.999 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:49.999 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:49.999 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:26:49.999 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:26:50.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:26:50.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:26:50.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:26:50.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:50.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:50.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:50.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:50.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:26:50.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:50.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:50.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:50.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:26:50.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:50.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:50.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:50.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:50.605 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:26:50.605 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:26:50.605 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:26:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:50.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:50.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:50.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:26:50.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:50.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:26:50.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:50.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:50.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:50.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:50.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:50.606 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:26:50.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:50.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:50.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:50.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:50.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:26:50.610 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:26:51.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:26:51.111 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:26:51.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:51.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:51.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:26:51.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:51.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:51.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:51.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:51.111 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:26:51.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:51.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:26:51.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:26:51.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:51.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:51.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:51.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.118 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:51.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:51.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:51.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:51.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:51.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:51.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:51.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:51.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:51.130 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:51.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:51.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:51.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:51.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:26:51.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:51.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:51.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:51.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:51.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:26:51.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:51.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:51.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:51.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:51.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:51.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:51.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:51.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:51.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:51.169 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:51.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:51.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:51.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:26:51.170 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:51.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:51.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:51.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:26:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:51.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:51.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:51.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:51.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:26:51.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:51.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:51.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:51.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:26:51.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:51.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:51.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:51.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:51.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:51.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:51.191 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:51.191 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:51.191 DEBUG [main][MenuItemLookup] Item match:File 12:26:51.192 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:26:51.192 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:26:51.195 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:51.196 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:26:51.196 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:26:51.196 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:26:51.196 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:26:51.196 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:26:51.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:26:51.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:26:51.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:26:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:51.280 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:51.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:26:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:51.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:51.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:51.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:51.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:51.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:26:51.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:51.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:51.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:51.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:51.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:51.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:26:51.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:51.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:51.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:51.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:51.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:51.283 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:26:51.283 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:26:51.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:26:51.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:26:51.291 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:51.291 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:26:51.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:26:51.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:51.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:51.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:51.293 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:26:51.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:51.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:51.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:51.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:51.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:51.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:26:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:26:51.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:26:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:51.651 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:26:51.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:51.651 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:26:51.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:26:51.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:51.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:51.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:26:51.656 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:26:51.658 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:26:51.688 DEBUG [WorkbenchTestable][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 "Create module-info.java file") 12:26:51.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:51.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:51.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:51.691 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:26:51.691 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:26:51.691 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:26:51.691 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:26:51.691 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:26:51.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:26:51.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:51.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:51.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:51.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:51.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:51.695 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:26:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:51.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:51.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:51.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:51.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:26:54.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:26:54.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:54.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:54.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:54.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:54.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:26:54.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:54.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:54.725 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:26:54.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:54.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:54.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:54.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:54.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:54.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:54.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:26:54.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:54.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:54.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:54.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:54.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:54.727 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:54.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:54.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:54.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:54.769 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:54.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:54.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:54.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:54.770 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:54.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:54.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:54.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:54.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:54.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:54.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:55.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:55.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:55.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:55.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:55.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:55.828 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:26:55.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:26:55.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:55.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:55.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:55.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:55.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:55.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:55.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:55.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:55.830 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:26:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:26:55.830 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:26:55.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:55.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:55.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:55.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:55.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:55.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:55.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:55.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:55.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:55.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:55.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:55.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:55.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:55.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:56.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:56.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:56.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:56.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:26:56.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:26:56.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:26:56.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:26:56.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:56.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:56.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:26:56.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:56.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:56.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:56.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:56.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:56.860 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:26:56.860 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:26:56.861 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:26:56.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:26:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:57.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:57.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:26:57.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:26:57.362 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:26:57.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:26:57.376 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:26:57.376 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:57.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:57.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:26:57.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:57.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:57.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:57.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:26:57.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:57.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:57.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:57.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:57.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:57.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:26:57.378 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:57.379 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:57.379 DEBUG [main][MenuItemLookup] Item match:File 12:26:57.379 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:26:57.379 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:57.382 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:26:57.382 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:26:57.400 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:26:57.400 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:26:57.400 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:26:57.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 'New|Select a wizard'] is available.... 12:26:57.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:26:57.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:26:57.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:57.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:57.486 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:57.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:26:57.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:57.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:57.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:57.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:57.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:57.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:26:57.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:57.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:57.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:26:57.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:26:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:57.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:26:57.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:57.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:26:57.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:26:57.489 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:26:57.489 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:26:57.499 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:26:57.499 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:26:57.499 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:26:57.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:26:57.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:57.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:57.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:57.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:57.501 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:26:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:57.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:57.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:57.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:57.590 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:26:57.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:26:57.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:26:57.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:26:57.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:57.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:57.591 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:26:57.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:57.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:26:57.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:57.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:57.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:57.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:57.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:26:57.624 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:26:57.625 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:26:57.654 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:26:57.654 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:26:57.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:26:57.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:57.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:57.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:57.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:57.659 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:26:57.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:57.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:57.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:57.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:57.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:26:58.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:26:58.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:58.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bb2f3dc is found... 12:26:58.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bb2f3dc is found finished successfully 12:26: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:26:58.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:58.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:58.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:58.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:58.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:58.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.360 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:26:58.360 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:26:58.365 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.366 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:26:58.366 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:26:58.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:26:58.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:58.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:58.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:26:58.366 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:26:58.366 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:58.366 DEBUG [main][MenuItemLookup] Item match:File 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:58.367 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:26:58.367 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:26:58.368 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:26:58.368 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:26:58.368 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:26:58.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:26:58.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:26:58.461 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.461 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:26:58.461 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:58.461 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:58.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:58.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:58.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:58.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:58.551 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:58.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:58.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:58.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:26:58.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:58.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:58.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:26:58.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:26:58.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:58.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:58.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:58.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:58.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:26:58.587 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:58.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:58.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:26:58.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:58.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:58.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:26:58.588 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:58.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:58.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:26:58.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:58.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:58.589 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:58.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:58.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:26:58.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:58.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:58.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:26:58.590 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:26:58.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:26:58.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:26:58.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:58.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:58.590 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:26:58.591 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:58.591 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:58.591 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:58.591 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:26:58.591 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:26:58.592 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:26:58.592 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:26:58.592 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:26:58.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:00.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:00.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:00.093 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:00.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:00.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:00.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:00.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:00.094 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:00.095 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:00.095 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:00.095 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:00.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:00.096 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:00.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:00.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:00.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:00.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:00.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:00.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:00.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:00.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:00.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:00.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:00.098 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:27:00.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:00.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:00.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:00.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:00.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:00.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:27:00.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:00.600 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:00.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:00.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:00.621 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:00.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:00.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:00.621 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:00.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:00.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:00.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:00.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:00.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:01.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:01.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:01.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:01.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:01.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:01.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:01.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:01.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:01.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:01.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:01.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:01.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:01.631 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:01.632 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:27:01.632 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:27:01.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:27:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:01.632 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:27:01.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:01.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:27:01.632 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:27:01.632 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:27:01.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:27:01.644 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:27:01.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:01.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:01.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:01.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:01.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:01.647 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:01.647 DEBUG [main][MenuItemLookup] Item match:File 12:27:01.648 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:01.648 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:01.651 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:01.651 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:01.669 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:01.669 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:01.669 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:01.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:01.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:01.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:01.756 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:01.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:01.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:01.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:01.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:01.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:01.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:01.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:01.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:01.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:01.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:01.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:01.759 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:27:01.759 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:27:01.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:27:01.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:27:01.759 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:01.759 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27:01.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:01.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:01.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:01.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:01.760 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:01.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:01.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:01.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:01.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:01.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:01.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:27:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:27:01.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:27:01.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:01.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:01.849 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:27:01.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:01.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:27:01.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:01.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:01.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:01.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:01.856 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:01.857 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:27:01.881 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:27:01.881 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:27:01.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:01.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:01.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:01.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:01.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:01.884 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:01.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:01.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:01.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:01.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:01.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a35f040 is found... 12:27:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a35f040 is found finished successfully 12:27:02.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:27:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:02.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:02.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:02.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:02.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:02.429 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.429 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:27:02.429 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:27:02.434 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.434 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:27:02.434 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:27:02.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:27:02.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:02.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:02.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:02.435 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:02.435 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:02.435 DEBUG [main][MenuItemLookup] Item match:File 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:02.436 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:27:02.436 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:27:02.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:27:02.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:27:02.436 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:27:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:27:02.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:27:02.477 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.477 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:27:02.477 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:02.477 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:02.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:02.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:02.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:02.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:02.555 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:02.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:02.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:02.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:27:02.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:02.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:02.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:02.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:02.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:02.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:02.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:02.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:02.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:02.570 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:02.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:02.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:02.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:02.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:02.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:27:02.571 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:02.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:02.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:02.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:02.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:02.572 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:02.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:02.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:02.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:02.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:02.572 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:02.572 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:02.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:02.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:02.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:02.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:02.573 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:02.574 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:02.574 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:02.574 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:02.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:03.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:03.575 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:03.575 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:03.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:03.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:03.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:03.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:03.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:03.577 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:03.578 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:03.578 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:03.578 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:03.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:03.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:03.582 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:03.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:03.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:03.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:03.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:03.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:03.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:03.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:03.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:03.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:04.084 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:04.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:04.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:04.086 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:04.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:04.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:04.086 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:04.086 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:04.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:04.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:04.087 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:04.088 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:04.088 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:04.088 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:04.089 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:04.089 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:04.089 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:04.089 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:04.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:05.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:05.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:05.590 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:05.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:05.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:05.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:05.591 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:05.592 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:05.592 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:05.592 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:05.593 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:05.593 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:05.593 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:05.593 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:05.593 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:05.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:05.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:05.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:05.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:05.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:05.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:05.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 12:27:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:05.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:05.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:05.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:05.594 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:27:05.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:27:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:05.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:27:05.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:05.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:27:05.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:27:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:05.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:27:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:05.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:27:05.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:27:05.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:05.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:05.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:05.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:05.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:05.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:27:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:05.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:05.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') 12:27:05.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:05.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:05.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:05.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:05.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:05.636 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:05.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:05.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:05.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:05.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:05.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:05.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 2... 12:27:05.637 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:05.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:05.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:05.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:05.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:05.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:05.637 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:05.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:05.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:05.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:05.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:05.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:05.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:05.638 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:05.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:05.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:05.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:05.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:05.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:05.639 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:05.640 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:05.640 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:05.640 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:05.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:06.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:06.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:06.641 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:06.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:06.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:06.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:06.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:06.642 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:06.643 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:06.643 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:06.643 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:06.644 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:27:06.644 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:06.644 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:06.644 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:06.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:06.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:06.644 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:06.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:06.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:06.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:06.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:06.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:06.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:06.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:06.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:06.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:06.646 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:27:06.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:27:06.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:06.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:27:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:06.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:27:06.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:27:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:06.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:27:06.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:06.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:27:06.647 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:06.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:06.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:06.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:06.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:06.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:06.648 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:27:06.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:06.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:06.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:06.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:06.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:06.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:06.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:06.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 2. Expected number of problems is: 2 finished successfully 12:27:06.649 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:06.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:06.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:06.650 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:27:06.650 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:27:06.650 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:27:06.650 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:27:06.650 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:27:06.650 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:27:06.650 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:27:06.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:27:06.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:27:06.651 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:27:06.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:06.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:06.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:27:06.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:06.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:06.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 "Restore Defaults") 12:27:06.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:06.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:06.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:06.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:06.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:06.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:06.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:06.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:06.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:06.724 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:27:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:06.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:06.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:06.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:06.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:27:06.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:06.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:06.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:06.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:06.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:06.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:06.727 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:06.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:06.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:06.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:06.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:06.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:06.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:06.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:06.796 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:06.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:06.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:06.797 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:06.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:06.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:06.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:07.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:07.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:07.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:07.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:07.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:07.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:07.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:07.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:07.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:07.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:07.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:07.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:07.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:07.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:07.800 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:07.800 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:27:07.800 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:27:07.801 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:27:07.809 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:27:07.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:07.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:07.846 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:27:07.846 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:27:07.846 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:27:07.846 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:27:07.847 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:27:07.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:07.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:07.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:08.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:08.347 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:27:08.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:27:08.347 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:27:08.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:27:08.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:27:08.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:08.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:08.397 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:08.397 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:27:08.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:27:08.397 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:27:08.398 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:27: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.... 12:27:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:27:08.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:27:08.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:08.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.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: 32) 12:27:08.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:08.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:08.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:08.994 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:27:08.995 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:27:08.995 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:27:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:08.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:08.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:08.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 "OK", Widget matcher matching widgets with style: 8) 12:27:08.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:08.995 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:08.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:08.996 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:08.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:08.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:08.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:08.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:09.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:27:09.000 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:27:09.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:27:09.500 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:27:09.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:09.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:09.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:27:09.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:09.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:09.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:09.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:09.501 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:27:09.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:09.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:27:09.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:27:09.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:09.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:09.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:09.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.509 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:09.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:09.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:09.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:09.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:09.538 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:09.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:09.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:09.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:09.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.565 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:09.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:09.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:27:09.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:09.569 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:09.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:09.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:09.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:09.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:09.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:09.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:09.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:09.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:09.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:27:09.578 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:09.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:09.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:09.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:27:09.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:09.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:09.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.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 Java Project"] 12:27:09.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:09.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:09.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:09.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.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 Java Project"] 12:27:09.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:09.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:09.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:09.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:09.599 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:27:09.599 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:09.599 DEBUG [main][MenuItemLookup] Item match:File 12:27:09.600 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:09.600 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:09.603 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:09.603 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:09.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:09.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:09.603 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:09.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:09.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:09.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:09.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.679 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:09.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:09.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:09.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:09.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:09.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:09.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:09.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:09.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:09.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:09.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:09.682 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:27:09.682 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:27:09.682 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:27:09.685 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:27:09.685 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:09.685 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27:09.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:09.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:09.692 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:09.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:09.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:09.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:09.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:09.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:09.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:27:09.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:27:09.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:27:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.900 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:27:09.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.900 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:27:09.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:27:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:09.903 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:09.904 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:27:09.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:27:09.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:09.943 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:27:09.943 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:27:09.943 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:27:09.943 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:27:09.943 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:27:09.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:09.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:09.946 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:09.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:09.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:09.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:27:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:27:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:12.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:27:12.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:12.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:12.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:12.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:12.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:12.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:12.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:27:12.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.959 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:27:12.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:12.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:12.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:12.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:12.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:27:12.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:12.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:12.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:12.962 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:12.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:13.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:13.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:13.006 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:13.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:13.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:13.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:13.007 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:13.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:13.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:13.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:13.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:13.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:13.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:13.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:13.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:14.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:14.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:14.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:14.009 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:14.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:14.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:14.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:14.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 12:27:14.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:14.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:14.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:14.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:14.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:14.010 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:14.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:27:14.011 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:14.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:14.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:14.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:14.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:14.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:14.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:14.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:14.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:14.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:14.038 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:14.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:14.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:14.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:14.039 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:27:14.039 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:27:14.039 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:27:14.039 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:27:14.039 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:27:14.039 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:27:14.039 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:27:14.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:27:14.040 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:27:14.040 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:27:14.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:14.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:14.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:27:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:14.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:27:14.237 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:14.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:14.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:14.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:14.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:14.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:14.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:14.239 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:27:14.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:14.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:14.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:14.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:14.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:27:14.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:14.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:14.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:14.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:14.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:14.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:14.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:14.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:14.243 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:14.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:14.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:14.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:14.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:14.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:14.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:14.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:14.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:14.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:14.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:14.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:14.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:14.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:14.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:14.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:14.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:14.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:14.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:14.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:14.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:14.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:14.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:14.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:14.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:15.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:15.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:15.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:15.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:15.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:15.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:15.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:15.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:15.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:15.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:15.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:15.367 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:15.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:27:15.368 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:27:15.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:27:15.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:27:15.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:15.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:15.436 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:27:15.436 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:27:15.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:27:15.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:27:15.437 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:27:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:15.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:15.437 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:27:15.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:27:15.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:15.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:15.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:15.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:15.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:15.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:15.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:15.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:15.937 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:27:15.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:27:15.937 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:27:15.938 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:27:15.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:27:15.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:15.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:15.976 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:15.976 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:27:15.976 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:27:15.976 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:27:15.976 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:27:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:27:16.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:27:16.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:27:16.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:16.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:16.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:16.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:16.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:27:16.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:16.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:16.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:16.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:16.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:16.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:16.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:16.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:16.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:16.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:16.588 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:27:16.588 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:27:16.588 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:27:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:16.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:16.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:16.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:27:16.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:16.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:16.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:16.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:16.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:16.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:16.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:16.590 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:16.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:16.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:16.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:27:16.594 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:27:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:27:17.094 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:27:17.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:17.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:17.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:27:17.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:17.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:17.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:17.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:17.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:27:17.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:17.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:27:17.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:27:17.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:17.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:17.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:17.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:17.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:17.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:17.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:17.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:17.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:17.106 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:17.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:17.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.117 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:17.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:17.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:17.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 '\*?\QProject Explorer\E') 12:27:17.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:17.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:17.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:17.136 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:17.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:17.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:17.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:17.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:17.145 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:17.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:17.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:27:17.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:17.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:17.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:27:17.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:17.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:17.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:17.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:17.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:27:17.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:17.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:17.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:17.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:27:17.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.149 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:17.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.149 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:17.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:17.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:17.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:17.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:27:17.149 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:17.149 DEBUG [main][MenuItemLookup] Item match:File 12:27:17.150 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:17.150 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:17.153 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:17.153 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:17.171 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:17.171 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:17.171 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:17.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:17.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:17.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:17.251 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:17.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:17.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:17.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:17.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:17.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:17.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:17.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:17.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:17.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:17.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:27:17.255 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:27:17.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:27:17.255 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:27:17.255 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:17.255 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27:17.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:17.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:17.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:17.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:17.256 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:17.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:17.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:17.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:17.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:17.469 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:17.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.469 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.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.... 12:27:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:27:17.470 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:27:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:17.470 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:27:17.470 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.470 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:27:17.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:27:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:17.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:17.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:17.474 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:17.475 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:27:17.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:27:17.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:17.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:17.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:17.520 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:27:17.521 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:27:17.521 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:27:17.521 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:27:17.521 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:27:17.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:17.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:17.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:17.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:17.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:17.525 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:17.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:17.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:17.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:27:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:27:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:20.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:20.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:27:20.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:20.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:20.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:20.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:20.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:20.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:20.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:27:20.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.651 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:27:20.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:20.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:20.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:20.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:20.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:27:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:20.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:20.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:20.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:20.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:20.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:20.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:20.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:20.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:20.696 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:20.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:20.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:20.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:20.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:21.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:21.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:21.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:21.711 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:21.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:21.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:21.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:21.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:21.712 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:21.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:27:21.713 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:21.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:21.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:21.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:21.727 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:27:21.727 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:27:21.727 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:27:21.727 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:27:21.727 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:27:21.727 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:27:21.727 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:27:21.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:27:21.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:27:21.727 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:27:21.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:21.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:21.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:27:21.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:21.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:21.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:27:21.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:21.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:21.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:21.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:21.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:21.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:21.789 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:27:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:21.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:21.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:21.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:21.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:27:21.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:21.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:21.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:21.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:21.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:21.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:21.793 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:21.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:21.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:21.856 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:21.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:21.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:21.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:21.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:21.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:21.858 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:21.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:21.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:21.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:21.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:21.859 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:21.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:21.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:21.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:21.861 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:27:21.861 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:27:21.861 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:27:21.861 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:27:21.861 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:27:21.861 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:27:21.861 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:27:21.861 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:27:21.861 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:27:21.861 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:27:21.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:21.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:27:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:21.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:27:21.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:21.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:21.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:21.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:27:21.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:27:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:27:21.927 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'Resource', 'Location') 12:27:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:27:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:27:21.927 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 12:27:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:27:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:27:21.928 TRACE [main][WidgetHandler] Notify Table with event 13 12:27:21.928 TRACE [main][WidgetHandler] Wait for synchronization 12:27:21.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<- Hide ") 12:27:21.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:21.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:21.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:21.930 INFO [WorkbenchTestable][AbstractButton] Click button <- &Hide 12:27:21.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:21.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:21.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:21.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:21.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:27:21.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:21.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:21.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:21.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:21.941 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:21.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:21.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:21.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:21.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:21.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:21.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:21.976 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:21.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:21.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:21.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:21.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 12:27:21.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:21.977 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:21.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:21.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:21.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:21.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 12:27:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:21.978 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:21.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:21.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:21.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:21.980 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:27:21.980 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:27:21.980 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:27:21.980 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:27:21.980 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:27:21.980 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:27:21.980 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:27:21.980 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:27:21.980 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:27:21.980 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:27:22.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:22.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:22.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:27:22.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:22.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:22.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 "Restore Defaults") 12:27:22.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:22.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:22.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:22.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:22.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:22.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:22.043 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:27:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:22.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:22.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:22.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:27:22.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:22.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:22.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:22.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:22.048 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:22.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:22.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:22.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:22.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:22.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:22.088 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:22.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:22.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:22.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:22.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:22.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:22.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:22.111 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:22.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:22.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:23.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:23.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:23.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:23.113 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:23.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:23.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:23.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:23.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:23.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:23.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:23.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:23.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:23.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:23.115 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:23.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:27:23.115 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:27:23.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:27:23.125 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:27:23.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:23.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:23.154 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:27:23.154 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:27:23.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:27:23.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:27:23.155 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:27:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:23.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:23.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:27:23.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:23.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:23.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:23.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:23.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:23.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:23.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:23.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:23.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:23.655 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:27:23.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:27:23.655 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:27:23.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:27:23.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:27:23.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:23.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:23.697 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:23.697 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:27:23.697 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:27:23.697 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:27:23.697 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:27:23.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 'Delete.*'] is available.... 12:27:24.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 'Delete.*'] is available. finished successfully 12:27:24.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:27:24.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:24.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.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: 32) 12:27:24.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:24.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:24.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:24.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:24.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:24.312 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:27:24.312 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:27:24.312 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:27:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:24.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:24.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:24.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 "OK", Widget matcher matching widgets with style: 8) 12:27:24.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:24.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:24.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:24.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:24.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:24.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:24.314 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:24.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:24.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:24.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:24.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:27:24.317 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:27:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:27:24.818 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:27:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:24.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:27:24.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:24.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:24.818 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:27:24.818 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:24.818 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:27:24.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:27:24.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:24.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:24.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:24.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.826 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:24.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:24.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:24.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:24.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:24.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:24.852 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:24.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:24.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:24.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:24.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:24.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:24.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:24.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:24.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:24.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:27:24.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:24.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:24.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:24.882 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:24.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:24.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:24.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:24.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:24.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:24.891 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:24.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:24.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:24.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:27:24.891 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:24.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:24.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:24.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:27:24.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:24.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:24.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:24.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:24.909 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:24.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:24.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:27:24.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:24.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:24.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:24.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:27:24.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:24.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:24.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:24.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:24.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:24.911 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:27:24.911 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:24.911 DEBUG [main][MenuItemLookup] Item match:File 12:27:24.912 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:24.912 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:24.914 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:24.914 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:24.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:24.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:24.915 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:24.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:24.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:24.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:24.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:24.999 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:24.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:24.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 12:27:24.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:24.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:25.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:25.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:25.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:25.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:25.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:25.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:25.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:25.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:25.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:27:25.002 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:27:25.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:27:25.003 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:27:25.003 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:25.003 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27:25.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:25.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:25.011 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:25.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:25.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:25.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:25.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:25.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:25.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:25.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:27:25.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:27:25.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:27:25.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:25.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:25.204 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:27:25.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:25.204 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:27:25.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:27:25.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:25.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:25.221 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:27:25.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:27:25.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:25.262 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:27:25.262 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:27:25.262 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:27:25.262 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:27:25.262 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:27:25.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:25.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:25.265 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:25.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:25.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:25.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:25.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:27:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:27:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:28.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:27:28.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:28.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:28.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:28.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:28.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:28.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:28.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:28.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:27:28.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:28.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:28.272 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:27:28.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:28.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:28.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:28.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:28.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:28.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:28.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:27:28.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:28.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:28.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:28.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:28.275 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:28.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:28.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:28.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:28.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:28.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:28.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:28.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:28.334 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:28.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:28.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:28.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:28.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:28.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:28.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:28.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:28.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:29.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:29.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:29.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:29.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:29.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:29.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:29.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:29.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:29.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:29.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:29.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:29.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:27:29.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:29.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:29.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:29.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:29.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:29.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:29.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:29.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:29.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:29.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:30.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:30.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:30.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:30.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:30.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:30.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:30.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:30.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:30.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:30.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:30.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:30.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:30.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:30.437 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:30.437 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:27:30.437 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:27:30.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:27:30.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:30.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:30.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:27:30.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:27:30.939 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:27:30.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:27:30.952 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:27:30.952 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:30.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:30.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.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: "New Java Class"] 12:27:30.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:30.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:30.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:30.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.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: "New Java Class"] 12:27:30.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:30.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:30.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:30.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:30.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:30.954 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:27:30.954 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:30.954 DEBUG [main][MenuItemLookup] Item match:File 12:27:30.955 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:30.955 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:30.958 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:30.958 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:30.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:30.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:30.958 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:31.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:31.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:31.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:31.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:31.032 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:31.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:31.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:31.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:31.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:31.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:31.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:31.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:31.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:31.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:31.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:31.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:31.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:31.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:31.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:31.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:31.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:31.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:31.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:31.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:31.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:31.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:31.035 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:27:31.035 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:27:31.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:27:31.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:27:31.043 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:31.043 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27: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.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:31.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:31.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:31.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:31.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:31.045 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:31.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:31.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:31.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:31.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:31.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:31.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:27:31.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:27:31.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:27:31.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:31.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:31.124 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:27:31.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:31.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:27:31.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:31.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:31.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:31.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:31.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:31.156 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:31.157 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:27:31.178 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:27:31.178 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:27:31.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:31.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:31.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:31.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:31.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:31.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:31.183 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:31.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:31.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:31.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:31.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:31.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29e1d25d is found... 12:27:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29e1d25d is found finished successfully 12:27:31.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:27:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:31.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:31.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:31.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:31.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:31.691 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.691 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:27:31.691 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:27:31.699 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.699 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:27:31.699 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:27:31.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:27:31.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:31.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:31.700 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:31.700 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:31.700 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:31.700 DEBUG [main][MenuItemLookup] Item match:File 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:31.701 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:27:31.701 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:27:31.701 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:27:31.701 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:27:31.701 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:27:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:27:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:27:31.738 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.738 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:27:31.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:31.738 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:31.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:31.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:31.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:31.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:31.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:31.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:31.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:31.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:27:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:31.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:31.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:31.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:31.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:31.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:31.841 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:31.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:31.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:31.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:31.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:31.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:27:31.842 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:31.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:31.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:31.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:31.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:31.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:31.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:31.844 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:31.844 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:31.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:31.845 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:31.845 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:31.845 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:31.845 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:31.846 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:31.846 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:31.846 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:33.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:33.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:33.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:33.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:33.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:33.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:33.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:33.348 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:33.349 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:33.349 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:33.349 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:33.350 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:33.350 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:33.350 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:33.350 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:33.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:33.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:33.350 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:33.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:33.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:33.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:33.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:33.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:33.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:33.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:33.368 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:27:33.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:27:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:33.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:27:33.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:33.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:27:33.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:27:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:33.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:27:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:33.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:27:33.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:27:33.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:33.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:33.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:33.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:33.381 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:33.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:33.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:33.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:33.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:33.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:33.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:33.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:33.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:34.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:34.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:34.384 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:34.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:34.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:34.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:34.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:34.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:34.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:34.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:34.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:34.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:34.386 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:34.386 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:27:34.386 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:27:34.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:27:34.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:34.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:27:34.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:34.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:27:34.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:27:34.387 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:27:34.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:27:34.395 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:27:34.395 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:34.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:27:34.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:34.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:34.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:34.397 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:27:34.397 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:34.397 DEBUG [main][MenuItemLookup] Item match:File 12:27:34.398 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:34.398 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:34.400 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:34.401 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:34.401 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:34.419 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:34.419 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:34.419 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:34.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:34.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:34.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:34.501 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:34.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:34.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:34.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:34.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:34.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:34.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:34.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:34.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:34.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:34.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:34.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:34.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:34.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:34.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:34.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:34.504 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:27:34.504 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:27:34.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:27:34.504 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:27:34.504 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:34.504 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27:34.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:34.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:34.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:34.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:34.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:34.506 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:34.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:34.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:34.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:34.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:34.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:27:34.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:27:34.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:27:34.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:34.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:34.592 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:27:34.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:27:34.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:34.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:34.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:34.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:34.634 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:34.635 INFO [WorkbenchTestable][AbstractText] Text set to: NextErrorTestClass 12:27:34.640 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:27:34.640 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:27:34.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:34.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:34.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:34.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:34.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:34.665 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:34.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:34.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:35.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2267926f is found... 12:27:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2267926f is found finished successfully 12:27:35.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNextErrorTestClass.java\E') 12:27:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:35.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:35.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:35.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:35.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:35.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.175 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextErrorTestClass { } TooltipText=null 12:27:35.175 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:27:35.181 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.181 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 12:27:35.181 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:27:35.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 12:27:35.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:35.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:27:35.201 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:27:35.201 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:35.201 DEBUG [main][MenuItemLookup] Item match:File 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:35.202 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:27:35.202 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:27:35.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:27:35.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:27:35.203 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:27:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:27:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:27:35.213 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.213 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 12:27:35.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:35.213 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:35.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:35.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:35.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:35.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:35.274 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:35.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:35.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:35.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 12:27:35.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:35.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:35.284 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:27:35.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:35.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:35.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:35.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:35.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:35.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:35.309 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:35.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:35.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:35.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:35.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:35.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:27:35.310 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:35.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:35.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:35.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:35.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:35.311 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:35.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:35.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:35.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:35.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:35.312 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:35.312 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:35.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:35.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:35.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:35.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:35.313 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:35.314 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:35.314 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:35.314 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:35.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:36.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:36.315 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:36.315 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:36.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:36.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:36.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:36.316 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:36.316 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:36.317 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:36.317 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:36.317 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:36.317 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:36.318 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:36.318 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:36.318 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:36.318 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:36.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:36.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:27:36.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:36.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:36.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:36.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:36.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:36.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:36.321 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:27:36.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:27:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:36.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:27:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:36.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:27:36.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:27:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:36.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:27:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:36.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:27:36.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:27:36.322 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:36.322 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:36.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:36.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:36.355 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:36.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:36.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:36.356 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:36.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:36.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:36.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:36.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:36.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:37.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:37.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:37.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:37.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:37.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:37.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:37.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:37.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:37.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:37.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:37.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:37.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:37.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:37.360 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:37.360 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:27:37.360 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:27:37.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:27:37.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:37.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:27:37.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:37.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:27:37.361 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:27:37.361 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:27:37.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:27:37.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:27:37.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:37.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:37.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:27:37.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:37.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.374 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:37.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.374 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:37.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.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 Java Class"] 12:27:37.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.374 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:37.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.374 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:37.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 12:27:37.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:37.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:37.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:27:37.375 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:27:37.375 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:37.375 DEBUG [main][MenuItemLookup] Item match:File 12:27:37.375 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:37.375 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:37.378 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:37.378 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:37.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:37.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:37.378 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:37.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:37.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:37.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:37.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:37.461 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:37.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:37.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:37.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:37.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:37.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:37.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:37.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:37.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:37.469 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:37.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:37.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:37.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:27:37.469 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:27:37.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:27:37.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:27:37.470 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:37.470 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27:37.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:37.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:37.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:37.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:37.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:37.471 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:37.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:37.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:37.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:37.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:27:37.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:27:37.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:27:37.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:37.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:37.569 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:27:37.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:27:37.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:37.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:37.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:37.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:37.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:37.601 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:37.602 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:27:37.609 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:27:37.609 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:27:37.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:37.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:37.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:37.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:37.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:37.643 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:37.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:37.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:37.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:37.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:37.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ec5c735 is found... 12:27:38.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ec5c735 is found finished successfully 12:27:38.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:27:38.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:38.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:38.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:38.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:38.192 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.193 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:27:38.193 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:27:38.199 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.200 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:27:38.200 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:27:38.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:38.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:38.200 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:38.200 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:38.200 DEBUG [main][MenuItemLookup] Item match:File 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:38.201 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:27:38.201 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:27:38.202 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:27:38.202 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:27:38.202 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:27:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:27:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:27:38.254 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.254 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:27:38.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:38.254 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:38.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:38.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:38.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:38.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:38.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:38.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:38.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:38.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:38.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:38.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:38.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:38.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:38.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:38.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:38.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:38.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:38.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:38.331 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:38.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:38.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:38.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:27:38.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:38.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:38.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:38.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:38.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:38.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:38.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:38.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:38.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:38.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:38.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:38.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:38.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:38.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:38.334 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:38.335 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:38.335 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:38.335 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:38.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:39.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:39.336 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:39.336 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:39.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:39.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:39.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:39.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:39.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:39.337 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:39.338 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:39.339 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:39.339 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:39.339 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:39.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:39.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:39.339 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:39.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:39.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:39.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:39.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:39.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:39.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:39.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:39.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:39.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:39.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:39.864 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:39.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:39.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:39.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:39.865 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:39.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:39.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:39.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:39.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:39.866 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:39.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:39.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:39.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:39.867 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:39.869 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:39.869 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:39.869 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:39.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:40.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:40.872 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:40.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:40.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.873 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:40.874 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:40.874 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:40.874 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:40.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:40.875 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:40.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:40.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:40.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:40.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:40.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:40.876 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:27:40.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:40.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:40.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:40.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:40.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:40.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:40.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:40.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:27:40.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:40.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:40.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:40.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:40.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:40.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:40.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:40.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:40.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:40.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:40.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:40.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:40.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:40.895 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:40.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:40.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:40.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:40.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:40.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:40.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:40.924 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:40.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:40.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:40.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:40.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:40.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:40.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:40.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:40.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:40.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:40.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:40.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:40.939 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:40.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:40.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:40.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:27:40.940 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:40.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:40.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:40.941 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:40.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:40.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:40.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:40.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:40.941 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:40.941 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:40.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:40.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:40.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:40.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:40.942 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:40.943 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:40.943 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:40.943 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:40.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:41.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:41.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:41.944 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:41.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:41.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:41.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:41.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:41.945 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:41.946 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:41.946 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:41.946 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:41.947 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:41.947 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:41.947 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:41.947 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:41.947 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:41.947 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:41.947 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:41.947 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:41.947 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:41.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:41.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:41.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:41.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:41.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:41.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:41.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:41.950 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:27:41.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:41.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:41.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:41.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:41.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:41.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:27:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:27:41.950 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:41.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:41.951 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:41.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:41.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:41.952 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:41.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:41.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:41.952 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:41.953 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:41.953 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:41.953 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:41.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:42.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:42.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:42.954 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:42.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:42.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:42.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:42.955 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:42.956 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:42.956 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:42.956 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:42.957 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:42.957 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:42.957 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:42.957 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:42.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:42.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:42.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:42.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:42.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:42.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:42.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:42.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:42.958 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 12:27:42.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:27:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:42.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:27:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:42.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:27:42.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:27:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:42.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:27:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:42.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:27:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:27:42.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:42.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:42.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:42.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:42.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:42.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:42.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:42.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:42.995 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:42.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:42.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:42.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:42.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:42.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:42.996 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:42.996 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:42.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:42.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:42.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:42.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:42.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:42.997 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:42.998 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:42.998 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:42.998 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:42.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:43.999 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:43.999 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:43.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:44.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:44.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:44.000 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:44.001 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:44.001 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:44.001 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:44.002 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:44.002 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:44.002 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:44.002 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:44.002 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:44.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:44.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:44.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:44.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 12:27:44.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.004 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 12:27:44.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:27:44.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:44.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:27:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:44.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:27:44.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:27:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:44.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:27:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:44.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:27:44.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:44.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:44.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:44.030 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:44.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:44.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:44.035 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:44.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:44.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:44.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 12:27:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:44.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:44.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:44.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:44.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:44.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:44.065 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:44.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:44.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:44.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:44.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:44.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:44.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:44.095 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:44.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:44.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:44.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:44.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:44.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:44.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:44.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:44.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:44.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:44.108 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:44.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:44.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:44.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:44.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:44.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:44.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:44.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:44.139 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:44.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:44.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:44.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:44.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:44.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:44.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:44.141 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:44.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:44.142 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:44.142 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:44.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:44.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:44.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:44.159 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:44.160 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:44.160 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:44.160 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:44.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:45.662 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:45.662 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:45.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:45.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.663 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:45.664 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:45.664 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:45.664 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:45.664 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:45.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:45.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:45.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:45.665 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 12:27:45.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:27:45.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:45.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:27:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:45.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:27:45.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:27:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:45.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:27:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:45.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:27:45.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:45.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:45.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:45.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:45.668 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:45.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:45.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.668 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:45.668 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:45.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:45.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.669 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:45.670 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:45.670 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:45.670 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:45.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:46.671 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:46.671 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.672 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:46.673 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:46.673 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:46.673 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:46.673 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:46.673 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:46.674 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:46.674 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:46.674 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:46.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:46.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:46.674 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.676 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 12:27:46.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:27:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:46.676 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:27:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:46.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:27:46.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:27:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:46.676 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:27:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:46.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:27:46.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:46.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:46.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:46.711 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:46.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:46.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:46.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:46.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:46.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:46.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:46.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:46.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:46.748 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:46.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:46.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:46.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:46.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:46.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:46.784 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:46.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:46.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:46.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 12:27:46.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:46.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:46.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:46.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:46.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:46.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:46.819 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:46.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:46.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:46.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:46.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:46.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:46.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:46.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:46.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:46.886 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:46.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:46.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:46.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.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 12:27:46.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:46.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:46.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:46.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:46.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:46.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:46.921 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:46.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:46.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:46.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:46.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:46.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:46.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:46.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:46.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:46.957 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:46.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:46.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:46.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:46.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:46.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:46.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:46.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:46.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:46.994 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:46.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:46.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:46.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:46.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:46.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:46.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:46.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:46.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:46.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:46.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:46.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:47.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:47.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:47.031 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:47.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:47.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:47.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:47.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:47.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:47.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:47.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:47.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:47.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:47.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:47.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:47.067 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:47.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:47.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:47.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:47.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:47.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:47.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:47.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:47.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:47.120 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:47.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:47.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:47.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:47.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:47.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:47.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:47.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27: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 '\*?\QProblems\E') 12:27:47.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:47.156 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:47.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:47.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:47.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:47.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:47.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:47.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:47.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:47.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:47.193 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:47.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:47.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:47.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:47.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:47.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:47.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:47.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:47.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:47.220 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:47.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:47.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:47.228 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:47.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:47.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:47.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:47.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:47.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:47.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:47.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:47.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:47.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:47.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:47.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:47.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:47.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:47.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:47.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:47.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:47.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:47.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:47.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:47.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:47.232 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:47.233 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:47.233 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:47.233 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:47.234 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:47.234 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:47.234 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:47.234 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:47.234 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:47.234 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:47.234 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:47.234 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:47.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:27:48.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:27:48.735 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:48.735 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:48.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:48.736 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:27:48.737 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:27:48.737 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:27:48.737 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:27:48.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:27:48.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:27:48.737 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:48.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:48.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:48.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 12:27:48.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.739 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:27:48.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:48.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:48.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:48.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:27:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:48.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:27:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:48.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:27:48.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:48.748 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:48.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 '\*?\QProblems\E') 12:27:48.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:48.773 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:48.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:48.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:48.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:48.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:48.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 12:27:48.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:48.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:48.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:48.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:48.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:48.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:48.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:48.809 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:48.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:48.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:48.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:48.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:48.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:48.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:48.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:48.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:48.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:48.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:48.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') 12:27:48.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:48.844 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:48.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:48.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:48.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:48.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:48.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:48.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.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 12:27:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:48.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:48.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:48.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:48.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:48.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:48.879 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:48.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:48.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:48.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:48.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:48.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 12:27:48.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:48.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:48.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:48.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:48.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:48.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:48.913 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:48.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:48.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:48.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:48.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:48.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:48.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:48.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:48.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:48.948 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:48.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:48.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:48.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:48.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:48.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:48.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:48.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:48.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:48.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:48.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:48.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:27:48.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:48.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:48.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:27:48.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:48.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:48.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:49.000 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:49.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:49.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:27:49.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:49.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:49.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:49.002 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:49.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:49.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.004 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:27:49.004 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:27:49.004 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:27:49.004 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:27:49.004 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:27:49.004 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:27:49.004 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:27:49.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:27:49.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:27:49.004 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:27:49.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:49.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:49.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:27:49.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:49.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:49.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 "Restore Defaults") 12:27:49.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:49.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:49.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:49.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:49.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:49.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:49.072 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:27:49.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:49.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:49.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:49.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:49.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:27:49.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:49.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:27:49.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:49.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:49.076 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:49.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:49.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:49.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:27:49.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:27:49.120 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:49.120 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:49.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:49.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.143 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:49.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:49.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:49.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:49.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:49.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:50.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:50.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:50.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:50.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:50.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:50.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:50.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:50.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:50.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:50.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:50.147 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:50.148 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:27:50.148 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:27:50.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:27:50.156 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:27:50.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:50.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:50.192 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:27:50.192 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:27:50.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:27:50.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:27:50.192 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:27:50.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:50.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:50.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:50.693 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:27:50.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:27:50.693 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:27:50.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:27:50.702 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:27:50.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:50.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:50.729 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:50.729 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:27:50.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:27:50.729 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:27:50.729 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:27:50.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:27:51.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:27:51.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:27:51.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:51.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:51.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:27:51.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:51.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:51.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:51.353 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:51.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:51.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:51.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:51.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:51.354 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:27:51.354 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:27:51.354 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:27:51.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:51.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:51.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:51.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:51.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:27:51.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:51.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:51.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:51.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:51.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:51.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:51.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:51.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:51.355 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:51.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:51.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:51.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:51.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:27:51.358 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:27:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:27:51.859 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:27:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:51.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:27:51.859 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:51.859 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:51.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:51.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:27:51.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:51.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:27:51.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:27:51.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:51.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:51.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:51.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.868 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:27:51.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:51.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:51.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:27:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:51.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:51.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:51.883 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:27:51.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:27:51.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.909 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:51.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:51.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:51.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:27:51.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:51.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:51.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:51.911 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:51.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:51.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:51.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:51.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:51.919 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:51.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:51.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:27:51.920 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:51.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:51.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:27:51.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:51.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:51.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:51.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:51.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:51.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.939 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:51.939 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:27:51.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:51.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:51.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:51.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:27:51.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:51.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.940 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:51.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:51.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:51.941 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:27:51.941 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:51.941 DEBUG [main][MenuItemLookup] Item match:File 12:27:51.942 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:51.942 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:51.944 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:51.945 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:51.945 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:51.945 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:51.945 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:51.945 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:51.945 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:51.945 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:51.945 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:51.945 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:52.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:52.025 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:52.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:52.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:52.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:52.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:52.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:52.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:52.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:52.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:52.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:52.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:52.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:52.028 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:52.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:52.028 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:52.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:27:52.028 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:27:52.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:27:52.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:27:52.038 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:52.038 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27:52.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:52.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:52.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:52.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:52.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:52.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:52.039 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:52.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:52.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:52.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:52.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:53.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:53.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:53.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:27:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:27:53.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:27:53.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:53.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:53.862 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:27:53.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:53.862 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:27:53.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:27:53.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:53.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:53.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:53.880 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:53.881 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:27:53.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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 "Create module-info.java file") 12:27:53.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:53.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:53.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:53.921 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:27:53.921 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:27:53.922 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:27:53.922 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:27:53.922 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:27:53.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:53.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:53.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:53.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:53.932 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:53.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:53.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:53.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:53.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:27:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:27:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:57.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:27:57.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:57.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:57.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:27:57.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:57.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:57.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:57.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:57.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:27:57.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:57.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:57.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:57.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:57.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:57.292 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:57.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:57.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:57.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:57.328 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:57.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:57.329 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:57.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:57.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:57.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:57.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:57.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:57.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:57.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:58.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:58.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:58.331 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:27:58.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:27:58.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:58.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:58.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:58.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:58.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:58.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:58.333 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:58.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:27:58.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:58.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:58.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:58.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.362 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:58.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:58.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.362 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:58.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:58.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:58.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:58.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:58.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:58.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:59.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:59.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:59.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:59.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:59.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:59.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:59.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:59.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:59.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:59.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:59.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:59.366 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:27:59.366 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:27:59.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:27:59.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:27:59.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:59.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:59.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:27:59.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:27:59.868 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:27:59.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:27:59.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:27: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:59.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:59.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27: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 Java Class"] 12:27:59.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:59.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:59.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:59.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27: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 Java Class"] 12:27:59.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:59.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:27:59.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:59.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:59.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:59.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:59.883 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:59.883 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:27:59.883 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:59.883 DEBUG [main][MenuItemLookup] Item match:File 12:27:59.884 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:59.884 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:59.887 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:27:59.887 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:27:59.887 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:27:59.887 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:27:59.887 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:27:59.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:27:59.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:27:59.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:27:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:59.981 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:59.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:59.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:59.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:59.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:59.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:59.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:27:59.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:59.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:59.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:27:59.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:27:59.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:59.984 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:27:59.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:59.984 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:27:59.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:27:59.984 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:27:59.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:27:59.987 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:27:59.987 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:27:59.987 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:27:59.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:59.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:59.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:59.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:59.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:59.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:59.994 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:59.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:59.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:59.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:59.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:00.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:00.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:00.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:00.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:28:00.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:28:00.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:28:00.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:00.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:00.084 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:00.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:00.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:28:00.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:00.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:00.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:00.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:00.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:00.116 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:00.117 INFO [WorkbenchTestable][AbstractText] Text set to: NonExistingImportQuickFix 12:28:00.149 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:00.149 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:28:00.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:00.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:00.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:00.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:00.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:00.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:00.154 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:00.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:00.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:00.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:00.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1bc8c30c is found... 12:28:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1bc8c30c is found finished successfully 12:28:00.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNonExistingImportQuickFix.java\E') 12:28:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:00.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:00.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:00.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:00.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:00.685 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.686 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NonExistingImportQuickFix { } TooltipText=null 12:28:00.686 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1 12:28:00.686 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1, offser 0 12:28:00.693 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.693 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 12:28:00.693 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:28:00.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 12:28:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:00.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 12:28:00.693 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 12:28:00.694 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:00.694 DEBUG [main][MenuItemLookup] Item match:File 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:00.695 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:28:00.695 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:28:00.695 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:28:00.695 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:28:00.695 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:28:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:28:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:28:00.753 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.753 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 12:28:00.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:00.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:00.778 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:00.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:00.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:00.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 12:28:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:00.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 12:28:00.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:00.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:00.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:00.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:00.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:00.839 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:00.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:00.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:28:00.875 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:00.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:00.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.876 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:00.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:00.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.876 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:00.876 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:00.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:00.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.877 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:00.878 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:00.878 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:00.878 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:00.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:01.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:01.879 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:01.879 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:01.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:01.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:01.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:01.880 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:01.881 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:01.881 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:01.881 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:01.882 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:01.882 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:01.882 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:01.882 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:01.882 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:01.882 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:01.882 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:01.882 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:01.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:01.882 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:01.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:01.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:01.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:01.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:01.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:01.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:01.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:01.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:01.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:02.384 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:02.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:02.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.385 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:02.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:02.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:02.386 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:02.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:02.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.387 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:02.388 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:02.388 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:02.388 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:02.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:03.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:03.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:03.389 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:03.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:03.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:03.390 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:03.391 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:03.391 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:03.391 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:03.392 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:03.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:03.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:03.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:03.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:03.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:03.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:03.393 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:28:03.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:03.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:03.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:03.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:03.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:03.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:03.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:03.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:28:03.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 12:28:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:03.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 12:28:03.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:03.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:03.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:03.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:03.431 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:03.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:03.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 12:28:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:03.433 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:03.433 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:03.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 12:28:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:03.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:03.433 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:03.434 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:03.434 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:03.434 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:03.434 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:03.435 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:03.435 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:03.435 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:03.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:04.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:04.436 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:04.436 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:04.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:04.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 12:28:04.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:04.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:04.437 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:04.438 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:04.438 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:04.438 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:04.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:04.439 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:04.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:04.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 12:28:04.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:04.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:04.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:04.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:04.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:04.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:04.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:04.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:04.441 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:28:04.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:04.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:04.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:04.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:04.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:04.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:04.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:04.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:04.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:04.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The import abc cannot be resolved 12:28:04.442 DEBUG [main][TreeItemHandler] Selecting tree item: The import abc cannot be resolved 12:28:04.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The import abc cannot be resolved about selection 12:28:04.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The import abc cannot be resolved 12:28:04.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:04.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'Show In' 12:28:04.486 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:28:04.486 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 12:28:04.486 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 12:28:04.486 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 12:28:04.486 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 12:28:04.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available.... 12:28:04.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available. finished successfully 12:28:04.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 12:28:04.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:04.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:04.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.views.markers.QuickFixPage, index 0 and no matchers specified 12:28:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:04.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:04.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:04.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:04.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:28:04.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:28:04.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:28:04.700 TRACE [main][WidgetHandler] Notify Table with event 13 12:28:04.700 TRACE [main][WidgetHandler] Wait for synchronization 12:28:04.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 "Finish") 12:28:04.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:04.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:04.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:04.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 12:28:04.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:04.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:04.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:04.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:04.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:04.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:04.710 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:04.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:04.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 12:28:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 12:28:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:28:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:28:04.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:28:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:04.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:04.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:04.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:28:04.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:04.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:04.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:04.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:04.894 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:04.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:04.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:04.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:28:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:28:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@496ece84 is found... 12:28:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@496ece84 is found finished successfully 12:28:05.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSomeClass.java\E') 12:28:05.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:05.413 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.413 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package abc.efg; public class SomeClass { } TooltipText=null 12:28:05.413 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:05.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:05.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:05.445 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:28:05.445 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:28:05.445 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:28:05.445 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:28:05.445 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:28:05.445 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:28:05.445 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:28:05.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:28:05.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:28:05.445 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:28:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:05.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:05.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:28:05.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:05.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:05.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:28:05.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:05.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:05.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:05.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:05.508 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:28:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:05.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:05.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:05.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:05.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:05.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:05.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:05.513 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:05.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:05.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:05.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:05.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:05.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:05.561 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:05.561 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:05.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:05.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:05.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:05.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:05.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:05.585 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:05.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:05.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:05.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:06.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:06.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:06.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:06.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:06.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:06.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:06.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:06.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:06.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:06.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:06.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:06.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:06.589 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:06.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:06.589 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:06.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:06.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:06.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:06.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:06.644 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:06.644 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:28:06.644 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:28:06.644 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:28:06.644 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:28:06.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:06.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:06.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:07.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:07.145 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:28:07.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:07.145 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:07.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:07.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:07.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:07.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:07.186 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:07.186 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:07.186 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:07.186 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:07.187 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:28:07.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:28:07.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:28:07.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:07.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:07.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:07.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:28:07.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:07.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:07.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:07.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:07.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:07.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:07.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:07.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:07.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:07.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:07.790 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:28:07.790 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:28:07.790 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:28:07.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:07.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:07.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:07.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:07.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:07.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:07.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:07.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:07.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:07.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:07.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:07.792 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:07.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:07.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:07.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:07.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:07.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:07.795 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:28:08.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:08.296 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:28:08.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:08.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:08.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:28:08.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:08.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:08.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:08.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:08.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:28:08.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:08.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:28:08.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:28:08.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:08.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:08.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:08.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:08.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:08.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:08.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:08.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:08.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') 12:28:08.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:08.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:08.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:08.334 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:08.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:08.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:08.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:08.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:08.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:08.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:08.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:08.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:08.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:28:08.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:08.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:08.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:08.379 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:08.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:08.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:08.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:08.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:08.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:08.404 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:08.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:08.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:08.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:28:08.405 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:08.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:08.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:08.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:28:08.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:08.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:08.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:08.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:08.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.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 Project"] 12:28:08.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:08.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:08.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:08.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.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 Project"] 12:28:08.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:08.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:08.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:08.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:08.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:08.407 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:08.407 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:08.408 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:08.408 DEBUG [main][MenuItemLookup] Item match:File 12:28:08.408 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:08.408 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:08.411 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:28:08.411 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:28:08.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:28:08.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:28:08.412 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:28:08.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:28:08.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:28:08.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:28:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:08.490 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:08.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:28:08.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:08.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:08.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:08.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:08.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:28:08.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:08.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:08.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:28:08.493 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:08.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:08.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:08.493 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:28:08.494 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:28:08.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:28:08.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:28:08.503 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:08.503 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:28:08.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:08.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:08.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:08.505 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:08.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:08.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:08.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:08.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:08.702 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:08.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:28:08.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:28:08.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:28:08.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:08.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:08.707 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:28:08.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:08.708 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:28:08.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:28:08.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:08.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:08.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:08.709 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:08.710 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:28:08.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:28:08.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:08.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:08.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:08.745 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:28:08.745 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:28:08.745 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:28:08.745 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:28:08.745 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:28:08.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:08.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:08.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:08.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:08.747 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:08.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:08.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:08.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:08.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:08.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:28:11.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:28:11.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:11.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:11.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:11.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:11.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:28:11.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:11.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:11.760 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:28:11.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:11.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:11.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:11.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:11.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:11.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:11.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:28:11.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:11.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:11.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:11.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:11.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:11.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:11.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:11.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:11.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:11.805 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:11.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:11.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:11.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:11.826 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:11.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:11.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:11.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:11.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:11.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:12.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:12.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:12.855 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:12.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:12.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:12.857 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:28:12.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:12.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:12.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:12.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:12.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:12.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:12.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:12.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:12.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:12.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:12.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:13.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:13.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:13.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:13.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:13.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:13.889 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:13.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:13.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 12:28:13.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:13.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:13.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:13.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:13.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:13.890 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:13.891 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:28:13.891 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:28:13.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:28:13.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:14.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:14.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:28:14.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:28:14.393 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:28:14.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:28:14.409 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:28:14.410 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:14.410 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:14.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:28:14.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:14.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:14.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:14.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:28:14.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:14.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:14.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:14.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:14.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:14.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:14.412 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:14.412 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:14.412 DEBUG [main][MenuItemLookup] Item match:File 12:28:14.413 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:14.413 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:14.416 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:28:14.416 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:28:14.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:28:14.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:28:14.434 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:28:14.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:28:14.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:28:14.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:28:14.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:14.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:14.513 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:14.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.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 12:28:14.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:14.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:14.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:14.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:14.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:28:14.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:14.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:14.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:28:14.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:14.515 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:14.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:14.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:14.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:28:14.516 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:28:14.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:28:14.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:28:14.519 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:14.519 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:28:14.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:14.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:14.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:14.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:14.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:14.520 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:14.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:14.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:14.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:14.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:28:14.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:28:14.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:28:14.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:14.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:14.604 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:14.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:14.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:28:14.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:14.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:14.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:14.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:14.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:14.634 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:14.635 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:28:14.659 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:14.659 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:28:14.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.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:14.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:14.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:14.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:14.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:14.663 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:14.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:14.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:14.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:14.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:14.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6433c884 is found... 12:28:15.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6433c884 is found finished successfully 12:28:15.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:28:15.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:15.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:15.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:15.316 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.316 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:28:15.316 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:28:15.322 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.322 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:28:15.322 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:28:15.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:28:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:15.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:15.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:15.329 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:15.329 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:15.329 DEBUG [main][MenuItemLookup] Item match:File 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:15.330 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:28:15.330 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:28:15.330 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:28:15.331 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:28:15.331 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:28:15.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:28:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:28:15.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.368 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:28:15.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:15.368 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:15.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:15.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:15.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.438 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:15.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:28:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:15.447 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:15.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:15.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:15.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:15.453 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:15.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:15.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:15.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:28:15.455 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:15.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:15.455 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:15.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:15.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:15.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:15.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:15.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:15.456 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:15.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:15.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:15.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:15.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:15.457 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:15.458 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:15.458 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:15.458 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:15.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:16.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:16.475 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:16.475 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:16.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:16.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:16.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.476 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:16.477 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:16.477 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:16.477 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:16.477 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:16.478 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:16.478 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:16.478 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:16.478 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:16.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:16.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:16.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:16.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:16.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:16.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:16.481 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:28:16.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:28:16.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:16.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:28:16.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:16.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:28:16.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:28:16.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:16.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:28:16.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:16.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:28:16.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:28:16.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.486 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:16.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:28:16.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:16.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:16.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:16.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 '\*?\QProblems\E') 12:28:16.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:16.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:16.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:16.515 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:16.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 12:28:16.515 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:16.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:16.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:16.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.516 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:16.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:16.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:16.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.517 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:16.517 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:16.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:16.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:16.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.518 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:16.518 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:16.518 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:16.518 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:16.519 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:16.519 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:16.519 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:16.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:17.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:17.520 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:17.520 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:17.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:17.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:17.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:17.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:17.521 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:17.522 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:17.522 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:17.522 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:17.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:17.522 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:17.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:17.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:17.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:17.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:17.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:17.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:17.525 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:28:17.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:28:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:17.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:28:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:17.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:28:17.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:28:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:17.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:28:17.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:17.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:28:17.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 12:28:17.526 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:17.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:17.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:28:17.528 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:28:17.528 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:28:17.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:28:17.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:28:17.528 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:28:17.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:17.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:28:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:17.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:28:17.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:17.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:17.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:17.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:17.607 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:28:17.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:17.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:17.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:17.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:17.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:17.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:17.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:17.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:17.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:17.611 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:17.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:17.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:17.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:17.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:17.660 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:17.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:17.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:17.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.684 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:17.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:17.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.685 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:17.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:17.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:18.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:18.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:18.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:18.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:18.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:18.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:18.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:18.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:18.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:18.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:18.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:18.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:18.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:18.688 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:18.688 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:18.688 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:18.689 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:18.704 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:18.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:18.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:18.744 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:18.744 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:28:18.744 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:28:18.744 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:28:18.745 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:28:18.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:18.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:18.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:19.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:19.245 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:28:19.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:19.245 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:19.246 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:19.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:19.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:19.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:19.288 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:19.288 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:19.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:19.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:19.288 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:19.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:28:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:28:19.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:28:19.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:19.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:19.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:19.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:28:19.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:19.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:19.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:19.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:19.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:19.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:19.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:19.925 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:28:19.925 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:28:19.925 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:28:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:19.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:19.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:19.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:19.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:19.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:19.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:19.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:19.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:19.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:19.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:19.926 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:19.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:19.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:19.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:19.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:19.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:19.930 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:28:20.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:20.430 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:28:20.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:20.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:20.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:28:20.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:20.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:20.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:20.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:20.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:28:20.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:20.432 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:28:20.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:28:20.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:20.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:20.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:20.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.442 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:20.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:20.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:20.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:20.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:20.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') 12:28:20.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:20.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:20.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:20.472 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:20.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:20.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:20.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:20.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.484 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:20.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:20.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:20.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:20.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:20.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:28:20.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:20.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:20.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:20.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:20.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:20.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:20.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:20.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:20.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:20.519 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:20.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:20.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:20.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:28:20.520 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:20.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:20.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:20.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:28:20.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:20.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:20.521 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:20.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.521 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:20.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.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"] 12:28:20.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:20.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:20.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:20.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.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"] 12:28:20.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:20.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:20.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:20.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:20.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:20.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:20.523 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:20.523 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:20.523 DEBUG [main][MenuItemLookup] Item match:File 12:28:20.523 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:20.523 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:20.526 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:28:20.526 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:28:20.526 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:28:20.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:28:20.527 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:28:20.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 'New|Select a wizard'] is available.... 12:28:20.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:28:20.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:28:20.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:20.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:20.603 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:20.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:28:20.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:20.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:20.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:20.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:20.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:20.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:28:20.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:20.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:20.605 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:20.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:20.605 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:20.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:28:20.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:20.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:20.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:20.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:20.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:20.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:28:20.606 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:28:20.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:28:20.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:28:20.609 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:20.609 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:28:20.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:20.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:20.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:20.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:20.615 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:20.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:20.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:20.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:28:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:28:20.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:28:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:20.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:20.842 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:28:20.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:20.843 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:28:20.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:28:20.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:20.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:20.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:20.846 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:20.847 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:28:20.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:28:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:20.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:20.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:20.891 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:28:20.895 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:28:20.895 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:28:20.895 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:28:20.895 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:28:20.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) 12:28:20.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:20.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:20.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:20.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:20.897 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:20.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:20.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:20.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:20.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:28:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:28:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:24.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:28:24.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:24.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:24.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:28:24.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:24.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:24.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:24.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:24.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:24.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:24.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:28:24.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:24.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:24.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:24.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:24.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:24.193 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:24.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:24.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.236 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:24.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:24.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.237 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:24.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:24.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:24.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:24.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:24.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:24.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:25.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:25.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:25.239 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:25.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:25.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:25.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:25.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:25.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:25.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:25.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:25.240 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:28:25.240 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:25.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:25.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:25.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:25.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:25.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:25.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:25.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:25.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:25.255 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:25.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:25.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:25.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:25.263 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:28:25.263 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:28:25.263 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:28:25.263 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:28:25.263 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:28:25.263 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:28:25.263 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:28:25.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:28:25.264 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:28:25.264 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:28:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:25.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:28:25.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:25.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:28:25.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:25.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:25.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:25.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:25.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:25.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:25.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:25.325 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:28:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:25.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:25.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:25.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:25.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) 12:28:25.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:25.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:25.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:25.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:25.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:25.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:25.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:25.329 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:25.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:25.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:25.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:25.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:25.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:25.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:25.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:25.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:25.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:25.390 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:25.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:25.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:25.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:25.391 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:25.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:25.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:25.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:25.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:25.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:25.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:25.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:25.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:26.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:26.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:26.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:26.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:26.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:26.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:26.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:26.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:26.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:26.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:26.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:26.395 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:26.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:26.395 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:26.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:26.410 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:26.412 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:26.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:26.452 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:26.452 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:28:26.452 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:28:26.452 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:28:26.452 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:28:26.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:26.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:26.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:26.953 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:28:26.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:26.953 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:26.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:26.961 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:26.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:26.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:26.995 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:26.996 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:26.996 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:26.996 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:26.996 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:26.996 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:26.996 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:26.996 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:26.996 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:26.996 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:26.996 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:26.996 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:26.996 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:27.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:28:27.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:28:27.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:28:27.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:27.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:28:27.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:27.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:27.607 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:27.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:27.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:27.608 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:28:27.608 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:28:27.608 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:28:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:27.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:27.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:27.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:27.608 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:27.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:27.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:27.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:27.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:27.610 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:27.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:27.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:27.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:27.613 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:28:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:28.114 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:28:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:28.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:28.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:28:28.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:28.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:28.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:28:28.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:28.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:28:28.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:28:28.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:28.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:28.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:28.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.121 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:28.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:28.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:28.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:28.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:28.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:28.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:28.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:28.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:28.148 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:28.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:28.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:28.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:28.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.173 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:28.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:28.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:28.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:28.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:28.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:28:28.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:28.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:28.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:28.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:28.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:28.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:28.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:28.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:28.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:28.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:28.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:28.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:28.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:28:28.187 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:28.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:28.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:28.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:28:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:28.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:28.204 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:28.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:28.206 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:28.206 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:28.206 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:28.206 DEBUG [main][MenuItemLookup] Item match:File 12:28:28.207 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:28.207 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:28.210 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:28:28.210 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:28:28.211 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:28:28.211 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:28:28.211 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:28:28.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:28:28.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:28:28.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:28:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:28.287 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:28.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:28:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:28.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:28.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:28:28.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:28.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:28.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:28:28.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:28.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:28.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:28.290 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:28:28.290 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:28:28.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:28:28.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:28:28.290 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:28.290 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:28:28.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:28.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:28.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:28.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:28.292 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:28.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:28.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:28.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:28.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:28.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:28.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.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.... 12:28:28.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 12:28:28.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:28:28.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:28.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:28.499 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:28:28.499 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:28.499 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:28:28.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:28:28.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:28.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:28.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:28.539 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:28.540 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:28:28.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:28:28.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:28.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:28.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:28.579 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:28:28.579 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:28:28.579 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:28:28.579 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:28:28.579 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:28:28.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:28.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:28.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:28.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:28.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:28.582 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:28.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:28.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:28.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:28:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:28:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:28:31.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:31.589 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:28:31.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:31.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:31.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:31.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 '\*?\QPackage Explorer\E') 12:28:31.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:31.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:31.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:31.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:31.592 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:31.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:31.639 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:31.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:31.639 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:31.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:31.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:31.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:31.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:31.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:32.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:32.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:32.641 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:32.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:32.643 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:28:32.643 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:32.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:32.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.656 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:28:32.656 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:28:32.656 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:28:32.656 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:28:32.656 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:28:32.656 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:28:32.656 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:28:32.656 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:28:32.656 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:28:32.656 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:28:32.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:32.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:32.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:28:32.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:32.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:32.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:28:32.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:32.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:32.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:32.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:32.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:32.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:32.714 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:28:32.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:32.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:32.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:32.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:32.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:32.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:32.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:32.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:32.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:32.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:32.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:32.718 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:32.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:32.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:32.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:32.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:32.754 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:32.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:32.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:32.755 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:32.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:32.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:32.757 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:32.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:32.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:32.758 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:32.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:32.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.759 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:28:32.759 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:28:32.759 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:28:32.759 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:28:32.759 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:28:32.759 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:28:32.759 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:28:32.759 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:28:32.759 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:28:32.759 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:28:32.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:32.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:28:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:32.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:28:32.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:32.814 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:32.814 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:28:32.815 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'ID', 'Creation Time') 12:28:32.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:28:32.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:28:32.815 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0, 1) 12:28:32.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:28:32.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:28:32.815 TRACE [main][WidgetHandler] Notify Table with event 13 12:28:32.815 TRACE [main][WidgetHandler] Wait for synchronization 12:28:32.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Show ->") 12:28:32.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:32.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:32.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:32.817 INFO [WorkbenchTestable][AbstractButton] Click button &Show -> 12:28:32.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:32.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:32.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:32.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:32.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:32.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:32.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:32.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:32.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:32.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:32.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:32.822 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:32.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:32.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:32.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:32.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:32.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:32.861 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:32.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:32.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:32.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:32.862 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:32.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:32.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:32.863 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:32.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:32.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.865 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:28:32.865 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:28:32.865 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:28:32.865 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:28:32.865 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:28:32.865 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:28:32.865 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:28:32.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:28:32.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:28:32.865 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:28:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:32.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:28:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:32.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:28:32.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:32.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:32.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:32.929 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:28:32.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:32.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:32.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:32.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:32.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:32.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:32.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:32.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:32.941 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:32.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:32.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:32.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:32.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:32.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:32.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:32.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:32.977 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:32.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:32.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.998 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:32.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:32.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.999 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:32.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:32.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:33.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:33.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:34.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:34.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:34.001 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:34.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:34.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:34.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:34.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:34.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:34.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:34.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:34.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:34.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:34.002 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:34.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:34.002 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:34.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:34.013 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:34.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:34.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:34.042 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:34.042 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:28:34.042 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:28:34.042 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:28:34.042 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:28:34.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:34.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:34.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:34.543 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:28:34.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:34.543 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:34.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:34.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:34.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:34.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:34.582 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:34.582 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:34.582 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:34.582 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:34.583 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:34.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:28:35.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 12:28:35.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:28:35.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:35.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:28:35.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:35.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:35.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:35.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:35.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:35.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:35.186 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:28:35.186 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:28:35.186 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:28:35.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:35.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:35.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:35.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:35.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", Widget matcher matching widgets with style: 8) 12:28:35.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:35.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:35.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:35.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:35.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:35.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:35.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:35.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:35.188 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:35.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:35.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:35.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:35.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:35.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:35.192 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:28:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:35.693 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:28:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:35.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:35.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:28:35.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:35.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:35.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:35.693 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:28:35.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:35.693 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:28:35.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:28:35.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:35.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:35.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:35.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.700 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:35.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:35.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:35.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:35.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:35.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:35.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:35.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:35.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:35.714 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:35.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:35.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:35.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:35.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:35.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:35.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:35.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:35.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:35.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:28:35.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:35.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:35.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:35.743 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:35.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:35.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:35.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:35.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:35.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:35.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:35.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:35.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:35.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:28:35.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:35.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:35.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:35.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:28:35.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:35.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:35.754 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:35.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.754 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:35.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.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 Project"] 12:28:35.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:35.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:35.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:35.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.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 Java Project"] 12:28:35.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:35.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:35.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:35.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:35.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:35.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:35.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:35.772 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:35.772 DEBUG [main][MenuItemLookup] Item match:File 12:28:35.772 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:35.772 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.775 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:28:35.775 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:28:35.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:28:35.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:28:35.791 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:28:35.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:28:35.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 'New|Select a wizard'] is available. finished successfully 12:28:35.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:28:35.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:35.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:35.864 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:35.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:35.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:28:35.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:35.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:35.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:35.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:35.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:35.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:28:35.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:35.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:35.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:35.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:35.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:35.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:28:35.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:35.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:35.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:35.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:35.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:35.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:28:35.867 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:28:35.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:28:35.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:28:35.867 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:35.867 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:28:35.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:35.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:35.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:35.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:35.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:35.869 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:35.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:35.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:35.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:35.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:36.072 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:36.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:36.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:36.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:28:36.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:28:36.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:28:36.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:36.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:36.084 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:28:36.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:36.084 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:28:36.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:28:36.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:36.087 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:36.088 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:28:36.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:28:36.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:36.123 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:28:36.124 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:28:36.124 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:28:36.124 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:28:36.124 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:28:36.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:36.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:36.128 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:36.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:36.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:36.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:36.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:28:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:28:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:28:39.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.366 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:28:39.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:39.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:39.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:39.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:39.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:28:39.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:39.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:39.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:39.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:39.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:39.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:39.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:39.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:39.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:39.407 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:39.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:39.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:39.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:39.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:39.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:40.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:40.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:40.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:40.409 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:40.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:40.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:40.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:40.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:40.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:40.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:40.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:40.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:40.410 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:40.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:28:40.411 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:40.411 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:40.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:40.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:40.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:40.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:40.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:40.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:40.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:40.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:40.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:40.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:40.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:40.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:40.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:40.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:40.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:40.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:41.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:41.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:41.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:41.444 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:41.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:41.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:41.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:41.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:41.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:41.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:41.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:41.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:41.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:41.445 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:41.445 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:28:41.446 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:28:41.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:28:41.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:41.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:28:41.947 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:28:41.948 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:28:41.948 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:28:41.961 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:28:41.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:41.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:41.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:28:41.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:41.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:41.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:41.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.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 Java Class"] 12:28:41.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:41.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:41.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:41.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:41.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:41.964 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:41.964 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:41.964 DEBUG [main][MenuItemLookup] Item match:File 12:28:41.965 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:41.965 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:41.968 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:28:41.968 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:28:41.984 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:28:41.985 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:28:41.985 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:28:42.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:28:42.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:28:42.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:28:42.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:42.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:42.068 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:42.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:42.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:28:42.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:42.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:42.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:42.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:42.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:42.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:42.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:42.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:28:42.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:42.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:42.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:42.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:42.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:42.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:28:42.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:42.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:42.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:42.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:42.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:42.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:28:42.071 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:28:42.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:28:42.074 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:28:42.074 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:42.074 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:28:42.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:42.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:42.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:42.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:42.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:42.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:42.076 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:42.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:42.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:42.081 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:42.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:42.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:42.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:42.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:42.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:28:42.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:28:42.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:28:42.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:42.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:42.160 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:42.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:42.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:28:42.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:42.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:42.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:42.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:42.174 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:42.175 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:28:42.195 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:42.195 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:28:42.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:42.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:42.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:42.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:42.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:42.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:42.199 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:42.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:42.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:42.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:42.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:42.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a57b19a is found... 12:28:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a57b19a is found finished successfully 12:28:42.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:28:42.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:42.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:42.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:42.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:42.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:42.708 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:42.708 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:28:42.708 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:28:42.718 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:42.718 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:28:42.718 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:28:42.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:28:42.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:42.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:42.719 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:42.719 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:42.719 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:42.719 DEBUG [main][MenuItemLookup] Item match:File 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:42.720 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:28:42.720 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:28:42.720 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:28:42.720 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:28:42.720 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:28:42.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:28:42.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:28:42.768 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:42.768 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:28:42.768 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:42.769 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:42.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:42.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:42.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:42.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:42.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:42.821 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:42.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:42.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:42.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:28:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:42.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:42.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:42.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:42.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:42.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:42.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:42.855 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:42.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:42.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:42.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:42.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:28:42.857 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:42.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:42.858 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:42.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:42.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:42.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:42.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:42.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:42.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:42.859 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:42.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:42.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:42.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:42.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:42.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:42.859 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:42.860 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:42.860 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:42.860 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:42.861 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:42.861 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:42.861 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:42.861 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:42.861 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:28:42.861 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:42.861 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:42.861 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:42.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:44.362 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:44.362 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:44.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:44.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:44.363 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:44.364 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:44.364 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:44.364 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:44.364 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:44.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:44.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:44.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:28:44.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:44.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:44.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:44.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:44.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:44.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:44.367 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:28:44.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:28:44.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:44.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:28:44.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:44.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:28:44.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:28:44.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:44.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:28:44.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:44.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:28:44.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:28:44.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:44.383 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:44.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:44.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:44.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:44.403 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:44.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:44.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:44.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:44.404 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:44.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:44.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:44.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:44.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:44.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:44.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:44.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:44.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:45.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:45.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:45.406 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:45.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:45.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:45.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:45.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:45.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:45.407 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:45.408 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:28:45.408 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:28:45.408 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:28:45.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:45.408 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:28:45.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:45.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:28:45.408 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:28:45.408 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:28:45.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:28:45.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:28:45.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:45.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:45.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:28:45.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:45.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:45.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:45.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:28:45.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:45.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:45.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:28:45.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:45.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:45.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:45.421 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:28:45.422 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:45.422 DEBUG [main][MenuItemLookup] Item match:File 12:28:45.422 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:45.422 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:45.425 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:28:45.425 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:28:45.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:28:45.425 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:28:45.425 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:28:45.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:28:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:28:45.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:28:45.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:45.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:45.505 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:45.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:28:45.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:28:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:45.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:28:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:45.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:45.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:45.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:28:45.514 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:28:45.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:28:45.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:28:45.514 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:45.514 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:28:45.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:45.515 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:45.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:45.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:45.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:45.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:45.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:28:45.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:28:45.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:28:45.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:45.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:45.595 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:45.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:45.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:28:45.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:45.607 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:45.608 INFO [WorkbenchTestable][AbstractText] Text set to: NextWarningTestClass 12:28:45.629 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:45.629 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:28:45.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:45.634 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:45.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:45.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:45.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4af63011 is found... 12:28:46.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4af63011 is found finished successfully 12:28:46.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 '\*?\QNextWarningTestClass.java\E') 12:28:46.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:46.142 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.142 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextWarningTestClass { } TooltipText=null 12:28:46.142 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:28:46.149 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.149 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 12:28:46.149 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:28:46.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 12:28:46.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:46.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:46.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:28:46.150 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:28:46.150 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:46.150 DEBUG [main][MenuItemLookup] Item match:File 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:46.151 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:28:46.151 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:28:46.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:28:46.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:28:46.151 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:28:46.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:28:46.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:28:46.189 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.189 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 12:28:46.189 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:46.189 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:46.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:46.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:46.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.242 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:46.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 12:28:46.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:46.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:46.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:28:46.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:46.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:46.254 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:46.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:46.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:28:46.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:46.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:28:46.255 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:46.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:28:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:46.256 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:46.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:28:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:46.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:46.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:46.256 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:46.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:46.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:28:46.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:46.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:46.257 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:46.258 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:46.258 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:46.258 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:47.259 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:47.259 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:47.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:47.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:28:47.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:47.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:47.260 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:47.261 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:47.261 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:47.261 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:47.262 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:47.262 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:47.262 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:47.262 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:47.262 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:28:47.262 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:47.262 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:47.262 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:47.262 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:47.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:47.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:28:47.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:47.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:47.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 12:28:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:47.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:47.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:47.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:47.280 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:28:47.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:28:47.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:47.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:28:47.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:47.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:28:47.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:28:47.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:47.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:28:47.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:47.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:28:47.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:28:47.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:47.281 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:47.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:47.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:47.295 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:47.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:47.296 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:47.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:47.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:47.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:47.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:47.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:47.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:48.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:48.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:48.298 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:48.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:48.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:48.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:48.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:48.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:48.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:48.299 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:28:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:28:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:28:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:28:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:48.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:28:48.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:28:48.300 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:28:48.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:28:48.308 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:28:48.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:48.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:48.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:28:48.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.309 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:48.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:48.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:48.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.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 Java Class"] 12:28:48.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:48.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:48.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 12:28:48.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:48.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:48.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:28:48.311 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:28:48.311 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:48.311 DEBUG [main][MenuItemLookup] Item match:File 12:28:48.311 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:48.311 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:48.314 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:28:48.314 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:28:48.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:28:48.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:28:48.334 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:28:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:28:48.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:28:48.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:28:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:48.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:48.412 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:48.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:28:48.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:48.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:48.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:48.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:48.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:28:48.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:48.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:48.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:48.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:28:48.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:28:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:48.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:28:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:48.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:28:48.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:28:48.415 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:28:48.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:28:48.415 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:28:48.415 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:28:48.415 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:28:48.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:48.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:48.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:48.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:48.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:48.417 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:48.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:48.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:48.502 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:28:48.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:28:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:28:48.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:28:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:48.508 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:48.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:48.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:28:48.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:48.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:48.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:48.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:48.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:48.546 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:48.547 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:28:48.574 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:28:48.574 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:28:48.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:48.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:48.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:48.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:48.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:48.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:48.578 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:48.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:48.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:48.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:48.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:49.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:49.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:49.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75d3dd25 is found... 12:28:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75d3dd25 is found finished successfully 12:28:49.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:28:49.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:49.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:49.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:49.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:49.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:49.088 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:49.088 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:28:49.088 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:28:49.093 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:49.093 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:28:49.093 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:28:49.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:49.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:49.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:49.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:49.094 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:49.094 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:49.094 DEBUG [main][MenuItemLookup] Item match:File 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:49.095 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:28:49.095 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:28:49.095 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:28:49.095 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:28:49.095 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:28:49.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:28:49.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:28:49.157 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:49.158 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:28:49.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:49.158 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:49.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:49.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:49.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:49.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:49.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:49.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:49.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:49.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:49.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:49.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:49.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:49.213 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:49.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:49.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:49.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:49.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:49.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:49.238 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:49.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:49.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:49.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:49.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:49.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:28:49.239 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:49.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:49.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:49.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:49.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:49.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:49.240 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:49.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:49.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:49.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:49.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:49.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:49.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:49.241 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:49.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:49.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:49.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:49.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:49.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:49.241 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:49.242 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:49.242 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:49.242 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:49.242 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:49.242 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:49.243 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:49.243 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:49.243 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:50.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:50.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:50.744 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:50.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:50.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:50.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:50.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:50.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:50.745 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:50.746 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:50.746 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:50.746 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:50.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:50.747 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:50.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:50.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:50.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:50.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:50.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:50.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:50.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:50.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:50.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:50.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:50.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:50.749 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:28:50.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:50.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:50.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:50.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:50.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:50.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:50.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:50.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:28:50.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:50.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:50.759 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:50.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:50.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:50.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:50.785 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:50.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:50.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:50.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:50.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:50.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:50.811 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:50.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:50.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:50.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:50.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:50.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:50.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:50.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:50.820 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:50.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:50.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:50.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:50.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:50.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:50.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:50.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:50.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:50.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:50.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:50.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:50.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:50.838 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:50.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:50.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:50.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:50.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:50.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:50.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:28:50.839 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:50.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:50.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:50.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:50.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:50.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:50.840 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:50.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:50.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:50.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:50.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:50.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:50.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:50.841 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:50.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:50.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:50.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:50.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:50.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:50.841 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:50.842 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:50.842 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:50.842 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:50.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:51.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:51.843 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:51.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:51.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:51.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:51.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:51.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:51.844 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:51.845 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:51.845 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:51.845 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:51.845 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:51.845 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:51.846 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:51.846 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:51.846 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:51.846 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:51.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:51.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:51.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:51.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:51.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:51.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:51.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:51.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:51.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:51.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:51.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:51.848 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 12:28:51.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:28:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:51.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:28:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:51.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:28:51.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:28:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:51.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:28:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:51.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:28:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:28:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:28:51.849 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:51.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:51.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:51.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:51.850 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:51.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:51.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:51.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:51.850 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:51.850 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:51.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:51.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:51.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:51.851 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:51.851 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:51.851 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:51.852 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:51.852 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:51.852 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:52.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:52.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:52.853 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:52.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:52.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:52.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:52.854 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:52.855 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:52.855 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:52.855 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:52.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:52.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:52.855 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:52.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:52.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:52.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:52.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 12:28:52.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:52.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:52.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:52.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:52.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:52.856 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:28:52.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:52.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:52.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:52.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:52.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:52.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:52.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:52.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:52.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:52.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:52.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:28:52.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:52.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:52.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:52.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:52.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:52.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:52.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:52.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:52.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:52.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:52.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:52.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:52.865 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:52.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:52.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:52.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:52.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:52.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:52.866 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:52.866 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:52.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:52.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:52.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:52.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:52.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:52.866 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:52.867 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:52.867 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:52.867 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:52.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:53.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:53.868 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:53.868 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:53.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:53.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:53.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:53.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:53.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:53.870 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:53.871 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:53.871 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:53.871 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:53.872 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:53.872 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:53.872 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:53.872 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:53.872 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:53.872 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:53.872 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:53.872 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:53.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:53.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:53.872 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:53.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:53.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:53.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:53.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:53.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:53.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.875 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 12:28:53.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:28:53.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:53.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:28:53.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:53.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:28:53.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:28:53.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:53.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:28:53.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:53.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:28:53.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:53.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:53.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:53.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:53.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:53.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:53.889 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:53.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:53.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:53.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:53.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:53.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:53.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:53.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:53.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:53.974 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:53.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:53.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:53.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:53.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:53.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:53.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.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 12:28:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:53.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:53.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:53.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:53.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:53.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:53.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:53.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:53.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 '\*?\QProblems\E') 12:28:53.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:53.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:54.013 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:54.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:54.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:54.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:54.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:54.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:54.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:54.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:54.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 12:28:54.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:54.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:54.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:54.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:54.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 '\*?\QProblems\E') 12:28:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:54.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:54.050 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:54.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:54.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:54.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:54.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:54.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:54.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:54.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:54.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 12:28:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:54.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:54.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:54.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:54.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:54.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:54.088 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:54.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:54.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:54.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:54.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:54.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:54.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:54.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:54.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:54.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:54.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:54.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:54.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:54.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:54.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:54.108 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:54.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:54.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:54.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:54.109 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:54.109 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:54.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:54.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:54.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:54.109 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:54.110 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:54.110 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:54.110 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:54.111 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:54.111 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:54.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:54.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:55.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:55.112 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:55.112 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:55.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:55.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:55.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:55.113 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:55.114 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:55.114 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:55.114 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:55.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:55.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:55.115 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:55.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:55.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:55.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:55.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:55.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:55.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:55.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:55.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:55.116 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 12:28:55.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:28:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:55.116 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:28:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:55.116 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:28:55.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:28:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:55.116 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:28:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:55.116 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:28:55.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:55.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:55.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:55.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:55.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:55.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:55.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:55.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:55.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:55.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:55.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:55.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:55.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:55.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:55.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:55.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:55.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:55.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 12:28:55.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:55.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:55.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:55.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:55.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:55.118 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:55.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:55.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:55.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:55.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:55.119 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:55.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:55.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:55.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:55.120 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:55.120 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:55.120 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:55.120 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:55.120 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:55.121 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:55.121 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:55.121 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:55.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:56.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:56.122 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:56.122 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:56.123 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:56.124 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:56.124 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:56.124 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:56.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:56.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:56.125 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:56.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.126 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:28:56.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:56.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:56.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:56.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:28:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:56.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:28:56.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:56.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:28:56.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:56.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:56.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:56.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:56.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:56.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:56.162 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:56.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:56.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:56.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:56.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:56.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:56.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:56.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:56.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:56.200 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:56.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:56.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:56.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:56.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:56.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') 12:28:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:56.255 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:56.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:56.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:56.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.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 12:28:56.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:56.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:56.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:56.293 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:56.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:56.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:56.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:56.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:56.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:56.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:56.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') 12:28:56.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:56.329 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:56.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:56.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:56.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:56.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:56.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:56.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:56.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:56.366 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:56.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:56.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:56.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:56.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:56.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:56.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:56.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') 12:28:56.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:56.420 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:56.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:56.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:56.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:56.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:56.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:56.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:56.422 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:56.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:56.423 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:56.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:56.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:56.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:56.424 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:56.425 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:56.425 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:56.425 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:56.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:28:57.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:28:57.426 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:28:57.426 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:57.427 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:28:57.428 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:28:57.428 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:28:57.428 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:28:57.429 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:57.429 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:57.429 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:57.429 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:57.429 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:28:57.429 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:28:57.429 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:28:57.429 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:28:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:28:57.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:28:57.429 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:57.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.430 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 12:28:57.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:28:57.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:57.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:28:57.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:57.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:28:57.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:28:57.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:57.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:28:57.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:57.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:28:57.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.450 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.504 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.558 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.594 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.630 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.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 12:28:57.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.684 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.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 '\*?\QProblems\E') 12:28:57.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.721 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.762 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.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 '\*?\QProblems\E') 12:28:57.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.799 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28: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 12:28:57.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.828 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.853 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.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 12:28:57.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.891 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.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 12:28:57.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.927 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.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 12:28:57.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.955 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:57.964 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:57.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:57.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:57.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:57.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:28:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:28:57.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:28:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:58.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:58.017 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:58.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:58.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:28:58.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:58.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:58.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:58.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:58.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:58.020 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:28:58.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:28:58.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:58.022 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:28:58.022 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:28:58.022 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:28:58.022 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:28:58.022 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:28:58.022 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:28:58.022 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:28:58.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:28:58.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:28:58.023 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:28:58.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:58.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:28:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:58.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:28:58.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:58.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:58.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:58.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:58.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:58.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:58.095 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:28:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:58.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:58.095 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:58.095 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:58.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 "OK", Widget matcher matching widgets with style: 8) 12:28:58.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:58.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:58.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:58.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:28:58.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:58.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:58.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:58.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:58.099 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:58.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:58.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:58.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:58.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:28:58.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:28:58.150 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:28:58.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:58.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:58.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:58.175 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:58.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:58.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:58.176 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:58.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:58.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:58.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:58.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:58.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:59.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:59.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:59.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:59.178 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:28:59.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:28:59.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:59.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:59.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:59.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:59.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:59.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:59.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:59.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:59.180 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:28:59.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:59.180 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:59.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:59.189 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:59.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:59.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:59.226 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:59.226 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:28:59.226 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:28:59.226 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:28:59.226 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:28:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:59.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:59.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:59.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:59.727 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:28:59.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:28:59.727 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:28:59.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:28:59.736 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:28:59.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:59.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:59.766 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:59.766 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:59.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:59.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:59.766 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:29:00.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:29:00.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:29:00.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:00.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:00.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:29:00.388 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:00.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:00.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:00.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:00.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:00.389 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:29:00.389 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:29:00.389 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:29:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:00.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:00.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:00.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:00.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:00.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:00.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:00.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:00.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:00.391 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:00.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:00.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:00.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:00.394 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:29:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:00.895 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:29:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:00.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:00.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:00.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:00.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:00.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:00.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:00.896 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:00.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:00.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:00.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:00.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:00.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:00.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:00.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:00.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:00.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:00.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:00.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:00.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:00.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:00.922 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:00.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:00.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:00.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:00.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:00.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:00.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:00.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:00.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:00.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 '\*?\QProject Explorer\E') 12:29:00.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:00.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:00.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:00.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:00.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:00.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:00.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:00.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:00.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:00.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:00.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:00.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:00.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:00.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:00.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:00.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:00.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:00.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:00.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:00.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:00.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:00.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.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 Java Project"] 12:29:00.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:00.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:00.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:00.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.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"] 12:29:00.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:00.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:00.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:00.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:00.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:00.983 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:00.983 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:00.984 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:00.984 DEBUG [main][MenuItemLookup] Item match:File 12:29:00.984 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:00.984 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:00.987 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:29:00.987 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:29:00.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:29:00.987 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:29:00.988 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:29:01.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:29:01.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:29:01.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:29:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:01.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:01.061 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:01.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:01.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:29:01.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:29:01.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:01.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:01.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:29:01.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:01.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:01.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:01.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:01.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:29:01.065 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:29:01.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:29:01.073 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:29:01.073 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:01.073 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:29:01.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:29:01.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:01.075 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:29:01.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:01.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:01.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:01.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:01.218 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:01.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:01.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:01.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:29:01.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:29:01.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:29:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:01.219 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:01.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:01.219 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:29:01.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:29:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:29:01.223 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:29:01.224 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:29:01.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:29:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:01.241 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:29:01.249 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:29:01.249 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:29:01.249 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:01.249 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:29:01.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.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:01.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:01.252 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:01.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:02.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:02.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:02.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:02.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:29:05.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:29:05.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:29:05.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:05.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:05.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:29:05.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:05.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:05.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:05.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:05.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 '\*?\QPackage Explorer\E') 12:29:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:05.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:05.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:05.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:05.847 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:05.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:05.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:05.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:05.882 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:05.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:05.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:05.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:05.883 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:05.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:05.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:05.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:05.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:05.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:05.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:06.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:06.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:06.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:06.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:06.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:06.914 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:06.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:06.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:06.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:06.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:06.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:06.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:06.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:06.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:06.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:06.916 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:06.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:29:06.916 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:06.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:06.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:06.928 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:29:06.928 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:29:06.928 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:29:06.928 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:29:06.928 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:29:06.928 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:29:06.928 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:29:06.929 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:29:06.929 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:29:06.929 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:29:06.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:06.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:29:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:06.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 "Restore Defaults") 12:29:06.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:06.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:06.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:06.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:06.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:06.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:06.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:06.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:06.985 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:29:06.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:06.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:06.985 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:06.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:06.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:06.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:06.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:06.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:06.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:06.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:06.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:06.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:06.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:06.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:06.988 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:06.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:06.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:07.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:07.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:07.026 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:07.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:07.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:07.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:07.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:07.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:07.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:07.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:07.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:07.027 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:07.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:07.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:07.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:07.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:07.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:07.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:07.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:07.029 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:07.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:07.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:07.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:07.030 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:29:07.030 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:29:07.030 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:29:07.030 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:29:07.030 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:29:07.030 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:29:07.030 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:29:07.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:29:07.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:29:07.030 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:29:07.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:07.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:29:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:07.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:29:07.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:07.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:07.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:07.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:07.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:07.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:07.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:07.086 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:29:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:07.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:07.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:07.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) 12:29:07.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:07.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:07.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:07.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:07.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:07.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:07.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:07.096 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:07.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:07.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:07.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:07.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:07.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:07.137 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:07.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:07.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:07.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:07.183 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:07.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:07.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:07.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:07.184 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:07.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:07.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:07.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:07.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:07.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:07.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:07.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:07.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:08.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:08.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:08.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:08.193 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:08.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:08.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:08.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:08.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:08.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:08.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:08.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:08.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:08.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:08.194 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:08.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:29:08.195 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:29:08.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:29:08.206 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:29:08.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:08.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:08.245 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:29:08.245 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:29:08.245 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:29:08.245 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:29:08.245 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:29:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:08.245 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:29:08.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:08.746 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:29:08.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:29:08.746 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:29:08.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:29:08.755 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:29:08.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:08.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:08.783 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:08.783 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:08.783 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:08.783 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:08.783 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:29:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:29:09.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 'Delete.*'] is available. finished successfully 12:29:09.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:29:09.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:09.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:09.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:29:09.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:09.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:09.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:09.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:09.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:09.429 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:29:09.429 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:29:09.429 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:29:09.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:09.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:09.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:09.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:09.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:09.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:09.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:09.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:09.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:09.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:09.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:09.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:09.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:09.430 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:09.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:09.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:09.434 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:29:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:09.935 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:29:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:09.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:09.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:09.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:09.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:09.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:09.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:09.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:09.936 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:09.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:09.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:09.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:09.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:09.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.943 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:09.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:09.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:09.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:09.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:09.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:09.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:09.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:09.957 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:09.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:09.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:09.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:09.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.982 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:09.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:09.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:09.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:09.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:09.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 '\*?\QProject Explorer\E') 12:29:09.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:09.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:09.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:09.986 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:09.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:10.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:10.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:10.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:10.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:10.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:10.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:10.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:10.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:10.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:10.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:10.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:10.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:10.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:10.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:10.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:10.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:10.076 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:10.076 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:10.076 DEBUG [main][MenuItemLookup] Item match:File 12:29:10.077 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:10.077 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:10.079 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:29:10.079 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:29:10.080 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:29:10.080 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:29:10.080 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:29:10.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:29:10.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:29:10.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:29:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:10.159 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:10.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:29:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:29:10.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:10.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:10.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:29:10.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:10.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:10.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:10.162 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:29:10.162 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:29:10.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:29:10.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:29:10.162 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:10.162 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:29:10.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:29:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:10.171 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:29:10.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:10.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:10.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:10.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:10.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:10.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:29:10.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:29:10.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:29:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:10.381 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:10.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.381 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:29:10.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:29:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:29:10.398 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:29:10.399 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:29:10.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:29:10.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:10.437 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:29:10.438 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:29:10.438 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:29:10.438 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:10.438 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:29:10.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:10.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:10.441 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:10.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:10.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:10.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:10.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:10.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.... 12:29:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:29:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:13.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:29:13.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:13.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:13.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:13.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:13.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:13.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:13.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:29:13.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:13.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:13.474 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:29:13.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:13.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:13.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:13.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:13.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:13.475 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:13.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 '\*?\QPackage Explorer\E') 12:29:13.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:13.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:13.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:13.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:13.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:13.476 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:13.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:13.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:13.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:13.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:13.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:13.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:13.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:13.539 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:13.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:13.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:13.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:13.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:13.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:13.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:14.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:14.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:14.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:14.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:14.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:14.541 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:14.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:14.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:14.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:14.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:14.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:14.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:14.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:14.543 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:14.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:29:14.543 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:14.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:14.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:14.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:14.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:14.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:14.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:14.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:14.578 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:14.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:14.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:14.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:14.579 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:29:14.579 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:29:14.579 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:29:14.579 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:29:14.579 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:29:14.579 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:29:14.579 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:29:14.579 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:29:14.579 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:29:14.579 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:29:14.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:14.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:14.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:29:14.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:14.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:14.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:14.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:14.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:14.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:14.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:14.707 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:14.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:14.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:14.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:14.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 "OK", Widget matcher matching widgets with style: 8) 12:29:14.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:14.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:14.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:14.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:14.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:14.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:14.710 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:14.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:14.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:14.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:14.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:14.758 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:14.758 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:14.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:14.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:14.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:14.831 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:14.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:14.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:14.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:14.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:14.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:14.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:14.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:14.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:14.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:15.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:15.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:15.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:15.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:15.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:15.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:15.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:15.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:15.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:15.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:15.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:15.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:15.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:15.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:15.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:15.836 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:15.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:29:15.836 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:29:15.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:29:15.849 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:29:15.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:15.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:15.880 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:29:15.880 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:29:15.880 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:29:15.880 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:29:15.880 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:29:15.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:15.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:15.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:29:16.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:29:16.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:16.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:16.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:16.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:16.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:16.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:16.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:16.381 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:29:16.381 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:29:16.381 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:29:16.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:29:16.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:29:16.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:16.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:16.418 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:16.418 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:16.418 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:16.418 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:16.418 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:29:16.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:29:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:29:17.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:29:17.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:17.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:17.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:29:17.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:17.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:17.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:17.025 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:29:17.025 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:29:17.025 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:29:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:17.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:17.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:17.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:17.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:17.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:17.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:17.026 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:17.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:17.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:17.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:17.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:17.030 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:29:17.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:17.531 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:29:17.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:17.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:17.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:17.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:17.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:17.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:17.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:17.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:17.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:17.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:17.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:17.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:17.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:17.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:17.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:17.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.535 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:17.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:17.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:17.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:17.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:17.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:17.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:17.543 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:17.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:17.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:17.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:17.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:17.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:17.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:17.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:17.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:17.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:29:17.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:17.572 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:17.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:17.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:17.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:17.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:17.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:17.580 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:17.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:17.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:17.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:17.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:17.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:17.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:17.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:17.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:17.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:17.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:29:17.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:17.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:17.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:17.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.583 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:29:17.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.583 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:17.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.583 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:17.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:17.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:17.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:17.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:17.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:17.583 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:17.583 DEBUG [main][MenuItemLookup] Item match:File 12:29:17.584 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:17.584 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:17.587 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:29:17.587 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:29:17.604 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:29:17.604 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:29:17.604 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:29:17.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:29:17.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:29:17.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:29:17.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:17.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:17.681 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:17.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:29:17.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:29:17.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:17.682 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:17.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:29:17.682 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:17.682 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:17.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:17.683 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:29:17.683 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:29:17.683 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:29:17.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:29:17.683 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:17.683 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:29:17.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:29:17.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:17.684 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:29:17.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:17.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:17.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:17.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:17.904 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:17.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:29:17.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:29:17.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:29:17.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:17.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:17.909 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:17.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:17.909 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:29:17.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:29:17.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:29:17.911 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:29:17.912 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:29:17.942 DEBUG [WorkbenchTestable][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 "Create module-info.java file") 12:29:17.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:17.944 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:29:17.944 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:29:17.944 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:29:17.944 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:17.944 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:29:17.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:17.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:17.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:17.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:17.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:17.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:17.946 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:17.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:17.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:17.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:17.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:21.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:29:21.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:21.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:21.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:21.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:21.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:21.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:21.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:21.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:29:21.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:21.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:21.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:29:21.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:21.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:21.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:21.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:21.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:21.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:21.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 '\*?\QPackage Explorer\E') 12:29:21.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:21.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:21.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:21.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:21.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:21.187 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:21.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:21.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:21.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:21.222 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:21.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:21.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:21.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:21.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:21.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:21.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:21.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:21.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:21.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:21.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:21.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:21.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:22.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:22.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:22.225 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:22.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:22.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:22.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:22.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:22.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:22.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:22.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:22.226 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:22.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:29:22.227 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:22.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:22.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:22.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:22.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 12:29:22.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:22.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:22.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:22.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:22.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:22.251 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:22.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:22.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:22.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:22.253 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:29:22.253 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:29:22.253 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:29:22.253 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:29:22.253 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:29:22.253 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:29:22.253 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:29:22.253 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:29:22.253 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:29:22.253 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:29:22.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:22.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:29:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:22.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:29:22.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:22.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:22.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:22.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:22.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:22.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:22.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:22.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:22.309 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:29:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:22.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:22.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:22.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:22.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:22.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:22.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:22.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:22.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:22.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:22.311 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:22.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:22.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:22.358 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:22.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:22.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:22.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:22.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:22.381 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:22.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:22.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:22.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:22.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:22.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:22.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:22.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:22.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:22.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:22.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:22.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:22.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:23.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:23.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:23.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:23.383 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:23.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:23.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:23.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:23.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:23.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:23.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:23.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:23.385 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:23.385 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:29:23.385 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:29:23.385 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:29:23.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:29:23.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:23.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:23.421 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:29:23.421 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:29:23.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:29:23.421 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:29:23.421 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:29:23.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:23.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:23.422 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:29:23.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:23.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:23.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:23.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:23.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:23.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:23.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:23.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:23.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:23.922 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:29:23.922 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:29:23.922 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:29:23.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:29:23.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:29:23.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:23.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:23.968 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:23.968 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:23.968 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:23.968 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:23.968 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:29:23.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:29:24.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:29:24.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:29:24.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:24.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:24.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:24.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:24.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:29:24.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:24.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:24.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:24.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:24.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:24.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:24.562 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:29:24.562 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:29:24.562 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:29:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:24.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:24.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:24.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:24.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:24.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:24.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:24.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:24.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:24.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:24.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:24.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:24.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:24.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:24.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:24.563 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:24.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:24.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:24.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:24.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:24.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:24.567 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:29:25.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:25.068 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:29:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:25.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:25.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:25.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:25.068 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:25.068 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:25.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:25.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:25.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:25.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:25.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:25.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.073 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:25.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:25.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:25.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:25.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:25.081 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:25.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:25.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:25.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:25.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.106 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:25.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:25.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:25.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:29:25.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:25.108 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:25.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:25.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:25.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:25.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:25.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:25.117 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:25.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:25.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:25.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:25.117 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:25.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:25.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:25.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:25.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:25.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:25.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:25.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:25.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:25.120 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:25.120 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:25.120 DEBUG [main][MenuItemLookup] Item match:File 12:29:25.120 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:25.120 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:25.123 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:29:25.123 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:29:25.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:29:25.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:29:25.142 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:29:25.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:29:25.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:29:25.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:29:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:25.228 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:25.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:29:25.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:29:25.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:25.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:25.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:29:25.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:25.231 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:25.231 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:25.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:29:25.231 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:29:25.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:29:25.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:29:25.231 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:25.231 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:29:25.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) 12:29:25.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:25.233 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:29:25.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:25.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:25.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:25.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:25.452 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:25.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:29:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:29:25.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:29:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:25.457 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:25.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:25.457 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:29:25.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:29:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:29:25.482 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:29:25.483 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:29:25.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:29:25.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:25.519 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:29:25.519 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:29:25.519 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:29:25.519 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:25.519 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:29:25.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:25.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:25.522 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:25.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:25.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:25.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:25.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:25.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:29:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:29:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:28.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:29:28.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:28.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:28.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:28.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:28.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:28.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:28.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:28.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:29:28.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:28.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:28.891 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:29:28.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:28.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:28.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:28.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:28.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:28.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:28.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:29:28.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:28.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:28.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:28.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:28.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:28.893 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:28.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:28.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:28.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:28.949 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:28.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:28.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:28.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:28.950 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:28.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:28.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:28.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:28.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:28.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:29.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:29.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:29.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:29.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:29.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:29.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:29.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:29.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:29.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:29.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:29.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:29.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:29.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:29.953 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:29.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:29:29.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:29.954 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:29.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:29.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:29.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:29.978 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:29.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:29.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:29.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:29.979 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:29.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:29.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:29.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:29.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:29.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:29.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:30.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:30.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:30.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:30.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:30.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:30.980 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:30.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:30.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:30.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:30.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:30.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:30.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:30.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:30.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:30.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:30.981 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:30.982 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:29:30.982 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:29:30.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:29:30.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:31.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:31.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:29:31.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:29:31.483 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:29:31.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:29:31.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:29:31.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:31.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:31.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:29:31.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:31.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:31.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:31.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:29:31.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:31.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:31.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:31.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:31.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:31.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:31.495 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:31.495 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:31.495 DEBUG [main][MenuItemLookup] Item match:File 12:29:31.496 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:31.496 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:31.498 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:29:31.498 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:29:31.516 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:29:31.516 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:29:31.516 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:29:31.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:29:31.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:29:31.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:29:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:31.632 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:31.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:29:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:29:31.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:31.633 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:31.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:31.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:29:31.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:31.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:31.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:31.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:29:31.634 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:29:31.634 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:29:31.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:29:31.637 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:31.637 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:29:31.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:29:31.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:31.638 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:29:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:31.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:31.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:31.722 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:31.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:29:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:29:31.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:29:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:31.723 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:29:31.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:31.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:29:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:29:31.753 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:29:31.754 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:29:31.760 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:29:31.760 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:29:31.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:31.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:31.783 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:31.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:31.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:31.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:32.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f5e5cf3 is found... 12:29:32.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f5e5cf3 is found finished successfully 12:29:32.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:29:32.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:32.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:32.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:32.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:32.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:32.291 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.291 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:29:32.291 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:29:32.302 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.302 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:29:32.302 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:29:32.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:29:32.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:32.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:32.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:29:32.303 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:29:32.303 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:32.303 DEBUG [main][MenuItemLookup] Item match:File 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:32.304 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:29:32.304 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:29:32.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:29:32.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:29:32.305 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:29:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:29:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:29:32.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.360 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:29:32.360 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:32.360 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:32.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:32.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:32.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:32.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:32.432 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:32.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:32.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:32.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:29:32.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:32.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:32.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:29:32.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:32.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:32.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:32.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:32.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:32.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:32.464 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:32.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:32.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:29:32.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:32.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:32.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:29:32.465 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:32.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:32.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:29:32.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:32.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:32.465 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:32.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:32.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:29:32.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:32.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:32.466 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:32.466 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:32.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:32.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:29:32.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:32.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:32.467 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:32.468 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:32.468 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:32.468 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:32.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:33.469 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:33.469 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:33.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:33.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:33.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:29:33.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:33.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:33.471 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:33.471 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:33.471 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:33.471 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:33.472 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:33.472 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:33.472 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:33.476 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:33.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:33.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:33.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:29:33.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:33.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:33.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:33.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:33.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:33.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:33.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:33.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:33.978 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:33.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:33.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:33.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:33.979 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:33.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:33.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:33.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:33.980 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:33.980 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:33.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:33.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:33.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:33.980 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:33.981 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:33.982 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:33.982 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:33.982 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:33.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:35.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:35.483 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:35.483 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:35.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:35.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:35.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:35.484 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:35.485 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:35.485 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:35.485 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:35.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:35.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:35.485 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:35.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:35.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:35.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:35.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:35.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:35.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:35.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:35.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:35.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:35.486 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:29:35.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:35.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:35.486 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:35.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:35.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:35.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:35.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:35.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:35.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:35.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:35.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:29:35.487 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:35.487 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:35.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:35.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:35.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:35.500 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:35.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:35.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:35.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:35.501 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:35.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:35.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:35.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:35.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:35.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:35.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:36.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:36.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:36.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:36.502 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:36.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:36.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:36.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:36.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 12:29:36.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:36.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:36.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:36.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:36.503 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:36.503 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:29:36.504 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:29:36.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:29:36.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:36.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:29:36.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:36.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:29:36.504 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:29:36.504 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:29:36.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:29:36.512 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:29:36.512 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.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 Java Class"] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.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 Java Class"] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:36.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:29:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:36.514 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:29:36.514 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:29:36.514 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:36.514 DEBUG [main][MenuItemLookup] Item match:File 12:29:36.515 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:36.515 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:36.518 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:29:36.518 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:29:36.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:29:36.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:29:36.537 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:29:36.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:29:36.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:29:36.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:29:36.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:36.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:36.633 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:36.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:29:36.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:36.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:36.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:36.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:36.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:29:36.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:36.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:36.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:29:36.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:36.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:36.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:36.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:36.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:29:36.637 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:29:36.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:29:36.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:29:36.637 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:36.637 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:29:36.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:29:36.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:36.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:36.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:36.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:36.639 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:29:36.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:36.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:36.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:36.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:36.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:36.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:29:36.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:29:36.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:29:36.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:36.745 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:29:36.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:36.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:29:36.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:36.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:36.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:29:36.752 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:29:36.753 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:29:36.760 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:29:36.760 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:29:36.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:36.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:36.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:36.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:36.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:36.783 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:36.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:36.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:36.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:36.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:36.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:37.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:37.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3832e7e3 is found... 12:29:37.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3832e7e3 is found finished successfully 12:29:37.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 '\*?\QWarningTestClass.java\E') 12:29:37.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:37.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:37.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:37.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:37.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:37.292 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:37.292 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:29:37.292 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:29:37.298 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:37.298 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:29:37.298 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:29:37.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:37.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:37.322 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:37.322 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:37.322 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:37.322 DEBUG [main][MenuItemLookup] Item match:File 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:37.323 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:29:37.323 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:29:37.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:29:37.324 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:29:37.324 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:29:37.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:29:37.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:29:37.353 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:37.354 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:29:37.354 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:37.354 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:37.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:37.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:37.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:37.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:37.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:37.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:37.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:37.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:37.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:37.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:37.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:37.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:37.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') 12:29:37.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:37.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:37.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:37.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:37.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:37.408 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:37.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:37.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:37.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:37.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:37.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:37.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:29:37.409 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:37.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:37.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:37.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:37.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:37.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:37.410 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:37.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:37.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:37.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:37.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:37.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:37.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:37.410 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:37.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:37.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:37.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:37.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:37.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:37.411 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:37.412 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:37.412 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:37.412 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:37.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:38.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:38.413 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:38.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:38.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:38.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:38.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:38.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:38.414 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:38.415 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:38.416 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:38.416 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:38.416 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:38.416 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:38.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:38.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:38.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:38.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:38.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:38.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:38.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:38.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:38.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:38.919 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:38.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:38.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:38.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:38.920 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:38.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:38.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:38.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:38.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:38.921 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:38.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:38.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:38.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:38.922 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:38.922 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:38.922 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:38.922 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:38.923 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:38.923 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:38.923 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:38.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:39.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:39.924 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:39.924 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:39.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:39.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:39.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:39.925 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:39.926 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:39.926 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:39.926 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:39.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:39.926 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:39.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:39.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:39.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:39.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:39.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:39.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:39.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:39.927 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:29:39.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:39.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:39.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:39.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:39.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:39.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:29:39.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:39.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:39.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:39.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:39.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:39.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:39.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:39.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:39.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:39.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:39.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:39.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:39.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:39.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:39.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:39.945 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:39.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:39.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:39.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:39.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:39.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:39.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:29:39.946 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:39.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:39.947 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:39.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:39.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:39.948 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:39.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:39.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:39.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:39.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:39.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:39.948 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:39.949 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:39.949 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:39.949 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:39.950 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:39.950 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:39.950 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:39.950 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:39.950 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:39.950 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:39.950 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:39.950 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:39.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:41.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:41.451 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:41.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:41.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:41.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:41.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:41.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:41.452 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:41.453 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:41.453 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:41.453 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:41.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:41.453 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:41.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:41.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:41.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:41.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:41.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:41.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:41.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:41.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:41.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:41.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:41.456 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:29:41.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:41.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:41.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:41.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:41.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:41.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:41.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:41.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:41.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:41.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:41.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:29:41.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:41.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:41.482 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:41.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:41.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:41.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:41.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:41.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:41.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:41.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:41.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:41.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:41.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:41.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:41.493 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:41.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:41.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:41.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:41.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:41.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:41.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:29:41.494 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:41.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:41.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:41.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:41.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:41.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:41.494 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:41.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:41.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:41.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:41.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:41.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:41.495 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:41.495 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:41.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:41.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:41.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:41.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:41.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:41.496 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:41.497 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:41.497 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:41.497 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:41.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:42.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:42.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:42.498 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:42.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:42.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:42.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:42.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:42.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:42.499 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:42.500 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:42.500 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:42.500 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:42.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:42.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:42.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:42.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:42.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:42.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:42.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 12:29:42.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:42.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:42.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:42.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:42.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:42.504 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:29:42.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:42.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:42.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:42.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:42.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:42.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:42.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:42.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:42.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:42.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:42.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:29:42.504 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:42.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:42.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:42.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:42.505 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:42.505 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:42.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:42.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:42.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:42.506 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:42.506 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:42.506 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:42.506 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:42.506 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:42.506 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:42.507 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:42.507 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:42.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:42.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:44.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:44.008 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:44.008 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:44.009 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:44.010 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:44.010 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:44.010 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:44.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:44.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:44.010 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29: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 12:29:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.012 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:29:44.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:44.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:44.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:44.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:44.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:44.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:44.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:44.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:44.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:44.025 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:44.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:44.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:44.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:44.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.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 12:29:44.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:44.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:44.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:44.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:44.059 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:44.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:44.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:44.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:44.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:44.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:44.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:44.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:44.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:44.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:44.112 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:44.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:44.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:44.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 12:29:44.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:44.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:44.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:44.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:44.121 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:44.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:44.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:44.144 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:44.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:44.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:44.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:44.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:44.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:44.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:44.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:44.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:44.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:44.159 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:44.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:44.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:44.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:44.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.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 12:29:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:44.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:44.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:44.185 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:44.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:44.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:44.190 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:44.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:44.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:44.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 12:29:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:44.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:44.216 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:44.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:44.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:44.222 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:44.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:44.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:44.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:44.224 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:44.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:44.225 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:44.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:44.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:44.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:44.226 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:44.226 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:44.226 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:44.226 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:44.227 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:44.227 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:44.227 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:44.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:45.228 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:45.228 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:45.229 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:45.230 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:45.231 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:45.231 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:45.231 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:45.231 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:45.231 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:45.231 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:45.231 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:45.231 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:45.231 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:45.231 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:45.231 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:45.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 12:29:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.233 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:29:45.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:45.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:45.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:45.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:45.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:45.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:45.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:45.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:45.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') 12:29:45.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:45.268 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:45.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:45.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:45.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:45.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:45.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:45.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:45.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:45.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:45.308 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:45.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:45.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:45.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:45.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:45.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:45.336 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:45.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:45.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:45.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:45.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:45.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:45.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 12:29:45.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:45.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:45.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:45.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:45.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:45.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:45.374 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:45.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:45.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:45.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:45.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:45.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:45.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:45.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 '\*?\QProblems\E') 12:29:45.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:45.406 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:45.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:45.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:45.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.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 12:29:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:45.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:45.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') 12:29:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:45.439 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:45.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:45.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:45.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:45.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:45.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:45.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:45.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 '\*?\QProblems\E') 12:29:45.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:45.471 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:45.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:45.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:45.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:45.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:45.474 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:45.475 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:45.475 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:45.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:45.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:45.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:45.492 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:45.493 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:45.493 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:45.493 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:45.494 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:45.494 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:45.494 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:45.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:46.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:46.495 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:46.495 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:46.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:46.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:46.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:46.496 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:46.497 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:46.497 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:46.497 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:46.498 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:46.498 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:46.498 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:46.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:46.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:46.498 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:46.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:46.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:46.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:46.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 12:29:46.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:46.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:46.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:46.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:46.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:46.500 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:29:46.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:46.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:46.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:46.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:46.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:46.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:46.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:46.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:46.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:46.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:46.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:46.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:46.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:46.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:46.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:46.502 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:46.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:46.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:46.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:46.503 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:46.504 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:46.504 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:46.504 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:46.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:47.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:47.505 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:47.505 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.505 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:47.506 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:47.507 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:47.507 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:47.507 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:47.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:47.508 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:47.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.509 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:29:47.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:47.509 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:47.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:47.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:29:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:47.509 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:29:47.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:47.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:29:47.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:47.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:47.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 '\*?\QProblems\E') 12:29:47.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:47.540 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:47.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:47.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:47.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:47.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:47.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:47.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:47.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:47.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:47.573 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:47.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:47.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:47.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:47.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:47.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:47.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:47.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:47.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:47.606 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:47.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:47.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:47.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:47.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:47.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') 12:29:47.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:47.621 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:47.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:47.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:47.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:47.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:47.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:47.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:47.652 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:47.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:47.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:47.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:47.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:47.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:47.685 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:47.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:47.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:47.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 12:29:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:47.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:47.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:47.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:47.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:47.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:47.719 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:47.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:47.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:47.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:47.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:47.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:47.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:47.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:47.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:47.738 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:47.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:47.739 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:47.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:47.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:47.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:47.740 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:47.741 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:47.741 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:47.741 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:47.742 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:47.742 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:47.742 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:47.742 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:47.742 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:47.742 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:47.742 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:47.742 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:47.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:49.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:49.243 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:49.243 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:49.244 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:49.245 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:49.245 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:49.245 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:49.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:49.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:49.245 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:49.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.246 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:29:49.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:49.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:49.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:49.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:49.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:49.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:49.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:49.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:49.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:49.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:49.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:49.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:49.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') 12:29:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:49.259 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:49.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:49.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:49.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:49.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:49.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:49.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:49.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:49.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:49.292 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:49.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:49.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:49.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.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 12:29:49.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:49.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:49.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:49.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:49.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:49.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:49.326 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:49.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:49.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:49.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:49.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:49.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:49.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:49.359 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:49.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:49.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:49.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 12:29:49.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:49.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:49.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:49.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:49.391 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:49.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:49.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:49.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:49.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:49.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:49.442 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:49.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:49.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:49.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:29:49.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:49.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:49.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:29:49.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:29:49.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:49.476 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:29:49.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:49.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:49.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:49.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.480 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:49.481 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:49.481 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:49.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:49.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:49.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:49.481 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:49.482 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:49.482 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:49.482 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:49.482 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:49.482 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:49.483 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:49.483 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:49.483 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:49.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:29:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:29:50.984 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:50.984 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:50.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:50.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:50.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:50.985 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:29:50.986 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:29:50.986 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:29:50.986 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:29:50.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:29:50.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:29:50.986 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:50.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:50.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:50.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:50.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:50.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:50.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:50.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:50.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:50.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:50.988 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:29:50.988 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:50.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:50.988 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:50.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:50.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:50.988 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:29:50.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:50.988 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:29:50.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:50.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:29:50.988 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:50.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:50.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:50.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:50.990 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:29:50.990 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:29:50.990 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:29:50.990 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:29:50.990 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:29:50.990 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:29:50.990 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:29:50.990 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:29:50.990 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:29:50.990 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:29:51.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:51.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:51.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:29:51.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:51.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:51.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:29:51.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:51.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:51.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:51.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:51.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:51.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:51.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:51.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:51.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:51.076 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:29:51.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:51.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:51.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:51.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:51.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:51.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:51.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:51.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:51.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:51.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:51.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:51.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:51.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:51.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:51.079 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:51.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:51.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:51.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:51.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:51.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:51.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 12:29:51.130 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:51.131 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:51.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:51.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:51.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:51.156 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:51.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:51.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:51.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:51.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:51.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:51.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:51.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:51.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:51.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:51.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:52.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:52.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:52.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:52.159 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:52.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:52.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:52.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:52.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:52.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:52.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:52.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:52.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:52.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:52.161 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:52.161 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:29:52.161 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:29:52.161 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:29:52.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:29:52.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:52.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:52.221 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:52.222 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:29:52.222 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:29:52.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:29:52.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:29:52.222 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:29:52.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:52.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:52.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:29:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:29:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:52.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:52.723 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:29:52.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:29:52.723 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:29:52.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:29:52.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:29:52.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:52.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:52.778 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:52.778 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:52.778 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:52.779 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:52.779 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:29:52.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:29:53.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:29:53.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:29:53.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:53.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.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: 32) 12:29:53.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:53.404 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:53.404 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:53.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:53.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:53.405 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:29:53.405 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:29:53.405 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:29:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:53.405 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:53.405 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:53.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:53.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:53.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:53.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:53.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:53.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:53.407 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:53.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:53.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:53.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:53.410 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:29:53.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:53.911 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:29:53.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:53.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:53.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:53.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:53.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:53.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:53.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:53.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:53.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:53.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:29:53.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:29:53.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:53.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:53.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:53.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.918 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:29:53.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:53.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:53.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:53.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:53.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 '\*?\QProblems\E') 12:29:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:53.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:53.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:53.943 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:53.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:53.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:53.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:53.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.954 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:53.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:53.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:53.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:53.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:53.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:29:53.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:53.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:53.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:53.957 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:53.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:53.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:53.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:53.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:53.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:53.983 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:53.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:53.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:53.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:53.984 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:53.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:53.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:53.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:29:53.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:53.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:53.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:53.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:53.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:53.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:53.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.985 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:29:53.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:53.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:53.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:53.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.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 Java Project"] 12:29:53.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:53.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:53.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:53.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:53.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:53.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:53.986 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:53.986 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:53.986 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:53.986 DEBUG [main][MenuItemLookup] Item match:File 12:29:53.987 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:29:53.987 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:29:53.990 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:53.991 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:29:53.991 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:29:53.991 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:29:53.991 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:53.991 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:29:53.991 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:53.991 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:29:53.991 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:29:53.991 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:29:53.991 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:29:53.991 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:29:54.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:29:54.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 'New|Select a wizard'] is available. finished successfully 12:29:54.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:29:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:54.076 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:54.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:54.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:29:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:54.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:54.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:54.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:54.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:54.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:29:54.078 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:54.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:54.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:29:54.078 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:29:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:54.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:29:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:54.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:29:54.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:29:54.079 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:29:54.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:29:54.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:29:54.088 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:29:54.088 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:29:54.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:29:54.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:54.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:54.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:54.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:54.090 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:29:54.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:54.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:54.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:54.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:54.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:29:54.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:54.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:29:54.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:29:54.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:29:54.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:54.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:54.266 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:54.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:54.266 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:29:54.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:") 12:29:54.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:54.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:54.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:54.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:29:54.274 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:29:54.276 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:29:54.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:29:54.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:54.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:54.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:54.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:54.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:54.279 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:29:54.279 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:29:54.279 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:29:54.279 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:29:54.279 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:29:54.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:54.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:54.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:54.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:54.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:54.282 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:54.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:54.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:54.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:54.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:54.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:29:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:29:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:58.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:29:58.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:58.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:58.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:58.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:58.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:58.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:58.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:29:58.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:58.128 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:29:58.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:58.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:58.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:58.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') 12:29:58.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:58.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:58.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:58.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:58.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:58.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:58.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:58.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:58.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:58.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:58.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:58.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:58.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:58.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:58.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:58.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:58.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:58.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:59.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:59.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:59.181 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:59.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:59.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:59.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:59.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:59.182 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:29:59.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:29:59.182 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:59.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:59.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:59.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:59.200 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:29:59.200 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:29:59.200 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:29:59.200 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:29:59.200 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:29:59.200 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:29:59.200 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:29:59.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:29:59.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:29:59.200 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:29:59.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:59.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:59.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:29:59.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:59.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:59.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 "Restore Defaults") 12:29:59.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:59.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:59.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:59.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:59.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:59.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:59.256 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:29:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:59.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:59.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:59.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:59.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:59.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:59.257 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:59.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:59.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:59.258 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:59.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:59.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:59.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:59.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:59.295 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:59.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:59.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:59.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:59.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 12:29:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:59.297 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:59.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:59.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:59.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:59.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:59.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:59.298 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:29:59.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:29:59.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:59.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:59.299 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:29:59.299 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:29:59.299 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:29:59.299 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:29:59.299 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:29:59.299 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:29:59.299 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:29:59.299 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:29:59.299 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:29:59.299 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:29:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:59.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:59.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:29:59.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:59.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:59.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:29:59.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:59.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:59.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:59.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:59.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:59.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:59.356 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:29:59.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:59.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:59.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:59.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:59.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:59.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:29:59.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:59.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:59.359 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:59.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:59.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:59.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:29:59.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:29:59.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:29:59.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:59.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:59.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:59.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:59.424 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:59.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:59.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:59.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:59.424 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:29:59.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:29:59.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:59.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:59.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:59.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:00.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:00.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:00.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:00.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:00.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:00.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:00.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:00.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:00.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:00.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:00.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:00.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:00.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:00.434 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:00.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:30:00.434 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:30:00.434 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:30:00.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:30:00.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:00.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:00.482 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:00.482 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:30:00.482 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:30:00.482 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:30:00.482 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:30:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:00.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:00.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:30:00.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:30:01.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:30:01.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:30:02.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:30:02.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:02.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:02.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:02.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:02.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:02.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:02.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:02.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:02.484 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:30:02.484 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:30:02.484 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:30:02.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:30:02.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:30:02.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:02.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:02.525 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:02.525 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:30:02.526 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:30:02.526 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:30:02.526 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:30:02.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:30:03.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. finished successfully 12:30:03.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:30:03.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:03.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:03.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.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: 32) 12:30:03.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:03.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:03.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:03.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:03.144 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:30:03.144 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:30:03.144 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:30:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:03.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:03.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:03.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:03.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:03.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:03.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:03.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:03.145 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:03.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:03.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:03.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:30:03.149 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:30:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:30:03.649 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:30:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:03.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:03.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:30:03.649 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:03.649 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:03.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:30:03.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:03.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:30:03.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:30:03.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:03.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:03.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:03.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.658 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:03.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:03.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:03.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:03.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:03.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:03.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:03.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:03.676 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:03.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:03.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:03.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:03.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.701 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:03.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:03.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:03.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:03.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:03.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 '\*?\QProject Explorer\E') 12:30:03.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:03.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:03.705 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:03.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:03.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:03.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:03.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:03.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:03.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:03.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:03.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:03.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:30:03.714 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:03.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:03.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:03.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:30:03.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.733 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:03.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:03.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:03.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:03.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:03.734 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:03.734 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:03.734 DEBUG [main][MenuItemLookup] Item match:File 12:30:03.735 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:03.735 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:03.738 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:30:03.738 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:30:03.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:30:03.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:30:03.738 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:30:03.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 'New|Select a wizard'] is available.... 12:30:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:30:03.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:30:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:03.816 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:03.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.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 12:30:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:03.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:30:03.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:03.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:03.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:30:03.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:03.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:03.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:03.819 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:30:03.819 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:30:03.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:30:03.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:30:03.819 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:03.819 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:30:03.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:03.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:03.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:03.821 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:03.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:03.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:03.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:03.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:03.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:03.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:30:03.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:30:03.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:30:03.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:03.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:03.970 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:30:03.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:03.971 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:30:03.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:30:03.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:03.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:03.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:03.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:03.988 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:03.989 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:30:03.990 DEBUG [WorkbenchTestable][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 "Create module-info.java file") 12:30:03.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:03.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:04.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:04.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:04.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:04.005 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:30:04.005 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:30:04.005 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:30:04.005 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:30:04.005 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:30:04.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.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:04.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:04.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:04.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:04.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:04.015 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:06.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:06.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:06.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:06.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:30:09.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:30:09.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:09.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:09.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:09.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:30:09.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:09.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:09.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:09.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:09.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:09.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:09.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:09.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:09.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:30:09.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:09.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:09.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:09.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:09.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:09.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:09.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:09.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:09.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:09.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:09.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:09.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:09.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:09.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:09.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:09.362 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:09.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:09.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:09.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:09.442 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:09.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:09.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:09.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:09.443 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:09.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:09.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:09.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:09.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:09.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:09.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:09.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:10.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:10.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:10.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:10.445 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:10.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:10.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:10.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:10.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:10.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:10.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:10.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:10.446 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:30:10.446 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:10.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:10.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:10.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:10.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:10.473 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:10.474 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:10.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:10.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:10.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:10.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:10.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:10.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:10.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:10.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:10.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:10.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:10.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:10.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:10.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:10.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:10.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:10.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:11.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:11.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:11.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:11.478 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:11.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:11.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:11.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:11.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:11.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:11.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:11.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:11.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:11.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:11.479 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:11.479 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:30:11.479 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:30:11.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:30:11.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:11.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:30:11.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:30:11.981 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:30:11.981 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:30:11.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:30:11.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:11.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:11.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:30:11.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:11.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:11.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:11.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:30:11.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:11.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.991 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:11.991 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:11.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:11.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:11.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:11.992 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:11.992 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:11.992 DEBUG [main][MenuItemLookup] Item match:File 12:30:11.992 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:11.992 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:11.995 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:30:11.995 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:30:12.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:30:12.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:30:12.019 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:30:12.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:30:12.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:30:12.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:30:12.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:12.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:12.102 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:12.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:12.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:30:12.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:12.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:30:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:12.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:30:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:12.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:12.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:12.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:12.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:30:12.105 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:30:12.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:30:12.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:30:12.114 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:12.114 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:30:12.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:12.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:12.116 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:12.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:12.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:12.200 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:12.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:12.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:12.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:30:12.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:30:12.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:30:12.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:12.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:12.201 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:30:12.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:12.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:30:12.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:12.232 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:12.233 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:30:12.260 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:30:12.260 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:30:12.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) 12:30:12.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:12.265 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:12.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:12.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40ffe52b is found... 12:30:12.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40ffe52b is found finished successfully 12:30:12.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:30:12.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:12.835 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:12.835 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:30:12.836 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:30:12.843 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:12.843 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:30:12.843 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:30:12.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:30:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:12.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:30:12.843 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:30:12.843 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:12.844 DEBUG [main][MenuItemLookup] Item match:File 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:12.844 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:30:12.844 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:30:12.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:30:12.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:30:12.865 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:30:12.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:30:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:30:12.941 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:12.941 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:30:12.941 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:12.941 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:12.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:13.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:13.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:13.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:13.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:13.032 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:13.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:13.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:13.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:30:13.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:13.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:13.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:30:13.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 '\*?\QProblems\E') 12:30:13.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:13.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:13.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:13.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:13.064 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:13.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:13.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:13.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:13.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:13.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:30:13.065 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:13.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:13.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:13.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:13.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:13.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:13.066 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:13.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:13.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:13.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:13.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:13.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:13.067 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:13.067 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:13.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:13.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:13.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:13.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:13.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:13.067 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:13.069 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:13.069 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:13.069 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:13.070 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:13.070 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:13.070 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:13.070 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:13.070 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:13.070 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:13.070 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:13.070 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:13.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:14.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:14.571 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:14.571 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:14.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:14.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:14.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:14.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:14.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:14.572 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:14.573 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:14.573 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:14.573 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:14.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:14.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:14.574 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:14.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:14.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:14.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:14.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:14.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:14.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:14.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:14.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:14.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:14.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:14.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:14.577 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:30:14.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:30:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:14.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:30:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:14.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:30:14.577 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:30:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:14.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:30:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:14.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:30:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:30:14.577 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:14.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:14.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:14.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:14.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 12:30:14.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:14.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:14.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:14.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:14.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:14.579 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:14.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:14.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:14.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:14.581 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:30:14.581 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:30:14.581 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:30:14.581 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:30:14.581 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:30:14.581 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:30:14.581 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:30:14.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:30:14.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:30:14.581 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:30:14.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:30:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:30:14.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:30:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:14.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:14.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 "Restore Defaults") 12:30:14.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:14.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:14.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:14.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:30:14.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:14.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:14.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:14.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:14.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:14.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:14.660 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:30:14.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:14.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:14.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:14.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:14.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:14.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:14.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:30:14.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:14.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:14.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:14.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:14.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:14.664 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:14.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:14.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:14.664 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:14.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:30:14.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:30:14.717 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:14.717 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:14.717 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:14.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:14.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:14.741 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:14.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:14.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:14.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:14.742 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:14.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:14.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:14.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:14.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:14.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:14.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:15.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:15.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:15.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:15.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:15.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:15.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:15.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:15.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:15.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 12:30:15.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:15.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:15.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:15.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:15.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:15.745 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:15.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:30:15.746 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:30:15.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:30:15.755 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:30:15.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:15.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:15.791 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:15.791 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:30:15.791 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:30:15.791 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:30:15.791 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:30:15.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:15.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:15.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:30:16.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:16.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:16.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:16.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:16.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:16.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:16.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:16.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:16.292 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:30:16.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:30:16.292 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:30:16.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:30:16.300 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:30:16.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:16.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:16.334 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:16.334 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:30:16.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:30:16.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:30:16.334 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:30:16.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:30:16.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:30:16.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:30:16.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:16.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:16.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:16.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) 12:30:16.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:16.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:16.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:16.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:16.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:16.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:16.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:16.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:16.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:16.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:16.964 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:30:16.964 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:30:16.965 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:30:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:16.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:16.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:16.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:16.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:16.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:16.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:16.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:16.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:16.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:16.966 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:16.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:16.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:16.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:30:16.970 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:30:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:30:17.471 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:30:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:17.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:30:17.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:17.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:17.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:17.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:30:17.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:17.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:30:17.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:30:17.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:17.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:17.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:17.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.481 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:17.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:17.490 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:17.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:17.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:17.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:17.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:17.512 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:17.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:17.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:17.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:17.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.524 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:17.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:17.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:17.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:17.526 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:17.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') 12:30:17.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:17.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:17.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:17.544 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:17.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:17.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:17.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:17.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:17.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:17.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:17.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:17.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:17.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:30:17.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:17.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:17.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:17.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:30:17.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:17.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:17.555 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:17.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:17.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:17.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:17.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:17.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:17.557 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:17.557 DEBUG [main][MenuItemLookup] Item match:File 12:30:17.558 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:17.558 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:17.561 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:30:17.561 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:30:17.578 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:30:17.578 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:30:17.578 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:30:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:30:17.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 'New|Select a wizard'] is available. finished successfully 12:30:17.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:30:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:17.656 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:17.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:30:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:17.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:17.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:30:17.658 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:17.659 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:17.659 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:30:17.659 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:17.659 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:17.659 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:17.659 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:30:17.659 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:30:17.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:30:17.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:30:17.662 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:17.662 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:30:17.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:17.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:17.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:17.669 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:17.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:17.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:17.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:17.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:30:17.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:30:17.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:30:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:17.880 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:30:17.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:17.880 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:30:17.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:30:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:17.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:17.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:17.883 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:17.884 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:30:17.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.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:30:17.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:17.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:17.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:17.924 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:30:17.924 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:30:17.924 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:30:17.924 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:30:17.924 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:30:17.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:17.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:17.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:17.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:17.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:17.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:17.927 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:17.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:17.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:17.927 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:17.927 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:17.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:30:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:30:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:20.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:30:20.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:20.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:20.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:20.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:20.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:20.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:20.948 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:30:20.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:20.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:20.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:20.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:20.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:20.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:20.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:20.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:20.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:20.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:20.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:20.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:20.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:20.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:20.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:20.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:20.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:20.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:20.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:20.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:20.996 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:20.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:20.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:20.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:20.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:20.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:20.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:21.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:21.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:22.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:22.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:22.019 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:22.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:22.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:22.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:22.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 12:30:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:22.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:22.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:22.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:22.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:22.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:30:22.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:22.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:22.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:22.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:22.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:22.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:22.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:22.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:22.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:22.046 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:22.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:22.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:22.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:22.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:22.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:22.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:22.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:22.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:23.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:23.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:23.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:23.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:23.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:23.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:23.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:23.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 12:30:23.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:23.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:23.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:23.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:23.050 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:23.050 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:30:23.051 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:30:23.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:30:23.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:23.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:23.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:30:23.552 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:30:23.552 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:30:23.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:30:23.566 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:30:23.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:23.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:23.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:30:23.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:23.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:23.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:23.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:30:23.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:23.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:23.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:23.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:23.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:23.569 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:23.569 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:23.569 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:23.569 DEBUG [main][MenuItemLookup] Item match:File 12:30:23.569 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:23.569 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:23.572 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:30:23.572 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:30:23.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:30:23.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:30:23.589 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:30:23.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:30:23.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:30:23.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:30:23.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:23.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:23.685 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:23.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.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 12:30:23.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:23.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:23.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:23.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:23.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:30:23.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:23.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:23.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:30:23.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:23.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:23.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:23.688 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:30:23.688 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:30:23.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:30:23.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:30:23.691 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:23.691 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:30:23.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:23.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:23.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:23.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:23.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:23.692 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:23.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:23.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:23.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:23.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:30:23.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:30:23.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:30:23.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:23.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:23.772 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:30:23.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:23.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:30:23.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:23.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:23.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:23.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:23.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:23.804 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:23.805 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:30:23.811 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:30:23.811 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:30:23.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:23.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:23.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:23.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:23.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:23.836 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:23.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:23.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:23.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27de2a53 is found... 12:30:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@27de2a53 is found finished successfully 12:30:24.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:30:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:24.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:24.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:24.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:24.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:24.345 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:24.345 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:30:24.345 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:30:24.350 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:24.350 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:30:24.350 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:30:24.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:30:24.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:24.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:24.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:30:24.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:30:24.351 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:24.351 DEBUG [main][MenuItemLookup] Item match:File 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:24.352 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:30:24.352 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:30:24.372 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:30:24.372 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:30:24.372 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:30:24.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:30:24.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:30:24.426 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:24.426 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:30:24.426 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:24.426 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:24.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:24.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:24.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:24.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:24.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:24.479 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:24.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:24.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:24.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:30:24.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:24.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:24.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:30:24.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') 12:30:24.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:24.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:24.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:24.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:24.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:24.511 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:24.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:24.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:24.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:24.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:24.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:24.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:30:24.512 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:24.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:24.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:24.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:24.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:24.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:24.513 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:24.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:24.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:24.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:24.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:24.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:24.514 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:24.514 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:24.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:24.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:24.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:24.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:24.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:24.515 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:24.516 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:24.516 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:24.516 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:24.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:25.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:25.517 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:25.517 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:25.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:25.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:25.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:25.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:25.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:25.518 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:25.519 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:25.519 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:25.519 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:25.520 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:25.520 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:25.520 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:25.520 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:25.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:25.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:25.520 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:25.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:25.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:25.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:25.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:25.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:25.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:25.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:25.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:25.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:25.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:25.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:26.022 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:26.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:26.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:26.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:26.023 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:26.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:26.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:26.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:26.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:26.024 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:26.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:26.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:26.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:26.025 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:26.025 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:26.025 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:26.025 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:26.026 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:26.026 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:26.026 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:26.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:27.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:27.527 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:27.527 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:27.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:27.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:27.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:27.528 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:27.529 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:27.529 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:27.529 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:27.530 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:27.530 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:27.530 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:27.530 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:27.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:27.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:27.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:27.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:27.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:27.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:27.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:27.531 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:30:27.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:30:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:27.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:30:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:27.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:30:27.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:30:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:27.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:30:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:27.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:30:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:30:27.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:27.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:27.541 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:27.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:27.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:27.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:30:27.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:27.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:27.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:30:27.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:27.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:27.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:27.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:27.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:27.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:27.575 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:27.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:27.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:27.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:27.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:27.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:27.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 12:30:27.576 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:27.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:27.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:27.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:27.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:27.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:27.577 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:27.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:27.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:27.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:27.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:27.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:27.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:27.578 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:27.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:27.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:27.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:27.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:27.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:27.579 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:27.580 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:27.580 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:27.580 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:28.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:28.581 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:28.581 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:28.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:28.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:28.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:28.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:28.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:28.582 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:28.583 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:28.583 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:28.583 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:28.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:28.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:28.583 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:28.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:28.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:28.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:30:28.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:28.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:28.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:28.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:28.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:28.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:28.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:28.586 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:30:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:30:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:30:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:28.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:30:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:30:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:28.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:30:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:28.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:30:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 12:30:28.586 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:28.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:28.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:28.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:28.588 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:30:28.588 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:30:28.588 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:30:28.588 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:30:28.588 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:30:28.588 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:30:28.588 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:30:28.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:30:28.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:30:28.588 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:30:28.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:30:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:30:28.657 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:30:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:28.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 "Restore Defaults") 12:30:28.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:28.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:30:28.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:28.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:28.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:28.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:28.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:28.659 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:30:28.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:28.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:28.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:28.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:28.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:28.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:28.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:30:28.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:28.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:28.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:28.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:28.663 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:28.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:28.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:28.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:28.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:30:28.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:30:28.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:28.709 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:28.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:28.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:28.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:28.730 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:28.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:28.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:28.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:28.731 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:28.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:28.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:28.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:28.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:28.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:29.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:29.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:29.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:29.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:29.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:29.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:29.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:29.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:29.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:29.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:29.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:29.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:29.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:29.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:29.734 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:29.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:30:29.735 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:30:29.735 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:30:29.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:30:29.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:29.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:29.779 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:29.779 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:30:29.779 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:30:29.779 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:30:29.779 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:30:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:29.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:29.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:30:30.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:30.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:30.780 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:30:30.780 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:30:30.780 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:30:30.780 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:30:30.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:30:30.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:30.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:30.820 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:30.820 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:30:30.820 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:30:30.820 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:30:30.820 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:30:30.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.... 12:30:31.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:30:31.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:30:31.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:31.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:31.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:30:31.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:31.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:31.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:31.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:31.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:31.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:31.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:31.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:31.446 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:30:31.446 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:30:31.446 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:30:31.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:31.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:31.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:31.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:31.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:31.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:31.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:31.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:31.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:31.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:31.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:31.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:31.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:31.447 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:31.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:31.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:31.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:31.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:31.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:30:31.451 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:30:31.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:30:31.951 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:30:31.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:31.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:31.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:30:31.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:31.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:31.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:31.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:31.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:30:31.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:31.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:30:31.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:30:31.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:31.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:31.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:31.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:31.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:31.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:31.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:31.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:31.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:31.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:31.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:31.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:31.970 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:31.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:31.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:31.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:31.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.999 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:31.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:32.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:32.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:32.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:32.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:30:32.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:32.003 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:32.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:32.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:32.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:32.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:32.012 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:32.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:32.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:30:32.013 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:32.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:32.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:30:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:32.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:32.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.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 Java Project"] 12:30:32.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:32.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:32.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:32.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.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 Java Project"] 12:30:32.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:32.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:32.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:32.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:32.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:32.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:32.035 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:32.035 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:32.035 DEBUG [main][MenuItemLookup] Item match:File 12:30:32.036 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:32.036 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:32.039 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:30:32.039 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:30:32.040 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:30:32.040 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:30:32.040 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:30:32.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:30:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:30:32.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:30:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:32.118 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:32.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:30:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:30:32.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:32.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:32.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:30:32.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:32.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:32.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:32.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:32.121 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:30:32.121 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:30:32.121 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:30:32.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:30:32.130 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:32.130 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:30:32.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:32.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:32.132 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:32.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:32.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:32.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:32.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:30:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:30:32.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:30:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:32.347 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:30:32.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:32.347 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:30:32.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:") 12:30:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:32.373 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:32.374 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:30:32.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:30:32.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:32.412 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:30:32.412 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:30:32.412 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:30:32.412 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:30:32.412 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:30:32.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) 12:30:32.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:32.415 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:32.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:32.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:32.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:32.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:32.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.... 12:30:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:30:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:35.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:30:35.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:35.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:35.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:35.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:35.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:35.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:35.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:30:35.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:35.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:35.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:35.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:35.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:35.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:35.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:35.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:35.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:35.787 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:35.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:35.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:35.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:35.836 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:35.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:35.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:35.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:35.837 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:35.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:35.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:35.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:35.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:35.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:36.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:36.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:36.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:36.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:36.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:36.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:36.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:36.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:36.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:36.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:36.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:36.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:36.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:36.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:36.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:36.840 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:36.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:30:36.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:36.840 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:36.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:36.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:36.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:36.900 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:36.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:36.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:36.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:36.901 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:36.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:36.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:36.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:36.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:36.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:36.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:37.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:37.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:37.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:37.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:37.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:37.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:37.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:37.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:37.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:37.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:37.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:37.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:37.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:37.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:37.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:37.904 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:37.904 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:30:37.905 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:30:37.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:30:37.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:38.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:30:38.406 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:30:38.407 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:30:38.407 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:30:38.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:30:38.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.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 Class"] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.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 Class"] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.422 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:38.422 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:38.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:38.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:38.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:38.423 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:38.423 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:38.423 DEBUG [main][MenuItemLookup] Item match:File 12:30:38.424 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:38.424 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:38.427 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:30:38.427 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:30:38.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:30:38.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:30:38.445 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:30:38.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 'New|Select a wizard'] is available.... 12:30:38.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:30:38.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:30:38.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:38.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:38.538 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:38.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:30:38.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:38.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:38.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:38.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:38.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:38.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:38.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:38.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:30:38.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:38.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:38.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:38.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:38.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:38.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:30:38.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:38.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:38.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:38.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:38.552 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:30:38.552 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:30:38.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:30:38.555 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:30:38.555 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:38.555 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:30:38.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:38.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:38.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:38.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:38.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:38.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:38.557 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:38.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:38.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:38.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:38.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:38.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:38.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:30:38.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:30:38.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:30:38.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:38.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:38.639 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:30:38.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:30:38.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:38.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:38.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:38.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:38.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:38.672 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:38.673 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:30:38.678 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:30:38.678 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:30:38.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:38.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:38.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:38.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:38.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:38.702 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:38.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:38.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:38.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@18b7553e is found... 12:30:39.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@18b7553e is found finished successfully 12:30:39.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:30:39.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:39.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:39.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:39.210 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:39.210 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:30:39.210 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:30:39.218 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:39.218 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:30:39.218 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:30:39.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:30:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:39.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:39.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:39.219 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:39.219 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:39.219 DEBUG [main][MenuItemLookup] Item match:File 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:39.223 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:30:39.223 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:30:39.224 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:30:39.224 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:30:39.224 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:30:39.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:30:39.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:30:39.269 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:39.269 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:30:39.269 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:39.270 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:39.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:39.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:39.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:39.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:39.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:30:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:39.387 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:39.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:39.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:39.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:39.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:39.394 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:39.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:39.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:39.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:39.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:39.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:39.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:30:39.395 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:39.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:39.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:39.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:39.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:39.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:39.411 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:39.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:39.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:39.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:39.412 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:39.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:39.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:39.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:39.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:39.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:39.413 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:39.414 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:39.414 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:39.414 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:40.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:40.415 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:40.415 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:40.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:40.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:40.416 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:40.417 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:40.417 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:40.417 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:40.418 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:40.418 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:40.418 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:40.418 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:40.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:40.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:40.418 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:40.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:40.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:40.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:40.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:40.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:40.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:40.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:40.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:40.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:40.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:40.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:40.920 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:40.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:40.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:40.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:40.921 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:40.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:40.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:40.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:40.922 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:40.922 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:40.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:40.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:40.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:40.922 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:40.923 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:40.923 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:40.923 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:40.924 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:40.924 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:40.924 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:40.924 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:40.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:42.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:42.424 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:42.425 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:42.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:42.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:42.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:42.426 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:42.427 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:42.427 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:42.427 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:42.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:42.427 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:42.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:42.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:42.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:42.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 12:30:42.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:42.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:42.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:42.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:42.429 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:30:42.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:30:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:42.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:30:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:42.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:30:42.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:30:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:42.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:30:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:42.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:30:42.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:30:42.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:42.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:42.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:30:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:42.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:42.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:42.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:42.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:42.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:42.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:42.464 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:42.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:42.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:42.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:42.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:42.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:42.465 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:42.465 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:42.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:42.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:42.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:42.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:42.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:42.466 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:42.467 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:42.467 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:42.467 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:42.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:43.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:43.468 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:43.468 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:43.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:43.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:43.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:43.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:43.469 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:43.470 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:43.470 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:43.470 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:43.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:43.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:43.471 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:43.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:43.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:43.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:43.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:43.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:43.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:43.473 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:30:43.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:30:43.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:43.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:30:43.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:43.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:30:43.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:30:43.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:43.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:30:43.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:43.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:30:43.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The value of the field WarningTestClass.i is not used 12:30:43.474 DEBUG [main][TreeItemHandler] Selecting tree item: The value of the field WarningTestClass.i is not used 12:30:43.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The value of the field WarningTestClass.i is not used about selection 12:30:43.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The value of the field WarningTestClass.i is not used 12:30:43.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:43.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.511 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 12:30:43.511 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:43.512 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:43.512 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 12:30:43.512 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:43.512 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:30:43.512 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:43.512 DEBUG [main][MenuItemLookup] Found menu:'Show In' 12:30:43.512 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:30:43.512 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 12:30:43.512 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 12:30:43.512 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 12:30:43.512 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 12:30:43.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available.... 12:30:43.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:43.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available. finished successfully 12:30:43.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 12:30:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:43.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.views.markers.QuickFixPage, index 0 and no matchers specified 12:30:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:43.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.views.markers.QuickFixPage, index 0 and no matchers specified 12:30:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:43.635 TRACE [main][WidgetHandler] Notify Table with event 13 12:30:43.635 TRACE [main][WidgetHandler] Wait for synchronization 12:30:43.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 "Finish") 12:30:43.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:43.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 12:30:43.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:43.637 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:43.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:43.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 12:30:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 12:30:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8c9b5db is found... 12:30:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8c9b5db is found finished successfully 12:30:43.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:30:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:43.775 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.775 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ @SuppressWarnings("unused") private int i; } TooltipText=null 12:30:43.779 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:43.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:43.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:43.809 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:30:43.809 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:30:43.809 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:30:43.809 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:30:43.809 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:30:43.809 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:30:43.809 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:30:43.809 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:30:43.809 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:30:43.809 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:30:43.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:30:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:30:43.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:30:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:43.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:30:43.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:43.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:30:43.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:43.873 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:30:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:43.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:43.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:43.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:43.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:43.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:30:43.876 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:43.885 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:43.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:43.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:30:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:30:43.936 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:43.936 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:43.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:43.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:43.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:43.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:43.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:43.960 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:43.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:43.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:43.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:44.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:44.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:44.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:44.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:44.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:44.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:44.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:44.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:44.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:44.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:44.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:44.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:44.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:44.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:44.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:44.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:44.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:30:44.964 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:30:44.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:30:44.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:30:44.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:44.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:45.006 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:45.006 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:30:45.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:30:45.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:30:45.007 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:30:45.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:45.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:45.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:45.507 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:30:45.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:30:45.508 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:30:45.508 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:30:45.518 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:30:45.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:45.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:45.555 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:45.555 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:30:45.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:30:45.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:30:45.555 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:30:45.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:30:46.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:30:46.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:30:46.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:46.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:46.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:30:46.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:46.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:46.159 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:30:46.159 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:30:46.159 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:30:46.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:46.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:46.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:46.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:46.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:46.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:46.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:46.161 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:46.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:46.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:46.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:46.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:46.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:30:46.164 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:30:46.665 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:30:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:30:46.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*', containing button 'Continue']] is available.... 12:30:46.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.utils.DeleteUtils$1$1, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:30:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*', containing button 'Continue']] is available. finished successfully 12:30:46.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:30:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:46.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:30:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:46.671 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 12:30:46.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:30:46.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:46.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:46.672 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 12:30:46.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:46.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:46.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:46.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:30:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:30:46.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:30:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:30:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:47.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:47.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:30:47.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:47.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:47.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:47.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:30:47.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:47.219 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:30:47.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:30:47.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:47.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:47.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:47.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.224 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:47.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:47.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:47.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:47.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:47.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') 12:30:47.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:47.252 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:47.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:47.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:47.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:47.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.282 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:47.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:47.284 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:47.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:30:47.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:47.286 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:47.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:47.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:47.297 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:47.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:47.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:47.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:30:47.298 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:47.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:47.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:47.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:30:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:47.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:47.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:47.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:47.320 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:47.320 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:47.320 DEBUG [main][MenuItemLookup] Item match:File 12:30:47.321 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:47.321 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:30:47.323 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:47.324 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:30:47.324 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:30:47.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:30:47.324 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:30:47.324 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:30:47.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:30:47.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:30:47.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:30:47.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:47.405 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:47.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.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 12:30:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:47.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:30:47.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:47.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:47.407 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:47.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:47.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:47.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:30:47.407 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:47.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:47.407 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:47.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:47.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:47.407 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:30:47.408 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:30:47.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:30:47.416 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:30:47.416 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:47.416 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:30:47.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:47.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:47.418 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:47.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:47.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:47.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:47.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:47.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:47.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.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.... 12:30:47.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 12:30:47.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:30:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:47.633 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:30:47.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:47.633 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:30:47.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:30:47.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:47.636 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:47.637 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:30:47.675 DEBUG [WorkbenchTestable][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 "Create module-info.java file") 12:30:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:47.678 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:30:47.679 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:30:47.679 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:30:47.679 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:30:47.679 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:30:47.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:47.682 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:47.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:47.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:47.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:30:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:30:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:50.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:30:50.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:50.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:50.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:50.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:50.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:50.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:50.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:30:50.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:50.701 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:50.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:50.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:50.702 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:50.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:50.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:50.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:50.703 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:50.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:50.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:50.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:50.743 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:50.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:50.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:50.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:50.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:50.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:50.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:50.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:50.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:50.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:51.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:51.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:51.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:51.746 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:51.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:51.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:51.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:51.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:51.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:51.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:51.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:51.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:51.748 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:51.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:30:51.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:30:51.748 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:51.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:51.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:51.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:51.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:51.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:51.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:51.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:51.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:51.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:51.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:51.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:51.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:52.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:52.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:52.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:52.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:52.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:52.781 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:30:52.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:30:52.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:52.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:52.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:52.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:52.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:52.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:52.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:52.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:52.782 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:30:52.783 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:30:52.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:30:52.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:30:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:53.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:53.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:30:53.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:30:53.285 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:30:53.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:30:53.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:30:53.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.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"] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.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"] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:53.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:53.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:53.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:53.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:53.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:53.301 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:53.301 DEBUG [main][MenuItemLookup] Item match:File 12:30:53.302 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:53.302 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:53.305 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:30:53.305 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:30:53.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:30:53.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:30:53.323 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:30:53.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:30:53.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:30:53.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:30:53.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:53.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:53.401 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:53.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:30:53.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:53.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:53.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:53.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:53.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:53.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:30:53.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:53.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:53.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:30:53.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:30:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:53.404 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:30:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:53.404 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:30:53.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:30:53.404 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:30:53.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:30:53.408 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:30:53.413 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:30:53.413 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:30:53.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:53.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:53.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:53.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:53.415 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:53.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:53.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:53.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:30:53.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:30:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:30:53.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:30:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:53.497 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:30:53.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:53.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:30:53.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:53.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:53.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:53.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:53.530 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:53.531 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:30:53.581 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:30:53.581 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:30:53.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:53.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:53.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:53.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:53.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:53.586 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:53.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:53.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:53.586 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:53.586 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:54.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:54.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:54.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:54.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c95ab13 is found... 12:30:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c95ab13 is found finished successfully 12:30:54.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:30:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:54.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:54.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:54.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:54.094 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.094 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:30:54.094 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:30:54.100 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.100 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:30:54.100 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:30:54.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:30:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:54.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:54.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:54.123 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:54.123 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:54.123 DEBUG [main][MenuItemLookup] Item match:File 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.124 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:30:54.124 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:30:54.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:30:54.125 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:30:54.125 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:30:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:30:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:30:54.151 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.151 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:30:54.152 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:54.152 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:54.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:54.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:54.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:54.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:54.205 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:54.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:54.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:54.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:30:54.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:54.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:54.213 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:54.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:54.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:54.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:54.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:54.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:54.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:54.219 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:54.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:54.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:54.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:54.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:54.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:30:54.220 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:54.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:54.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:54.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:54.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:54.221 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:54.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:54.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:54.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:54.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:54.221 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:54.221 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:54.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:54.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:54.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:54.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:54.222 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:54.223 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:54.223 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:54.223 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:55.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:55.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:55.240 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:55.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:55.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:55.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:55.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:55.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:55.241 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:55.242 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:55.242 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:55.242 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:55.242 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:55.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:55.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:55.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:55.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:55.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:55.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:55.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:55.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:55.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:55.744 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:55.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:55.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:55.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:55.746 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:55.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:55.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:55.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:55.746 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:55.746 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:55.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:55.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:55.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:55.747 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:55.748 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:55.748 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:55.748 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:56.749 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:56.749 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:56.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:56.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:56.750 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:56.751 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:56.751 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:56.751 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:56.752 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:56.752 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:56.752 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:56.752 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:56.752 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:56.752 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:56.752 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:56.752 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:56.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:56.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:56.752 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:56.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:56.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:56.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:56.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:56.753 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:30:56.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:30:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:56.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:30:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:56.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:30:56.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:30:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:56.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:30:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:56.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:30:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:30:56.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.763 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:56.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:30:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:56.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:56.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:56.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:56.782 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:56.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:56.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:56.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:56.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:56.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view.... 12:30:56.783 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:56.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:56.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:56.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:56.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:56.783 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:56.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:56.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:56.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:56.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:56.784 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:56.784 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:56.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:56.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:56.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:56.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:56.785 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:56.786 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:56.786 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:56.786 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:56.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:57.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:57.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:57.804 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:57.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:57.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:57.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:57.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:57.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:57.805 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:57.806 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:57.806 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:57.806 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:57.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:57.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:57.806 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:57.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:57.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:57.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:57.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:57.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:57.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:57.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:57.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:57.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:57.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:57.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:57.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view. finished successfully 12:30:57.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:57.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:57.835 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:57.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:57.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:57.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:30:57.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:57.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:57.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:30:57.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:30:57.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:57.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:57.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:57.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:57.872 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:57.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:57.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:57.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:57.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:57.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:57.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:30:57.873 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:57.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:57.874 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:57.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:57.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:57.875 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:57.875 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:57.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:57.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:57.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:57.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:57.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:57.875 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:57.876 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:57.876 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:57.876 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:57.877 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:57.877 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:57.877 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:57.877 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:57.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:30:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:30:59.378 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:59.378 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:59.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:59.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:59.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:59.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:59.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:59.379 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:59.380 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:59.381 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:59.381 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:59.381 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:30:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:30:59.381 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:59.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:59.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:59.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:30:59.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:59.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:59.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:59.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:59.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:59.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:59.385 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:30:59.385 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:30:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:59.385 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:30:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:59.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:30:59.385 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:30:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:59.385 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:30:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:59.385 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:30:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:30:59.385 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:59.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:59.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:59.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:59.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:30:59.386 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:30:59.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:30:59.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:59.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:59.387 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:30:59.387 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:30:59.388 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:30:59.388 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:30:59.388 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:30:59.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:00.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:00.389 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:00.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:00.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:00.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:00.390 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:00.391 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:00.391 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:00.391 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:00.391 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:00.392 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:00.392 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:00.392 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:00.392 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:00.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:00.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:00.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:00.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:00.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:00.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:00.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:00.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:00.394 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:00.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:00.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:00.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:00.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:00.395 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:00.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:00.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:00.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:00.396 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:00.397 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:00.397 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:00.397 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:01.898 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:01.898 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:01.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:01.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:01.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:01.899 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:01.900 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:01.900 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:01.900 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:01.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:01.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:01.900 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:01.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:01.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:01.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:01.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.901 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:31:01.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:31:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:01.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:31:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:01.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:31:01.902 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:31:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:01.902 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:31:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:01.902 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:31:01.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:01.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:01.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:01.928 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:01.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:01.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:01.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:01.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:01.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:01.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:01.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:01.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:01.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:01.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:01.960 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:01.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:01.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:01.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:01.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:01.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:01.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:01.971 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:01.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:01.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:01.993 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:01.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:01.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:01.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:01.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:01.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:01.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:01.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:01.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:02.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:02.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:02.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:02.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:02.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:02.005 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:02.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:02.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:02.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:02.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:02.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:02.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:02.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:02.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:02.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:02.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:02.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:02.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:02.032 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:02.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:02.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:02.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:02.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:02.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:02.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:02.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:02.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:02.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:02.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:02.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:02.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:02.060 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:02.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:02.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:02.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:02.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:02.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 12:31:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:02.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:02.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:02.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:02.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:02.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:02.073 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:02.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:02.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:02.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:02.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:02.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 12:31:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:02.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:02.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:02.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:02.092 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:02.092 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:02.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:02.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:02.093 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:02.093 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:02.093 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:02.093 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:02.093 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:02.094 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:02.094 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:02.094 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:02.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:03.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:03.595 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:03.595 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:03.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:03.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:03.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:03.596 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:03.597 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:03.597 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:03.597 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:03.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:03.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:03.597 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:03.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:03.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:03.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:03.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:03.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:03.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:03.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:03.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:03.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:03.598 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:03.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:03.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:03.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:03.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:03.599 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:03.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:03.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:03.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:03.599 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:03.600 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:03.600 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:03.600 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:03.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:05.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:05.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:05.101 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:05.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:05.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:05.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:05.103 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:05.104 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:05.104 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:05.104 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:05.104 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:05.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:05.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:05.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:05.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:05.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:05.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:05.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:05.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:05.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:05.105 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:05.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:05.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:05.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:05.106 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:05.106 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:05.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:05.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:05.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:05.107 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:05.108 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:05.108 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:05.108 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:06.109 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:06.109 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:06.110 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:06.111 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:06.111 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:06.111 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:06.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:06.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:06.111 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:06.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.112 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:31:06.112 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:31:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:06.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:31:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:06.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:31:06.113 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:31:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:06.113 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:31:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:06.113 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:31:06.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:06.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.119 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:06.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:06.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:06.123 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:06.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:06.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:06.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:06.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:06.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:06.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:06.152 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:06.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:06.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:06.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:06.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:06.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 '\*?\QProblems\E') 12:31:06.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:06.165 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:06.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:06.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:06.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:06.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.189 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:06.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:06.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:06.194 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:06.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:06.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:06.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:06.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:06.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') 12:31:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:06.238 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:06.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:06.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:06.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:06.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.246 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:06.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') 12:31:06.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:06.268 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:06.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:06.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:06.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.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 12:31:06.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:31:06.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:31:06.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 '\*?\QProblems\E') 12:31:06.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:06.281 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:31:06.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:06.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:06.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.283 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:06.284 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:06.301 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:06.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:06.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:06.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:06.302 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:06.303 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:06.303 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:06.303 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:06.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:07.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:07.304 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:07.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:07.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:07.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:07.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:07.305 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:07.306 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:07.306 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:07.306 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:07.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:07.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:07.307 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:07.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:07.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:07.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:07.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:07.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:07.308 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:31:07.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:31:07.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:07.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:31:07.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:07.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:31:07.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:31:07.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:07.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:31:07.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:07.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:31:07.308 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:07.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:07.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:07.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:07.309 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:31:07.309 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:31:07.309 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:31:07.309 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:31:07.309 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:31:07.309 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:31:07.309 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:31:07.310 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:31:07.310 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:31:07.310 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:31:07.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:31:07.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:31:07.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:31:07.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:07.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:07.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:31:07.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:07.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:07.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:07.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:31:07.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:07.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:07.378 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:31:07.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:07.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:07.379 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:07.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:07.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:07.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:07.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:31:07.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:07.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:07.381 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:07.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:07.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:07.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:31:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:31:07.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:31:07.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:07.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:07.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:07.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:07.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:07.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:07.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:07.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:07.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:07.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:07.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:07.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:07.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:08.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:08.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:08.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:08.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:08.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:08.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:08.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:08.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:08.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:08.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:08.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:08.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:08.459 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:31:08.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:31:08.459 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:31:08.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:31:08.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:31:08.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:08.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:08.502 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:08.502 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:31:08.502 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:31:08.502 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:31:08.502 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:31:08.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:08.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:08.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:09.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:09.003 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:31:09.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:31:09.003 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:31:09.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:31:09.013 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:31:09.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:09.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:09.044 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:09.044 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:31:09.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:31:09.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:31:09.044 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:31:09.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:31:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:31:09.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:31:09.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:09.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:09.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:09.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:31:09.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:09.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:09.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:09.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:09.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:09.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:09.646 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:31:09.646 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:31:09.646 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:31:09.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:09.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:09.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:09.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:09.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:09.646 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:09.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:09.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:09.646 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:09.646 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:09.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:09.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:09.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:09.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:09.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:09.647 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:09.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:09.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:09.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:09.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:09.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:31:09.650 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:31:10.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:31:10.151 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:31:10.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:10.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:10.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:31:10.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:10.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:10.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:10.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:10.152 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:31:10.152 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:10.152 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:31:10.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:31:10.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:10.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:10.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:10.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:10.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:10.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:10.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 '\*?\QProblems\E') 12:31:10.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:10.165 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:10.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:10.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:10.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:10.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.192 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:31:10.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:10.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:10.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') 12:31:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:10.194 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:10.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:10.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:10.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:10.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:10.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:10.220 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:10.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:10.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:10.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:31:10.221 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:10.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:10.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:10.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:31:10.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:10.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:10.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.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"] 12:31:10.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:10.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:10.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:10.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.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 Java Project"] 12:31:10.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:10.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.224 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:10.224 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:10.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:10.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:10.224 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:10.224 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:10.224 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:10.224 DEBUG [main][MenuItemLookup] Item match:File 12:31:10.225 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:10.225 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:10.228 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:10.228 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:10.229 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:10.229 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:10.229 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:10.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:31:10.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:31:10.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:31:10.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:10.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:10.311 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:10.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:10.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:10.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:31:10.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:10.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:10.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:31:10.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:10.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:10.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:10.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:31:10.313 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:31:10.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:31:10.322 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:31:10.322 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:10.322 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:10.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:10.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:10.323 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:10.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:10.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:10.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:10.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:10.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:10.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:31:10.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:31:10.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:31:10.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:10.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:10.531 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:31:10.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:10.531 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:31:10.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:") 12:31:10.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:10.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:10.534 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:31:10.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:31:10.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:10.574 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:31:10.583 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:31:10.583 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:31:10.583 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:31:10.583 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:31:10.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:10.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:10.585 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:10.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:10.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:10.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:10.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:10.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:31:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:31:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:13.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:31:13.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:13.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:13.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:13.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:13.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:13.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:13.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:13.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:13.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists.... 12:31:13.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:13.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:13.647 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:13.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:13.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:13.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:13.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:13.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:13.648 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:13.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:13.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:13.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:13.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:13.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:13.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:13.649 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:13.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:13.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:13.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:13.690 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:13.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:13.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:13.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:13.691 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:13.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:13.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:13.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:13.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:13.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:13.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:14.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:14.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:14.693 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:14.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:14.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:14.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:14.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:14.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:14.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:31:14.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project ProblemsViewTestProject exists. finished successfully 12:31:14.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:14.694 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:14.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:14.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:14.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:14.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.723 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:14.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:14.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:14.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:14.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:14.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') 12:31:14.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:14.733 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:14.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:14.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:14.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:14.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:14.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:14.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty.... 12:31:14.751 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:14.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:14.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:14.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:14.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:14.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:14.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:31:14.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:14.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:14.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:14.753 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Problems (0 items)"as the parent 12:31:14.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:14.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:14.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty. finished successfully 12:31:14.754 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:14.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:14.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:14.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:14.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:14.754 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:14.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:14.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:14.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:14.755 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:14.756 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:14.756 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:14.756 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:14.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:15.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:15.757 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:15.757 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:15.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:15.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:15.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:15.758 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:15.759 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:15.759 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:15.759 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:15.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:15.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:15.759 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:15.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:15.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:15.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:15.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:15.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:15.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:15.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:15.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:15.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:15.760 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:15.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:15.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:15.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:15.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:15.761 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:15.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:15.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:15.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:15.761 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:15.762 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:15.762 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:15.762 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:15.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:16.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:16.763 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:16.763 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:16.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:16.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:16.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:16.764 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:16.765 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:16.765 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:16.765 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:16.766 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:16.766 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:16.766 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:16.766 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:16.766 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:16.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:16.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:16.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:16.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:16.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:16.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:16.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:16.767 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:16.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:16.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:16.767 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:16.767 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:16.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:16.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:16.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:16.768 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:16.768 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:16.768 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:16.768 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:16.768 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:16.769 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:16.769 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:16.769 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:18.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:18.270 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:18.270 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:18.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:18.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:18.271 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:18.272 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:18.272 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:18.272 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:18.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:18.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:18.273 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:18.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:18.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:18.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:18.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:18.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:18.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:18.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:18.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:18.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:18.274 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:18.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:18.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:18.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:18.274 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:18.275 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:18.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:18.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:18.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:18.275 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:18.276 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:18.276 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:18.276 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:18.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:19.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:19.277 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:19.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:19.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:19.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:19.278 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:19.279 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:19.279 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:19.279 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:19.280 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:19.280 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:19.280 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:19.280 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:19.280 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:19.280 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:19.280 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:19.280 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:19.280 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:19.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:19.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:19.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:19.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:19.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:19.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:19.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:19.281 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:19.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:19.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:19.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:19.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:19.281 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:19.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:19.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:19.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:19.282 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:19.283 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:19.283 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:19.283 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:19.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:20.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:20.284 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:20.284 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:20.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:20.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:20.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:20.285 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:20.286 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:20.286 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:20.286 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:20.287 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:20.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:20.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:20.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:20.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 12:31:20.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:20.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:20.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:20.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:20.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:20.288 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:20.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:20.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:20.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:20.288 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:20.288 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:20.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:20.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:20.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:20.289 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:20.290 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:20.290 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:20.290 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:20.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:21.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:21.791 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:21.791 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:21.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:21.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:21.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:21.792 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:21.793 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:21.793 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Error Log (Workspace Log)' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Properties' 12:31:21.793 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:21.794 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:21.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:21.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:21.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:21.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:21.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:21.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:21.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:21.795 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:21.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:21.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:21.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:21.796 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:31:21.796 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:31:21.796 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:31:21.796 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:31:21.796 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:31:21.796 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:31:21.796 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:31:21.796 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:31:21.796 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:31:21.796 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:31:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:31:21.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:31:21.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:31:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:21.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:31:21.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:21.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:31:21.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:21.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:21.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:21.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:21.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:21.858 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:31:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:21.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:21.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:21.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:21.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:21.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:31:21.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:21.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:21.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:21.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:21.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:21.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:21.861 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:21.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:21.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:21.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:21.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:21.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:31:21.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:31:21.901 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:31:21.901 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:21.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:21.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:21.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:21.926 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:21.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:21.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:21.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:21.927 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:21.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:21.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:21.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:21.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:21.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:21.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:22.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:22.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:22.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:22.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:22.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:22.928 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:22.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:22.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:22.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:22.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:22.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:22.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:22.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:22.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:22.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:22.930 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:31:22.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:31:22.930 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:31:22.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:31:22.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:31:22.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:22.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.972 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:22.972 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:31:22.972 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:31:22.972 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:31:22.972 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:31:22.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:22.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:22.973 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:31:23.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:31:23.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:23.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:23.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:23.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:23.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:23.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:23.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:23.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:23.473 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:31:23.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:31:23.473 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:31:23.474 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:31:23.481 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:31:23.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:23.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:23.515 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:23.515 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:31:23.515 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:31:23.516 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:31:23.516 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:31:23.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:31:24.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:31:24.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:31:24.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:24.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:24.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:24.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:24.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: 32) 12:31:24.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:24.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:24.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:24.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:24.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:24.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:24.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:24.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:24.132 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:31:24.132 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:31:24.132 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:31:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:24.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:24.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:24.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:24.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:24.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:24.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:24.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:24.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:24.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:24.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:24.133 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:24.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:24.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:24.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:24.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:24.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:31:24.137 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:31:24.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:31:24.637 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:31:24.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:24.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:31:24.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:31:24.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:24.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:24.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:24.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:24.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:24.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:24.638 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:24.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:31:24.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:24.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:24.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:31:24.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:31:24.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:24.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:24.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 298.439 s - in org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 24.867 s testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 18.389 s testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.594 s testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.723 s testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 27.042 s testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 16.437 s testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 12.134 s testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.682 s testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.579 s testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 25.202 s testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.039 s testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.595 s testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.537 s testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 28.844 s testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 9.738 s testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 13.822 s testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 14.48 s testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 15.267 s testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 22.932 s testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 14.486 s Running org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:24.648 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:24.648 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:31:24.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:24.649 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:24.649 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:24.649 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:31:24.649 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:24.649 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:31:24.649 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:24.649 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:24.649 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:24.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:24.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:24.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:24.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:24.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:24.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:24.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:24.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:24.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:24.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:24.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:24.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:24.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:24.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:24.651 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:24.651 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:24.651 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:24.651 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:24.651 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:24.651 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:24.651 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:24.651 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:24.651 DEBUG [main][MenuItemLookup] Item match:Window 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.652 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:24.652 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:24.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:24.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:24.652 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:24.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:31:24.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:31:24.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:24.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:24.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:24.767 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:24.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:24.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:24.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:24.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:24.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:24.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:24.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:24.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:24.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:24.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:24.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:24.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:24.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:24.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:24.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:24.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:24.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:24.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:24.769 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:24.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:24.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:31:24.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:25.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:25.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:25.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:31:25.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:25.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:25.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:25.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:25.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:25.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:31:25.273 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:31:25.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:31:25.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:31:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:31:25.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:25.340 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:25.340 TRACE [main][WidgetHandler] Wait for synchronization 12:31:25.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and no matchers specified 12:31:25.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:25.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:25.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:31:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:25.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:25.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:25.360 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:25.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:25.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:25.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:25.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:25.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:25.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:25.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:25.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:25.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:25.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:25.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:25.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:25.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:25.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:25.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:25.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:25.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:25.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:25.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:25.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:25.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:25.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:25.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:25.404 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:25.405 DEBUG [main][MenuItemLookup] Item match:Window 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:25.405 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:25.405 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:25.405 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:25.405 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:25.405 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:25.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:31:25.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 12:31:25.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:25.532 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:25.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:25.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:25.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:25.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:25.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:25.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:25.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:25.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:25.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:25.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:25.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:31:25.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:25.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:25.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:31:25.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:25.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:25.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:25.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:31:25.545 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:31:25.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:31:25.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:31:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.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.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:31:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:25.550 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:31:25.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:25.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:25.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:25.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:25.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 12:31:25.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available. finished successfully 12:31:25.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 12:31:25.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:25.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:25.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "File type:") 12:31:25.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:25.597 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:25.597 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 12:31:25.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:25.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:25.599 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:25.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:25.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:25.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:25.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:25.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:31:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:25.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:25.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:25.637 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:25.637 TRACE [main][WidgetHandler] Wait for synchronization 12:31:25.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:31:25.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:25.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:25.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:25.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:25.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:25.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:31:25.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:31:26.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:31:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:26.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:31:26.646 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 12:31:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:26.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:26.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:26.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 12:31:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available. finished successfully 12:31:26.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 12:31:26.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:26.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:26.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:31:26.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:26.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:26.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:26.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:26.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 12:31:26.743 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 12:31:26.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 12:31:26.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 12:31:26.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:26.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:26.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:26.745 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:26.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:26.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:26.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:26.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:26.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:31:26.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:26.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:26.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:26.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:26.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:31:26.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:26.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:26.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:26.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:26.788 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:26.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:26.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:26.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:26.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:26.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:26.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:26.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:26.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:26.824 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:26.824 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:26.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:26.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:26.824 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:26.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:26.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:26.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:26.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:26.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:26.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:26.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:26.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:26.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:26.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:26.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:26.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:26.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:26.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:26.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:26.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:26.825 DEBUG [main][MenuItemLookup] Item match:Window 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:26.825 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:26.825 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:26.825 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:26.825 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:26.825 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:26.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:31:26.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:31:26.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:26.950 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:26.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:26.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:26.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:26.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:26.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:26.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:26.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:26.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:31:26.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:26.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:26.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:31:26.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:26.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:26.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:26.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:31:26.963 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:31:26.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:31:26.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:31:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:31:26.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:26.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:26.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:26.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:26.967 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:26.967 TRACE [main][WidgetHandler] Wait for synchronization 12:31:26.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:31:26.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:26.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:26.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:26.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:26.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:26.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:26.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:26.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:26.989 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:26.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:26.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:27.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:27.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:27.024 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:27.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:27.025 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:27.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:27.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:27.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:27.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:27.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:27.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:27.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:27.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:27.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:27.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:27.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:27.026 DEBUG [main][MenuItemLookup] Item match:Window 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.026 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:27.026 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:27.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:27.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:27.027 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12: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 'Preferences.*'] is available. finished successfully 12:31:27.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:27.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.170 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:27.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:27.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:27.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:27.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:27.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:27.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:27.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:27.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:27.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:27.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:31:27.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:27.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:27.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:31:27.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:27.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:27.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:27.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:27.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:27.187 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:31:27.187 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:31:27.187 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:31:27.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:31:27.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:31:27.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:27.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:27.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:27.202 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:27.202 TRACE [main][WidgetHandler] Wait for synchronization 12:31:27.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and no matchers specified 12:31:27.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:27.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:27.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:31:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:27.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:27.214 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:27.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:27.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:27.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:27.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:27.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:27.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:27.259 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:27.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:27.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:27.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:27.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:27.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:27.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:27.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:27.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:27.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:27.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:27.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:27.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:27.260 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:27.260 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:27.260 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:27.260 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:27.260 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:27.260 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:27.260 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:27.260 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:27.260 DEBUG [main][MenuItemLookup] Item match:Window 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.261 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:27.261 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:27.261 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:27.261 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:27.261 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:27.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.... 12:31:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:31:27.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.399 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:27.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:27.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:27.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:27.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:27.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:27.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:27.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:27.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:27.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:31:27.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:27.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:27.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:27.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:31:27.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:27.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:27.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:27.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:31:27.402 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:31:27.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:31:27.402 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:31:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:31:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:27.406 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:31:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:27.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:27.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 12:31:27.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available. finished successfully 12:31:27.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 12:31:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "File type:") 12:31:27.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:27.453 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:27.453 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 12:31:27.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:27.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:27.458 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:27.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:27.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:27.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:27.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:27.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:31:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:27.498 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:27.498 TRACE [main][WidgetHandler] Wait for synchronization 12:31:27.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:31:27.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:27.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:27.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:31:27.502 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 12:31:27.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:27.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:27.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:27.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:27.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 12:31:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available. finished successfully 12:31:27.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 12:31:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:31:27.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:27.560 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 12:31:27.560 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 12:31:27.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 12:31:27.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 12:31:27.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:27.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:27.562 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:27.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:27.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:27.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:31:27.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:27.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:27.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:27.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:27.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:27.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:31:27.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:27.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:27.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and no matchers specified 12:31:27.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:27.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:31:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:27.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: Matcher matching text to regular expression 'Java Editor.*') 12:31:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:31:27.616 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:27.616 TRACE [main][WidgetHandler] Wait for synchronization 12:31:27.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:31:27.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:27.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:27.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:31:27.619 INFO [WorkbenchTestable][AbstractButton] Click button Re&move 12:31:27.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:27.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:27.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:27.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:27.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:31:27.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:27.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:27.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:27.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:27.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:31:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:31:28.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:28.632 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:28.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:28.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:28.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:28.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:28.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:28.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:28.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:28.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:28.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:28.687 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:28.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:28.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:28.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:28.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:28.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:28.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:28.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:28.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:28.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:28.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:28.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:28.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:28.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:28.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:28.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:28.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:28.688 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:28.688 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:28.688 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:28.688 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:28.688 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:28.688 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:28.688 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:28.688 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:28.688 DEBUG [main][MenuItemLookup] Item match:Window 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:28.689 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:28.689 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:28.689 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:28.689 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:28.689 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:28.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:31:28.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:31:28.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:28.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:28.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:28.813 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:28.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:28.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:28.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:28.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:28.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:28.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:28.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:28.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:28.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:28.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:28.815 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:28.815 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:28.815 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:31:28.815 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:28.815 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:28.815 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:31:28.815 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:28.815 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:28.815 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:28.824 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:31:28.825 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:31:28.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:31:28.825 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:31:28.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:31:28.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:28.830 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:31:28.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:28.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:28.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:28.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:28.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 12:31:28.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available. finished successfully 12:31:28.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 12:31:28.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:28.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:28.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "File type:") 12:31:28.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:28.881 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:28.882 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 12:31:28.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:28.883 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:28.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:28.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:28.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:28.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:28.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:31:28.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:28.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:28.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:28.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:28.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:31:28.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:28.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:28.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:28.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:28.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:28.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:28.931 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:28.931 TRACE [main][WidgetHandler] Wait for synchronization 12:31:28.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:31:28.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:28.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:28.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:28.937 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:31:28.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:28.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:28.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:28.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:28.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:28.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:28.942 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:28.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:28.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:28.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:28.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:28.976 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:28.976 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:28.976 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:28.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:28.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:28.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:28.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:28.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:28.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:28.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:28.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:28.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:28.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:28.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:28.977 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:28.977 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:28.977 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:28.977 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:28.977 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:28.977 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:28.977 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:28.977 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:28.977 DEBUG [main][MenuItemLookup] Item match:Window 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:28.978 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:28.978 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:28.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:28.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:28.978 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:29.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:31:29.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:31:29.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:29.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.111 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:29.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:29.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:29.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:29.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:29.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:29.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:29.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:29.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:29.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:29.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:31:29.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:29.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:29.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:31:29.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:31:29.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:29.123 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:31:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:29.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:31:29.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:31:29.123 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:31:29.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:31:29.123 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:31:29.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.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.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:31:29.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:29.141 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:31:29.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:29.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:29.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:29.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:29.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 12:31:29.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available. finished successfully 12:31:29.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 12:31:29.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "File type:") 12:31:29.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:29.186 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:29.187 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 12:31:29.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:29.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:29.189 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:29.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:29.189 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:29.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:29.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:31:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:29.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:29.228 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:29.228 TRACE [main][WidgetHandler] Wait for synchronization 12:31:29.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:31:29.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:29.232 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:31:29.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:29.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:29.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:29.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:29.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:31:29.232 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:29.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:31:29.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:29.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:29.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:29.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:29.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:29.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:29.244 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:29.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:29.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:29.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:29.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:29.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:29.303 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:29.303 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.303 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:31:29.303 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:31:29.303 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:29.303 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:29.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.657 s - in org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.755 s addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.42 s selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.201 s getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.234 s removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.428 s addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.289 s removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.327 s Running org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:29.314 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:29.315 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:31:29.315 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:29.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:29.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:29.315 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:31:29.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:29.316 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:31:29.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:29.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:29.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:31:29.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:29.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:29.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:29.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:29.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:29.328 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 12:31:29.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:29.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:29.328 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:29.328 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:29.328 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:29.328 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:29.328 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:29.328 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:29.328 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:29.328 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:29.328 DEBUG [main][MenuItemLookup] Item match:Window 12:31:29.329 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:29.329 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:29.329 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:29.329 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.329 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:29.329 DEBUG [main][MenuItemLookup] Item match:Show View 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.333 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:31:29.333 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:31:29.333 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:31:29.333 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:31:29.333 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:31:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:31:29.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 12:31:29.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:31:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:31:29.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:29.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:29.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:29.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:29.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:29.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:29.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:29.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:29.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:29.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 12:31:29.401 DEBUG [main][TreeItemHandler] Selecting tree item: Search 12:31:29.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 12:31:29.402 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 12:31:29.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:29.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:29.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:31:29.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:29.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:29.404 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:31:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:29.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:29.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 12:31:29.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 12:31:29.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:29.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E') 12:31:29.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:29.539 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:29.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:29.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:29.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:29.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:29.542 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:29.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:29.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:31:29.542 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 12:31:29.542 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 12:31:29.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.543 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:31:29.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:29.576 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:29.576 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:29.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.607 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:31:29.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:29.608 INFO [WorkbenchTestable][RequirementsRunner] Started test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:31:29.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:29.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:29.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:29.608 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:29.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:29.622 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 12:31:29.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:29.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:29.623 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:29.623 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:29.623 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:29.623 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:29.623 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:29.623 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:29.623 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:29.623 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:29.623 DEBUG [main][MenuItemLookup] Item match:Window 12:31:29.624 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:29.624 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:29.624 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:29.624 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.624 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:29.624 DEBUG [main][MenuItemLookup] Item match:Show View 12:31:29.627 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.628 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:31:29.628 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:31:29.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:31:29.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:31:29.628 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:31:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:31:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:31:29.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:31:29.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.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 12:31:29.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:29.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:29.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:29.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:29.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:29.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:29.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:29.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:29.708 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:29.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:29.708 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:29.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:29.708 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:29.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 12:31:29.708 DEBUG [main][TreeItemHandler] Selecting tree item: Search 12:31:29.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 12:31:29.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 12:31:29.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:29.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:29.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:29.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.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 "Open") 12:31:29.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:29.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:29.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:29.715 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:31:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:29.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:29.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:29.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:29.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:29.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 12:31:29.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 12:31:29.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:29.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:29.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 '\*?\QSearch\E') 12:31:29.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:29.841 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:29.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:29.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:29.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:29.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:29.858 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:29.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:29.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:31:29.859 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:29.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:29.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:31:29.860 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:29.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:29.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:31:29.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget which text matches: "No search results available. Start a search from the search dialog...") 12:31:29.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:31:29.864 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:29.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:29.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:31:29.865 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 12:31:29.865 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 12:31:29.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:29.866 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:31:29.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:29.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:29.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:29.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:29.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:29.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:31:29.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:29.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:31:29.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:29.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:29.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:29.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:29.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:29.934 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 12:31:29.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:29.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:29.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:29.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:29.935 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:29.935 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:29.936 DEBUG [main][MenuItemLookup] Item match:Window 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.936 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:29.936 DEBUG [main][MenuItemLookup] Item match:Show View 12:31:29.939 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:31:29.939 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.940 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:31:29.940 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:31:29.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:31:29.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:31:29.955 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:31:30.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:31:30.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:31:30.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:31:30.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:30.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:30.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 12:31:30.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:30.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:30.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:30.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:30.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:30.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:30.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:30.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:30.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:30.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:30.022 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:30.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:30.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:30.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 12:31:30.023 DEBUG [main][TreeItemHandler] Selecting tree item: Search 12:31:30.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 12:31:30.023 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 12:31:30.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:30.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:30.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:31:30.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:30.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:30.025 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:31:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:30.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:30.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:30.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 12:31:30.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 12:31:30.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:30.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:30.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E') 12:31:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:30.147 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:30.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:30.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:30.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:30.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:30.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:30.149 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:30.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:30.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:30.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:31:30.163 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:30.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:30.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:30.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:31:30.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget which text matches: "No search results available. Start a search from the search dialog...") 12:31:30.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:31:30.165 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:31:30.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:30.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:30.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:31:30.165 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 12:31:30.165 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 12:31:30.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:31:30.166 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:31:30.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:30.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:30.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.223 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:31:30.223 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:31:30.223 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:30.223 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:30.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 s - in org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.291 s testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.311 s testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.304 s Running org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:31:30.233 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:31:30.235 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:31:30.236 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:30.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:31:30.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:30.236 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:31:30.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:30.236 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:31:30.236 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:30.236 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:31:30.236 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:31:30.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:31:30.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.237 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:30.237 DEBUG [main][MenuItemLookup] Item match:Window 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.237 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:30.238 DEBUG [main][MenuItemLookup] Item match:Window 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:30.238 DEBUG [main][MenuItemLookup] Item match:Perspective 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:31:30.238 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:31:30.238 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:31:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:31:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.239 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:30.239 DEBUG [main][MenuItemLookup] Item match:Window 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:30.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.239 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:30.239 DEBUG [main][MenuItemLookup] Item match:Window 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:30.239 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:30.239 DEBUG [main][MenuItemLookup] Item match:Perspective 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:31:30.240 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:31:30.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.240 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:30.240 DEBUG [main][MenuItemLookup] Item match:Window 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:30.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.240 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:30.240 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:30.240 DEBUG [main][MenuItemLookup] Item match:Window 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:30.241 DEBUG [main][MenuItemLookup] Item match:Perspective 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:31:30.241 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:31:30.241 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:31:30.241 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:31:30.241 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:31:30.241 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:31:30.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:31:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:31:30.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:31:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:30.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:31:30.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:30.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:31:30.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:30.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:31:30.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:30.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:30.275 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:31:30.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:30.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:30.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:30.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:30.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:30.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:30.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:30.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:30.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:30.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:30.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:30.506 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:30.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:30.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:30.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:30.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:30.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:30.535 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:30.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:30.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:30.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:31:30.536 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:30.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:30.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:30.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:31:30.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:30.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:30.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:30.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:30.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:30.539 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:30.539 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:30.539 DEBUG [main][MenuItemLookup] Item match:File 12:31:30.540 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:30.540 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:30.543 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:30.543 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:30.543 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:30.543 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:30.543 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:30.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:31:30.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:31:30.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:31:30.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:30.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:30.635 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:30.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:30.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:31:30.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:30.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:30.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:31:30.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:30.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:30.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:30.638 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:31:30.638 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:31:30.638 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:31:30.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:31:30.638 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:30.638 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:30.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:30.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:30.640 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:30.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:30.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:30.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:30.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:30.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:31:30.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:31:30.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:31:30.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:30.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:30.876 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:31:30.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:30.876 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Project' 12:31:30.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:31:30.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:30.901 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:30.903 INFO [WorkbenchTestable][AbstractText] Text set to: Project 12:31:30.935 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:31:30.935 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:31:30.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.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:30.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:30.939 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:30.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:30.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:30.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:30.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:30.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.... 12:31:33.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:31:33.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:33.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:33.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:33.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:31:33.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:33.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:33.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:33.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:33.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:33.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:33.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:33.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:33.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:33.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:33.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:33.980 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:33.980 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:33.980 DEBUG [main][MenuItemLookup] Item match:File 12:31:33.981 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:33.981 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:33.983 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:33.983 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:31:33.983 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:33.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:33.984 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:33.984 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:33.984 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:33.984 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:33.984 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:34.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:31:34.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:31:34.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:31:34.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:34.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:34.077 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:34.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31: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.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:34.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:34.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:34.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:34.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:34.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:34.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:34.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:31:34.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:34.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:34.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:31:34.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:34.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:34.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:34.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:34.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:31:34.080 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:31:34.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:31:34.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:31:34.083 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:34.083 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:34.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:34.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:34.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:34.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:34.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:34.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:34.130 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:34.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:34.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:34.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:34.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:34.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:34.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:31:34.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:31:34.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:31:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:34.248 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:34.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:34.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:31:34.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:34.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:34.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:34.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:34.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:34.283 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:34.284 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:31:34.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:31:34.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:34.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:34.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:34.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:34.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:34.345 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:34.346 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:31:34.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:31:34.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:34.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:34.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:34.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:34.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:34.355 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:31:34.355 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:31:34.355 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:31:34.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:34.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:34.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:34.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:34.355 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:34.355 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:31:34.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:34.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:34.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:34.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:34.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:34.369 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:34.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:34.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:34.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:35.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:31:35.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:31:35.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:35.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:35.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:31:35.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:35.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:35.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:35.030 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass.java"as the parent 12:31:35.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:35.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:35.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:35.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:35.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:35.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:35.031 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World"); 12:31:35.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 12:31:35.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:35.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:35.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:35.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:35.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:35.058 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:35.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 12:31:35.059 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:35.059 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World"); } } TooltipText=null 12:31:35.059 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:31:35.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 12:31:35.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:35.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:35.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 12:31:35.059 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:35.060 DEBUG [main][MenuItemLookup] Item match:File 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:35.060 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:31:35.060 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:31:35.061 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:31:35.061 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:31:35.061 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:31:35.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:31:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:31:35.231 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:35.231 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World"); } } TooltipText=null 12:31:35.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:35.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.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 Java Class"] 12:31:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.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 Java Class"] 12:31:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:35.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 12:31:35.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:35.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:35.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 12:31:35.233 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 12:31:35.233 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:35.233 DEBUG [main][MenuItemLookup] Item match:File 12:31:35.234 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:35.234 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:35.237 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:35.237 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:35.261 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:35.261 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:35.261 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:35.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 'New|Select a wizard'] is available.... 12:31:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:31:35.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:31:35.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:35.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:35.458 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:35.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:35.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:35.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:35.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:35.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:35.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:35.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:35.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:31:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:35.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:31:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:35.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:35.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:31:35.470 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:31:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:31:35.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:31:35.470 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:35.471 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:35.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:35.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:35.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:35.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:35.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:35.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:35.530 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:35.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:35.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:35.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:35.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:35.685 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:35.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:31:35.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:31:35.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:31:35.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:35.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:35.732 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:35.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:35.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:31:35.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:35.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:35.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:35.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:35.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:35.741 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:35.742 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass 12:31:35.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:31:35.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:35.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:35.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:35.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:35.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:35.767 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:35.767 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:31:35.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:31:35.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:35.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:35.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:35.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:35.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:35.772 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:31:35.772 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:31:35.772 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:31:35.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:35.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:35.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:35.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:35.773 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:35.773 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:31:35.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.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:35.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:35.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:35.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:35.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:35.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:35.783 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:35.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:35.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:35.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:35.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:35.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:36.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:36.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:36.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:36.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:36.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:36.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:31:36.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:36.289 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass.java"as the parent 12:31:36.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:36.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:36.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:36.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:36.289 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: int i = 0; while (true) {System.out.println(i++);} 12:31:36.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestLoopClass.java\E') 12:31:36.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:36.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:36.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:36.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:36.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:36.303 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:36.303 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass { public static void main(String[] args) { // TODO Auto-generated method stub int i = 0; while (true) {System.out.println(i++);} } } TooltipText=null 12:31:36.303 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:36.303 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass { public static void main(String[] args) { // TODO Auto-generated method stub int i = 0; while (true) {System.out.println(i++);} } } TooltipText=null 12:31:36.303 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:31:36.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 12:31:36.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:36.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:36.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 12:31:36.304 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 12:31:36.304 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:36.304 DEBUG [main][MenuItemLookup] Item match:File 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:36.305 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:31:36.305 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:31:36.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:31:36.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:31:36.306 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:31:36.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:31:36.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:31:36.348 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:36.348 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass { public static void main(String[] args) { // TODO Auto-generated method stub int i = 0; while (true) {System.out.println(i++);} } } TooltipText=null 12:31:36.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:36.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:36.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.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 Class"] 12:31:36.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:36.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:36.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:36.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.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 Class"] 12:31:36.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.348 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:36.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.349 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:36.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 12:31:36.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:36.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:36.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 12:31:36.349 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 12:31:36.349 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:36.349 DEBUG [main][MenuItemLookup] Item match:File 12:31:36.350 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:36.350 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:36.353 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:36.353 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:36.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:36.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:36.378 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:36.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:31:36.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:31:36.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:31:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:36.460 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:36.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.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 12:31:36.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:36.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:36.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:36.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:36.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:36.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:36.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:36.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:31:36.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:36.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:36.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:36.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:36.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:36.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:31:36.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:36.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:36.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:36.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:36.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:36.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:31:36.463 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:31:36.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:31:36.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:31:36.463 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:36.463 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:36.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:36.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:36.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:36.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:36.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:36.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:36.471 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:36.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:36.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:36.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:36.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:36.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:36.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:31:36.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:31:36.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:31:36.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:36.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:36.560 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:36.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:36.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:31:36.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:36.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:36.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:36.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:36.594 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:36.595 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass2 12:31:36.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:31:36.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:36.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:36.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:36.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:36.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:36.623 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:36.624 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:31:36.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.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:31:36.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:36.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:36.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:36.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:36.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:36.629 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:31:36.629 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:31:36.629 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:31:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:36.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:36.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:36.629 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:36.629 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:31:36.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:36.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:36.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:36.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:36.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:36.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:36.640 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:36.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:36.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:36.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:36.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:36.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:37.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:37.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:37.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:37.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:31:37.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:37.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:37.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:37.146 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass2.java"as the parent 12:31:37.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:37.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:37.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:37.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:37.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:37.146 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: try {System.out.println("Start"); Thread.sleep(10 * 1000); System.out.println("Hello Application"); Thread.sleep(20 * 1000); System.out.println("Finish"); } catch (InterruptedException e) {e.printStackTrace();} 12:31:37.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestLoopClass2.java\E') 12:31:37.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:37.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:37.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:37.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:37.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:37.166 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:37.166 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass2 { public static void main(String[] args) { // TODO Auto-generated method stub try {System.out.println("Start"); Thread.sleep(10 * 1000); System.out.println("Hello Application"); Thread.sleep(20 * 1000); System.out.println("Finish"); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:37.166 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:37.166 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass2 { public static void main(String[] args) { // TODO Auto-generated method stub try {System.out.println("Start"); Thread.sleep(10 * 1000); System.out.println("Hello Application"); Thread.sleep(20 * 1000); System.out.println("Finish"); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:37.166 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:31:37.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 12:31:37.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:37.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:37.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 12:31:37.167 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 12:31:37.167 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:37.167 DEBUG [main][MenuItemLookup] Item match:File 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:37.168 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:31:37.168 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:31:37.168 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:31:37.169 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:31:37.169 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:31:37.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:31:37.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:31:37.211 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:37.211 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass2 { public static void main(String[] args) { // TODO Auto-generated method stub try {System.out.println("Start"); Thread.sleep(10 * 1000); System.out.println("Hello Application"); Thread.sleep(20 * 1000); System.out.println("Finish"); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:37.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:37.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:37.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:31:37.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:37.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:37.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:37.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:31:37.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.212 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:37.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.212 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:37.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 12:31:37.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:37.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:37.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 12:31:37.212 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 12:31:37.212 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:37.212 DEBUG [main][MenuItemLookup] Item match:File 12:31:37.213 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:37.213 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:37.216 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:37.216 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:37.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:37.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:37.240 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:37.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:31:37.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:31:37.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:31:37.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:37.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:37.331 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:37.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.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 12:31:37.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:37.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:37.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:37.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:37.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:37.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:37.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:37.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:31:37.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:37.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:37.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:37.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:37.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:37.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:31:37.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:37.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:37.334 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:37.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:37.334 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:37.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:31:37.334 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:31:37.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:31:37.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:31:37.334 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:37.334 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:37.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:37.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:37.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:37.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:37.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:37.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:37.347 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:37.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:37.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:37.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:37.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:31:37.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:31:37.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:31:37.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:37.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:37.442 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:37.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:37.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:31:37.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:37.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:37.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:37.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:37.475 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:37.476 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 12:31:37.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:31:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:37.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:37.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:37.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:37.499 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:37.500 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:31:37.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:31:37.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:37.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:37.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:37.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:37.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:37.528 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:31:37.528 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:31:37.529 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:31:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:37.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:37.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:37.529 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:37.529 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:31:37.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:37.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:37.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:37.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:37.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:37.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:37.533 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:37.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:37.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:37.533 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:37.533 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:37.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:38.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:31:38.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:38.064 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass1.java"as the parent 12:31:38.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:38.064 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World1"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} 12:31:38.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass1.java\E') 12:31:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:38.079 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:38.079 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass1 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World1"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:38.080 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:38.080 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass1 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World1"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:38.080 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:31:38.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 12:31:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:38.080 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 12:31:38.080 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 12:31:38.081 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:38.081 DEBUG [main][MenuItemLookup] Item match:File 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:38.082 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:31:38.082 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:31:38.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:31:38.082 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:31:38.082 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:31:38.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:31:38.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:31:38.121 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:38.122 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass1 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World1"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:38.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 12:31:38.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:38.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:38.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 12:31:38.123 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 12:31:38.123 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:38.123 DEBUG [main][MenuItemLookup] Item match:File 12:31:38.124 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:38.124 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:38.127 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:38.127 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:38.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:38.147 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:38.147 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:38.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:31:38.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:31:38.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:31:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:38.227 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:38.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:31:38.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:38.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:38.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:31:38.229 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:38.229 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:38.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:38.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:31:38.229 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:31:38.229 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:31:38.230 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:31:38.230 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:31:38.230 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:38.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:38.231 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:38.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:38.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:38.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:38.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:31:38.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:31:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:31:38.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:31:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:38.314 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:38.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:38.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:31:38.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:38.357 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:38.358 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass2 12:31:38.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:31:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:38.381 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:38.382 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:31:38.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:31:38.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:38.393 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:31:38.393 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:31:38.393 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:31:38.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:38.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:38.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:38.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:38.393 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:31:38.393 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:31:38.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:38.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:38.397 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:38.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:38.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:38.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:38.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:38.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:38.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:31:38.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:38.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:38.929 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass2.java"as the parent 12:31:38.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:38.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:38.930 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World2"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} 12:31:38.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass2.java\E') 12:31:38.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:38.945 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:38.946 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass2 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World2"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:38.946 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:38.946 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass2 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World2"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:38.946 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:31:38.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:38.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:38.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:38.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:38.947 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:38.947 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:38.947 DEBUG [main][MenuItemLookup] Item match:File 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:38.948 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:31:38.949 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:31:38.949 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:31:38.949 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:31:38.949 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:31:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:31:38.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:31:38.989 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:38.989 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass2 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World2"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:31:38.989 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:38.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:39.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:39.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:39.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:39.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:39.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:39.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:39.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:40.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:40.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:40.038 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:40.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:40.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:40.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:40.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:40.039 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:31:40.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:31:40.040 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:31:40.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:31:40.043 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:31:40.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:40.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:40.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:31:40.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:31:40.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:40.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:40.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:40.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:40.063 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' view via menu. 12:31:40.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:40.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:40.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:40.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:40.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:40.064 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:40.064 DEBUG [main][MenuItemLookup] Item match:Window 12:31:40.065 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:40.065 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:40.065 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:40.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.066 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:40.066 DEBUG [main][MenuItemLookup] Item match:Show View 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.069 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:31:40.069 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:31:40.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:31:40.089 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:31:40.089 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:31:40.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:31:40.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:31:40.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:31:40.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:40.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:40.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:31:40.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:40.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:40.154 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:40.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:40.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:40.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:40.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:40.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:40.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:40.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:40.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:40.155 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:31:40.155 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:31:40.156 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:31:40.156 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:31:40.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:40.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:40.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:40.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:40.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:40.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:31:40.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:40.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:40.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:40.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:40.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:40.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:40.157 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:31:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:40.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:40.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:40.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open... 12:31:40.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open finished successfully 12:31:40.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:40.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:40.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:40.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:40.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 '\*?\QConsole\E') 12:31:40.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:40.232 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:40.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:40.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:40.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:40.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:40.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:40.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:40.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:40.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:40.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:40.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:40.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:40.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:40.264 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:40.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:40.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:40.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:40.325 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:40.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:40.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:40.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:40.326 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:40.326 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:40.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:40.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:40.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:40.327 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:40.327 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:40.327 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:40.328 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:40.328 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:40.328 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:40.328 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:40.328 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:40.328 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:40.328 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:40.328 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:40.328 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:40.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:41.828 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:41.828 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:41.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:41.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:41.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:41.829 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'Console ( /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:21:33 PM) [pid: 2440])' 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:41.830 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:41.830 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:41.830 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:41.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:41.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:41.831 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:41.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:41.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:41.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:41.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 12:31:41.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:41.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:41.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:41.832 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:41.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:41.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:41.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:41.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:41.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:41.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:41.834 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:31:41.927 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:31:41.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.928 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:41.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:41.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:41.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:41.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:41.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:41.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:41.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:41.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:41.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:41.944 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:41.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:41.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:41.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:41.966 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:41.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:41.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:41.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:41.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:41.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:42.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:42.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:42.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:42.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:42.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:42.969 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:42.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:42.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:42.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:42.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 12:31:42.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:42.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:42.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:42.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:42.970 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:31:42.970 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:31:42.970 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:31:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:31:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:42.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:31:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:31:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:42.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass1.java of tree item test 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:31:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:31:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:42.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:31:42.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass1.java 12:31:42.971 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass1.java 12:31:42.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass1.java about selection 12:31:42.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass1.java 12:31:42.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:42.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:42.975 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:42.975 DEBUG [main][MenuItemLookup] Item match:Run 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:31:42.975 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:42.975 DEBUG [main][MenuItemLookup] Item match:Run As 12:31:42.983 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:31:42.983 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:31:42.983 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:31:42.988 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:31:42.988 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:31:42.988 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:31:43.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 12:31:43.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:43.055 WARNING [main][ShellHandler] Shell is not focused 12:31:43.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:43.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:43.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:43.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') 12:31:43.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:43.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:43.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:43.062 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:43.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:43.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:43.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:31:43.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.696 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:43.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:43.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:43.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:31:43.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 12:31:43.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:43.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:43.698 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:43.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:43.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:43.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:31:43.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:31:43.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:43.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:43.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:43.700 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 12:31:43.700 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:31:43.700 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:43.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:43.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:43.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:43.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:43.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:43.720 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:43.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 '\*?\QProblems\E') 12:31:43.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:43.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:43.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:43.744 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:43.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:43.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:43.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:43.781 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:43.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:43.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:43.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:43.782 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:43.782 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:43.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:43.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:43.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:43.783 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:43.783 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:43.783 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:43.784 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:43.784 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248])' 12:31:43.784 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:43.784 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248])' 12:31:43.784 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:43.784 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:43.784 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:43.784 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:43.784 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:43.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:45.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:45.285 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:45.285 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:45.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:45.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:45.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:45.286 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248])' 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248])' 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:45.287 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:45.287 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:45.287 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:45.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:45.287 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:45.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:45.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:45.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:45.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:45.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:45.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:45.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:45.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:45.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:45.288 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:45.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:45.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:45.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:45.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:45.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:45.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:45.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:45.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:45.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:45.289 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:31:45.371 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:31:45.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:45.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:45.373 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:45.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:45.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:45.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:45.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:45.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:45.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:45.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') 12:31:45.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:45.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:45.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:45.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:45.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:45.376 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:45.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:45.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:45.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:45.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:45.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:45.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:45.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:45.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:45.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:45.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:45.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:45.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:45.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:45.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:45.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:45.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:46.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:46.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:46.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:46.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:46.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:46.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 12:31:46.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:46.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:31:46.416 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:31:46.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:31:46.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:46.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:31:46.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:31:46.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:46.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass2.java of tree item test 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:31:46.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:46.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:31:46.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:46.418 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:31:46.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass2.java 12:31:46.418 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass2.java 12:31:46.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass2.java about selection 12:31:46.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass2.java 12:31:46.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:46.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:46.423 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:46.423 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:46.423 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:46.423 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:46.423 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:31:46.423 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:46.423 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:46.423 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:46.423 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:46.423 DEBUG [main][MenuItemLookup] Item match:Run 12:31:46.424 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:31:46.424 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:31:46.424 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:46.424 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:31:46.424 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:46.424 DEBUG [main][MenuItemLookup] Item match:Run As 12:31:46.424 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:31:46.424 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:31:46.424 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:31:46.424 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:31:46.424 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:31:46.424 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:31:46.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 12:31:46.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:46.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:46.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:46.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:46.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 '\*?\QConsole\E') 12:31:46.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:46.610 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:31:46.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 12:31:46.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:46.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:46.653 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:31:46.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: "Display Selected Console") 12:31:46.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:46.658 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:46.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:46.688 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248]' 12:31:46.688 DEBUG [main][MenuItemLookup] Item match:1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248] 12:31:46.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248]" 12:31:46.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248] 12:31:46.688 INFO [main][MenuItemHandler] Select menu item: &1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248] 12:31:46.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 12:31:46.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:46.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31: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 '\*?\QConsole\E') 12:31:46.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:46.738 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:46.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:46.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:46.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 12:31:46.740 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:46.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:46.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:46.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:46.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:46.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:46.760 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:31:46.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Display Selected Console") 12:31:46.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:46.763 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:46.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:46.803 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:31:43 PM) [pid: 3248]' 12:31:46.803 DEBUG [main][MenuItemLookup] Found menu:'2 TestClass2 [Java Application] [pid: 3273]' 12:31:46.803 DEBUG [main][MenuItemLookup] Item match:2 TestClass2 [Java Application] [pid: 3273] 12:31:46.803 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 TestClass2 [Java Application] [pid: 3273]" 12:31:46.803 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 TestClass2 [Java Application] [pid: 3273] 12:31:46.803 INFO [main][MenuItemHandler] Select menu item: &2 TestClass2 [Java Application] [pid: 3273] 12:31:46.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 12:31:46.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:46.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:46.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:46.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:46.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:46.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:46.877 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:46.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:46.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:46.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 12:31:46.878 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:46.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:46.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:46.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:46.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:46.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:46.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:46.881 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:31:46.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:31:46.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:46.882 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:31:46.882 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:31:46.882 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:46.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:46.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.892 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:46.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:46.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:46.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:46.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:46.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') 12:31:46.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:46.942 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:46.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:46.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:46.943 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:46.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:46.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:46.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.945 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:46.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:46.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:46.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:31:46.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:46.947 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:31:46.947 INFO [WorkbenchTestable][AbstractView] Terminating console 12:31:46.947 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:46.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:46.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:46.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:31:46.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:46.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:46.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:31:46.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:46.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:46.949 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 12:31:46.949 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:46.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:46.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:31:46.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.981 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:46.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:46.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:46.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:46.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:46.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:46.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:47.015 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:47.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.016 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:47.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:31:47.017 INFO [WorkbenchTestable][AbstractView] Console terminated 12:31:47.017 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:31:47.017 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:47.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:31:47.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:47.019 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:31:47.019 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:47.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:47.020 INFO [WorkbenchTestable][AbstractView] Launch removed 12:31:47.073 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:31:47.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.075 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:31:47.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:31:47.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:47.080 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:31:47.080 INFO [WorkbenchTestable][AbstractView] Terminating console 12:31:47.080 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:31:47.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:31:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:47.088 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 12:31:47.089 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:47.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:47.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:31:47.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:47.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:47.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:47.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 '\*?\QConsole\E') 12:31:47.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:47.122 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:47.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.123 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:47.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:31:47.124 INFO [WorkbenchTestable][AbstractView] Console terminated 12:31:47.124 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:31:47.124 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:47.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:31:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:47.125 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:31:47.125 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:47.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:47.143 INFO [WorkbenchTestable][AbstractView] Launch removed 12:31:47.169 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:47.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:47.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:31:47.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:47.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:47.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:47.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:31:47.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:47.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:47.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:47.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:47.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:31:47.174 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:47.174 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:31:47.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:31:47.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:47.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:47.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:47.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:47.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:47.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:47.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:31:47.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:47.214 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:47.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:47.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:47.247 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:47.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:47.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:47.247 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:47.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:47.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:47.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:47.248 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:47.249 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:47.249 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:47.249 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:47.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:31:48.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:31:48.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:31:48.250 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:48.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:48.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:48.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:48.251 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:31:48.252 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:31:48.252 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:31:48.252 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:31:48.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:31:48.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:31:48.253 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:48.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:48.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:48.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:48.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:48.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:48.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:48.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:48.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:48.254 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:31:48.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:31:48.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:48.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:48.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 12:31:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:48.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:48.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:48.255 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:31:48.339 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:31:48.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:48.340 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:48.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:48.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:48.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:48.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:48.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:48.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 '\*?\QPackage Explorer\E') 12:31:48.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:48.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:48.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:48.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:48.342 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:48.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:48.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:48.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:48.356 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:48.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:48.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:48.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:48.379 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:48.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:48.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:48.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:48.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:48.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:48.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:49.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:49.381 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:49.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:49.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:49.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:49.382 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:31:49.382 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:31:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:31:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:49.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:31:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:31:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:49.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass2.java of tree item test 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:31:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:49.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:31:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:49.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:31:49.383 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass2.java 12:31:49.383 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass2.java 12:31:49.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass2.java about selection 12:31:49.385 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass2.java 12:31:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:49.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:49.386 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:49.386 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:49.386 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:49.386 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:49.386 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:31:49.386 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:49.386 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:49.386 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:49.386 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:49.386 DEBUG [main][MenuItemLookup] Item match:Run 12:31:49.387 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:31:49.387 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:31:49.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:49.387 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:31:49.387 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:49.387 DEBUG [main][MenuItemLookup] Item match:Run As 12:31:49.387 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:31:49.387 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:31:49.387 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:31:49.387 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:31:49.387 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:31:49.388 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:31:49.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*'... 12:31:49.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:49.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:49.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 '\*?\QConsole\E') 12:31:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:49.543 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:31:49.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*' finished successfully 12:31:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reveal End of Document' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:49.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:49.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:49.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:49.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:49.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:49.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:49.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:49.630 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:49.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:49.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:49.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.641 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:49.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:49.652 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:49.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 '\*?\QConsole\E') 12:31:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:49.661 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:49.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:49.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:49.662 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:49.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:49.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:49.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:49.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:49.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:49.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:49.666 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:31:49.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:49.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:49.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:49.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start ... 12:31:49.669 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:31:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:49.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:49.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:49.671 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:31:49.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:49.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:49.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start finished successfully 12:31:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing... 12:31:49.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.698 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:49.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:49.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:49.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:49.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:49.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:49.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:49.734 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:49.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:49.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:49.735 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:49.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:49.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:49.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:49.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:49.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:49.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:49.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:50.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:50.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:50.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:50.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:50.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:50.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:50.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:50.261 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:50.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:50.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:50.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:50.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:50.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:50.262 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:50.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:50.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:50.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:50.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:50.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:50.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:50.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:50.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:50.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:50.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:50.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:50.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:50.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:50.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.791 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:50.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:50.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:50.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:50.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:50.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 '\*?\QConsole\E') 12:31:50.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:50.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:50.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:50.803 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:50.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:50.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:50.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:50.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:50.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:50.804 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:50.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:50.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:50.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:50.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:50.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:50.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:50.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:50.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:50.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:50.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:50.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:51.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.311 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:51.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:51.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:51.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:51.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:51.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:51.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:51.321 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:51.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:51.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:51.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:51.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:51.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:51.322 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:51.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:51.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:51.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:51.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:51.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:51.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:51.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:51.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:51.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:51.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.830 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:51.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:51.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:51.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 '\*?\QConsole\E') 12:31:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:51.840 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:51.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:51.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:51.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:51.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:51.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:51.841 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:51.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:51.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:51.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:51.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:51.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:51.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:52.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.350 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:52.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:52.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:52.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:52.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:52.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:52.379 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:52.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:52.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:52.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:52.380 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:52.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:52.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:52.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:52.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:52.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:52.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:52.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:52.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:52.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:52.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:52.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.888 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:52.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:52.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:52.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:52.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:52.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 '\*?\QConsole\E') 12:31:52.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:52.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:52.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:52.900 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:52.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:52.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:52.901 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:52.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:52.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:52.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:52.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:52.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:52.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:52.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:52.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:52.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:53.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.409 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:53.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:53.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:53.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 '\*?\QConsole\E') 12:31:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:53.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:53.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:53.421 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:53.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:53.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:53.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:53.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:53.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:53.422 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:53.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:53.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:53.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:53.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:53.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:53.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:53.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:53.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:53.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:53.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:53.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:53.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.930 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:53.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:53.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:53.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:53.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:53.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 '\*?\QConsole\E') 12:31:53.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:53.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:53.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:53.958 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:53.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:53.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:53.959 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:53.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:53.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:53.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:53.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:53.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:53.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:53.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:53.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:53.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:53.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:53.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:54.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.467 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:54.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:54.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:54.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:54.473 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:54.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:54.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:54.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:54.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:54.479 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:54.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:54.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:54.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:54.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:54.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:54.480 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:54.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:54.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:54.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:54.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:54.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:54.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:54.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:54.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:54.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:54.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:54.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:54.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.988 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:54.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:54.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:54.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 '\*?\QConsole\E') 12:31:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:54.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:55.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:55.023 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:55.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:55.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:55.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:55.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:55.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:55.025 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:55.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:55.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:55.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:55.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:55.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:55.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:55.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:55.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:55.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:55.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:55.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:55.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:55.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:55.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:55.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:55.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:55.572 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:55.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:55.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:55.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:55.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:55.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:55.573 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:55.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:55.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:55.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:55.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:55.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:55.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:55.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:55.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:55.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:55.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:55.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:55.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:55.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:56.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.085 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:56.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:56.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:56.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:56.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:56.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 '\*?\QConsole\E') 12:31:56.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:56.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:56.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:56.121 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:56.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:56.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:56.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:56.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:56.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:56.122 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:56.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:56.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:56.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:56.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:56.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:56.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:56.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:56.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:56.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:56.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:56.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:56.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:56.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:56.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:56.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:56.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:56.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:56.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:56.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:56.643 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:56.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:56.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:56.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:56.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:56.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:56.645 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:56.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:56.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:56.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:56.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:56.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:56.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:56.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:56.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:56.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:56.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:56.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:56.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:56.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:57.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.158 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:57.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:57.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:57.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:57.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:57.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:57.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:57.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:57.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:57.192 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:57.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:57.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:57.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:57.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:57.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:57.193 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:57.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:57.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:57.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:57.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:57.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:57.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:57.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:57.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:57.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:57.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:57.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:57.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:57.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:57.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.705 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:57.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:57.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:57.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:57.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:57.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:57.739 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:57.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:57.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:57.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:57.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:57.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:57.740 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:57.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:57.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:57.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:57.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:57.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:57.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:57.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:58.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.253 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:58.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:58.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:58.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') 12:31:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:58.288 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:58.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:58.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:58.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:58.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:58.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:58.289 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:58.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:58.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:58.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:58.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:58.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:58.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:58.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:58.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.801 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:58.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:58.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:58.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:58.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:58.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:58.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:58.835 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:58.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:58.836 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:58.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:58.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:58.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:58.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:59.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.348 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:59.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:59.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:59.382 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:59.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:59.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:59.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:59.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:59.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:59.383 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:59.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:59.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:59.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:59.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:59.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:59.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:59.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:31:59.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:31:59.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:31:59.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:59.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:59.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:31:59.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:31:59.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:59.930 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:59.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:59.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:59.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:59.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:59.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:59.931 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:31:59.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:31:59.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:59.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:31:59.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:59.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:59.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:31:59.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:31:59.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:00.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.444 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:00.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:00.453 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:00.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:00.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:00.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:00.479 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:00.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:00.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:00.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:00.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:00.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:00.480 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:00.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:00.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:00.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:00.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:00.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:00.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:00.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:00.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:00.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:00.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:00.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.993 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:00.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:01.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:01.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:01.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:01.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:01.028 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:01.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:01.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:01.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:01.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:01.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:01.029 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:01.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:01.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:01.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:01.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:01.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:01.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:01.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:01.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:01.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:01.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:01.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:01.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:01.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:01.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:01.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:01.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:01.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:01.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:01.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:01.557 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:01.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:01.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:01.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:01.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:01.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:01.581 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:01.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:01.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:01.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:01.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:01.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:01.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:01.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:01.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:01.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:01.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:01.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:02.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:02.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:02.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:02.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:02.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:02.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 '\*?\QConsole\E') 12:32:02.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:02.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:02.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:02.131 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:02.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:02.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:02.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:02.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:02.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:02.132 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:02.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:02.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:02.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:02.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:02.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:02.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:02.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:02.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:02.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:02.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:02.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:02.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:02.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:02.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.646 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:02.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:02.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:02.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:02.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:02.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:02.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:02.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:02.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:02.681 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:02.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:02.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:02.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:02.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:02.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:02.683 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:02.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:02.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:02.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:02.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:02.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:02.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:02.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:03.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.195 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:03.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:03.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:03.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:03.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:03.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:03.230 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:03.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:03.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:03.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:03.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:03.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:03.231 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:03.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:03.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:03.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:03.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:03.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:03.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:03.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:03.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:03.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:03.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:03.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:03.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:03.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:03.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.743 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:03.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:03.753 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:03.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:03.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:03.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:03.778 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:03.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:03.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:03.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:03.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:03.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:03.779 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:03.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:03.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:03.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:03.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:03.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:03.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:03.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:03.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:03.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:03.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:03.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:03.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:03.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:04.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.291 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:04.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:04.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:04.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:04.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:04.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:04.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:04.325 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:04.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:04.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:04.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:04.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:04.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:04.326 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:04.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:04.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:04.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:04.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:04.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:04.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:04.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:04.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:04.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:04.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:04.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:04.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:04.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:04.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:04.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:04.869 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:04.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:04.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:04.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:04.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:04.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:04.870 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:04.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:04.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:04.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:04.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:04.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:04.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:04.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:05.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.382 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:05.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:05.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:05.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:05.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:05.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 '\*?\QConsole\E') 12:32:05.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:05.401 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:05.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:05.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:05.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:05.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:05.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:05.418 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:05.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:05.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:05.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:05.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:05.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:05.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:05.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:05.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:05.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:05.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:05.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:05.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:05.940 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:05.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:05.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:05.949 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:05.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:05.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:05.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:05.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:05.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:05.950 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:05.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:05.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:05.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:05.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:05.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:05.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:05.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:05.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:05.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:06.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.493 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:06.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:06.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:06.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:06.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:06.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:06.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:06.513 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:06.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:06.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:06.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:06.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:06.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:06.514 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:06.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:06.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:06.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:06.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:06.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:06.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:06.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:06.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:06.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:06.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:06.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:07.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:07.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:07.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:07.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:07.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:07.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 '\*?\QConsole\E') 12:32:07.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:07.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:07.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:07.045 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:07.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:07.046 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:07.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:07.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:07.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:07.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:07.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:07.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:07.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:07.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.558 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:07.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:07.568 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:07.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:07.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:07.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:07.577 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:07.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:07.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:07.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:07.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:07.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:07.578 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:07.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:07.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:07.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:07.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:07.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:07.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:07.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:07.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:07.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:07.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:08.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.090 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:08.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:08.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:08.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:08.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:08.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:08.109 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:08.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:08.110 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:08.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:08.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:08.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:08.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:08.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:08.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:08.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:08.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:08.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:08.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:08.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.622 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:08.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:08.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:08.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:08.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:08.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') 12:32:08.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:08.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:08.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:08.641 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:08.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:08.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:08.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:08.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:08.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:08.642 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:08.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:08.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:08.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:08.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:08.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:08.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:08.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:08.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:08.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:08.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:08.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:09.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.154 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:09.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:09.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:09.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:09.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:09.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:09.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:09.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:09.190 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:09.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:09.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:09.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:09.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:09.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:09.191 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:09.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:09.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:09.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:09.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:09.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:09.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:09.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:09.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:09.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:09.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:09.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:09.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:09.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:09.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.702 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:09.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:09.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:09.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:09.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:09.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 '\*?\QConsole\E') 12:32:09.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:09.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:09.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:09.737 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:09.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:09.738 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:09.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:09.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:09.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:09.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:09.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:09.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:10.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:10.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:10.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:10.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 '\*?\QConsole\E') 12:32:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:10.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:10.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:10.284 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:10.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:10.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:10.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:10.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:10.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:10.285 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:10.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:10.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:10.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:10.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:10.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:10.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:10.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:10.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:10.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:10.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:10.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.796 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:10.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:10.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:10.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:10.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:10.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:10.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:10.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:10.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:10.830 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:10.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:10.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:10.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:10.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:10.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:10.837 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:10.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:10.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:10.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:10.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:10.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:10.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:10.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:10.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:10.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:10.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:10.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:10.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:11.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:11.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.358 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:11.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:11.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:11.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:11.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:11.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:11.368 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.369 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:11.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:11.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:11.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:11.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing finished successfully 12:32:11.371 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:11.371 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 12:32:11.372 INFO [WorkbenchTestable][AbstractView] Terminating console 12:32:11.372 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 12:32:11.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:32:11.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:11.373 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 12:32:11.373 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:11.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:11.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:32:11.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.404 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:11.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:11.415 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:11.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 '\*?\QConsole\E') 12:32:11.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:11.424 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:11.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.425 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:11.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:32:11.426 INFO [WorkbenchTestable][AbstractView] Console terminated 12:32:11.426 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:11.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:11.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:11.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:11.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:11.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:11.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:11.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:11.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:11.480 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32: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') 12:32:11.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:11.489 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:11.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.490 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:11.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.491 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:11.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:32:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:11.492 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:32:11.492 INFO [WorkbenchTestable][AbstractView] Terminating console 12:32:11.508 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:32:11.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:32:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:11.511 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:32:11.511 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:32:11.511 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 12:32:11.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:32:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:11.512 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:32:11.512 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:11.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:11.513 INFO [WorkbenchTestable][AbstractView] Launch removed 12:32:11.542 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:11.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:11.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:32:11.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:11.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:11.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:11.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:11.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:11.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:11.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:11.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:11.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:11.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:11.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:11.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:11.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:11.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:11.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:32:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:11.586 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:11.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:11.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:11.621 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:11.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:11.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:11.622 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:11.622 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:11.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:11.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:11.622 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:11.623 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:11.623 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:11.623 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:11.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:32:12.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:32:12.624 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:12.624 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:12.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:12.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.625 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:12.626 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:12.626 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:12.626 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:32:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:32:12.627 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:12.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:12.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:12.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.628 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:12.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:12.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.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 12:32:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.629 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:12.708 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:12.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:12.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:12.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:12.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:12.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:12.712 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:12.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:12.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:12.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:12.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.750 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:12.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:12.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:13.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:13.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:13.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:13.752 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:13.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:13.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:13.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:13.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:13.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:32:13.754 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:32:13.754 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:32:13.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:32:13.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:13.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:32:13.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:13.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:32:13.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:32:13.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:32:13.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:13.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:32:13.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:13.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:32:13.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:32:13.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:32:13.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:13.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:32:13.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:13.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:32:13.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:32:13.755 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:32:13.755 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:32:13.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:32:13.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:13.764 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:13.764 DEBUG [main][MenuItemLookup] Item match:Run 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:13.764 DEBUG [main][MenuItemLookup] Item match:Run As 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:32:13.764 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:32:13.764 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:32:13.765 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:32:13.765 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:32:13.765 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:32:13.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:32:13.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:13.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:13.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') 12:32:13.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:13.958 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:13.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:13.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:32:13.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:32:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:32:13.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.011 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:14.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:14.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:14.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:14.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.041 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.059 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:32:14.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.071 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:14.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:14.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 '\*?\QConsole\E') 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.094 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 12:32:14.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.106 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:14.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:14.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:14.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.138 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.139 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 12:32:14.141 INFO [WorkbenchTestable][AbstractView] Removing terminated launches from console 12:32:14.141 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Terminated Launches") 12:32:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:14.144 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Terminated Launches 12:32:14.144 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:14.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 12:32:14.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.209 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:14.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:14.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:14.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 '\*?\QConsole\E') 12:32:14.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.244 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.246 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 12:32:14.247 INFO [WorkbenchTestable][AbstractView] Terminated launches cleared 12:32:14.247 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:14.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:14.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:14.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.267 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.268 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:14.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:14.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:14.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:14.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:14.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:14.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:14.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:14.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:14.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:14.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:14.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:14.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:14.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:14.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:14.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:14.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:14.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:14.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:14.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:32:14.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.294 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:14.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:14.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.327 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:14.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:14.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.327 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:14.327 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:14.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:14.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.328 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:14.329 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:14.329 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:14.329 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:14.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:32:15.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:32:15.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:15.330 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:15.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:15.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:15.331 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:15.332 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:15.332 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:15.332 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:15.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:32:15.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:32:15.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:15.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:15.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:15.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 12:32:15.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.334 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:15.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:15.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:15.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.335 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:15.414 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:15.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.416 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:15.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:15.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:15.418 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:15.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:15.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:15.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:15.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:15.455 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:15.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:15.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:15.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:16.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:16.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:16.457 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:16.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:16.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:16.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:16.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:16.459 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:32:16.459 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:32:16.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:32:16.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:32:16.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:16.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:32:16.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:16.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:32:16.460 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:32:16.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:32:16.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:16.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:32:16.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:16.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:32:16.460 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:32:16.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:32:16.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:16.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:32:16.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:16.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:32:16.460 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:32:16.460 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:32:16.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:32:16.462 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:32:16.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:16.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:16.465 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:16.465 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:16.465 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:16.465 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:16.465 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:16.466 DEBUG [main][MenuItemLookup] Item match:Run 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:16.466 DEBUG [main][MenuItemLookup] Item match:Run As 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:32:16.466 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:32:16.466 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:32:16.466 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:32:16.466 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:32:16.467 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:32:16.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:32:16.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:16.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.625 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:16.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:16.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:16.634 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:32:16.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:32:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:16.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:32:16.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.704 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:16.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:16.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:16.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:16.740 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.741 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:32:16.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:16.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:16.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:16.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 '\*?\QConsole\E') 12:32:16.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:16.771 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.772 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:32:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:16.791 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:32:16.791 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:32:16.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:32:16.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:16.794 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 12:32:16.794 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:32:16.794 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:16.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:16.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.816 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:16.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:16.842 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.843 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.845 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:32:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:16.847 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:32:16.847 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:32:16.847 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:16.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.847 INFO [WorkbenchTestable][AbstractView] Terminating console 12:32:16.847 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:32:16.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:32:16.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:16.849 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:32:16.849 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:32:16.850 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:32:16.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:32:16.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:16.851 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:32:16.851 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:16.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.852 INFO [WorkbenchTestable][AbstractView] Launch removed 12:32:16.893 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:32:16.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:16.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:16.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:16.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:16.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:16.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:16.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:16.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:16.896 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:16.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:16.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:16.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:16.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:16.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:16.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:16.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 '\*?\QConsole\E') 12:32:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:16.923 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.939 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:16.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:16.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:16.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:16.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:16.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:16.970 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.971 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:16.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:16.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:16.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:17.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:17.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:18.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:18.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:19.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:19.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:20.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:20.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:21.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:21.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:21.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:21.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:22.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:22.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:22.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:22.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:23.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:23.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:23.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:23.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:24.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:24.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:24.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:24.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:25.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:25.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:25.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:25.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:26.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:26.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:26.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:26.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.994 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:26.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:27.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:27.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:27.008 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:27.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:27.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:27.009 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:27.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:27.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:27.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:27.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:27.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:27.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:27.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:27.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:27.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:27.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:27.012 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:27.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:27.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:27.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:27.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:27.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:27.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:27.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.019 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:27.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:27.027 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:27.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:27.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:27.037 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:27.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:27.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:27.038 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:27.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:27.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:27.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:27.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:27.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:27.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:27.040 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:27.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:27.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:27.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:27.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:27.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:27.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:27.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.050 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:27.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:27.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:27.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:27.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:27.069 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:27.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:27.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:27.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:27.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:27.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.080 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:27.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:27.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:27.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:27.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:27.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:32:27.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:27.098 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:27.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:27.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:27.133 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:27.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:27.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:27.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:27.135 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:27.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:27.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:27.136 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:27.137 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:27.137 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:27.137 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:27.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:32:28.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:32:28.138 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:28.138 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:28.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:28.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:28.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:28.139 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:28.140 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:28.140 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:28.140 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:28.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:32:28.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:32:28.140 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:28.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:28.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:28.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:28.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:28.141 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:28.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:28.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:28.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:28.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:28.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:28.142 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:28.235 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:28.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:28.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:28.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:28.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:28.239 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:28.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:28.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:28.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:28.282 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:28.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:28.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:28.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:28.283 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:28.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:28.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:28.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:28.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:29.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:29.285 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:29.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:29.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:29.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:29.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:29.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:29.286 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:32:29.287 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:32:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:32:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:32:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:32:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:29.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:32:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:32:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:32:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:32:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:29.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:32:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:32:29.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:32:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:29.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:32:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:29.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:32:29.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:32:29.288 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:32:29.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:32:29.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:32:29.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:29.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:29.291 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:29.291 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:29.291 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:29.291 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:29.291 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:29.291 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:29.291 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:29.291 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:29.291 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:29.291 DEBUG [main][MenuItemLookup] Item match:Run 12:32:29.292 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:32:29.292 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:32:29.292 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:29.292 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:32:29.292 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:29.292 DEBUG [main][MenuItemLookup] Item match:Run As 12:32:29.292 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:32:29.292 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:32:29.292 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:32:29.292 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:32:29.292 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:32:29.292 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:32:29.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:32:29.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:29.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:29.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:29.442 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:29.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 '\*?\QConsole\E') 12:32:29.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:29.474 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:29.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:29.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:29.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:32:29.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:32:29.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:29.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:29.515 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:32:30.515 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:30.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:30.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:32:30.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.516 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:32:30.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Open Link' 12:32:30.531 DEBUG [main][MenuItemLookup] Found menu:'Clear' 12:32:30.531 DEBUG [main][MenuItemLookup] Item match:Clear 12:32:30.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:30.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:30.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:30.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:30.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:30.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 '\*?\QConsole\E') 12:32:30.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:30.555 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:30.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:30.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:30.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:30.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:30.556 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:30.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:30.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:30.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:30.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:30.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.557 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:30.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:30.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:30.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:30.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:30.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:32:30.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:30.575 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:32:30.575 INFO [WorkbenchTestable][AbstractView] Terminating console 12:32:30.575 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:30.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:30.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:32:30.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:30.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:30.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:32:30.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:30.577 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:32:30.577 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:32:30.577 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:30.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:30.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:32:30.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:32:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:30.578 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:32:30.578 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:30.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:30.579 INFO [WorkbenchTestable][AbstractView] Launch removed 12:32:30.620 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:30.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:30.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:32:30.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:30.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:30.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:30.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:30.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:30.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:30.623 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:30.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:30.623 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:30.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:30.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:30.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:30.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:30.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:30.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:30.642 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:30.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:32:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:30.651 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:30.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:30.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:30.684 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:30.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:30.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:30.684 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:30.685 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:30.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:30.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:30.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:30.685 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:30.686 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:30.686 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:30.686 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:30.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:32:31.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:32:31.687 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:31.687 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:31.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:31.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:31.688 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:31.689 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:31.689 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:31.689 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:32:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:32:31.689 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:31.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:31.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:31.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 12:32:31.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:31.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:31.690 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:31.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:31.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:31.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:31.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:31.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:31.691 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:31.778 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:31.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.780 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:31.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:31.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:31.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:31.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:31.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:31.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:31.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:31.782 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:31.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:31.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:31.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:31.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:31.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:31.816 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:31.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:31.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:31.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:32.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:32.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:32.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:32.819 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:32.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:32.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:32.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:32.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:32.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:32.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:32.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:32.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:32.820 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:32:32.821 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:32:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:32:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:32.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:32:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:32:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:32.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:32:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:32.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:32:32.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:32.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:32:32.822 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:32:32.822 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:32:32.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:32:32.824 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:32:32.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:32.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:32.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:32.825 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:32.825 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:32.825 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:32.825 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:32.825 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:32.825 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:32.825 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:32.825 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:32.825 DEBUG [main][MenuItemLookup] Item match:Run 12:32:32.826 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:32:32.826 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:32:32.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:32.826 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:32:32.826 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:32.826 DEBUG [main][MenuItemLookup] Item match:Run As 12:32:32.826 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:32:32.826 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:32:32.826 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:32:32.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:32:32.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:32:32.826 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:32:32.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:32:32.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:32.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:32.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:32.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:32.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:32.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:32.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:32.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:32.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:32.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:32.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:32.984 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:32.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:32:33.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:32:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:33.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:32:33.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:33.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:33.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:33.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:33.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:33.082 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.083 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:32:33.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:33.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:33.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 '\*?\QConsole\E') 12:32:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:33.115 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 12:32:33.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.126 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:33.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:33.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.135 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:33.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 '\*?\QConsole\E') 12:32:33.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:33.145 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.146 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 12:32:33.147 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:32:33.148 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:32:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:33.149 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:32:33.149 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:33.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:33.150 INFO [WorkbenchTestable][AbstractView] Launch removed 12:32:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 12:32:33.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.207 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:33.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:33.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.218 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:33.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:33.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:33.225 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.225 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.226 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:33.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 12:32:33.227 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:33.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:33.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:33.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:33.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:33.265 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.266 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:33.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:33.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:33.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:33.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:33.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:33.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:33.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:33.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:33.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:33.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:33.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:33.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:33.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:33.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:33.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:33.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:33.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:33.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:33.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:32:33.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:33.295 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:33.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:33.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:33.327 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:33.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:33.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:33.328 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:33.328 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:33.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:33.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:33.329 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:33.330 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:33.330 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:33.330 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:33.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:32:34.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:32:34.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:34.331 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:34.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:34.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:34.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:34.332 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:34.333 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:34.333 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:34.333 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:32:34.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:32:34.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:34.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:34.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:34.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:34.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:34.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:34.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:34.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:34.335 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:34.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:34.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:34.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:34.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 12:32:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:34.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:34.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:34.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:34.336 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:34.424 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:34.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:34.425 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:34.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:34.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:34.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:34.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:34.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:34.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') 12:32:34.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:34.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:34.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:34.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:34.428 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:34.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:34.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:34.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:34.465 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:34.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:34.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:34.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:34.466 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:34.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:34.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:34.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:34.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:34.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:34.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:35.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:35.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:35.468 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:35.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:35.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:35.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:35.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:35.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:35.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:35.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:35.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:35.469 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:32:35.470 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:32:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:32:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:32:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:32:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:35.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:32:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:32:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:32:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:32:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:35.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:32:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass.java of tree item test 12:32:35.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:32:35.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:35.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:32:35.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:35.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:32:35.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass.java 12:32:35.471 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass.java 12:32:35.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass.java about selection 12:32:35.473 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass.java 12:32:35.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:35.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:35.478 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:35.478 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:35.478 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:35.478 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:35.478 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:35.478 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:35.478 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:35.478 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:35.478 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:35.478 DEBUG [main][MenuItemLookup] Item match:Run 12:32:35.479 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:32:35.479 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:32:35.479 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:35.479 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:32:35.479 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:35.479 DEBUG [main][MenuItemLookup] Item match:Run As 12:32:35.479 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:32:35.479 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:32:35.479 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:32:35.479 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:32:35.479 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:32:35.479 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:32:35.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*'... 12:32:35.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:35.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:35.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:35.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:35.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:35.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:35.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:35.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:35.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:35.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:35.643 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:35.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:35.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:35.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 21855 21856 21857 21858 21859 21860 21861 21862 21863 21864 21865 21866 21867 21868 21869 21870 21871 21872 21873 21874 21875 21876 21877 21878 21879 21880 21881 21882 21883 21884 21885 21886 21887 21888 21889 21890 21891 21892 21893 21894 21895 21896 21897 21898 21899 21900 21901 21902 21903 21904 21905 21906 21907 21908 21909 21910 21911 21912 21913 21914 21915 21916 21917 21918 21919 21920 21921 21922 21923 21924 21925 21926 21927 21928 21929 21930 21931 21932 21933 21934 21935 21936 21937 21938 21939 21940 21941 21942 21943 21944 21945 21946 21947 21948 21949 21950 21951 21952 21953 21954 21955 21956 21957 21958 21959 21960 21961 21962 21963 21964 21965 21966 21967 21968 21969 21970 21971 21972 21973 21974 21975 21976 21977 21978 21979 21980 21981 21982 21983 21984 21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 21999 22000 22001 22002 22003 22004 22005 22006 22007 22008 22009 22010 22011 22012 22013 22014 22015 22016 22017 22018 22019 22020 22021 22022 22023 22024 22025 22026 22027 22028 22029 22030 22031 22032 22033 22034 22035 22036 22037 22038 22039 22040 22041 22042 22043 22044 22045 22046 22047 22048 22049 22050 22051 22052 22053 22054 22055 22056 22057 22058 22059 22060 22061 22062 22063 22064 22065 22066 22067 22068 22069 22070 22071 22072 22073 22074 22075 22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 22095 22096 22097 22098 22099 22100 22101 22102 22103 22104 22105 22106 22107 22108 22109 22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 22128 22129 22130 22131 22132 22133 22134 22135 22136 22137 22138 22139 22140 22141 22142 22143 22144 22145 22146 22147 22148 22149 22150 22151 22152 22153 22154 22155 22156 22157 22158 22159 22160 22161 22162 22163 22164 22165 22166 22167 22168 22169 22170 22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 22186 22187 22188 22189 22190 22191 22192 22193 22194 22195 22196 22197 22198 22199 22200 22201 22202 22203 22204 22205 22206 22207 22208 22209 22210 22211 22212 22213 22214 22215 22216 22217 22218 22219 22220 22221 22222 22223 22224 22225 22226 22227 22228 22229 22230 22231 22232 22233 22234 22235 22236 22237 22238 22239 22240 22241 22242 22243 22244 22245 22246 22247 22248 22249 22250 22251 22252 22253 22254 22255 22256 22257 22258 22259 22260 22261 22262 22263 22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275 22276 22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 22293 22294 22295 22296 22297 22298 22299 22300 22301 22302 22303 22304 22305 22306 22307 22308 22309 22310 22311 22312 22313 22314 22315 22316 22317 22318 22319 22320 22321 22322 22323 22324 22325 22326 22327 22328 22329 22330 22331 22332 22333 22334 22335 22336 22337 22338 22339 22340 22341 22342 22343 22344 22345 22346 22347 22348 22349 22350 22351 22352 22353 22354 22355 22356 22357 22358 22359 22360 22361 22362 22363 22364 22365 22366 22367 22368 22369 22370 22371 22372 22373 22374 22375 22376 22377 22378 22379 22380 22381 22382 22383 22384 22385 22386 22387 22388 22389 22390 22391 22392 22393 22394 22395 22396 22397 22398 22399 22400 22401 22402 22403 22404 22405 22406 22407 22408 22409 22410 22411 22412 22413 22414 22415 22416 22417 22418 22419 22420 22421 22422 22423 22424 22425 22426 22427 22428 22429 22430 22431 22432 22433 22434 22435 22436 22437 22438 22439 22440 22441 22442 22443 22444 22445 22446 22447 22448 22449 22450 22451 22452 22453 22454 22455 22456 22457 22458 22459 22460 22461 22462 22463 22464 22465 22466 22467 22468 22469 22470 22471 22472 22473 22474 22475 22476 22477 22478 22479 22480 22481 22482 22483 22484 22485 22486 22487 22488 22489 22490 22491 22492 22493 22494 22495 22496 22497 22498 22499 22500 22501 22502 22503 22504 22505 22506 22507 22508 22509 22510 22511 22512 22513 22514 22515 22516 22517 22518 22519 22520 22521 22522 22523 22524 22525 22526 22527 22528 22529 22530 22531 22532 22533 22534 22535 22536 22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 22548 22549 22550 22551 22552 22553 22554 22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 22583 22584 22585 22586 22587 22588 22589 22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 22601 22602 22603 22604 22605 22606 22607 22608 22609 22610 22611 22612 22613 22614 22615 22616 22617 22618 22619 22620 22621 22622 22623 22624 22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 22650 22651 22652 22653 22654 22655 22656 22657 22658 22659 22660 22661 22662 22663 22664 22665 22666 22667 22668 22669 22670 22671 22672 22673 22674 22675 22676 22677 22678 22679 22680 22681 22682 22683 22684 22685 22686 22687 22688 22689 22690 22691 22692 22693 22694 22695 22696 22697 22698 22699 22700 22701 22702 22703 22704 22705 22706 22707 22708 22709 22710 22711 22712 22713 22714 22715 22716 22717 22718 22719 22720 22721 22722 22723 22724 22725 22726 22727 22728 22729 22730 22731 22732 22733 22734 22735 22736 22737 22738 22739 22740 22741 22742 22743 22744 22745 22746 22747 22748 22749 22750 22751 22752 22753 22754 22755 22756 22757 22758 22759 22760 22761 22762 22763 22764 22765 22766 22767 22768 22769 22770 22771 22772 22773 22774 22775 22776 22777 22778 22779 22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791 22792 22793 22794 22795 22796 22797 22798 22799 22800 22801 22802 22803 22804 22805 22806 22807 22808 22809 22810 22811 22812 22813 22814 22815 22816 22817 22818 22819 22820 22821 22822 22823 22824 22825 22826 22827 22828 22829 22830 22831 22832 22833 22834 22835 22836 22837 22838 22839 22840 22841 22842 22843 22844 22845 22846 22847 22848 22849 22850 22851 22852 22853 22854 22855 22856 22857 22858 22859 22860 22861 22862 22863 22864 22865 22866 22867 22868 22869 22870 22871 22872 22873 22874 22875 22876 22877 22878 22879 22880 22881 22882 22883 22884 22885 22886 22887 22888 22889 22890 22891 22892 22893 22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 22905 22906 22907 22908 22909 22910 22911 22912 22913 22914 22915 22916 22917 22918 22919 22920 22921 22922 22923 22924 22925 22926 22927 22928 22929 22930 22931 22932 22933 22934 22935 22936 22937 22938 22939 22940 22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 22954 22955 22956 22957 22958 22959 22960 22961 22962 22963 22964 22965 22966 22967 22968 22969 22970 22971 22972 22973 22974 22975 22976 22977 22978 22979 22980 22981 22982 22983 22984 22985 22986 22987 22988 22989 22990 22991 22992 22993 22994 22995 22996 22997 22998 22999 23000 23001 23002 23003 23004 23005 23006 23007 23008 23009 23010 23011 23012 23013 23014 23015 23016 23017 23018 23019 23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 23040 23041 23042 23043 23044 23045 23046 23047 23048 23049 23050 23051 23052 23053 23054 23055 23056 23057 23058 23059 23060 23061 23062 23063 23064 23065 23066 23067 23068 23069 23070 23071 23072 23073 23074 23075 23076 23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 23088 23089 23090 23091 23092 23093 23094 23095 23096 23097 23098 23099 23100 23101 23102 23103 23104 23105 23106 23107 23108 23109 23110 23111 23112 23113 23114 23115 23116 23117 23118 23119 23120 23121 23122 23123 23124 23125 23126 23127 23128 23129 23130 23131 23132 23133 23134 23135 23136 23137 23138 23139 23140 23141 23142 23143 23144 23145 23146 23147 23148 23149 23150 23151 23152 23153 23154 23155 23156 23157 23158 23159 23160 23161 23162 23163 23164 23165 23166 23167 23168 23169 23170 23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 23185 23186 23187 23188 23189 23190 23191 23192 23193 23194 23195 23196 23197 23198 23199 23200 23201 23202 23203 23204 23205 23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 23217 23218 23219 23220 23221 23222 23223 23224 23225 23226 23227 23228 23229 23230 23231 23232 23233 23234 23235 23236 23237 23238 23239 23240 23241 23242 23243 23244 23245 23246 23247 23248 23249 23250 23251 23252 23253 23254 23255 23256 23257 23258 23259 23260 23261 23262 23263 23264 23265 23266 23267 23268 23269 23270 23271 23272 23273 23274 23275 23276 23277 23278 23279 23280 23281 23282 23283 23284 23285 23286 23287 23288 23289 23290 23291 23292 23293 23294 23295 23296 23297 23298 23299 23300 23301 23302 23303 23304 23305 23306 23307 23308 23309 23310 23311 23312 23313 23314 23315 23316 23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 23327 23328 23329 23330 23331 23332 23333 23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 23344 23345 23346 23347 23348 23349 23350 23351 23352 23353 23354 23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 23365 23366 23367 23368 23369 23370 23371 23372 23373 23374 23375 23376 23377 23378 23379 23380 23381 23382 23383 23384 23385 23386 23387 23388 23389 23390 23391 23392 23393 23394 23395 23396 23397 23398 23399 23400 23401 23402 23403 23404 23405 23406 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 23417 23418 23419 23420 23421 23422 23423 23424 23425 23426 23427 23428 23429 23430 23431 23432 23433 23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 23448 23449 23450 23451 23452 23453 23454 23455 23456 23457 23458 23459 23460 23461 23462 23463 23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 23477 23478 23479 23480 23481 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 23492 23493 23494 23495 23496 23497 23498 23499 23500 23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 23511 23512 23513 23514 23515 23516 23517 23518 23519 23520 23521 23522 23523 23524 23525 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 23537 23538 23539 23540 23541 23542 23543 23544 23545 23546 23547 23548 23549 23550 23551 23552 23553 23554 23555 23556 23557 23558 23559 23560 23561 23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 23574 23575 23576 23577 23578 23579 23580 23581 23582 23583 23584 23585 23586 23587 23588 23589 23590 23591 23592 23593 23594 23595 23596 23597 23598 23599 23600 23601 23602 23603 23604 23605 23606 23607 23608 23609 23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 23633 23634 23635 23636 23637 23638 23639 23640 23641 23642 23643 23644 23645 23646 23647 23648 23649 23650 23651 23652 23653 23654 23655 23656 23657 23658 23659 23660 23661 23662 23663 23664 23665 23666 23667 23668 23669 23670 23671 23672 23673 23674 23675 23676 23677 23678 23679 23680 23681 23682 23683 23684 23685 23686 23687 23688 23689 23690 23691 23692 23693 23694 23695 23696 23697 23698 23699 23700 23701 23702 23703 23704 23705 23706 23707 23708 23709 23710 23711 23712 23713 23714 23715 23716 23717 23718 23719 23720 23721 23722 23723 23724 23725 23726 23727 23728 23729 23730 23731 23732 23733 23734 23735 23736 23737 23738 23739 23740 23741 23742 23743 23744 23745 23746 23747 23748 23749 23750 23751 23752 23753 23754 23755 23756 23757 23758 23759 23760 23761 23762 23763 23764 23765 23766 23767 23768 23769 23770 23771 23772 23773 23774 23775 23776 23777 23778 23779 23780 23781 23782 23783 23784 23785 23786 23787 23788 23789 23790 23791 23792 23793 23794 23795 23796 23797 23798 23799 23800 23801 23802 23803 23804 23805 23806 23807 23808 23809 23810 23811 23812 23813 23814 23815 23816 23817 23818 23819 23820 23821 23822 23823 23824 23825 23826 23827 23828 23829 23830 23831 23832 23833 23834 23835 23836 23837 23838 23839 23840 23841 23842 23843 23844 23845 23846 23847 23848 23849 23850 23851 23852 23853 23854 23855 23856 23857 23858 23859 23860 23861 23862 23863 23864 23865 23866 23867 23868 23869 23870 23871 23872 23873 23874 23875 23876 23877 23878 23879 23880 23881 23882 23883 23884 23885 23886 23887 23888 23889 23890 23891 23892 23893 23894 23895 23896 23897 23898 23899 23900 23901 23902 23903 23904 23905 23906 23907 23908 23909 23910 23911 23912 23913 23914 23915 23916 23917 23918 23919 23920 23921 23922 23923 23924 23925 23926 23927 23928 23929 23930 23931 23932 23933 23934 23935 23936 23937 23938 23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 23951 23952 23953 23954 23955 23956 23957 23958 23959 23960 23961 23962 23963 23964 23965 23966 23967 23968 23969 23970 23971 23972 23973 23974 23975 23976 23977 23978 23979 23980 23981 23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 23994 23995 23996 23997 23998 23999 24000 24001 24002 24003 24004 24005 24006 24007 24008 24009 24010 24011 24012 24013 24014 24015 24016 24017 24018 24019 24020 24021 24022 24023 24024 24025 24026 24027 24028 24029 24030 24031 24032 24033 24034 24035 24036 24037 24038 24039 24040 24041 24042 24043 24044 24045 24046 24047 24048 24049 24050 24051 24052 24053 24054 24055 24056 24057 24058 24059 24060 24061 24062 24063 24064 24065 24066 24067 24068 24069 24070 24071 24072 24073 24074 24075 24076 24077 24078 24079 24080 24081 24082 24083 24084 24085 24086 24087 24088 24089 24090 24091 24092 24093 24094 24095 24096 24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 24111 24112 24113 24114 24115 24116 24117 24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 24179 24180 24181 24182 24183 24184 24185 24186 24187 24188 24189 24190 24191 24192 24193 24194 24195 24196 24197 24198 24199 24200 24201 24202 24203 24204 24205 24206 24207 24208 24209 24210 24211 24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 24223 24224 24225 24226 24227 24228 24229 24230 24231 24232 24233 24234 24235 24236 24237 24238 24239 24240 24241 24242 24243 24244 24245 24246 24247 24248 24249 24250 24251 24252 24253 24254 24255 24256 24257 24258 24259 24260 24261 24262 24263 24264 24265 24266 24267 24268 24269 24270 24271 24272 24273 24274 24275 24276 24277 24278 24279 24280 24281 24282 24283 24284 24285 24286 24287 24288 24289 24290 24291 24292 24293 24294 24295 24296 24297 24298 24299 24300 24301 24302 24303 24304 24305 24306 24307 24308 24309 24310 24311 24312 24313 24314 24315 24316 24317 24318 24319 24320 24321 24322 24323 24324 24325 24326 24327 24328 24329 24330 24331 24332 24333 24334 24335 24336 24337 24338 24339 24340 24341 24342 24343 24344 24345 24346 24347 24348 24349 24350 24351 24352 24353 24354 24355 24356 24357 24358 24359 24360 24361 24362 24363 24364 24365 24366 24367 24368 24369 24370 24371 24372 24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 24387 24388 24389 24390 24391 24392 24393 24394 24395 24396 24397 24398 24399 24400 24401 24402 24403 24404 24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 24444 24445 24446 24447 24448 24449 24450 24451 24452 24453 24454 24455 24456 24457 24458 24459 24460 24461 24462 24463 24464 24465 24466 24467 24468 24469 24470 24471 24472 24473 24474 24475 24476 24477 24478 24479 24480 24481 24482 24483 24484 24485 24486 24487 24488 24489 24490 24491 24492 24493 24494 24495 24496 24497 24498 24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 24514 24515 24516 24517 24518 24519 24520 24521 24522 24523 24524 24525 24526 24527 24528 24529 24530 24531 24532 24533 24534 24535 24536 24537 24538 24539 24540 24541 24542 24543 24544 24545 24546 24547 24548 24549 24550 24551 24552 24553 24554 24555 24556 24557 24558 24559 24560 24561 24562 24563 24564 24565 24566 24567 24568 24569 24570 24571 24572 24573 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 24589 24590 24591 24592 24593 24594 24595 24596 24597 24598 24599 24600 24601 24602 24603 24604 24605 24606 24607 24608 24609 24610 24611 24612 24613 24614 24615 24616 24617 24618 24619 24620 24621 24622 24623 24624 24625 24626 24627 24628 24629 24630 24631 24632 24633 24634 24635 24636 24637 24638 24639 24640 24641 24642 24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 24655 24656 24657 24658 24659 24660 24661 24662 24663 24664 24665 24666 24667 24668 24669 24670 24671 24672 24673 24674 24675 24676 24677 24678 24679 24680 24681 24682 24683 24684 24685 24686 24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 24697 24698 24699 24700 24701 24702 24703 24704 24705 24706 24707 24708 24709 24710 24711 24712 24713 24714 24715 24716 24717 24718 24719 24720 24721 24722 24723 24724 24725 24726 24727 24728 24729 24730 24731 24732 24733 24734 24735 24736 24737 24738 24739 24740 24741 24742 24743 24744 24745 24746 24747 24748 24749 24750 24751 24752 24753 24754 24755 24756 24757 24758 24759 24760 24761 24762 24763 24764 24765 24766 24767 24768 24769 24770 24771 24772 24773 24774 24775 24776 24777 24778 24779 24780 24781 24782 24783 24784 24785 24786 24787 24788 24789 24790 24791 24792 24793 24794 24795 24796 24797 24798 24799 24800 24801 24802 24803 24804 24805 24806 24807 24808 24809 24810 24811 24812 24813 24814 24815 24816 24817 24818 24819 24820 24821 24822 24823 24824 24825 24826 24827 24828 24829 24830 24831 24832 24833 24834 24835 24836 24837 24838 24839 24840 24841 24842 24843 24844 24845 24846 24847 24848 24849 24850 24851 24852 24853 24854 24855 24856 24857 24858 24859 24860 24861 24862 24863 24864 24865 24866 24867 24868 24869 24870 24871 24872 24873 24874 24875 24876 24877 24878 24879 24880 24881 24882 24883 24884 24885 24886 24887 24888 24889 24890 24891 24892 24893 24894 24895 24896 24897 24898 24899 24900 24901 24902 24903 24904 24905 24906 24907 24908 24909 24910 24911 24912 24913 24914 24915 24916 24917 24918 24919 24920 24921 24922 24923 24924 24925 24926 24927 24928 24929 24930 24931 24932 24933 24934 24935 24936 24937 24938 24939 24940 24941 24942 24943 24944 24945 24946 24947 24948 24949 24950 24951 24952 24953 24954 24955 24956 24957 24958 24959 24960 24961 24962 24963 24964 24965 24966 24967 24968 24969 24970 24971 24972 24973 24974 24975 24976 24977 24978 24979 24980 24981 24982 24983 24984 24985 24986 24987 24988 24989 24990 24991 24992 24993 24994 24995 24996 24997 24998 24999 25000 25001 25002 25003 25004 25005 25006 25007 25008 25009 25010 25011 25012 25013 25014 25015 25016 25017 25018 25019 25020 25021 25022 25023 25024 25025 25026 25027 25028 25029 25030 25031 25032 25033 25034 25035 25036 25037 25038 25039 25040 25041 25042 25043 25044 25045 25046 25047 25048 25049 25050 25051 25052 25053 25054 25055 25056 25057 25058 25059 25060 25061 25062 25063 25064 25065 25066 25067 25068 25069 25070 25071 25072 25073 25074 25075 25076 25077 25078 25079 25080 25081 25082 25083 25084 25085 25086 25087 25088 25089 25090 25091 25092 25093 25094 25095 25096 25097 25098 25099 25100 25101 25102 25103 25104 25105 25106 25107 25108 25109 25110 25111 25112 25113 25114 25115 25116 25117 25118 25119 25120 25121 25122 25123 25124 25125 25126 25127 25128 25129 25130 25131 25132 25133 25134 25135 25136 25137 25138 25139 25140 25141 25142 25143 25144 25145 25146 25147 25148 25149 25150 25151 25152 25153 25154 25155 25156 25157 25158 25159 25160 25161 25162 25163 25164 25165 25166 25167 25168 25169 25170 25171 25172 25173 25174 25175 25176 25177 25178 25179 25180 25181 25182 25183 25184 25185 25186 25187 25188 25189 25190 25191 25192 25193 25194 25195 25196 25197 25198 25199 25200 25201 25202 25203 25204 25205 25206 25207 25208 25209 25210 25211 25212 25213 25214 25215 25216 25217 25218 25219 25220 25221 25222 25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 25238 25239 25240 25241 25242 25243 25244 25245 25246 25247 25248 25249 25250 25251 25252 25253 25254 25255 25256 25257 25258 25259 25260 25261 25262 25263 25264 25265 25266 25267 25268 25269 25270 25271 25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 25303 25304 25305 25306 25307 25308 25309 25310 25311 25312 25313 25314 25315 25316 25317 25318 25319 25320 25321 25322 25323 25324 25325 25326 25327 25328 25329 25330 25331 25332 25333 25334 25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345 25346 25347 25348 25349 25350 25351 25352 25353 25354 25355 25356 25357 25358 25359 25360 25361 25362 25363 25364 25365 25366 25367 25368 25369 25370 25371 25372 25373 25374 25375 25376 25377 25378 25379 25380 25381 25382 25383 25384 25385 25386 25387 25388 25389 25390 25391 25392 25393 25394 25395 25396 25397 25398 25399 25400 25401 25402 25403 25404 25405 25406 25407 25408 25409 25410 25411 25412 25413 25414 25415 25416 25417 25418 25419 25420 25421 25422 25423 25424 25425 25426 25427 25428 25429 25430 25431 25432 25433 25434 25435 25436 25437 25438 25439 25440 25441 25442 25443 25444 25445 25446 25447 25448 25449 25450 25451 25452 25453 25454 25455 25456 25457 25458 25459 25460 25461 25462 25463 25464 25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 25478 25479 25480 25481 25482 25483 25484 25485 25486 25487 25488 25489 25490 25491 25492 25493 25494 25495 25496 25497 25498 25499 25500 25501 25502 25503 25504 25505 25506 25507 25508 25509 25510 25511 25512 25513 25514 25515 25516 25517 25518 25519 25520 25521 25522 25523 25524 25525 25526 25527 25528 25529 25530 25531 25532 25533 25534 25535 25536 25537 25538 25539 25540 25541 25542 25543 25544 25545 25546 25547 25548 25549 25550 25551 25552 25553 25554 25555 25556 25557 25558 25559 25560 25561 25562 25563 25564 25565 25566 25567 25568 25569 25570 25571 25572 25573 25574 25575 25576 25577 25578 25579 25580 25581 25582 25583 25584 25585 25586 25587 25588 25589 25590 25591 25592 25593 25594 25595 25596 25597 25598 25599 25600 25601 25602 25603 25604 25605 25606 25607 25608 25609 25610 25611 25612 25613 25614 25615 25616 25617 25618 25619 25620 25621 25622 25623 25624 25625 25626 25627 25628 25629 25630 25631 25632 25633 25634 25635 25636 25637 25638 25639 25640 25641 25642 25643 25644 25645 25646 25647 25648 25649 25650 25651 25652 25653 25654 25655 25656 25657 25658 25659 25660 25661 25662 25663 25664 25665 25666 25667 25668 25669 25670 25671 25672 25673 25674 25675 25676 25677 25678 25679 25680 25681 25682 25683 25684 25685 25686 25687 25688 25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 25705 25706 25707 25708 25709 25710 25711 25712 25713 25714 25715 25716 25717 25718 25719 25720 25721 25722 25723 25724 25725 25726 25727 25728 25729 25730 25731 25732 25733 25734 25735 25736 25737 25738 25739 25740 25741 25742 25743 25744 25745 25746 25747 25748 25749 25750 25751 25752 25753 25754 25755 25756 25757 25758 25759 25760 25761 25762 25763 25764 25765 25766 25767 25768 25769 25770 25771 25772 25773 25774 25775 25776 25777 25778 25779 25780 25781 25782 25783 25784 25785 25786 25787 25788 25789 25790 25791 25792 25793 25794 25795 25796 25797 25798 25799 25800 25801 25802 25803 25804 25805 25806 25807 25808 25809 25810 25811 25812 25813 25814 25815 25816 25817 25818 25819 25820 25821 25822 25823 25824 25825 25826 25827 25828 25829 25830 25831 25832 25833 25834 25835 25836 25837 25838 25839 25840 25841 25842 25843 25844 25845 25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857 25858 25859 25860 25861 25862 25863 25864 25865 25866 25867 25868 25869 25870 25871 25872 25873 25874 25875 25876 25877 25878 25879 25880 25881 25882 25883 25884 25885 25886 25887 25888 25889 25890 25891 25892 25893 25894 25895 25896 25897 25898 25899 25900 25901 25902 25903 25904 25905 25906 25907 25908 25909 25910 25911 25912 25913 25914 25915 25916 25917 25918 25919 25920 25921 25922 25923 25924 25925 25926 25927 25928 25929 25930 25931 25932 25933 25934 25935 25936 25937 25938 25939 25940 25941 25942 25943 25944 25945 25946 25947 25948 25949 25950 25951 25952 25953 25954 25955 25956 25957 25958 25959 25960 25961 25962 25963 25964 25965 25966 25967 25968 25969 25970 25971 25972 25973 25974 25975 25976 25977 25978 25979 25980 25981 25982 25983 25984 25985 25986 25987 25988 25989 25990 25991 25992 25993 25994 25995 25996 25997 25998 25999 26000 26001 26002 26003 26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 26027 26028 26029 26030 26031 26032 26033 26034 26035 26036 26037 26038 26039 26040 26041 26042 26043 26044 26045 26046 26047 26048 26049 26050 26051 26052 26053 26054 26055 26056 26057 26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 26070 26071 26072 26073 26074 26075 26076 26077 26078 26079 26080 26081 26082 26083 26084 26085 26086 26087 26088 26089 26090 26091 26092 26093 26094 26095 26096 26097 26098 26099 26100 26101 26102 26103 26104 26105 26106 26107 26108 26109 26110 26111 26112 26113 26114 26115 26116 26117 26118 26119 26120 26121 26122 26123 26124 26125 26126 26127 26128 26129 26130 26131 26132 26133 26134 26135 26136 26137 26138 26139 26140 26141 26142 26143 26144 26145 26146 26147 26148 26149 26150 26151 26152 26153 26154 26155 26156 26157 26158 26159 26160 26161 26162 26163 26164 26165 26166 26167 26168 26169 26170 26171 26172 26173 26174 26175 26176 26177 26178 26179 26180 26181 26182 26183 26184 26185 26186 26187 26188 26189 26190 26191 26192 26193 26194 26195 26196 26197 26198 26199 26200 26201 26202 26203 26204 26205 26206 26207 26208 26209 26210 26211 26212 26213 26214 26215 26216 26217 26218 26219 26220 26221 26222 26223 26224 26225 26226 26227 26228 26229 26230 26231 26232 26233 26234 26235 26236 26237 26238 26239 26240 26241 26242 26243 26244 26245 26246 26247 26248 26249 26250 26251 26252 26253 26254 26255 26256 26257 26258 26259 26260 26261 26262 26263 26264 26265 26266 26267 26268 26269 26270 26271 26272 26273 26274 26275 26276 26277 26278 26279 26280 26281 26282 26283 26284 26285 26286 26287 26288 26289 26290 26291 26292 26293 26294 26295 26296 26297 26298 26299 26300 26301 26302 26303 26304 26305 26306 26307 26308 26309 26310 26311 26312 26313 26314 26315 26316 26317 26318 26319 26320 26321 26322 26323 26324 26325 26326 26327 26328 26329 26330 26331 26332 26333 26334 26335 26336 26337 26338 26339 26340 26341 26342 26343 26344 26345 26346 26347 26348 26349 26350 26351 26352 26353 26354 26355 26356 26357 26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370 26371 26372 26373 26374 26375 26376 26377 26378 26379 26380 26381 26382 26383 26384 26385 26386 26387 26388 26389 26390 26391 26392 26393 26394 26395 26396 26397 26398 26399 26400 26401 26402 26403 26404 26405 26406 26407 26408 26409 26410 26411 26412 26413 26414 26415 26416 26417 26418 26419 26420 26421 26422 26423 26424 26425 26426 26427 26428 26429 26430 26431 26432 26433 26434 26435 26436 26437 26438 26439 26440 26441 26442 26443 26444 26445 26446 26447 26448 26449 26450 26451 26452 26453 26454 26455 26456 26457 26458 26459 26460 26461 26462 26463 26464 26465 26466 26467 26468 26469 26470 26471 26472 26473 26474 26475 26476 26477 26478 26479 26480 26481 26482 26483 26484 26485 26486 26487 26488 26489 26490 26491 26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510 26511 26512 26513 26514 26515 26516 26517 26518 26519 26520 26521 26522 26523 26524 26525 26526 26527 26528 26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 26541 26542 26543 26544 26545 26546 26547 26548 26549 26550 26551 26552 26553 26554 26555 26556 26557 26558 26559 26560 26561 26562 26563 26564 26565 26566 26567 26568 26569 26570 26571 26572 26573 26574 26575 26576 26577 26578 26579 26580 26581 26582 26583 26584 26585 26586 26587 26588 26589 26590 26591 26592 26593 26594 26595 26596 26597 26598 26599 26600 26601 26602 26603 26604 26605 26606 26607 26608 26609 26610 26611 26612 26613 26614 26615 26616 26617 26618 26619 26620 26621 26622 26623 26624 26625 26626 26627 26628 26629 26630 26631 26632 26633 26634 26635 26636 26637 26638 26639 26640 26641 26642 26643 26644 26645 26646 26647 26648 26649 26650 26651 26652 26653 26654 26655 26656 26657 26658 26659 26660 26661 26662 26663 26664 26665 26666 26667 26668 26669 26670 26671 26672 26673 26674 26675 26676 26677 26678 26679 26680 26681 26682 26683 26684 26685 26686 26687 26688 26689 26690 26691 26692 26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 26717 26718 26719 26720 26721 26722 26723 26724 26725 26726 26727 26728 26729 26730 26731 26732 26733 26734 26735 26736 26737 26738 26739 26740 26741 26742 26743 26744 26745 26746 26747 26748 26749 26750 26751 26752 26753 26754 26755 26756 26757 26758 26759 26760 26761 26762 26763 26764 26765 26766 26767 26768 26769 26770 26771 26772 26773 26774 26775 26776 26777 26778 26779 26780 26781 26782 26783 26784 26785 26786 26787 26788 26789 26790 26791 26792 26793 26794 26795 26796 26797 26798 26799 26800 26801 26802 26803 26804 26805 26806 26807 26808 26809 26810 26811 26812 26813 26814 26815 26816 26817 26818 26819 26820 26821 26822 26823 26824 26825 26826 26827 26828 26829 26830 26831 26832 26833 26834 26835 26836 26837 26838 26839 26840 26841 26842 26843 26844 26845 26846 26847 26848 26849 26850 26851 26852 26853 26854 26855 26856 26857 26858 26859 26860 26861 26862 26863 26864 26865 26866 26867 26868 26869 26870 26871 26872 26873 26874 26875 26876 26877 26878 26879 26880 26881 26882 26883 26884 26885 26886 26887 26888 26889 26890 26891 26892 26893 26894 26895 26896 26897 26898 26899 26900 26901 26902 26903 26904 26905 26906 26907 26908 26909 26910 26911 26912 26913 26914 26915 26916 26917 26918 26919 26920 26921 26922 26923 26924 26925 26926 26927 26928 26929 26930 26931 26932 26933 26934 26935 26936 26937 26938 26939 26940 26941 26942 26943 26944 26945 26946 26947 26948 26949 26950 26951 26952 26953 26954 26955 26956 26957 26958 26959 26960 26961 26962 26963 26964 26965 26966 26967 26968 26969 26970 26971 26972 26973 26974 26975 26976 26977 26978 26979 26980 26981 26982 26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 26997 26998 26999 27000 27001 27002 27003 27004 27005 27006 27007 27008 27009 27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 27026 27027 27028 27029 27030 27031 27032 27033 27034 27035 27036 27037 27038 27039 27040 27041 27042 27043 27044 27045 27046 27047 27048 27049 27050 27051 27052 27053 27054 27055 27056 27057 27058 27059 27060 27061 27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 27074 27075 27076 27077 27078 27079 27080 27081 27082 27083 27084 27085 27086 27087 27088 27089 27090 27091 27092 27093 27094 27095 27096 27097 27098 27099 27100 27101 27102 27103 27104 27105 27106 27107 27108 27109 27110 27111 27112 27113 27114 27115 27116 27117 27118 27119 27120 27121 27122 27123 27124 27125 27126 27127 27128 27129 27130 27131 27132 27133 27134 27135 27136 27137 27138 27139 27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150 27151 27152 27153 27154 27155 27156 27157 27158 27159 27160 27161 27162 27163 27164 27165 27166 27167 27168 27169 27170 27171 27172 27173 27174 27175 27176 27177 27178 27179 27180 27181 27182 27183 27184 27185 27186 27187 27188 27189 27190 27191 27192 27193 27194 27195 27196 27197 27198 27199 27200 27201 27202 27203 27204 27205 27206 27207 27208 27209 27210 27211 27212 27213 27214 27215 27216 27217 27218 27219 27220 27221 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 27244 27245 27246 27247 27248 27249 27250 27251 27252 27253 27254 27255 27256 27257 27258 27259 27260 27261 27262 27263 27264 27265 27266 27267 27268 27269 27270 27271 27272 27273 27274 27275 27276 27277 27278 27279 27280 27281 27282 27283 27284 27285 27286 27287 27288 27289 27290 27291 27292 27293 27294 27295 27296 27297 27298 27299 27300 27301 27302 27303 27304 27305 27306 27307 27308 27309 27310 27311 27312 27313 27314 27315 27316 27317 27318 27319 27320 27321 27322 27323 27324 27325 27326 27327 27328 27329 27330 27331 27332 27333 27334 27335 27336 27337 27338 27339 27340 27341 27342 27343 27344 27345 27346 27347 27348 27349 27350 27351 27352 27353 27354 27355 27356 27357 27358 27359 27360 27361 27362 27363 27364 27365 27366 27367 27368 27369 27370 27371 27372 27373 27374 27375 27376 27377 27378 27379 27380 27381 27382 27383 27384 27385 27386 27387 27388 27389 27390 27391 27392 27393 27394 27395 27396 27397 27398 27399 27400 27401 27402 27403 27404 27405 27406 27407 27408 27409 27410 27411 27412 27413 27414 27415 27416 27417 27418 27419 27420 27421 27422 27423 27424 27425 27426 27427 27428 27429 27430 27431 27432 27433 27434 27435 27436 27437 27438 27439 27440 27441 27442 27443 27444 27445 27446 27447 27448 27449 27450 27451 27452 27453 27454 27455 27456 27457 27458 27459 27460 27461 27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 27498 27499 27500 27501 27502 27503 27504 27505 27506 27507 27508 27509 27510 27511 27512 27513 27514 27515 27516 27517 27518 27519 27520 27521 27522 27523 27524 27525 27526 27527 27528 27529 27530 27531 27532 27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 27547 27548 27549 27550 27551 27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 27563 27564 27565 27566 27567 27568 27569 27570 27571 27572 27573 27574 27575 27576 27577 27578 27579 27580 27581 27582 27583 27584 27585 27586 27587 27588 27589 27590 27591 27592 27593 27594 27595 27596 27597 27598 27599 27600 27601 27602 27603 27604 27605 27606 27607 27608 27609 27610 27611 27612 27613 27614 27615 27616 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 27633 27634 27635 27636 27637 27638 27639 27640 27641 27642 27643 27644 27645 27646 27647 27648 27649 27650 27651 27652 27653 27654 27655 27656 27657 27658 27659 27660 27661 27662 27663 27664 27665 27666 27667 27668 27669 27670 27671 27672 27673 27674 27675 27676 27677 27678 27679 27680 27681 27682 27683 27684 27685 27686 27687 27688 27689 27690 27691 27692 27693 27694 27695 27696 27697 27698 27699 27700 27701 27702 27703 27704 27705 27706 27707 27708 27709 27710 27711 27712 27713 27714 27715 27716 27717 27718 27719 27720 27721 27722 27723 27724 27725 27726 27727 27728 27729 27730 27731 27732 27733 27734 27735 27736 27737 27738 27739 27740 27741 27742 27743 27744 27745 27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 27759 27760 27761 27762 27763 27764 27765 27766 27767 27768 27769 27770 27771 27772 27773 27774 27775 27776 27777 27778 27779 27780 27781 27782 27783 27784 27785 27786 27787 27788 27789 27790 27791 27792 27793 27794 27795 27796 27797 27798 27799 27800 27801 27802 27803 27804 27805 27806 27807 27808 27809 27810 27811 27812 27813 27814 27815 27816 27817 27818 27819 27820 27821 27822 27823 27824 27825 27826 27827 27828 27829 27830 27831 27832 27833 27834 27835 27836 27837 27838 27839 27840 27841 27842 27843 27844 27845 27846 27847 27848 27849 27850 27851 27852 27853 27854 27855 27856 27857 27858 27859 27860 27861 27862 27863 27864 27865 27866 27867 27868 27869 27870 27871 27872 27873 27874 27875 27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 27887 27888 27889 27890 27891 27892 27893 27894 27895 27896 27897 27898 27899 27900 27901 27902 27903 27904 27905 27906 27907 27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 27921 27922 27923 27924 27925 27926 27927 27928 27929 27930 27931 27932 27933 27934 27935 27936 27937 27938 27939 27940 27941 27942 27943 27944 27945 27946 27947 27948 27949 27950 27951 27952 27953 27954 27955 27956 27957 27958 27959 27960 27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 27975 27976 27977 27978 27979 27980 27981 27982 27983 27984 27985 27986 27987 27988 27989 27990 27991 27992 27993 27994 27995 27996 27997 27998 27999 28000 28001 28002 28003 28004 28005 28006 28007 28008 28009 28010 28011 28012 28013 28014 28015 28016 28017 28018 28019 28020 28021 28022 28023 28024 28025 28026 28027 28028 28029 28030 28031 28032 28033 28034 28035 28036 28037 28038 28039 28040 28041 28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 28070 28071 28072 28073 28074 28075 28076 28077 28078 28079 28080 28081 28082 28083 28084 28085 28086 28087 28088 28089 28090 28091 28092 28093 28094 28095 28096 28097 28098 28099 28100 28101 28102 28103 28104 28105 28106 28107 28108 28109 28110 28111 28112 28113 28114 28115 28116 28117 28118 28119 28120 28121 28122 28123 28124 28125 28126 28127 28128 28129 28130 28131 28132 28133 28134 28135 28136 28137 28138 28139 28140 28141 28142 28143 28144 28145 28146 28147 28148 28149 28150 28151 28152 28153 28154 28155 28156 28157 28158 28159 28160 28161 28162 28163 28164 28165 28166 28167 28168 28169 28170 28171 28172 28173 28174 28175 28176 28177 28178 28179 28180 28181 28182 28183 28184 28185 28186 28187 28188 28189 28190 28191 28192 28193 28194 28195 28196 28197 28198 28199 28200 28201 28202 28203 28204 28205 28206 28207 28208 28209 28210 28211 28212 28213 28214 28215 28216 28217 28218 28219 28220 28221 28222 28223 28224 28225 28226 28227 28228 28229 28230 28231 28232 28233 28234 28235 28236 28237 28238 28239 28240 28241 28242 28243 28244 28245 28246 28247 28248 28249 28250 28251 28252 28253 28254 28255 28256 28257 28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 28271 28272 28273 28274 28275 28276 28277 28278 28279 28280 28281 28282 28283 28284 28285 28286 28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 28299 28300 28301 28302 28303 28304 28305 28306 28307 28308 28309 28310 28311 28312 28313 28314 28315 28316 28317 28318 28319 28320 28321 28322 28323 28324 28325 28326 28327 28328 28329 28330 28331 28332 28333 28334 28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 28348 28349 28350 28351 28352 28353 28354 28355 28356 28357 28358 28359 28360 28361 28362 28363 28364 28365 28366 28367 28368 28369 28370 28371 28372 28373 28374 28375 28376 28377 28378 28379 28380 28381 28382 28383 28384 28385 28386 28387 28388 28389 28390 28391 28392 28393 28394 28395 28396 28397 28398 28399 28400 28401 28402 28403 28404 28405 28406 28407 28408 28409 28410 28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 28424 28425 28426 28427 28428 28429 28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 28446 28447 28448 28449 28450 28451 28452 28453 28454 28455 28456 28457 28458 28459 28460 28461 28462 28463 28464 28465 28466 28467 28468 28469 28470 28471 28472 28473 28474 28475 28476 28477 28478 28479 28480 28481 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 28502 28503 28504 28505 28506 28507 28508 28509 28510 28511 28512 28513 28514 28515 28516 28517 28518 28519 28520 28521 28522 28523 28524 28525 28526 28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 28542 28543 28544 28545 28546 28547 28548 28549 28550 28551 28552 28553 28554 28555 28556 28557 28558 28559 28560 28561 28562 28563 28564 28565 28566 28567 28568 28569 28570 28571 28572 28573 28574 28575 28576 28577 28578 28579 28580 28581 28582 28583 28584 28585 28586 28587 28588 28589 28590 28591 28592 28593 28594 28595 28596 28597 28598 28599 28600 28601 28602 28603 28604 28605 28606 28607 28608 28609 28610 28611 28612 28613 28614 28615 28616 28617 28618 28619 28620 28621 28622 28623 28624 28625 28626 28627 28628 28629 28630 28631 28632 28633 28634 28635 28636 28637 28638 28639 28640 28641 28642 28643 28644 28645 28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 28660 28661 28662 28663 28664 28665 28666 28667 28668 28669 28670 28671 28672 28673 28674 28675 28676 28677 28678 28679 28680 28681 28682 28683 28684 28685 28686 28687 28688 28689 28690 28691 28692 28693 28694 28695 28696 28697 28698 28699 28700 28701 28702 28703 28704 28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 28720 28721 28722 28723 28724 28725 28726 28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 28738 28739 28740 28741 28742 28743 28744 28745 28746 28747 28748 28749 28750 28751 28752 28753 28754 28755 28756 28757 28758 28759 28760 28761 28762 28763 28764 28765 28766 28767 28768 28769 28770 28771 28772 28773 28774 28775 28776 28777 28778 28779 28780 28781 28782 28783 28784 28785 28786 28787 28788 28789 28790 28791 28792 28793 28794 28795 28796 28797 28798 28799 28800 28801 28802 28803 28804 28805 28806 28807 28808 28809 28810 28811 28812 28813 28814 28815 28816 28817 28818 28819 28820 28821 28822 28823 28824 28825 28826 28827 28828 28829 28830 28831 28832 28833 28834 28835 28836 28837 28838 28839 28840 28841 28842 28843 28844 28845 28846 28847 28848 28849 28850 28851 28852 28853 28854 28855 28856 28857 28858 28859 28860 28861 28862 28863 28864 28865 28866 28867 28868 28869 28870 28871 28872 28873 28874 28875 28876 28877 28878 28879 28880 28881 28882 28883 28884 28885 28886 28887 28888 28889 28890 28891 28892 28893 28894 28895 28896 28897 28898 28899 28900 28901 28902 28903 28904 28905 28906 28907 28908 28909 28910 28911 28912 28913 28914 28915 28916 28917 28918 28919 28920 28921 28922 28923 28924 28925 28926 28927 28928 28929 28930 28931 28932 28933 28934 28935 28936 28937 28938 28939 28940 28941 28942 28943 28944 28945 28946 28947 28948 28949 28950 28951 28952 28953 28954 28955 28956 28957 28958 28959 28960 28961 28962 28963 28964 28965 28966 28967 28968 28969 28970 28971 28972 28973 28974 28975 28976 28977 28978 28979 28980 28981 28982 28983 28984 28985 28986 28987 28988 28989 28990 28991 28992 28993 28994 28995 28996 28997 28998 28999 29000 29001 29002 29003 29004 29005 29006 29007 29008 29009 29010 29011 29012 29013 29014 29015 29016 29017 29018 29019 29020 29021 29022 29023 29024 29025 29026 29027 29028 29029 29030 29031 29032 29033 29034 29035 29036 29037 29038 29039 29040 29041 29042 29043 29044 29045 29046 29047 29048 29049 29050 29051 29052 29053 29054 29055 29056 29057 29058 29059 29060 29061 29062 29063 29064 29065 29066 29067 29068 29069 29070 29071 29072 29073 29074 29075 29076 29077 29078 29079 29080 29081 29082 29083 29084 29085 29086 29087 29088 29089 29090 29091 29092 29093 29094 29095 29096 29097 29098 29099 29100 29101 29102 29103 29104 29105 29106 29107 29108 29109 29110 29111 29112 29113 29114 29115 29116 29117 29118 29119 29120 29121 29122 29123 29124 29125 29126 29127 29128 29129 29130 29131 29132 29133 29134 29135 29136 29137 29138 29139 29140 29141 29142 29143 29144 29145 29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 29157 29158 29159 29160 29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 29175 29176 29177 29178 29179 29180 29181 29182 29183 29184 29185 29186 29187 29188 29189 29190 29191 29192 29193 29194 29195 29196 29197 29198 29199 29200 29201 29202 29203 29204 29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 29225 29226 29227 29228 29229 29230 29231 29232 29233 29234 29235 29236 29237 29238 29239 29240 29241 29242 29243 29244 29245 29246 29247 29248 29249 29250 29251 29252 29253 29254 29255 29256 29257 29258 29259 29260 29261 29262 29263 29264 29265 29266 29267 29268 29269 29270 29271 29272 29273 29274 29275 29276 29277 29278 29279 29280 29281 29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 29294 29295 29296 29297 29298 29299 29300 29301 29302 29303 29304 29305 29306 29307 29308 29309 29310 29311 29312 29313 29314 29315 29316 29317 29318 29319 29320 29321 29322 29323 29324 29325 29326 29327 29328 29329 29330 29331 29332 29333 29334 29335 29336 29337 29338 29339 29340 29341 29342 29343 29344 29345 29346 29347 29348 29349 29350 29351 29352 29353 29354 29355 29356 29357 29358 29359 29360 29361 29362 29363 29364 29365 29366 29367 29368 29369 29370 29371 29372 29373 29374 29375 29376 29377 29378 29379 29380 29381 29382 29383 29384 29385 29386 29387 29388 29389 29390 29391 29392 29393 29394 29395 29396 29397 29398 29399 29400 29401 29402 29403 29404 29405 29406 29407 29408 29409 29410 29411 29412 29413 29414 29415 29416 29417 29418 29419 29420 29421 29422 29423 29424 29425 29426 29427 29428 29429 29430 29431 29432 29433 29434 29435 29436 29437 29438 29439 29440 29441 29442 29443 29444 29445 29446 29447 29448 29449 29450 29451 29452 29453 29454 29455 29456 29457 29458 29459 29460 29461 29462 29463 29464 29465 29466 29467 29468 29469 29470 29471 29472 29473 29474 29475 29476 29477 29478 29479 29480 29481 29482 29483 29484 29485 29486 29487 29488 29489 29490 29491 29492 29493 29494 29495 29496 29497 29498 29499 29500 29501 29502 29503 29504 29505 29506 29507 29508 29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 29525 29526 29527 29528 29529 29530 29531 29532 29533 29534 29535 29536 29537 29538 29539 29540 29541 29542 29543 29544 29545 29546 29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 29558 29559 29560 29561 29562 29563 29564 29565 29566 29567 29568 29569 29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 29581 29582 29583 29584 29585 29586 29587 29588 29589 29590 29591 29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 29604 29605 29606 29607 29608 29609 29610 29611 29612 29613 29614 29615 29616 29617 29618 29619 29620 29621 29622 29623 29624 29625 29626 29627 29628 29629 29630 29631 29632 29633 29634 29635 29636 29637 29638 29639 29640 29641 29642 29643 29644 29645 29646 29647 29648 29649 29650 29651 29652 29653 29654 29655 29656 29657 29658 29659 29660 29661 29662 29663 29664 29665 29666 29667 29668 29669 29670 29671 29672 29673 29674 29675 29676 29677 29678 29679 29680 29681 29682 29683 29684 29685 29686 29687 29688 29689 29690 29691 29692 29693 29694 29695 29696 29697 29698 29699 29700 29701 29702 29703 29704 29705 29706 29707 29708 29709 29710 29711 29712 29713 29714 29715 29716 29717 29718 29719 29720 29721 29722 29723 29724 29725 29726 29727 29728 29729 29730 29731 29732 29733 29734 29735 29736 29737 29738 29739 29740 29741 29742 29743 29744 29745 29746 29747 29748 29749 29750 29751 29752 29753 29754 29755 29756 29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 29769 29770 29771 29772 29773 29774 29775 29776 29777 29778 29779 29780 29781 29782 29783 29784 29785 29786 29787 29788 29789 29790 29791 29792 29793 29794 29795 29796 29797 29798 29799 29800 29801 29802 29803 29804 29805 29806 29807 29808 29809 29810 29811 29812 29813 29814 29815 29816 29817 29818 29819 29820 29821 29822 29823 29824 29825 29826 29827 29828 29829 29830 29831 29832 29833 29834 29835 29836 29837 29838 29839 29840 29841 29842 29843 29844 29845 29846 29847 29848 29849 29850 29851 29852 29853 29854 29855 29856 29857 29858 29859 29860 29861 29862 29863 29864 29865 29866 29867 29868 29869 29870 29871 29872 29873 29874 29875 29876 29877 29878 29879 29880 29881 29882 29883 29884 29885 29886 29887 29888 29889 29890 29891 29892 29893 29894 29895 29896 29897 29898 29899 29900 29901 29902 29903 29904 29905 29906 29907 29908 29909 29910 29911 29912 29913 29914 29915 29916 29917 29918 29919 29920 29921 29922 29923 29924 29925 29926 29927 29928 29929 29930 29931 29932 29933 29934 29935 29936 29937 29938 29939 29940 29941 29942 29943 29944 29945 29946 29947 29948 29949 29950 29951 29952 29953 29954 29955 29956 29957 29958 29959 29960 29961 29962 29963 29964 29965 29966 29967 29968 29969 29970 29971 29972 29973 29974 29975 29976 29977 29978 29979 29980 29981 29982 29983 29984 29985 29986 29987 29988 29989 29990 29991 29992 29993 29994 29995 29996 29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 30011 30012 30013 30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 30035 30036 30037 30038 30039 30040 30041 30042 30043 30044 30045 30046 30047 30048 30049 30050 30051 30052 30053 30054 30055 30056 30057 30058 30059 30060 30061 30062 30063 30064 30065 30066 30067 30068 30069 30070 30071 30072 30073 30074 30075 30076 30077 30078 30079 30080 30081 30082 30083 30084 30085 30086 30087 30088 30089 30090 30091 30092 30093 30094 30095 30096 30097 30098 30099 30100 30101 30102 30103 30104 30105 30106 30107 30108 30109 30110 30111 30112 30113 30114 30115 30116 30117 30118 30119 30120 30121 30122 30123 30124 30125 30126 30127 30128 30129 30130 30131 30132 30133 30134 30135 30136 30137 30138 30139 30140 30141 30142 30143 30144 30145 30146 30147 30148 30149 30150 30151 30152 30153 30154 30155 30156 30157 30158 30159 30160 30161 30162 30163 30164 30165 30166 30167 30168 30169 30170 30171 30172 30173 30174 30175 30176 30177 30178 30179 30180 30181 30182 30183 30184 30185 30186 30187 30188 30189 30190 30191 30192 30193 30194 30195 30196 30197 30198 30199 30200 30201 30202 30203 30204 30205 30206 30207 30208 30209 30210 30211 30212 30213 30214 30215 30216 30217 30218 30219 30220 30221 30222 30223 30224 30225 30226 30227 30228 30229 30230 30231 30232 30233 30234 30235 30236 30237 30238 30239 30240 30241 30242 30243 30244 30245 30246 30247 30248 30249 30250 30251 30252 30253 30254 30255 30256 30257 30258 30259 30260 30261 30262 30263 30264 30265 30266 30267 30268 30269 30270 30271 30272 30273 30274 30275 30276 30277 30278 30279 30280 30281 30282 30283 30284 30285 30286 30287 30288 30289 30290 30291 30292 30293 30294 30295 30296 30297 30298 30299 30300 30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 30312 30313 30314 30315 30316 30317 30318 30319 30320 30321 30322 30323 30324 30325 30326 30327 30328 30329 30330 30331 30332 30333 30334 30335 30336 30337 30338 30339 30340 30341 30342 30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 30354 30355 30356 30357 30358 30359 30360 30361 30362 30363 30364 30365 30366 30367 30368 30369 30370 30371 30372 30373 30374 30375 30376 30377 30378 30379 30380 30381 30382 30383 30384 30385 30386 30387 30388 30389 30390 30391 30392 30393 30394 30395 30396 30397 30398 30399 30400 30401 30402 30403 30404 30405 30406 30407 30408 30409 30410 30411 30412 30413 30414 30415 30416 30417 30418 30419 30420 30421 30422 30423 30424 30425 30426 30427 30428 30429 30430 30431 30432 30433 30434 30435 30436 30437 30438 30439 30440 30441 30442 30443 30444 30445 30446 30447 30448 30449 30450 30451 30452 30453 30454 30455 30456 30457 30458 30459 30460 30461 30462 30463 30464 30465 30466 30467 30468 30469 30470 30471 30472 30473 30474 30475 30476 30477 30478 30479 30480 30481 30482 30483 30484 30485 30486 30487 30488 30489 30490 30491 30492 30493 30494 30495 30496 30497 30498 30499 30500 30501 30502 30503 30504 30505 30506 30507 30508 30509 30510 30511 30512 30513 30514 30515 30516 30517 30518 30519 30520 30521 30522 30523 30524 30525 30526 30527 30528 30529 30530 30531 30532 30533 30534 30535 30536 30537 30538 30539 30540 30541 30542 30543 30544 30545 30546 30547 30548 30549 30550 30551 30552 30553 30554 30555 30556 30557 30558 30559 30560 30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 30572 30573 30574 30575 30576 30577 30578 30579 30580 30581 30582 30583 30584 30585 30586 30587 30588 30589 30590 30591 30592 30593 30594 30595 30596 30597 30598 30599 30600 30601 30602 30603 30604 30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 30617 30618 30619 30620 30621 30622 30623 30624 30625 30626 30627 30628 30629 30630 30631 30632 30633 30634 30635 30636 30637 30638 30639 30640 30641 30642 30643 30644 30645 30646 30647 30648 30649 30650 30651 30652 30653 30654 30655 30656 30657 30658 30659 30660 30661 30662 30663 30664 30665 30666 30667 30668 30669 30670 30671 30672 30673 30674 30675 30676 30677 30678 30679 30680 30681 30682 30683 30684 30685 30686 30687 30688 30689 30690 30691 30692 30693 30694 30695 30696 30697 30698 30699 30700 30701 30702 30703 30704 30705 30706 30707 30708 30709 30710 30711 30712 30713 30714 30715 30716 30717 30718 30719 30720 30721 30722 30723 30724 30725 30726 30727 30728 30729 30730 30731 30732 30733 30734 30735 30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 30747 30748 30749 30750 30751 30752 30753 30754 30755 30756 30757 30758 30759 30760 30761 30762 30763 30764 30765 30766 30767 30768 30769 30770 30771 30772 30773 30774 30775 30776 30777 30778 30779 30780 30781 30782 30783 30784 30785 30786 30787 30788 30789 30790 30791 30792 30793 30794 30795 30796 30797 30798 30799 30800 30801 30802 30803 30804 30805 30806 30807 30808 30809 30810 30811 30812 30813 30814 30815 30816 30817 30818 30819 30820 30821 30822 30823 30824 30825 30826 30827 30828 30829 30830 30831 30832 30833 30834 30835 30836 30837 30838 30839 30840 30841 30842 30843 30844 30845 30846 30847 30848 30849 30850 30851 30852 30853 30854 30855 30856 30857 30858 30859 30860 30861 30862 30863 30864 30865 30866 30867 30868 30869 30870 30871 30872 30873 30874 30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 30886 30887 30888 30889 30890 30891 30892 30893 30894 30895 30896 30897 30898 30899 30900 30901 30902 30903 30904 30905 30906 30907 30908 30909 30910 30911 30912 30913 30914 30915 30916 30917 30918 30919 30920 30921 30922 30923 30924 30925 30926 30927 30928 30929 30930 30931 30932 30933 30934 30935 30936 30937 30938 30939 30940 30941 30942 30943 30944 30945 30946 30947 30948 30949 30950 30951 30952 30953 30954 30955 30956 30957 30958 30959 30960 30961 30962 30963 30964 30965 30966 30967 30968 30969 30970 30971 30972 30973 30974 30975 30976 30977 30978 30979 30980 30981 30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 30995 30996 30997 30998 30999 31000 31001 31002 31003 31004 31005 31006 31007 31008 31009 31010 31011 31012 31013 31014 31015 31016 31017 31018 31019 31020 31021 31022 31023 31024 31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 31036 31037 31038 31039 31040 31041 31042 31043 31044 31045 31046 31047 31048 31049 31050 31051 31052 31053 31054 31055 31056 31057 31058 31059 31060 31061 31062 31063 31064 31065 31066 31067 31068 31069 31070 31071 31072 31073 31074 31075 31076 31077 31078 31079 31080 31081 31082 31083 31084 31085 31086 31087 31088 31089 31090 31091 31092 31093 31094 31095 31096 31097 31098 31099 31100 31101 31102 31103 31104 31105 31106 31107 31108 31109 31110 31111 31112 31113 31114 31115 31116 31117 31118 31119 31120 31121 31122 31123 31124 31125 31126 31127 31128 31129 31130 31131 31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 31146 31147 31148 31149 31150 31151 31152 31153 31154 31155 31156 31157 31158 31159 31160 31161 31162 31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175 31176 31177 31178 31179 31180 31181 31182 31183 31184 31185 31186 31187 31188 31189 31190 31191 31192 31193 31194 31195 31196 31197 31198 31199 31200 31201 31202 31203 31204 31205 31206 31207 31208 31209 31210 31211 31212 31213 31214 31215 31216 31217 31218 31219 31220 31221 31222 31223 31224 31225 31226 31227 31228 31229 31230 31231 31232 31233 31234 31235 31236 31237 31238 31239 31240 31241 31242 31243 31244 31245 31246 31247 31248 31249 31250 31251 31252 31253 31254 31255 31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 31267 31268 31269 31270 31271 31272 31273 31274 31275 31276 31277 31278 31279 31280 31281 31282 31283 31284 31285 31286 31287 31288 31289 31290 31291 31292 31293 31294 31295 31296 31297 31298 31299 31300 31301 31302 31303 31304 31305 31306 31307 31308 31309 31310 31311 31312 31313 31314 31315 31316 31317 31318 31319 31320 31321 31322 31323 31324 31325 31326 31327 31328 31329 31330 31331 31332 31333 31334 31335 31336 31337 31338 31339 31340 31341 31342 31343 31344 31345 31346 31347 31348 31349 31350 31351 31352 31353 31354 31355 31356 31357 31358 31359 31360 31361 31362 31363 31364 31365 31366 31367 31368 31369 31370 31371 31372 31373 31374 31375 31376 31377 31378 31379 31380 31381 31382 31383 31384 31385 31386 31387 31388 31389 31390 31391 31392 31393 31394 31395 31396 31397 31398 31399 31400 31401 31402 31403 31404 31405 31406 31407 31408 31409 31410 31411 31412 31413 31414 31415 31416 31417 31418 31419 31420 31421 31422 31423 31424 31425 31426 31427 31428 31429 31430 31431 31432 31433 31434 31435 31436 31437 31438 31439 31440 31441 31442 31443 31444 31445 31446 31447 31448 31449 31450 31451 31452 31453 31454 31455 31456 31457 31458 31459 31460 31461 31462 31463 31464 31465 31466 31467 31468 31469 31470 31471 31472 31473 31474 31475 31476 31477 31478 31479 31480 31481 31482 31483 31484 31485 31486 31487 31488 31489 31490 31491 31492 31493 31494 31495 31496 31497 31498 31499 31500 31501 31502 31503 31504 31505 31506 31507 31508 31509 31510 31511 31512 31513 31514 31515 31516 31517 31518 31519 31520 31521 31522 31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 31535 31536 31537 31538 31539 31540 31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 31555 31556 31557 31558 31559 31560 31561 31562 31563 31564 31565 31566 31567 31568 31569 31570 31571 31572 31573 31574 31575 31576 31577 31578 31579 31580 31581 31582 31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 31594 31595 31596 31597 31598 31599 31600 31601 31602 31603 31604 31605 31606 31607 31608 31609 31610 31611 31612 31613 31614 31615 31616 31617 31618 31619 31620 31621 31622 31623 31624 31625 31626 31627 31628 31629 31630 31631 31632 31633 31634 31635 31636 31637 31638 31639 31640 31641 31642 31643 31644 31645 31646 31647 31648 31649 31650 31651 31652 31653 31654 31655 31656 31657 31658 31659 31660 31661 31662 31663 31664 31665 31666 31667 31668 31669 31670 31671 31672 31673 31674 31675 31676 31677 31678 31679 31680 31681 31682 31683 31684 31685 31686 31687 31688 31689 31690 31691 31692 31693 31694 31695 31696 31697 31698 31699 31700 31701 31702 31703 31704 31705 31706 31707 31708 31709 31710 31711 31712 31713 31714 31715 31716 31717 31718 31719 31720 31721 31722 31723 31724 31725 31726 31727 31728 31729 31730 31731 31732 31733 31734 31735 31736 31737 31738 31739 31740 31741 31742 31743 31744 31745 31746 31747 31748 31749 31750 31751 31752 31753 31754 31755 31756 31757 31758 31759 31760 31761 31762 31763 31764 31765 31766 31767 31768 31769 31770 31771 31772 31773 31774 31775 31776 31777 31778 31779 31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 31793 31794 31795 31796 31797 31798 31799 31800 31801 31802 31803 31804 31805 31806 31807 31808 31809 31810 31811 31812 31813 31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 31827 31828 31829 31830 31831 31832 31833 31834 31835 31836 31837 31838 31839 31840 31841 31842 31843 31844 31845 31846 31847 31848 31849 31850 31851 31852 31853 31854 31855 31856 31857 31858 31859 31860 31861 31862 31863 31864 31865 31866 31867 31868 31869 31870 31871 31872 31873 31874 31875 31876 31877 31878 31879 31880 31881 31882 31883 31884 31885 31886 31887 31888 31889 31890 31891 31892 31893 31894 31895 31896 31897 31898 31899 31900 31901 31902 31903 31904 31905 31906 31907 31908 31909 31910 31911 31912 31913 31914 31915 31916 31917 31918 31919 31920 31921 31922 31923 31924 31925 31926 31927 31928 31929 31930 31931 31932 31933 31934 31935 31936 31937 31938 31939 31940 31941 31942 31943 31944 31945 31946 31947 31948 31949 31950 31951 31952 31953 31954 31955 31956 31957 31958 31959 31960 31961 31962 31963 31964 31965 31966 31967 31968 31969 31970 31971 31972 31973 31974 31975 31976 31977 31978 31979 31980 31981 31982 31983 31984 31985 31986 31987 31988 31989 31990 31991 31992 31993 31994 31995 31996 31997 31998 31999 32000 32001 32002 32003 32004 32005 32006 32007 32008 32009 32010 32011 32012 32013 32014 32015 32016 32017 32018 32019 32020 32021 32022 32023 32024 32025 32026 32027 32028 32029 32030 32031 32032 32033 32034 32035 32036 32037 32038 32039 32040 32041 32042 32043 32044 32045 32046 32047 32048 32049 32050 32051 32052 32053 32054 32055 32056 32057 32058 32059 32060 32061 32062 32063 32064 32065 32066 32067 32068 32069 32070 32071 32072 32073 32074 32075 32076 32077 32078 32079 32080 32081 32082 32083 32084 32085 32086 32087 32088 32089 32090 32091 32092 32093 32094 32095 32096 32097 32098 32099 32100 32101 32102 32103 32104 32105 32106 32107 32108 32109 32110 32111 32112 32113 32114 32115 32116 32117 32118 32119 32120 32121 32122 32123 32124 32125 32126 32127 32128 32129 32130 32131 32132 32133 32134 32135 32136 32137 32138 32139 32140 32141 32142 32143 32144 32145 32146 32147 32148 32149 32150 32151 32152 32153 32154 32155 32156 32157 32158 32159 32160 32161 32162 32163 32164 32165 32166 32167 32168 32169 32170 32171 32172 32173 32174 32175 32176 32177 32178 32179 32180 32181 32182 32183 32184 32185 32186 32187 32188 32189 32190 32191 32192 32193 32194 32195 32196 32197 32198 32199 32200 32201 32202 32203 32204 32205 32206 32207 32208 32209 32210 32211 32212 32213 32214 32215 32216 32217 32218 32219 32220 32221 32222 32223 32224 32225 32226 32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 32244 32245 32246 32247 32248 32249 32250 32251 32252 32253 32254 32255 32256 32257 32258 32259 32260 32261 32262 32263 32264 32265 32266 32267 32268 32269 32270 32271 32272 32273 32274 32275 32276 32277 32278 32279 32280 32281 32282 32283 32284 32285 32286 32287 32288 32289 32290 32291 32292 32293 32294 32295 32296 32297 32298 32299 32300 32301 32302 32303 32304 32305 32306 32307 32308 32309 32310 32311 32312 32313 32314 32315 32316 32317 32318 32319 32320 32321 32322 32323 32324 32325 32326 32327 32328 32329 32330 32331 32332 32333 32334 32335 32336 32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 32349 32350 32351 32352 32353 32354 32355 32356 32357 32358 32359 32360 32361 32362 32363 32364 32365 32366 32367 32368 32369 32370 32371 32372 32373 32374 32375 32376 32377 32378 32379 32380 32381 32382 32383 32384 32385 32386 32387 32388 32389 32390 32391 32392 32393 32394 32395 32396 32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 32411 32412 32413 32414 32415 32416 32417 32418 32419 32420 32421 32422 32423 32424 32425 32426 32427 32428 32429 32430 32431 32432 32433 32434 32435 32436 32437 32438 32439 32440 32441 32442 32443 32444 32445 32446 32447 32448 32449 32450 32451 32452 32453 32454 32455 32456 32457 32458 32459 32460 32461 32462 32463 32464 32465 32466 32467 32468 32469 32470 32471 32472 32473 32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 32486 32487 32488 32489 32490 32491 32492 32493 32494 32495 32496 32497 32498 32499 32500 32501 32502 32503 32504 32505 32506 32507 32508 32509 32510 32511 32512 32513 32514 32515 32516 32517 32518 32519 32520 32521 32522 32523 32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 32536 32537 32538 32539 32540 32541 32542 32543 32544 32545 32546 32547 32548 32549 32550 32551 32552 32553 32554 32555 32556 32557 32558 32559 32560 32561 32562 32563 32564 32565 32566 32567 32568 32569 32570 32571 32572 32573 32574 32575 32576 32577 32578 32579 32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 32595 32596 32597 32598 32599 32600 32601 32602 32603 32604 32605 32606 32607 32608 32609 32610 32611 32612 32613 32614 32615 32616 32617 32618 32619 32620 32621 32622 32623 32624 32625 32626 32627 32628 32629 32630 32631 32632 32633 32634 32635 32636 32637 32638 32639 32640 32641 32642 32643 32644 32645 32646 32647 32648 32649 32650 32651 32652 32653 32654 32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 32679 32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 32690 32691 32692 32693 32694 32695 32696 32697 32698 32699 32700 32701 32702 32703 32704 32705 32706 32707 32708 32709 32710 32711 32712 32713 32714 32715 32716 32717 32718 32719 32720 32721 32722 32723 32724 32725 32726 32727 32728 32729 32730 32731 32732 32733 32734 32735 32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 32752 32753 32754 32755 32756 32757 32758 32759 32760 32761 32762 32763 32764 32765 32766 32767 32768 32769 32770 32771 32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782 32783 32784 32785 32786 32787 32788 32789 32790 32791 32792 32793 32794 32795 32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 32806 32807 32808 32809 32810 32811 32812 32813 32814 32815 32816 32817 32818 32819 32820 32821 32822 32823 32824 32825 32826 32827 32828 32829 32830 32831 32832 32833 32834 32835 32836 32837 32838 32839 32840 32841 32842 32843 32844 32845 32846 32847 32848 32849 32850 32851 32852 32853 32854 32855 32856 32857 32858 32859 32860 32861 32862 32863 32864 32865 32866 32867 32868 32869 32870 32871 32872 32873 32874 32875 32876 32877 32878 32879 32880 32881 32882 32883 32884 32885 32886 32887 32888 32889 32890 32891 32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 32903 32904 32905 32906 32907 32908 32909 32910 32911 32912 32913 32914 32915 32916 32917 32918 32919 32920 32921 32922 32923 32924 32925 32926 32927 32928 32929 32930 32931 32932 32933 32934 32935 32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 32950 32951 32952 32953 32954 32955 32956 32957 32958 32959 32960 32961 32962 32963 32964 32965 32966 32967 32968 32969 32970 32971 32972 32973 32974 32975 32976 32977 32978 32979 32980 32981 32982 32983 32984 32985 32986 32987 32988 32989 32990 32991 32992 32993 32994 32995 32996 32997 32998 32999 33000 33001 33002 33003 33004 33005 33006 33007 33008 33009 33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 33021 33022 33023 33024 33025 33026 33027 33028 33029 33030 33031 33032 33033 33034 33035 33036 33037 33038 33039 33040 33041 33042 33043 33044 33045 33046 33047 33048 33049 33050 33051 33052 33053 33054 33055 33056 33057 33058 33059 33060 33061 33062 33063 33064 33065 33066 33067 33068 33069 33070 33071 33072 33073 33074 33075 33076 33077 33078 33079 33080 33081 33082 33083 33084 33085 33086 33087 33088 33089 33090 33091 33092 33093 33094 33095 33096 33097 33098 33099 33100 33101 33102 33103 33104 33105 33106 33107 33108 33109 33110 33111 33112 33113 33114 33115 33116 33117 33118 33119 33120 33121 33122 33123 33124 33125 33126 33127 33128 33129 33130 33131 33132 33133 33134 33135 33136 33137 33138 33139 33140 33141 33142 33143 33144 33145 33146 33147 33148 33149 33150 33151 33152 33153 33154 33155 33156 33157 33158 33159 33160 33161 33162 33163 33164 33165 33166 33167 33168 33169 33170 33171 33172 33173 33174 33175 33176 33177 33178 33179 33180 33181 33182 33183 33184 33185 33186 33187 33188 33189 33190 33191 33192 33193 33194 33195 33196 33197 33198 33199 33200 33201 33202 33203 33204 33205 33206 33207 33208 33209 33210 33211 33212 33213 33214 33215 33216 33217 33218 33219 33220 33221 33222 33223 33224 33225 33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 33238 33239 33240 33241 33242 33243 33244 33245 33246 33247 33248 33249 33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260 33261 33262 33263 33264 33265 33266 33267 33268 33269 33270 33271 33272 33273 33274 33275 33276 33277 33278 33279 33280 33281 33282 33283 33284 33285 33286 33287 33288 33289 33290 33291 33292 33293 33294 33295 33296 33297 33298 33299 33300 33301 33302 33303 33304 33305 33306 33307 33308 33309 33310 33311 33312 33313 33314 33315 33316 33317 33318 33319 33320 33321 33322 33323 33324 33325 33326 33327 33328 33329 33330 33331 33332 33333 33334 33335 33336 33337 33338 33339 33340 33341 33342 33343 33344 33345 33346 33347 33348 33349 33350 33351 33352 33353 33354 33355 33356 33357 33358 33359 33360 33361 33362 33363 33364 33365 33366 33367 33368 33369 33370 33371 33372 33373 33374 33375 33376 33377 33378 33379 33380 33381 33382 33383 33384 33385 33386 33387 33388 33389 33390 33391 33392 33393 33394 33395 33396 33397 33398 33399 33400 33401 33402 33403 33404 33405 33406 33407 33408 33409 33410 33411 33412 33413 33414 33415 33416 33417 33418 33419 33420 33421 33422 33423 33424 33425 33426 33427 33428 33429 33430 33431 33432 33433 33434 33435 33436 33437 33438 33439 33440 33441 33442 33443 33444 33445 33446 33447 33448 33449 33450 33451 33452 33453 33454 33455 33456 33457 33458 33459 33460 33461 33462 33463 33464 33465 33466 33467 33468 33469 33470 33471 33472 33473 33474 33475 33476 33477 33478 33479 33480 33481 33482 33483 33484 33485 33486 33487 33488 33489 33490 33491 33492 33493 33494 33495 33496 33497 33498 33499 33500 33501 33502 33503 33504 33505 33506 33507 33508 33509 33510 33511 33512 33513 33514 33515 33516 33517 33518 33519 33520 33521 33522 33523 33524 33525 33526 33527 33528 33529 33530 33531 33532 33533 33534 33535 33536 33537 33538 33539 33540 33541 33542 33543 33544 33545 33546 33547 33548 33549 33550 33551 33552 33553 33554 33555 33556 33557 33558 33559 33560 33561 33562 33563 33564 33565 33566 33567 33568 33569 33570 33571 33572 33573 33574 33575 33576 33577 33578 33579 33580 33581 33582 33583 33584 33585 33586 33587 33588 33589 33590 33591 33592 33593 33594 33595 33596 33597 33598 33599 33600 33601 33602 33603 33604 33605 33606 33607 33608 33609 33610 33611 33612 33613 33614 33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 33627 33628 33629 33630 33631 33632 33633 33634 33635 33636 33637 33638 33639 33640 33641 33642 33643 33644 33645 33646 33647 33648 33649 33650 33651 33652 33653 33654 33655 33656 33657 33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 33669 33670 33671 33672 33673 33674 33675 33676 33677 33678 33679 33680 33681 33682 33683 33684 33685 33686 33687 33688 33689 33690 33691 33692 33693 33694 33695 33696 33697 33698 33699 33700 33701 33702 33703 33704 33705 33706 33707 33708 33709 33710 33711 33712 33713 33714 33715 33716 33717 33718 33719 33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730 33731 33732 33733 33734 33735 33736 33737 33738 33739 33740 33741 33742 33743 33744 33745 33746 33747 33748 33749 33750 33751 33752 33753 33754 33755 33756 33757 33758 33759 33760 33761 33762 33763 33764 33765 33766 33767 33768 33769 33770 33771 33772 33773 33774 33775 33776 33777 33778 33779 33780 33781 33782 33783 33784 33785 33786 33787 33788 33789 33790 33791 33792 33793 33794 33795 33796 33797 33798 33799 33800 33801 33802 33803 33804 33805 33806 33807 33808 33809 33810 33811 33812 33813 33814 33815 33816 33817 33818 33819 33820 33821 33822 33823 33824 33825 33826 33827 33828 33829 33830 33831 33832 33833 33834 33835 33836 33837 33838 33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 33853 33854 33855 33856 33857 33858 33859 33860 33861 33862 33863 33864 33865 33866 33867 33868 33869 33870 33871 33872 33873 33874 33875 33876 33877 33878 33879 33880 33881 33882 33883 33884 33885 33886 33887 33888 33889 33890 33891 33892 33893 33894 33895 33896 33897 33898 33899 33900 33901 33902 33903 33904 33905 33906 33907 33908 33909 33910 33911 33912 33913 33914 33915 33916 33917 33918 33919 33920 33921 33922 33923 33924 33925 33926 33927 33928 33929 33930 33931 33932 33933 33934 33935 33936 33937 33938 33939 33940 33941 33942 33943 33944 33945 33946 33947 33948 33949 33950 33951 33952 33953 33954 33955 33956 33957 33958 33959 33960 33961 33962 33963 33964 33965 33966 33967 33968 33969 33970 33971 33972 33973 33974 33975 33976 33977 33978 33979 33980 33981 33982 33983 33984 33985 33986 33987 33988 33989 33990 33991 33992 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 34005 34006 34007 34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 34022 34023 34024 34025 34026 34027 34028 34029 34030 34031 34032 34033 34034 34035 34036 34037 34038 34039 34040 34041 34042 34043 34044 34045 34046 34047 34048 34049 34050 34051 34052 34053 34054 34055 34056 34057 34058 34059 34060 34061 34062 34063 34064 34065 34066 34067 34068 34069 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 34081 34082 34083 34084 34085 34086 34087 34088 34089 34090 34091 34092 34093 34094 34095 34096 34097 34098 34099 34100 34101 34102 34103 34104 34105 34106 34107 34108 34109 34110 34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 34121 34122 34123 34124 34125 34126 34127 34128 34129 34130 34131 34132 34133 34134 34135 34136 34137 34138 34139 34140 34141 34142 34143 34144 34145 34146 34147 34148 34149 34150 34151 34152 34153 34154 34155 34156 34157 34158 34159 34160 34161 34162 34163 34164 34165 34166 34167 34168 34169 34170 34171 34172 34173 34174 34175 34176 34177 34178 34179 34180 34181 34182 34183 34184 34185 34186 34187 34188 34189 34190 34191 34192 34193 34194 34195 34196 34197 34198 34199 34200 34201 34202 34203 34204 34205 34206 34207 34208 34209 34210 34211 34212 34213 34214 34215 34216 34217 34218 34219 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 34233 34234 34235 34236 34237 34238 34239 34240 34241 34242 34243 34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 34258 34259 34260 34261 34262 34263 34264 34265 34266 34267 34268 34269 34270 34271 34272 34273 34274 34275 34276 34277 34278 34279 34280 34281 34282 34283 34284 34285 34286 34287 34288 34289 34290 34291 34292 34293 34294 34295 34296 34297 34298 34299 34300 34301 34302 34303 34304 34305 34306 34307 34308 34309 34310 34311 34312 34313 34314 34315 34316 34317 34318 34319 34320 34321 34322 34323 34324 34325 34326 34327 34328 34329 34330 34331 34332 34333 34334 34335 34336 34337 34338 34339 34340 34341 34342 34343 34344 34345 34346 34347 34348 34349 34350 34351 34352 34353 34354 34355 34356 34357 34358 34359 34360 34361 34362 34363 34364 34365 34366 34367 34368 34369 34370 34371 34372 34373 34374 34375 34376 34377 34378 34379 34380 34381 34382 34383 34384 34385 34386 34387 34388 34389 34390 34391 34392 34393 34394 34395 34396 34397 34398 34399 34400 34401 34402 34403 34404 34405 34406 34407 34408 34409 34410 34411 34412 34413 34414 34415 34416 34417 34418 34419 34420 34421 34422 34423 34424 34425 34426 34427 34428 34429 34430 34431 34432 34433 34434 34435 34436 34437 34438 34439 34440 34441 34442 34443 34444 34445 34446 34447 34448 34449 34450 34451 34452 34453 34454 34455 34456 34457 34458 34459 34460 34461 34462 34463 34464 34465 34466 34467 34468 34469 34470 34471 34472 34473 34474 34475 34476 34477 34478 34479 34480 34481 34482 34483 34484 34485 34486 34487 34488 34489 34490 34491 34492 34493 34494 34495 34496 34497 34498 34499 34500 34501 34502 34503 34504 34505 34506 34507 34508 34509 34510 34511 34512 34513 34514 34515 34516 34517 34518 34519 34520 34521 34522 34523 34524 34525 34526 34527 34528 34529 34530 34531 34532 34533 34534 34535 34536 34537 34538 34539 34540 34541 34542 34543 34544 34545 34546 34547 34548 34549 34550 34551 34552 34553 34554 34555 34556 34557 34558 34559 34560 34561 34562 34563 34564 34565 34566 34567 34568 34569 34570 34571 34572 34573 34574 34575 34576 34577 34578 34579 34580 34581 34582 34583 34584 34585 34586 34587 34588 34589 34590 34591 34592 34593 34594 34595 34596 34597 34598 34599 34600 34601 34602 34603 34604 34605 34606 34607 34608 34609 34610 34611 34612 34613 34614 34615 34616 34617 34618 34619 34620 34621 34622 34623 34624 34625 34626 34627 34628 34629 34630 34631 34632 34633 34634 34635 34636 34637 34638 34639 34640 34641 34642 34643 34644 34645 34646 34647 34648 34649 34650 34651 34652 34653 34654 34655 34656 34657 34658 34659 34660 34661 34662 34663 34664 34665 34666 34667 34668 34669 34670 34671 34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 34684 34685 34686 34687 34688 34689 34690 34691 34692 34693 34694 34695 34696 34697 34698 34699 34700 34701 34702 34703 34704 34705 34706 34707 34708 34709 34710 34711 34712 34713 34714 34715 34716 34717 34718 34719 34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 34732 34733 34734 34735 34736 34737 34738 34739 34740 34741 34742 34743 34744 34745 34746 34747 34748 34749 34750 34751 34752 34753 34754 34755 34756 34757 34758 34759 34760 34761 34762 34763 34764 34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 34776 34777 34778 34779 34780 34781 34782 34783 34784 34785 34786 34787 34788 34789 34790 34791 34792 34793 34794 34795 34796 34797 34798 34799 34800 34801 34802 34803 34804 34805 34806 34807 34808 34809 34810 34811 34812 34813 34814 34815 34816 34817 34818 34819 34820 34821 34822 34823 34824 34825 34826 34827 34828 34829 34830 34831 34832 34833 34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 34848 34849 34850 34851 34852 34853 34854 34855 34856 34857 34858 34859 34860 34861 34862 34863 34864 34865 34866 34867 34868 34869 34870 34871 34872 34873 34874 34875 34876 34877 34878 34879 34880 34881 34882 34883 34884 34885 34886 34887 34888 34889 34890 34891 34892 34893 34894 34895 34896 34897 34898 34899 34900 34901 34902 34903 34904 34905 34906 34907 34908 34909 34910 34911 34912 34913 34914 34915 34916 34917 34918 34919 34920 34921 34922 34923 34924 34925 34926 34927 34928 34929 34930 34931 34932 34933 34934 34935 34936 34937 34938 34939 34940 34941 34942 34943 34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 34954 34955 34956 34957 34958 34959 34960 34961 34962 34963 34964 34965 34966 34967 34968 34969 34970 34971 34972 34973 34974 34975 34976 34977 34978 34979 34980 34981 34982 34983 34984 34985 34986 34987 34988 34989 34990 34991 34992 34993 34994 34995 34996 34997 34998 34999 35000 35001 35002 35003 35004 35005 35006 35007 35008 35009 35010 35011 35012 35013 35014 35015 35016 35017 35018 35019 35020 35021 35022 35023 35024 35025 35026 35027 35028 35029 35030 35031 35032 35033 35034 35035 35036 35037 35038 35039 35040 35041 35042 35043 35044 35045 35046 35047 35048 35049 35050 35051 35052 35053 35054 35055 35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067 35068 35069 35070 35071 35072 35073 35074 35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 35095 35096 35097 35098 35099 35100 35101 35102 35103 35104 35105 35106 35107 35108 35109 35110 35111 35112 35113 35114 35115 35116 35117 35118 35119 35120 35121 35122 35123 35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 35134 35135 35136 35137 35138 35139 35140 35141 35142 35143 35144 35145 35146 35147 35148 35149 35150 35151 35152 35153 35154 35155 35156 35157 35158 35159 35160 35161 35162 35163 35164 35165 35166 35167 35168 35169 35170 35171 TooltipText=null 12:32:35.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*' finished successfully 12:32:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Match Job' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'IOConsole Updater' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:35.927 DEBUG [WorkbenchTestable][AbstractWait] Wait for 3 seconds 12:32:38.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:38.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:39.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:39.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 '\*?\QConsole\E') 12:32:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:39.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:39.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:39.044 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:39.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:39.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:39.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:39.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:39.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:39.045 INFO [WorkbenchTestable][AbstractView] Terminating console 12:32:39.045 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:39.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:39.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:39.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:39.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:39.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:39.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:32:39.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:39.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:39.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:39.155 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 12:32:39.156 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:39.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:39.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:32:39.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:39.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:39.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:39.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 '\*?\QConsole\E') 12:32:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:39.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:39.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:39.262 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:39.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:39.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:39.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:39.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:39.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:39.263 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:39.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:39.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:39.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:39.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:39.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:39.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:32:39.263 INFO [WorkbenchTestable][AbstractView] Console terminated 12:32:39.263 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:39.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:39.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:39.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:39.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:39.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:39.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:39.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:39.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:39.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:39.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:39.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:39.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:39.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:39.283 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:32:40.283 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:40.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:40.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=1761469 1761470 1761471 1761472 1761473 1761474 1761475 1761476 1761477 1761478 1761479 1761480 1761481 1761482 1761483 1761484 1761485 1761486 1761487 1761488 1761489 1761490 1761491 1761492 1761493 1761494 1761495 1761496 1761497 1761498 1761499 1761500 1761501 1761502 1761503 1761504 1761505 1761506 1761507 1761508 1761509 1761510 1761511 1761512 1761513 1761514 1761515 1761516 1761517 1761518 1761519 1761520 1761521 1761522 1761523 1761524 1761525 1761526 1761527 1761528 1761529 1761530 1761531 1761532 1761533 1761534 1761535 1761536 1761537 1761538 1761539 1761540 1761541 1761542 1761543 1761544 1761545 1761546 1761547 1761548 1761549 1761550 1761551 1761552 1761553 1761554 1761555 1761556 1761557 1761558 1761559 1761560 1761561 1761562 1761563 1761564 1761565 1761566 1761567 1761568 1761569 1761570 1761571 1761572 1761573 1761574 1761575 1761576 1761577 1761578 1761579 1761580 1761581 1761582 1761583 1761584 1761585 1761586 1761587 1761588 1761589 1761590 1761591 1761592 1761593 1761594 1761595 1761596 1761597 1761598 1761599 1761600 1761601 1761602 1761603 1761604 1761605 1761606 1761607 1761608 1761609 1761610 1761611 1761612 1761613 1761614 1761615 1761616 1761617 1761618 1761619 1761620 1761621 1761622 1761623 1761624 1761625 1761626 1761627 1761628 1761629 1761630 1761631 1761632 1761633 1761634 1761635 1761636 1761637 1761638 1761639 1761640 1761641 1761642 1761643 1761644 1761645 1761646 1761647 1761648 1761649 1761650 1761651 1761652 1761653 1761654 1761655 1761656 1761657 1761658 1761659 1761660 1761661 1761662 1761663 1761664 1761665 1761666 1761667 1761668 1761669 1761670 1761671 1761672 1761673 1761674 1761675 1761676 1761677 1761678 1761679 1761680 1761681 1761682 1761683 1761684 1761685 1761686 1761687 1761688 1761689 1761690 1761691 1761692 1761693 1761694 1761695 1761696 1761697 1761698 1761699 1761700 1761701 1761702 1761703 1761704 1761705 1761706 1761707 1761708 1761709 1761710 1761711 1761712 1761713 1761714 1761715 1761716 1761717 1761718 1761719 1761720 1761721 1761722 1761723 1761724 1761725 1761726 1761727 1761728 1761729 1761730 1761731 1761732 1761733 1761734 1761735 1761736 1761737 1761738 1761739 1761740 1761741 1761742 1761743 1761744 1761745 1761746 1761747 1761748 1761749 1761750 1761751 1761752 1761753 1761754 1761755 1761756 1761757 1761758 1761759 1761760 1761761 1761762 1761763 1761764 1761765 1761766 1761767 1761768 1761769 1761770 1761771 1761772 1761773 1761774 1761775 1761776 1761777 1761778 1761779 1761780 1761781 1761782 1761783 1761784 1761785 1761786 1761787 1761788 1761789 1761790 1761791 1761792 1761793 1761794 1761795 1761796 1761797 1761798 1761799 1761800 1761801 1761802 1761803 1761804 1761805 1761806 1761807 1761808 1761809 1761810 1761811 1761812 1761813 1761814 1761815 1761816 1761817 1761818 1761819 1761820 1761821 1761822 1761823 1761824 1761825 1761826 1761827 1761828 1761829 1761830 1761831 1761832 1761833 1761834 1761835 1761836 1761837 1761838 1761839 1761840 1761841 1761842 1761843 1761844 1761845 1761846 1761847 1761848 1761849 1761850 1761851 1761852 1761853 1761854 1761855 1761856 1761857 1761858 1761859 1761860 1761861 1761862 1761863 1761864 1761865 1761866 1761867 1761868 1761869 1761870 1761871 1761872 1761873 1761874 1761875 1761876 1761877 1761878 1761879 1761880 1761881 1761882 1761883 1761884 1761885 1761886 1761887 1761888 1761889 1761890 1761891 1761892 1761893 1761894 1761895 1761896 1761897 1761898 1761899 1761900 1761901 1761902 1761903 1761904 1761905 1761906 1761907 1761908 1761909 1761910 1761911 1761912 1761913 1761914 1761915 1761916 1761917 1761918 1761919 1761920 1761921 1761922 1761923 1761924 1761925 1761926 1761927 1761928 1761929 1761930 1761931 1761932 1761933 1761934 1761935 1761936 1761937 1761938 1761939 1761940 1761941 1761942 1761943 1761944 1761945 1761946 1761947 1761948 1761949 1761950 1761951 1761952 1761953 1761954 1761955 1761956 1761957 1761958 1761959 1761960 1761961 1761962 1761963 1761964 1761965 1761966 1761967 1761968 1761969 1761970 1761971 1761972 1761973 1761974 1761975 1761976 1761977 1761978 1761979 1761980 1761981 1761982 1761983 1761984 1761985 1761986 1761987 1761988 1761989 1761990 1761991 1761992 1761993 1761994 1761995 1761996 1761997 1761998 1761999 1762000 1762001 1762002 1762003 1762004 1762005 1762006 1762007 1762008 1762009 1762010 1762011 1762012 1762013 1762014 1762015 1762016 1762017 1762018 1762019 1762020 1762021 1762022 1762023 1762024 1762025 1762026 1762027 1762028 1762029 1762030 1762031 1762032 1762033 1762034 1762035 1762036 1762037 1762038 1762039 1762040 1762041 1762042 1762043 1762044 1762045 1762046 1762047 1762048 1762049 1762050 1762051 1762052 1762053 1762054 1762055 1762056 1762057 1762058 1762059 1762060 1762061 1762062 1762063 1762064 1762065 1762066 1762067 1762068 1762069 1762070 1762071 1762072 1762073 1762074 1762075 1762076 1762077 1762078 1762079 1762080 1762081 1762082 1762083 1762084 1762085 1762086 1762087 1762088 1762089 1762090 1762091 1762092 1762093 1762094 1762095 1762096 1762097 1762098 1762099 1762100 1762101 1762102 1762103 1762104 1762105 1762106 1762107 1762108 1762109 1762110 1762111 1762112 1762113 1762114 1762115 1762116 1762117 1762118 1762119 1762120 1762121 1762122 1762123 1762124 1762125 1762126 1762127 1762128 1762129 1762130 1762131 1762132 1762133 1762134 1762135 1762136 1762137 1762138 1762139 1762140 1762141 1762142 1762143 1762144 1762145 1762146 1762147 1762148 1762149 1762150 1762151 1762152 1762153 1762154 1762155 1762156 1762157 1762158 1762159 1762160 1762161 1762162 1762163 1762164 1762165 1762166 1762167 1762168 1762169 1762170 1762171 1762172 1762173 1762174 1762175 1762176 1762177 1762178 1762179 1762180 1762181 1762182 1762183 1762184 1762185 1762186 1762187 1762188 1762189 1762190 1762191 1762192 1762193 1762194 1762195 1762196 1762197 1762198 1762199 1762200 1762201 1762202 1762203 1762204 1762205 1762206 1762207 1762208 1762209 1762210 1762211 1762212 1762213 1762214 1762215 1762216 1762217 1762218 1762219 1762220 1762221 1762222 1762223 1762224 1762225 1762226 1762227 1762228 1762229 1762230 1762231 1762232 1762233 1762234 1762235 1762236 1762237 1762238 1762239 1762240 1762241 1762242 1762243 1762244 1762245 1762246 1762247 1762248 1762249 1762250 1762251 1762252 1762253 1762254 1762255 1762256 1762257 1762258 1762259 1762260 1762261 1762262 1762263 1762264 1762265 1762266 1762267 1762268 1762269 1762270 1762271 1762272 1762273 1762274 1762275 1762276 1762277 1762278 1762279 1762280 1762281 1762282 1762283 1762284 1762285 1762286 1762287 1762288 1762289 1762290 1762291 1762292 1762293 1762294 1762295 1762296 1762297 1762298 1762299 1762300 1762301 1762302 1762303 1762304 1762305 1762306 1762307 1762308 1762309 1762310 1762311 1762312 1762313 1762314 1762315 1762316 1762317 1762318 1762319 1762320 1762321 1762322 1762323 1762324 1762325 1762326 1762327 1762328 1762329 1762330 1762331 1762332 1762333 1762334 1762335 1762336 1762337 1762338 1762339 1762340 1762341 1762342 1762343 1762344 1762345 1762346 1762347 1762348 1762349 1762350 1762351 1762352 1762353 1762354 1762355 1762356 1762357 1762358 1762359 1762360 1762361 1762362 1762363 1762364 1762365 1762366 1762367 1762368 1762369 1762370 1762371 1762372 1762373 1762374 1762375 1762376 1762377 1762378 1762379 1762380 1762381 1762382 1762383 1762384 1762385 1762386 1762387 1762388 1762389 1762390 1762391 1762392 1762393 1762394 1762395 1762396 1762397 1762398 1762399 1762400 1762401 1762402 1762403 1762404 1762405 1762406 1762407 1762408 1762409 1762410 1762411 1762412 1762413 1762414 1762415 1762416 1762417 1762418 1762419 1762420 1762421 1762422 1762423 1762424 1762425 1762426 1762427 1762428 1762429 1762430 1762431 1762432 1762433 1762434 1762435 1762436 1762437 1762438 1762439 1762440 1762441 1762442 1762443 1762444 1762445 1762446 1762447 1762448 1762449 1762450 1762451 1762452 1762453 1762454 1762455 1762456 1762457 1762458 1762459 1762460 1762461 1762462 1762463 1762464 1762465 1762466 1762467 1762468 1762469 1762470 1762471 1762472 1762473 1762474 1762475 1762476 1762477 1762478 1762479 1762480 1762481 1762482 1762483 1762484 1762485 1762486 1762487 1762488 1762489 1762490 1762491 1762492 1762493 1762494 1762495 1762496 1762497 1762498 1762499 1762500 1762501 1762502 1762503 1762504 1762505 1762506 1762507 1762508 1762509 1762510 1762511 1762512 1762513 1762514 1762515 1762516 1762517 1762518 1762519 1762520 1762521 1762522 1762523 1762524 1762525 1762526 1762527 1762528 1762529 1762530 1762531 1762532 1762533 1762534 1762535 1762536 1762537 1762538 1762539 1762540 1762541 1762542 1762543 1762544 1762545 1762546 1762547 1762548 1762549 1762550 1762551 1762552 1762553 1762554 1762555 1762556 1762557 1762558 1762559 1762560 1762561 1762562 1762563 1762564 1762565 1762566 1762567 1762568 1762569 1762570 1762571 1762572 1762573 1762574 1762575 1762576 1762577 1762578 1762579 1762580 1762581 1762582 1762583 1762584 1762585 1762586 1762587 1762588 1762589 1762590 1762591 1762592 1762593 1762594 1762595 1762596 1762597 1762598 1762599 1762600 1762601 1762602 1762603 1762604 1762605 1762606 1762607 1762608 1762609 1762610 1762611 1762612 1762613 1762614 1762615 1762616 1762617 1762618 1762619 1762620 1762621 1762622 1762623 1762624 1762625 1762626 1762627 1762628 1762629 1762630 1762631 1762632 1762633 1762634 1762635 1762636 1762637 1762638 1762639 1762640 1762641 1762642 1762643 1762644 1762645 1762646 1762647 1762648 1762649 1762650 1762651 1762652 1762653 1762654 1762655 1762656 1762657 1762658 1762659 1762660 1762661 1762662 1762663 1762664 1762665 1762666 1762667 1762668 1762669 1762670 1762671 1762672 1762673 1762674 1762675 1762676 1762677 1762678 1762679 1762680 1762681 1762682 1762683 1762684 1762685 1762686 1762687 1762688 1762689 1762690 1762691 1762692 1762693 1762694 1762695 1762696 1762697 1762698 1762699 1762700 1762701 1762702 1762703 1762704 1762705 1762706 1762707 1762708 1762709 1762710 1762711 1762712 1762713 1762714 1762715 1762716 1762717 1762718 1762719 1762720 1762721 1762722 1762723 1762724 1762725 1762726 1762727 1762728 1762729 1762730 1762731 1762732 1762733 1762734 1762735 1762736 1762737 1762738 1762739 1762740 1762741 1762742 1762743 1762744 1762745 1762746 1762747 1762748 1762749 1762750 1762751 1762752 1762753 1762754 1762755 1762756 1762757 1762758 1762759 1762760 1762761 1762762 1762763 1762764 1762765 1762766 1762767 1762768 1762769 1762770 1762771 1762772 1762773 1762774 1762775 1762776 1762777 1762778 1762779 1762780 1762781 1762782 1762783 1762784 1762785 1762786 1762787 1762788 1762789 1762790 1762791 1762792 1762793 1762794 1762795 1762796 1762797 1762798 1762799 1762800 1762801 1762802 1762803 1762804 1762805 1762806 1762807 1762808 1762809 1762810 1762811 1762812 1762813 1762814 1762815 1762816 1762817 1762818 1762819 1762820 1762821 1762822 1762823 1762824 1762825 1762826 1762827 1762828 1762829 1762830 1762831 1762832 1762833 1762834 1762835 1762836 1762837 1762838 1762839 1762840 1762841 1762842 1762843 1762844 1762845 1762846 1762847 1762848 1762849 1762850 1762851 1762852 1762853 1762854 1762855 1762856 1762857 1762858 1762859 1762860 1762861 1762862 1762863 1762864 1762865 1762866 1762867 1762868 1762869 1762870 1762871 1762872 1762873 1762874 1762875 1762876 1762877 1762878 1762879 1762880 1762881 1762882 1762883 1762884 1762885 1762886 1762887 1762888 1762889 1762890 1762891 1762892 1762893 1762894 1762895 1762896 1762897 1762898 1762899 1762900 1762901 1762902 1762903 1762904 1762905 1762906 1762907 1762908 1762909 1762910 1762911 1762912 1762913 1762914 1762915 1762916 1762917 1762918 1762919 1762920 1762921 1762922 1762923 1762924 1762925 1762926 1762927 1762928 1762929 1762930 1762931 1762932 1762933 1762934 1762935 1762936 1762937 1762938 1762939 1762940 1762941 1762942 1762943 1762944 1762945 1762946 1762947 1762948 1762949 1762950 1762951 1762952 1762953 1762954 1762955 1762956 1762957 1762958 1762959 1762960 1762961 1762962 1762963 1762964 1762965 1762966 1762967 1762968 1762969 1762970 1762971 1762972 1762973 1762974 1762975 1762976 1762977 1762978 1762979 1762980 1762981 1762982 1762983 1762984 1762985 1762986 1762987 1762988 1762989 1762990 1762991 1762992 1762993 1762994 1762995 1762996 1762997 1762998 1762999 1763000 1763001 1763002 1763003 1763004 1763005 1763006 1763007 1763008 1763009 1763010 1763011 1763012 1763013 1763014 1763015 1763016 1763017 1763018 1763019 1763020 1763021 1763022 1763023 1763024 1763025 1763026 1763027 1763028 1763029 1763030 1763031 1763032 1763033 1763034 1763035 1763036 1763037 1763038 1763039 1763040 1763041 1763042 1763043 1763044 1763045 1763046 1763047 1763048 1763049 1763050 1763051 1763052 1763053 1763054 1763055 1763056 1763057 1763058 1763059 1763060 1763061 1763062 1763063 1763064 1763065 1763066 1763067 1763068 1763069 1763070 1763071 1763072 1763073 1763074 1763075 1763076 1763077 1763078 1763079 1763080 1763081 1763082 1763083 1763084 1763085 1763086 1763087 1763088 1763089 1763090 1763091 1763092 1763093 1763094 1763095 1763096 1763097 1763098 1763099 1763100 1763101 1763102 1763103 1763104 1763105 1763106 1763107 1763108 1763109 1763110 1763111 1763112 1763113 1763114 1763115 1763116 1763117 1763118 1763119 1763120 1763121 1763122 1763123 1763124 1763125 1763126 1763127 1763128 1763129 1763130 1763131 1763132 1763133 1763134 1763135 1763136 1763137 1763138 1763139 1763140 1763141 1763142 1763143 1763144 1763145 1763146 1763147 1763148 1763149 1763150 1763151 1763152 1763153 1763154 1763155 1763156 1763157 1763158 1763159 1763160 1763161 1763162 1763163 1763164 1763165 1763166 1763167 1763168 1763169 1763170 1763171 1763172 1763173 1763174 1763175 1763176 1763177 1763178 1763179 1763180 1763181 1763182 1763183 1763184 1763185 1763186 1763187 1763188 1763189 1763190 1763191 1763192 1763193 1763194 1763195 1763196 1763197 1763198 1763199 1763200 1763201 1763202 1763203 1763204 1763205 1763206 1763207 1763208 1763209 1763210 1763211 1763212 1763213 1763214 1763215 1763216 1763217 1763218 1763219 1763220 1763221 1763222 1763223 1763224 1763225 1763226 1763227 1763228 1763229 1763230 1763231 1763232 1763233 1763234 1763235 1763236 1763237 1763238 1763239 1763240 1763241 1763242 1763243 1763244 1763245 1763246 1763247 1763248 1763249 1763250 1763251 1763252 1763253 1763254 1763255 1763256 1763257 1763258 1763259 1763260 1763261 1763262 1763263 1763264 1763265 1763266 1763267 1763268 1763269 1763270 1763271 1763272 1763273 1763274 1763275 1763276 1763277 1763278 1763279 1763280 1763281 1763282 1763283 1763284 1763285 1763286 1763287 1763288 1763289 1763290 1763291 1763292 1763293 1763294 1763295 1763296 1763297 1763298 1763299 1763300 1763301 1763302 1763303 1763304 1763305 1763306 1763307 1763308 1763309 1763310 1763311 1763312 1763313 1763314 1763315 1763316 1763317 1763318 1763319 1763320 1763321 1763322 1763323 1763324 1763325 1763326 1763327 1763328 1763329 1763330 1763331 1763332 1763333 1763334 1763335 1763336 1763337 1763338 1763339 1763340 1763341 1763342 1763343 1763344 1763345 1763346 1763347 1763348 1763349 1763350 1763351 1763352 1763353 1763354 1763355 1763356 1763357 1763358 1763359 1763360 1763361 1763362 1763363 1763364 1763365 1763366 1763367 1763368 1763369 1763370 1763371 1763372 1763373 1763374 1763375 1763376 1763377 1763378 1763379 1763380 1763381 1763382 1763383 1763384 1763385 1763386 1763387 1763388 1763389 1763390 1763391 1763392 1763393 1763394 1763395 1763396 1763397 1763398 1763399 1763400 1763401 1763402 1763403 1763404 1763405 1763406 1763407 1763408 1763409 1763410 1763411 1763412 1763413 1763414 1763415 1763416 1763417 1763418 1763419 1763420 1763421 1763422 1763423 1763424 1763425 1763426 1763427 1763428 1763429 1763430 1763431 1763432 1763433 1763434 1763435 1763436 1763437 1763438 1763439 1763440 1763441 1763442 1763443 1763444 1763445 1763446 1763447 1763448 1763449 1763450 1763451 1763452 1763453 1763454 1763455 1763456 1763457 1763458 1763459 1763460 1763461 1763462 1763463 1763464 1763465 1763466 1763467 1763468 1763469 1763470 1763471 1763472 1763473 1763474 1763475 1763476 1763477 1763478 1763479 1763480 1763481 1763482 1763483 1763484 1763485 1763486 1763487 1763488 1763489 1763490 1763491 1763492 1763493 1763494 1763495 1763496 1763497 1763498 1763499 1763500 1763501 1763502 1763503 1763504 1763505 1763506 1763507 1763508 1763509 1763510 1763511 1763512 1763513 1763514 1763515 1763516 1763517 1763518 1763519 1763520 1763521 1763522 1763523 1763524 1763525 1763526 1763527 1763528 1763529 1763530 1763531 1763532 1763533 1763534 1763535 1763536 1763537 1763538 1763539 1763540 1763541 1763542 1763543 1763544 1763545 1763546 1763547 1763548 1763549 1763550 1763551 1763552 1763553 1763554 1763555 1763556 1763557 1763558 1763559 1763560 1763561 1763562 1763563 1763564 1763565 1763566 1763567 1763568 1763569 1763570 1763571 1763572 1763573 1763574 1763575 1763576 1763577 1763578 1763579 1763580 1763581 1763582 1763583 1763584 1763585 1763586 1763587 1763588 1763589 1763590 1763591 1763592 1763593 1763594 1763595 1763596 1763597 1763598 1763599 1763600 1763601 1763602 1763603 1763604 1763605 1763606 1763607 1763608 1763609 1763610 1763611 1763612 1763613 1763614 1763615 1763616 1763617 1763618 1763619 1763620 1763621 1763622 1763623 1763624 1763625 1763626 1763627 1763628 1763629 1763630 1763631 1763632 1763633 1763634 1763635 1763636 1763637 1763638 1763639 1763640 1763641 1763642 1763643 1763644 1763645 1763646 1763647 1763648 1763649 1763650 1763651 1763652 1763653 1763654 1763655 1763656 1763657 1763658 1763659 1763660 1763661 1763662 1763663 1763664 1763665 1763666 1763667 1763668 1763669 1763670 1763671 1763672 1763673 1763674 1763675 1763676 1763677 1763678 1763679 1763680 1763681 1763682 1763683 1763684 1763685 1763686 1763687 1763688 1763689 1763690 1763691 1763692 1763693 1763694 1763695 1763696 1763697 1763698 1763699 1763700 1763701 1763702 1763703 1763704 1763705 1763706 1763707 1763708 1763709 1763710 1763711 1763712 1763713 1763714 1763715 1763716 1763717 1763718 1763719 1763720 1763721 1763722 1763723 1763724 1763725 1763726 1763727 1763728 1763729 1763730 1763731 1763732 1763733 1763734 1763735 1763736 1763737 1763738 1763739 1763740 1763741 1763742 1763743 1763744 1763745 1763746 1763747 1763748 1763749 1763750 1763751 1763752 1763753 1763754 1763755 1763756 1763757 1763758 1763759 1763760 1763761 1763762 1763763 1763764 1763765 1763766 1763767 1763768 1763769 1763770 1763771 1763772 1763773 1763774 1763775 1763776 1763777 1763778 1763779 1763780 1763781 1763782 1763783 1763784 1763785 1763786 1763787 1763788 1763789 1763790 1763791 1763792 1763793 1763794 1763795 1763796 1763797 1763798 1763799 1763800 1763801 1763802 1763803 1763804 1763805 1763806 1763807 1763808 1763809 1763810 1763811 1763812 1763813 1763814 1763815 1763816 1763817 1763818 1763819 1763820 1763821 1763822 1763823 1763824 1763825 1763826 1763827 1763828 1763829 1763830 1763831 1763832 1763833 1763834 1763835 1763836 1763837 1763838 1763839 1763840 1763841 1763842 1763843 1763844 1763845 1763846 1763847 1763848 1763849 1763850 1763851 1763852 1763853 1763854 1763855 1763856 1763857 1763858 1763859 1763860 1763861 1763862 1763863 1763864 1763865 1763866 1763867 1763868 1763869 1763870 1763871 1763872 1763873 1763874 1763875 1763876 1763877 1763878 1763879 1763880 1763881 1763882 1763883 1763884 1763885 1763886 1763887 1763888 1763889 1763890 1763891 1763892 1763893 1763894 1763895 1763896 1763897 1763898 1763899 1763900 1763901 1763902 1763903 1763904 1763905 1763906 1763907 1763908 1763909 1763910 1763911 1763912 1763913 1763914 1763915 1763916 1763917 1763918 1763919 1763920 1763921 1763922 1763923 1763924 1763925 1763926 1763927 1763928 1763929 1763930 1763931 1763932 1763933 1763934 1763935 1763936 1763937 1763938 1763939 1763940 1763941 1763942 1763943 1763944 1763945 1763946 1763947 1763948 1763949 1763950 1763951 1763952 1763953 1763954 1763955 1763956 1763957 1763958 1763959 1763960 1763961 1763962 1763963 1763964 1763965 1763966 1763967 1763968 1763969 1763970 1763971 1763972 1763973 1763974 1763975 1763976 1763977 1763978 1763979 1763980 1763981 1763982 1763983 1763984 1763985 1763986 1763987 1763988 1763989 1763990 1763991 1763992 1763993 1763994 1763995 1763996 1763997 1763998 1763999 1764000 1764001 1764002 1764003 1764004 1764005 1764006 1764007 1764008 1764009 1764010 1764011 1764012 1764013 1764014 1764015 1764016 1764017 1764018 1764019 1764020 1764021 1764022 1764023 1764024 1764025 1764026 1764027 1764028 1764029 1764030 1764031 1764032 1764033 1764034 1764035 1764036 1764037 1764038 1764039 1764040 1764041 1764042 1764043 1764044 1764045 1764046 1764047 1764048 1764049 1764050 1764051 1764052 1764053 1764054 1764055 1764056 1764057 1764058 1764059 1764060 1764061 1764062 1764063 1764064 1764065 1764066 1764067 1764068 1764069 1764070 1764071 1764072 1764073 1764074 1764075 1764076 1764077 1764078 1764079 1764080 1764081 1764082 1764083 1764084 1764085 1764086 1764087 1764088 1764089 1764090 1764091 1764092 1764093 1764094 1764095 1764096 1764097 1764098 1764099 1764100 1764101 1764102 1764103 1764104 1764105 1764106 1764107 1764108 1764109 1764110 1764111 1764112 1764113 1764114 1764115 1764116 1764117 1764118 1764119 1764120 1764121 1764122 1764123 1764124 1764125 1764126 1764127 1764128 1764129 1764130 1764131 1764132 1764133 1764134 1764135 1764136 1764137 1764138 1764139 1764140 1764141 1764142 1764143 1764144 1764145 1764146 1764147 1764148 1764149 1764150 1764151 1764152 1764153 1764154 1764155 1764156 1764157 1764158 1764159 1764160 1764161 1764162 1764163 1764164 1764165 1764166 1764167 1764168 1764169 1764170 1764171 1764172 1764173 1764174 1764175 1764176 1764177 1764178 1764179 1764180 1764181 1764182 1764183 1764184 1764185 1764186 1764187 1764188 1764189 1764190 1764191 1764192 1764193 1764194 1764195 1764196 1764197 1764198 1764199 1764200 1764201 1764202 1764203 1764204 1764205 1764206 1764207 1764208 1764209 1764210 1764211 1764212 1764213 1764214 1764215 1764216 1764217 1764218 1764219 1764220 1764221 1764222 1764223 1764224 1764225 1764226 1764227 1764228 1764229 1764230 1764231 1764232 1764233 1764234 1764235 1764236 1764237 1764238 1764239 1764240 1764241 1764242 1764243 1764244 1764245 1764246 1764247 1764248 1764249 1764250 1764251 1764252 1764253 1764254 1764255 1764256 1764257 1764258 1764259 1764260 1764261 1764262 1764263 1764264 1764265 1764266 1764267 1764268 1764269 1764270 1764271 1764272 1764273 1764274 1764275 1764276 1764277 1764278 1764279 1764280 1764281 1764282 1764283 1764284 1764285 1764286 1764287 1764288 1764289 1764290 1764291 1764292 1764293 1764294 1764295 1764296 1764297 1764298 1764299 1764300 1764301 1764302 1764303 1764304 1764305 1764306 1764307 1764308 1764309 1764310 1764311 1764312 1764313 1764314 1764315 1764316 1764317 1764318 1764319 1764320 1764321 1764322 1764323 1764324 1764325 1764326 1764327 1764328 1764329 1764330 1764331 1764332 1764333 1764334 1764335 1764336 1764337 1764338 1764339 1764340 1764341 1764342 1764343 1764344 1764345 1764346 1764347 1764348 1764349 1764350 1764351 1764352 1764353 1764354 1764355 1764356 1764357 1764358 1764359 1764360 1764361 1764362 1764363 1764364 1764365 1764366 1764367 1764368 1764369 1764370 1764371 1764372 1764373 1764374 1764375 1764376 1764377 1764378 1764379 1764380 1764381 1764382 1764383 1764384 1764385 1764386 1764387 1764388 1764389 1764390 1764391 1764392 1764393 1764394 1764395 1764396 1764397 1764398 1764399 1764400 1764401 1764402 1764403 1764404 1764405 1764406 1764407 1764408 1764409 1764410 1764411 1764412 1764413 1764414 1764415 1764416 1764417 1764418 1764419 1764420 1764421 1764422 1764423 1764424 1764425 1764426 1764427 1764428 1764429 1764430 1764431 1764432 1764433 1764434 1764435 1764436 1764437 1764438 1764439 1764440 1764441 1764442 1764443 1764444 1764445 1764446 1764447 1764448 1764449 1764450 1764451 1764452 1764453 1764454 1764455 1764456 1764457 1764458 1764459 1764460 1764461 1764462 1764463 1764464 1764465 1764466 1764467 1764468 1764469 1764470 1764471 1764472 1764473 1764474 1764475 1764476 1764477 1764478 1764479 1764480 1764481 1764482 1764483 1764484 1764485 1764486 1764487 1764488 1764489 1764490 1764491 1764492 1764493 1764494 1764495 1764496 1764497 1764498 1764499 1764500 1764501 1764502 1764503 1764504 1764505 1764506 1764507 1764508 1764509 1764510 1764511 1764512 1764513 1764514 1764515 1764516 1764517 1764518 1764519 1764520 1764521 1764522 1764523 1764524 1764525 1764526 1764527 1764528 1764529 1764530 1764531 1764532 1764533 1764534 1764535 1764536 1764537 1764538 1764539 1764540 1764541 1764542 1764543 1764544 1764545 1764546 1764547 1764548 1764549 1764550 1764551 1764552 1764553 1764554 1764555 1764556 1764557 1764558 1764559 1764560 1764561 1764562 1764563 1764564 1764565 1764566 1764567 1764568 1764569 1764570 1764571 1764572 1764573 1764574 1764575 1764576 1764577 1764578 1764579 1764580 1764581 1764582 1764583 1764584 1764585 1764586 1764587 1764588 1764589 1764590 1764591 1764592 1764593 1764594 1764595 1764596 1764597 1764598 1764599 1764600 1764601 1764602 1764603 1764604 1764605 1764606 1764607 1764608 1764609 1764610 1764611 1764612 1764613 1764614 1764615 1764616 1764617 1764618 1764619 1764620 1764621 1764622 1764623 1764624 1764625 1764626 1764627 1764628 1764629 1764630 1764631 1764632 1764633 1764634 1764635 1764636 1764637 1764638 1764639 1764640 1764641 1764642 1764643 1764644 1764645 1764646 1764647 1764648 1764649 1764650 1764651 1764652 1764653 1764654 1764655 1764656 1764657 1764658 1764659 1764660 1764661 1764662 1764663 1764664 1764665 1764666 1764667 1764668 1764669 1764670 1764671 1764672 1764673 1764674 1764675 1764676 1764677 1764678 1764679 1764680 1764681 1764682 1764683 1764684 1764685 1764686 1764687 1764688 1764689 1764690 1764691 1764692 1764693 1764694 1764695 1764696 1764697 1764698 1764699 1764700 1764701 1764702 1764703 1764704 1764705 1764706 1764707 1764708 1764709 1764710 1764711 1764712 1764713 1764714 1764715 1764716 1764717 1764718 1764719 1764720 1764721 1764722 1764723 1764724 1764725 1764726 1764727 1764728 1764729 1764730 1764731 1764732 1764733 1764734 1764735 1764736 1764737 1764738 1764739 1764740 1764741 1764742 1764743 1764744 1764745 1764746 1764747 1764748 1764749 1764750 1764751 1764752 1764753 1764754 1764755 1764756 1764757 1764758 1764759 1764760 1764761 1764762 1764763 1764764 1764765 1764766 1764767 1764768 1764769 1764770 1764771 1764772 1764773 1764774 1764775 1764776 1764777 1764778 1764779 1764780 1764781 1764782 1764783 1764784 1764785 1764786 1764787 1764788 1764789 1764790 1764791 1764792 1764793 1764794 1764795 1764796 1764797 1764798 1764799 1764800 1764801 1764802 1764803 1764804 1764805 1764806 1764807 1764808 1764809 1764810 1764811 1764812 1764813 1764814 1764815 1764816 1764817 1764818 1764819 1764820 1764821 1764822 1764823 1764824 1764825 1764826 1764827 1764828 1764829 1764830 1764831 1764832 1764833 1764834 1764835 1764836 1764837 1764838 1764839 1764840 1764841 1764842 1764843 1764844 1764845 1764846 1764847 1764848 1764849 1764850 1764851 1764852 1764853 1764854 1764855 1764856 1764857 1764858 1764859 1764860 1764861 1764862 1764863 1764864 1764865 1764866 1764867 1764868 1764869 1764870 1764871 1764872 1764873 1764874 1764875 1764876 1764877 1764878 1764879 1764880 1764881 1764882 1764883 1764884 1764885 1764886 1764887 1764888 1764889 1764890 1764891 1764892 1764893 1764894 1764895 1764896 1764897 1764898 1764899 1764900 1764901 1764902 1764903 1764904 1764905 1764906 1764907 1764908 1764909 1764910 1764911 1764912 1764913 1764914 1764915 1764916 1764917 1764918 1764919 1764920 1764921 1764922 1764923 1764924 1764925 1764926 1764927 1764928 1764929 1764930 1764931 1764932 1764933 1764934 1764935 1764936 1764937 1764938 1764939 1764940 1764941 1764942 1764943 1764944 1764945 1764946 1764947 1764948 1764949 1764950 1764951 1764952 1764953 1764954 1764955 1764956 1764957 1764958 1764959 1764960 1764961 1764962 1764963 1764964 1764965 1764966 1764967 1764968 1764969 1764970 1764971 1764972 1764973 1764974 1764975 1764976 1764977 1764978 1764979 1764980 1764981 1764982 1764983 1764984 1764985 1764986 1764987 1764988 1764989 1764990 1764991 1764992 1764993 1764994 1764995 1764996 1764997 1764998 1764999 1765000 1765001 1765002 1765003 1765004 1765005 1765006 1765007 1765008 1765009 1765010 1765011 1765012 1765013 1765014 1765015 1765016 1765017 1765018 1765019 1765020 1765021 1765022 1765023 1765024 1765025 1765026 1765027 1765028 1765029 1765030 1765031 1765032 1765033 1765034 1765035 1765036 1765037 1765038 1765039 1765040 1765041 1765042 1765043 1765044 1765045 1765046 1765047 1765048 1765049 1765050 1765051 1765052 1765053 1765054 1765055 1765056 1765057 1765058 1765059 1765060 1765061 1765062 1765063 1765064 1765065 1765066 1765067 1765068 1765069 1765070 1765071 1765072 1765073 1765074 1765075 1765076 1765077 1765078 1765079 1765080 1765081 1765082 1765083 1765084 1765085 1765086 1765087 1765088 1765089 1765090 1765091 1765092 1765093 1765094 1765095 1765096 1765097 1765098 1765099 1765100 1765101 1765102 1765103 1765104 1765105 1765106 1765107 1765108 1765109 1765110 1765111 1765112 1765113 1765114 1765115 1765116 1765117 1765118 1765119 1765120 1765121 1765122 1765123 1765124 1765125 1765126 1765127 1765128 1765129 1765130 1765131 1765132 1765133 1765134 1765135 1765136 1765137 1765138 1765139 1765140 1765141 1765142 1765143 1765144 1765145 1765146 1765147 1765148 1765149 1765150 1765151 1765152 1765153 1765154 1765155 1765156 1765157 1765158 1765159 1765160 1765161 1765162 1765163 1765164 1765165 1765166 1765167 1765168 1765169 1765170 1765171 1765172 1765173 1765174 1765175 1765176 1765177 1765178 1765179 1765180 1765181 1765182 1765183 1765184 1765185 1765186 1765187 1765188 1765189 1765190 1765191 1765192 1765193 1765194 1765195 1765196 1765197 1765198 1765199 1765200 1765201 1765202 1765203 1765204 1765205 1765206 1765207 1765208 1765209 1765210 1765211 1765212 1765213 1765214 1765215 1765216 1765217 1765218 1765219 1765220 1765221 1765222 1765223 1765224 1765225 1765226 1765227 1765228 1765229 1765230 1765231 1765232 1765233 1765234 1765235 1765236 1765237 1765238 1765239 1765240 1765241 1765242 1765243 1765244 1765245 1765246 1765247 1765248 1765249 1765250 1765251 1765252 1765253 1765254 1765255 1765256 1765257 1765258 1765259 1765260 1765261 1765262 1765263 1765264 1765265 1765266 1765267 1765268 1765269 1765270 1765271 1765272 1765273 1765274 1765275 1765276 1765277 1765278 1765279 1765280 1765281 1765282 1765283 1765284 1765285 1765286 1765287 1765288 1765289 1765290 1765291 1765292 1765293 1765294 1765295 1765296 1765297 1765298 1765299 1765300 1765301 1765302 1765303 1765304 1765305 1765306 1765307 1765308 1765309 1765310 1765311 1765312 1765313 1765314 1765315 1765316 1765317 1765318 1765319 1765320 1765321 1765322 1765323 1765324 1765325 1765326 1765327 1765328 1765329 1765330 1765331 1765332 1765333 1765334 1765335 1765336 1765337 1765338 1765339 1765340 1765341 1765342 1765343 1765344 1765345 1765346 1765347 1765348 1765349 1765350 1765351 1765352 1765353 1765354 1765355 1765356 1765357 1765358 1765359 1765360 1765361 1765362 1765363 1765364 1765365 1765366 1765367 1765368 1765369 1765370 1765371 1765372 1765373 1765374 1765375 1765376 1765377 1765378 1765379 1765380 1765381 1765382 1765383 1765384 1765385 1765386 1765387 1765388 1765389 1765390 1765391 1765392 1765393 1765394 1765395 1765396 1765397 1765398 1765399 1765400 1765401 1765402 1765403 1765404 1765405 1765406 1765407 1765408 1765409 1765410 1765411 1765412 1765413 1765414 1765415 1765416 1765417 1765418 1765419 1765420 1765421 1765422 1765423 1765424 1765425 1765426 1765427 1765428 1765429 1765430 1765431 1765432 1765433 1765434 1765435 1765436 1765437 1765438 1765439 1765440 1765441 1765442 1765443 1765444 1765445 1765446 1765447 1765448 1765449 1765450 1765451 1765452 1765453 1765454 1765455 1765456 1765457 1765458 1765459 1765460 1765461 1765462 1765463 1765464 1765465 1765466 1765467 1765468 1765469 1765470 1765471 1765472 1765473 1765474 1765475 1765476 1765477 1765478 1765479 1765480 1765481 1765482 1765483 1765484 1765485 1765486 1765487 1765488 1765489 1765490 1765491 1765492 1765493 1765494 1765495 1765496 1765497 1765498 1765499 1765500 1765501 1765502 1765503 1765504 1765505 1765506 1765507 1765508 1765509 1765510 1765511 1765512 1765513 1765514 1765515 1765516 1765517 1765518 1765519 1765520 1765521 1765522 1765523 1765524 1765525 1765526 1765527 1765528 1765529 1765530 1765531 1765532 1765533 1765534 1765535 1765536 1765537 1765538 1765539 1765540 1765541 1765542 1765543 1765544 1765545 1765546 1765547 1765548 1765549 1765550 1765551 1765552 1765553 1765554 1765555 1765556 1765557 1765558 1765559 1765560 1765561 1765562 1765563 1765564 1765565 1765566 1765567 1765568 1765569 1765570 1765571 1765572 1765573 1765574 1765575 1765576 1765577 1765578 1765579 1765580 1765581 1765582 1765583 1765584 1765585 1765586 1765587 1765588 1765589 1765590 1765591 1765592 1765593 1765594 1765595 1765596 1765597 1765598 1765599 1765600 1765601 1765602 1765603 1765604 1765605 1765606 1765607 1765608 1765609 1765610 1765611 1765612 1765613 1765614 1765615 1765616 1765617 1765618 1765619 1765620 1765621 1765622 1765623 1765624 1765625 1765626 1765627 1765628 1765629 1765630 1765631 1765632 1765633 1765634 1765635 1765636 1765637 1765638 1765639 1765640 1765641 1765642 1765643 1765644 1765645 1765646 1765647 1765648 1765649 1765650 1765651 1765652 1765653 1765654 1765655 1765656 1765657 1765658 1765659 1765660 1765661 1765662 1765663 1765664 1765665 1765666 1765667 1765668 1765669 1765670 1765671 1765672 1765673 1765674 1765675 1765676 1765677 1765678 1765679 1765680 1765681 1765682 1765683 1765684 1765685 1765686 1765687 1765688 1765689 1765690 1765691 1765692 1765693 1765694 1765695 1765696 1765697 1765698 1765699 1765700 1765701 1765702 1765703 1765704 1765705 1765706 1765707 1765708 1765709 1765710 1765711 1765712 1765713 1765714 1765715 1765716 1765717 1765718 1765719 1765720 1765721 1765722 1765723 1765724 1765725 1765726 1765727 1765728 1765729 1765730 1765731 1765732 1765733 1765734 1765735 1765736 1765737 1765738 1765739 1765740 1765741 1765742 1765743 1765744 1765745 1765746 1765747 1765748 1765749 1765750 1765751 1765752 1765753 1765754 1765755 1765756 1765757 1765758 1765759 1765760 1765761 1765762 1765763 1765764 1765765 1765766 1765767 1765768 1765769 1765770 1765771 1765772 1765773 1765774 1765775 1765776 1765777 1765778 1765779 1765780 1765781 1765782 1765783 1765784 1765785 1765786 1765787 1765788 1765789 1765790 1765791 1765792 1765793 1765794 1765795 1765796 1765797 1765798 1765799 1765800 1765801 1765802 1765803 1765804 1765805 1765806 1765807 1765808 1765809 1765810 1765811 1765812 1765813 1765814 1765815 1765816 1765817 1765818 1765819 1765820 1765821 1765822 1765823 1765824 1765825 1765826 1765827 1765828 1765829 1765830 1765831 1765832 1765833 1765834 1765835 1765836 1765837 1765838 1765839 1765840 1765841 1765842 1765843 1765844 1765845 1765846 1765847 1765848 1765849 1765850 1765851 1765852 1765853 1765854 1765855 1765856 1765857 1765858 1765859 1765860 1765861 1765862 1765863 1765864 1765865 1765866 1765867 1765868 1765869 1765870 1765871 1765872 1765873 1765874 1765875 1765876 1765877 1765878 1765879 1765880 1765881 1765882 1765883 1765884 1765885 1765886 1765887 1765888 1765889 1765890 1765891 1765892 1765893 1765894 1765895 1765896 1765897 1765898 1765899 1765900 1765901 1765902 1765903 1765904 1765905 1765906 1765907 1765908 1765909 1765910 1765911 1765912 1765913 1765914 1765915 1765916 1765917 1765918 1765919 1765920 1765921 1765922 1765923 1765924 1765925 1765926 1765927 1765928 1765929 1765930 1765931 1765932 1765933 1765934 1765935 1765936 1765937 1765938 1765939 1765940 1765941 1765942 1765943 1765944 1765945 1765946 1765947 1765948 1765949 1765950 1765951 1765952 1765953 1765954 1765955 1765956 1765957 1765958 1765959 1765960 1765961 1765962 1765963 1765964 1765965 1765966 1765967 1765968 1765969 1765970 1765971 1765972 1765973 1765974 1765975 1765976 1765977 1765978 1765979 1765980 1765981 1765982 1765983 1765984 1765985 1765986 1765987 1765988 1765989 1765990 1765991 1765992 1765993 1765994 1765995 1765996 1765997 1765998 1765999 1766000 1766001 1766002 1766003 1766004 1766005 1766006 1766007 1766008 1766009 1766010 1766011 1766012 1766013 1766014 1766015 1766016 1766017 1766018 1766019 1766020 1766021 1766022 1766023 1766024 1766025 1766026 1766027 1766028 1766029 1766030 1766031 1766032 1766033 1766034 1766035 1766036 1766037 1766038 1766039 1766040 1766041 1766042 1766043 1766044 1766045 1766046 1766047 1766048 1766049 1766050 1766051 1766052 1766053 1766054 1766055 1766056 1766057 1766058 1766059 1766060 1766061 1766062 1766063 1766064 1766065 1766066 1766067 1766068 1766069 1766070 1766071 1766072 1766073 1766074 1766075 1766076 1766077 1766078 1766079 1766080 1766081 1766082 1766083 1766084 1766085 1766086 1766087 1766088 1766089 1766090 1766091 1766092 1766093 1766094 1766095 1766096 1766097 1766098 1766099 1766100 1766101 1766102 1766103 1766104 1766105 1766106 1766107 1766108 1766109 1766110 1766111 1766112 1766113 1766114 1766115 1766116 1766117 1766118 1766119 1766120 1766121 1766122 1766123 1766124 1766125 1766126 1766127 1766128 1766129 1766130 1766131 1766132 1766133 1766134 1766135 1766136 1766137 1766138 1766139 1766140 1766141 1766142 1766143 1766144 1766145 1766146 1766147 1766148 1766149 1766150 1766151 1766152 1766153 1766154 1766155 1766156 1766157 1766158 1766159 1766160 1766161 1766162 1766163 1766164 1766165 1766166 1766167 1766168 1766169 1766170 1766171 1766172 1766173 1766174 1766175 1766176 1766177 1766178 1766179 1766180 1766181 1766182 1766183 1766184 1766185 1766186 1766187 1766188 1766189 1766190 1766191 1766192 1766193 1766194 1766195 1766196 1766197 1766198 1766199 1766200 1766201 1766202 1766203 1766204 1766205 1766206 1766207 1766208 1766209 1766210 1766211 1766212 1766213 1766214 1766215 1766216 1766217 1766218 1766219 1766220 1766221 1766222 1766223 1766224 1766225 1766226 1766227 1766228 1766229 1766230 1766231 1766232 1766233 1766234 1766235 1766236 1766237 1766238 1766239 1766240 1766241 1766242 1766243 1766244 1766245 1766246 1766247 1766248 1766249 1766250 1766251 1766252 1766253 1766254 1766255 1766256 1766257 1766258 1766259 1766260 1766261 1766262 1766263 1766264 1766265 1766266 1766267 1766268 1766269 1766270 1766271 1766272 1766273 1766274 1766275 1766276 1766277 1766278 1766279 1766280 1766281 1766282 1766283 1766284 1766285 1766286 1766287 1766288 1766289 1766290 1766291 1766292 1766293 1766294 1766295 1766296 1766297 1766298 1766299 1766300 1766301 1766302 1766303 1766304 1766305 1766306 1766307 1766308 1766309 1766310 1766311 1766312 1766313 1766314 1766315 1766316 1766317 1766318 1766319 1766320 1766321 1766322 1766323 1766324 1766325 1766326 1766327 1766328 1766329 1766330 1766331 1766332 1766333 1766334 1766335 1766336 1766337 1766338 1766339 1766340 1766341 1766342 1766343 1766344 1766345 1766346 1766347 1766348 1766349 1766350 1766351 1766352 1766353 1766354 1766355 1766356 1766357 1766358 1766359 1766360 1766361 1766362 1766363 1766364 1766365 1766366 1766367 1766368 1766369 1766370 1766371 1766372 1766373 1766374 1766375 1766376 1766377 1766378 1766379 1766380 1766381 1766382 1766383 1766384 1766385 1766386 1766387 1766388 1766389 1766390 1766391 1766392 1766393 1766394 1766395 1766396 1766397 1766398 1766399 1766400 1766401 1766402 1766403 1766404 1766405 1766406 1766407 1766408 1766409 1766410 1766411 1766412 1766413 1766414 1766415 1766416 1766417 1766418 1766419 1766420 1766421 1766422 1766423 1766424 1766425 1766426 1766427 1766428 1766429 1766430 1766431 1766432 1766433 1766434 1766435 1766436 1766437 1766438 1766439 1766440 1766441 1766442 1766443 1766444 1766445 1766446 1766447 1766448 1766449 1766450 1766451 1766452 1766453 1766454 1766455 1766456 1766457 1766458 1766459 1766460 1766461 1766462 1766463 1766464 1766465 1766466 1766467 1766468 1766469 1766470 1766471 1766472 1766473 1766474 1766475 1766476 1766477 1766478 1766479 1766480 1766481 1766482 1766483 1766484 1766485 1766486 1766487 1766488 1766489 1766490 1766491 1766492 1766493 1766494 1766495 1766496 1766497 1766498 1766499 1766500 1766501 1766502 1766503 1766504 1766505 1766506 1766507 1766508 1766509 1766510 1766511 1766512 1766513 1766514 1766515 1766516 1766517 1766518 1766519 1766520 1766521 1766522 1766523 1766524 1766525 1766526 1766527 1766528 1766529 1766530 1766531 1766532 1766533 1766534 1766535 1766536 1766537 1766538 1766539 1766540 1766541 1766542 1766543 1766544 1766545 1766546 1766547 1766548 1766549 1766550 1766551 1766552 1766553 1766554 1766555 1766556 1766557 1766558 1766559 1766560 1766561 1766562 1766563 1766564 1766565 1766566 1766567 1766568 1766569 1766570 1766571 1766572 1766573 1766574 1766575 1766576 1766577 1766578 1766579 1766580 1766581 1766582 1766583 1766584 1766585 1766586 1766587 1766588 1766589 1766590 1766591 1766592 1766593 1766594 1766595 1766596 1766597 1766598 1766599 1766600 1766601 1766602 1766603 1766604 1766605 1766606 1766607 1766608 1766609 1766610 1766611 1766612 1766613 1766614 1766615 1766616 1766617 1766618 1766619 1766620 1766621 1766622 1766623 1766624 1766625 1766626 1766627 1766628 1766629 1766630 1766631 1766632 1766633 1766634 1766635 1766636 1766637 1766638 1766639 1766640 1766641 1766642 1766643 1766644 1766645 1766646 1766647 1766648 1766649 1766650 1766651 1766652 1766653 1766654 1766655 1766656 1766657 1766658 1766659 1766660 1766661 1766662 1766663 1766664 1766665 1766666 1766667 1766668 1766669 1766670 1766671 1766672 1766673 1766674 1766675 1766676 1766677 1766678 1766679 1766680 1766681 1766682 1766683 1766684 1766685 1766686 1766687 1766688 1766689 1766690 1766691 1766692 1766693 1766694 1766695 1766696 1766697 1766698 1766699 1766700 1766701 1766702 1766703 1766704 1766705 1766706 1766707 1766708 1766709 1766710 1766711 1766712 1766713 1766714 1766715 1766716 1766717 1766718 1766719 1766720 1766721 1766722 1766723 1766724 1766725 1766726 1766727 1766728 1766729 1766730 1766731 1766732 1766733 1766734 1766735 1766736 1766737 1766738 1766739 1766740 1766741 1766742 1766743 1766744 1766745 1766746 1766747 1766748 1766749 1766750 1766751 1766752 1766753 1766754 1766755 1766756 1766757 1766758 1766759 1766760 1766761 1766762 1766763 1766764 1766765 1766766 1766767 1766768 1766769 1766770 1766771 1766772 1766773 1766774 1766775 1766776 1766777 1766778 1766779 1766780 1766781 1766782 1766783 1766784 1766785 1766786 1766787 1766788 1766789 1766790 1766791 1766792 1766793 1766794 1766795 1766796 1766797 1766798 1766799 1766800 1766801 1766802 1766803 1766804 1766805 1766806 1766807 1766808 1766809 1766810 1766811 1766812 1766813 1766814 1766815 1766816 1766817 1766818 1766819 1766820 1766821 1766822 1766823 1766824 1766825 1766826 1766827 1766828 1766829 1766830 1766831 1766832 1766833 1766834 1766835 1766836 1766837 1766838 1766839 1766840 1766841 1766842 1766843 1766844 1766845 1766846 1766847 1766848 1766849 1766850 1766851 1766852 1766853 1766854 1766855 1766856 1766857 1766858 1766859 1766860 1766861 1766862 1766863 1766864 1766865 1766866 1766867 1766868 1766869 1766870 1766871 1766872 1766873 1766874 1766875 1766876 1766877 1766878 1766879 1766880 1766881 1766882 1766883 1766884 1766885 1766886 1766887 1766888 1766889 1766890 1766891 1766892 1766893 1766894 1766895 1766896 1766897 1766898 1766899 1766900 1766901 1766902 1766903 1766904 1766905 1766906 1766907 1766908 1766909 1766910 1766911 1766912 1766913 1766914 1766915 1766916 1766917 1766918 1766919 1766920 1766921 1766922 1766923 1766924 1766925 1766926 1766927 1766928 1766929 1766930 1766931 1766932 1766933 1766934 1766935 1766936 1766937 1766938 1766939 1766940 1766941 1766942 1766943 1766944 1766945 1766946 1766947 1766948 1766949 1766950 1766951 1766952 1766953 1766954 1766955 1766956 1766957 1766958 1766959 1766960 1766961 1766962 1766963 1766964 1766965 1766966 1766967 1766968 1766969 1766970 1766971 1766972 1766973 1766974 1766975 1766976 1766977 1766978 1766979 1766980 1766981 1766982 1766983 1766984 1766985 1766986 1766987 1766988 1766989 1766990 1766991 1766992 1766993 1766994 1766995 1766996 1766997 1766998 1766999 1767000 1767001 1767002 1767003 1767004 1767005 1767006 1767007 1767008 1767009 1767010 1767011 1767012 1767013 1767014 1767015 1767016 1767017 1767018 1767019 1767020 1767021 1767022 1767023 1767024 1767025 1767026 1767027 1767028 1767029 1767030 1767031 1767032 1767033 1767034 1767035 1767036 1767037 1767038 1767039 1767040 1767041 1767042 1767043 1767044 1767045 1767046 1767047 1767048 1767049 1767050 1767051 1767052 1767053 1767054 1767055 1767056 1767057 1767058 1767059 1767060 1767061 1767062 1767063 1767064 1767065 1767066 1767067 1767068 1767069 1767070 1767071 1767072 1767073 1767074 1767075 1767076 1767077 1767078 1767079 1767080 1767081 1767082 1767083 1767084 1767085 1767086 1767087 1767088 1767089 1767090 1767091 1767092 1767093 1767094 1767095 1767096 1767097 1767098 1767099 1767100 1767101 1767102 1767103 1767104 1767105 1767106 1767107 1767108 1767109 1767110 1767111 1767112 1767113 1767114 1767115 1767116 1767117 1767118 1767119 1767120 1767121 1767122 1767123 1767124 1767125 1767126 1767127 1767128 1767129 1767130 1767131 1767132 1767133 1767134 1767135 1767136 1767137 1767138 1767139 1767140 1767141 1767142 1767143 1767144 1767145 1767146 1767147 1767148 1767149 1767150 1767151 1767152 1767153 1767154 1767155 1767156 1767157 1767158 1767159 1767160 1767161 1767162 1767163 1767164 1767165 1767166 1767167 1767168 1767169 1767170 1767171 1767172 1767173 1767174 1767175 1767176 1767177 1767178 1767179 1767180 1767181 1767182 1767183 1767184 1767185 1767186 1767187 1767188 1767189 1767190 1767191 1767192 1767193 1767194 1767195 1767196 1767197 1767198 1767199 1767200 1767201 1767202 1767203 1767204 1767205 1767206 1767207 1767208 1767209 1767210 1767211 1767212 1767213 1767214 1767215 1767216 1767217 1767218 1767219 1767220 1767221 1767222 1767223 1767224 1767225 1767226 1767227 1767228 1767229 1767230 1767231 1767232 1767233 1767234 1767235 1767236 1767237 1767238 1767239 1767240 1767241 1767242 1767243 1767244 1767245 1767246 1767247 1767248 1767249 1767250 1767251 1767252 1767253 1767254 1767255 1767256 1767257 1767258 1767259 1767260 1767261 1767262 1767263 1767264 1767265 1767266 1767267 1767268 1767269 1767270 1767271 1767272 1767273 1767274 1767275 1767276 1767277 1767278 1767279 1767280 1767281 1767282 1767283 1767284 1767285 1767286 1767287 1767288 1767289 1767290 1767291 1767292 1767293 1767294 1767295 1767296 1767297 1767298 1767299 1767300 1767301 1767302 1767303 1767304 1767305 1767306 1767307 1767308 1767309 1767310 1767311 1767312 1767313 1767314 1767315 1767316 1767317 1767318 1767319 1767320 1767321 1767322 1767323 1767324 1767325 1767326 1767327 1767328 1767329 1767330 1767331 1767332 1767333 1767334 1767335 1767336 1767337 1767338 1767339 1767340 1767341 1767342 1767343 1767344 1767345 1767346 1767347 1767348 1767349 1767350 1767351 1767352 1767353 1767354 1767355 1767356 1767357 1767358 1767359 1767360 1767361 1767362 1767363 1767364 1767365 1767366 1767367 1767368 1767369 1767370 1767371 1767372 1767373 1767374 1767375 1767376 1767377 1767378 1767379 1767380 1767381 1767382 1767383 1767384 1767385 1767386 1767387 1767388 1767389 1767390 1767391 1767392 1767393 1767394 1767395 1767396 1767397 1767398 1767399 1767400 1767401 1767402 1767403 1767404 1767405 1767406 1767407 1767408 1767409 1767410 1767411 1767412 1767413 1767414 1767415 1767416 1767417 1767418 1767419 1767420 1767421 1767422 1767423 1767424 1767425 1767426 1767427 1767428 1767429 1767430 1767431 1767432 1767433 1767434 1767435 1767436 1767437 1767438 1767439 1767440 1767441 1767442 1767443 1767444 1767445 1767446 1767447 1767448 1767449 1767450 1767451 1767452 1767453 1767454 1767455 1767456 1767457 1767458 1767459 1767460 1767461 1767462 1767463 1767464 1767465 1767466 1767467 1767468 1767469 1767470 1767471 1767472 1767473 1767474 1767475 1767476 1767477 1767478 1767479 1767480 1767481 1767482 1767483 1767484 1767485 1767486 1767487 1767488 1767489 1767490 1767491 1767492 1767493 1767494 1767495 1767496 1767497 1767498 1767499 1767500 1767501 1767502 1767503 1767504 1767505 1767506 1767507 1767508 1767509 1767510 1767511 1767512 1767513 1767514 1767515 1767516 1767517 1767518 1767519 1767520 1767521 1767522 1767523 1767524 1767525 1767526 1767527 1767528 1767529 1767530 1767531 1767532 1767533 1767534 1767535 1767536 1767537 1767538 1767539 1767540 1767541 1767542 1767543 1767544 1767545 1767546 1767547 1767548 1767549 1767550 1767551 1767552 1767553 1767554 1767555 1767556 1767557 1767558 1767559 1767560 1767561 1767562 1767563 1767564 1767565 1767566 1767567 1767568 1767569 1767570 1767571 1767572 1767573 1767574 1767575 1767576 1767577 1767578 1767579 1767580 1767581 1767582 1767583 1767584 1767585 1767586 1767587 1767588 1767589 1767590 1767591 1767592 1767593 1767594 1767595 1767596 1767597 1767598 1767599 1767600 1767601 1767602 1767603 1767604 1767605 1767606 1767607 1767608 1767609 1767610 1767611 1767612 1767613 1767614 1767615 1767616 1767617 1767618 1767619 1767620 1767621 1767622 1767623 1767624 1767625 1767626 1767627 1767628 1767629 1767630 1767631 1767632 1767633 1767634 1767635 1767636 1767637 1767638 1767639 1767640 1767641 1767642 1767643 1767644 1767645 1767646 1767647 1767648 1767649 1767650 1767651 1767652 1767653 1767654 1767655 1767656 1767657 1767658 1767659 1767660 1767661 1767662 1767663 1767664 1767665 1767666 1767667 1767668 1767669 1767670 1767671 1767672 1767673 1767674 1767675 1767676 1767677 1767678 1767679 1767680 1767681 1767682 1767683 1767684 1767685 1767686 1767687 1767688 1767689 1767690 1767691 1767692 1767693 1767694 1767695 1767696 1767697 1767698 1767699 1767700 1767701 1767702 1767703 1767704 1767705 1767706 1767707 1767708 1767709 1767710 1767711 1767712 1767713 1767714 1767715 1767716 1767717 1767718 1767719 1767720 1767721 1767722 1767723 1767724 1767725 1767726 1767727 1767728 1767729 1767730 1767731 1767732 1767733 1767734 1767735 1767736 1767737 1767738 1767739 1767740 1767741 1767742 1767743 1767744 1767745 1767746 1767747 1767748 1767749 1767750 1767751 1767752 1767753 1767754 1767755 1767756 1767757 1767758 1767759 1767760 1767761 1767762 1767763 1767764 1767765 1767766 1767767 1767768 1767769 1767770 1767771 1767772 1767773 1767774 1767775 1767776 1767777 1767778 1767779 1767780 1767781 1767782 1767783 1767784 1767785 1767786 1767787 1767788 1767789 1767790 1767791 1767792 1767793 1767794 1767795 1767796 1767797 1767798 1767799 1767800 1767801 1767802 1767803 1767804 1767805 1767806 1767807 1767808 1767809 1767810 1767811 1767812 1767813 1767814 1767815 1767816 1767817 1767818 1767819 1767820 1767821 1767822 1767823 1767824 1767825 1767826 1767827 1767828 1767829 1767830 1767831 1767832 1767833 1767834 1767835 1767836 1767837 1767838 1767839 1767840 1767841 1767842 1767843 1767844 1767845 1767846 1767847 1767848 1767849 1767850 1767851 1767852 1767853 1767854 1767855 1767856 1767857 1767858 1767859 1767860 1767861 1767862 1767863 1767864 1767865 1767866 1767867 1767868 1767869 1767870 1767871 1767872 1767873 1767874 1767875 1767876 1767877 1767878 1767879 1767880 1767881 1767882 1767883 1767884 1767885 1767886 1767887 1767888 1767889 1767890 1767891 1767892 1767893 1767894 1767895 1767896 1767897 1767898 1767899 1767900 1767901 1767902 1767903 1767904 1767905 1767906 1767907 1767908 1767909 1767910 1767911 1767912 1767913 1767914 1767915 1767916 1767917 1767918 1767919 1767920 1767921 1767922 1767923 1767924 1767925 1767926 1767927 1767928 1767929 1767930 1767931 1767932 1767933 1767934 1767935 1767936 1767937 1767938 1767939 1767940 1767941 1767942 1767943 1767944 1767945 1767946 1767947 1767948 1767949 1767950 1767951 1767952 1767953 1767954 1767955 1767956 1767957 1767958 1767959 1767960 1767961 1767962 1767963 1767964 1767965 1767966 1767967 1767968 1767969 1767970 1767971 1767972 1767973 1767974 1767975 1767976 1767977 1767978 1767979 1767980 1767981 1767982 1767983 1767984 1767985 1767986 1767987 1767988 1767989 1767990 1767991 1767992 1767993 1767994 1767995 1767996 1767997 1767998 1767999 1768000 1768001 1768002 1768003 1768004 1768005 1768006 1768007 1768008 1768009 1768010 1768011 1768012 1768013 1768014 1768015 1768016 1768017 1768018 1768019 1768020 1768021 1768022 1768023 1768024 1768025 1768026 1768027 1768028 1768029 1768030 1768031 1768032 1768033 1768034 1768035 1768036 1768037 1768038 1768039 1768040 1768041 1768042 1768043 1768044 1768045 1768046 1768047 1768048 1768049 1768050 1768051 1768052 1768053 1768054 1768055 1768056 1768057 1768058 1768059 1768060 1768061 1768062 1768063 1768064 1768065 1768066 1768067 1768068 1768069 1768070 1768071 1768072 1768073 1768074 1768075 1768076 1768077 1768078 1768079 1768080 1768081 1768082 1768083 1768084 1768085 1768086 1768087 1768088 1768089 1768090 1768091 1768092 1768093 1768094 1768095 1768096 1768097 1768098 1768099 1768100 1768101 1768102 1768103 1768104 1768105 1768106 1768107 1768108 1768109 1768110 1768111 1768112 1768113 1768114 1768115 1768116 1768117 1768118 1768119 1768120 1768121 1768122 1768123 1768124 1768125 1768126 1768127 1768128 1768129 1768130 1768131 1768132 1768133 1768134 1768135 1768136 1768137 1768138 1768139 1768140 1768141 1768142 1768143 1768144 1768145 1768146 1768147 1768148 1768149 1768150 1768151 1768152 1768153 1768154 1768155 1768156 1768157 1768158 1768159 1768160 1768161 1768162 1768163 1768164 1768165 1768166 1768167 1768168 1768169 1768170 1768171 1768172 1768173 1768174 1768175 1768176 1768177 1768178 1768179 1768180 1768181 1768182 1768183 1768184 1768185 1768186 1768187 1768188 1768189 1768190 1768191 1768192 1768193 1768194 1768195 1768196 1768197 1768198 1768199 1768200 1768201 1768202 1768203 1768204 1768205 1768206 1768207 1768208 1768209 1768210 1768211 1768212 1768213 1768214 1768215 1768216 1768217 1768218 1768219 1768220 1768221 1768222 1768223 1768224 1768225 1768226 1768227 1768228 1768229 1768230 1768231 1768232 1768233 1768234 1768235 1768236 1768237 1768238 1768239 1768240 1768241 1768242 1768243 1768244 1768245 1768246 1768247 1768248 1768249 1768250 1768251 1768252 1768253 1768254 1768255 1768256 1768257 1768258 1768259 1768260 1768261 1768262 1768263 1768264 1768265 1768266 1768267 1768268 1768269 1768270 1768271 1768272 1768273 1768274 1768275 1768276 1768277 1768278 1768279 1768280 1768281 1768282 1768283 1768284 1768285 1768286 1768287 1768288 1768289 1768290 1768291 1768292 1768293 1768294 1768295 1768296 1768297 1768298 1768299 1768300 1768301 1768302 1768303 1768304 1768305 1768306 1768307 1768308 1768309 1768310 1768311 1768312 1768313 1768314 1768315 1768316 1768317 1768318 1768319 1768320 1768321 1768322 1768323 1768324 1768325 1768326 1768327 1768328 1768329 1768330 1768331 1768332 1768333 1768334 1768335 1768336 1768337 1768338 1768339 1768340 1768341 1768342 1768343 1768344 1768345 1768346 1768347 1768348 1768349 1768350 1768351 1768352 1768353 1768354 1768355 1768356 1768357 1768358 1768359 1768360 1768361 1768362 1768363 1768364 1768365 1768366 1768367 1768368 1768369 1768370 1768371 1768372 1768373 1768374 1768375 1768376 1768377 1768378 1768379 1768380 1768381 1768382 1768383 1768384 1768385 1768386 1768387 1768388 1768389 1768390 1768391 1768392 1768393 1768394 1768395 1768396 1768397 1768398 1768399 1768400 1768401 1768402 1768403 1768404 1768405 1768406 1768407 1768408 1768409 1768410 1768411 1768412 1768413 1768414 1768415 1768416 1768417 1768418 1768419 1768420 1768421 1768422 1768423 1768424 1768425 1768426 1768427 1768428 1768429 1768430 1768431 1768432 1768433 1768434 1768435 1768436 1768437 1768438 1768439 1768440 1768441 1768442 1768443 1768444 1768445 1768446 1768447 1768448 1768449 1768450 1768451 1768452 1768453 1768454 1768455 1768456 1768457 1768458 1768459 1768460 1768461 1768462 1768463 1768464 1768465 1768466 1768467 1768468 1768469 1768470 1768471 1768472 1768473 1768474 1768475 1768476 1768477 1768478 1768479 1768480 1768481 1768482 1768483 1768484 1768485 1768486 1768487 1768488 1768489 1768490 1768491 1768492 1768493 1768494 1768495 1768496 1768497 1768498 1768499 1768500 1768501 1768502 1768503 1768504 1768505 1768506 1768507 1768508 1768509 1768510 1768511 1768512 1768513 1768514 1768515 1768516 1768517 1768518 1768519 1768520 1768521 1768522 1768523 1768524 1768525 1768526 1768527 1768528 1768529 1768530 1768531 1768532 1768533 1768534 1768535 1768536 1768537 1768538 1768539 1768540 1768541 1768542 1768543 1768544 1768545 1768546 1768547 1768548 1768549 1768550 1768551 1768552 1768553 1768554 1768555 1768556 1768557 1768558 1768559 1768560 1768561 1768562 1768563 1768564 1768565 1768566 1768567 1768568 1768569 1768570 1768571 1768572 1768573 1768574 1768575 1768576 1768577 1768578 1768579 1768580 1768581 1768582 1768583 1768584 1768585 1768586 1768587 1768588 1768589 1768590 1768591 1768592 1768593 1768594 1768595 1768596 1768597 1768598 1768599 1768600 1768601 1768602 1768603 1768604 1768605 1768606 1768607 1768608 1768609 1768610 1768611 1768612 1768613 1768614 1768615 1768616 1768617 1768618 1768619 1768620 1768621 1768622 1768623 1768624 1768625 1768626 1768627 1768628 1768629 1768630 1768631 1768632 1768633 1768634 1768635 1768636 1768637 1768638 1768639 1768640 1768641 1768642 1768643 1768644 1768645 1768646 1768647 1768648 1768649 1768650 1768651 1768652 1768653 1768654 1768655 1768656 1768657 1768658 1768659 1768660 1768661 1768662 1768663 1768664 1768665 1768666 1768667 1768668 1768669 1768670 1768671 1768672 1768673 1768674 1768675 1768676 1768677 1768678 1768679 1768680 1768681 1768682 1768683 1768684 1768685 1768686 1768687 1768688 1768689 1768690 1768691 1768692 1768693 1768694 1768695 1768696 1768697 1768698 1768699 1768700 1768701 1768702 1768703 1768704 1768705 1768706 1768707 1768708 1768709 1768710 1768711 1768712 1768713 1768714 1768715 1768716 1768717 1768718 1768719 1768720 1768721 1768722 1768723 1768724 1768725 1768726 1768727 1768728 1768729 1768730 1768731 1768732 1768733 1768734 1768735 1768736 1768737 1768738 1768739 1768740 1768741 1768742 1768743 1768744 1768745 1768746 1768747 1768748 1768749 1768750 1768751 1768752 1768753 1768754 1768755 1768756 1768757 1768758 1768759 1768760 1768761 1768762 1768763 1768764 1768765 1768766 1768767 1768768 1768769 1768770 1768771 1768772 1768773 1768774 1768775 1768776 1768777 1768778 1768779 1768780 1768781 1768782 1768783 1768784 1768785 1768786 1768787 1768788 1768789 1768790 1768791 1768792 1768793 1768794 1768795 1768796 1768797 1768798 1768799 1768800 1768801 1768802 1768803 1768804 1768805 1768806 1768807 1768808 1768809 1768810 1768811 1768812 1768813 1768814 1768815 1768816 1768817 1768818 1768819 1768820 1768821 1768822 1768823 1768824 1768825 1768826 1768827 1768828 1768829 1768830 1768831 1768832 1768833 1768834 1768835 1768836 1768837 1768838 1768839 1768840 1768841 1768842 1768843 1768844 1768845 1768846 1768847 1768848 1768849 1768850 1768851 1768852 1768853 1768854 1768855 1768856 1768857 1768858 1768859 1768860 1768861 1768862 1768863 1768864 1768865 1768866 1768867 1768868 1768869 1768870 1768871 1768872 1768873 1768874 1768875 1768876 1768877 1768878 1768879 1768880 1768881 1768882 1768883 1768884 1768885 1768886 1768887 1768888 1768889 1768890 1768891 1768892 1768893 1768894 1768895 1768896 1768897 1768898 1768899 1768900 1768901 1768902 1768903 1768904 1768905 1768906 1768907 1768908 1768909 1768910 1768911 1768912 1768913 1768914 1768915 1768916 1768917 1768918 1768919 1768920 1768921 1768922 1768923 1768924 1768925 1768926 1768927 1768928 1768929 1768930 1768931 1768932 1768933 1768934 1768935 1768936 1768937 1768938 1768939 1768940 1768941 1768942 1768943 1768944 1768945 1768946 1768947 1768948 1768949 1768950 1768951 1768952 1768953 1768954 1768955 1768956 1768957 1768958 1768959 1768960 1768961 1768962 1768963 1768964 1768965 1768966 1768967 1768968 1768969 1768970 1768971 1768972 1768973 1768974 1768975 1768976 1768977 1768978 1768979 1768980 1768981 1768982 1768983 1768984 1768985 1768986 1768987 1768988 1768989 1768990 1768991 1768992 1768993 1768994 1768995 1768996 1768997 1768998 1768999 1769000 1769001 1769002 1769003 1769004 1769005 1769006 1769007 1769008 1769009 1769010 1769011 1769012 1769013 1769014 1769015 1769016 1769017 1769018 1769019 1769020 1769021 1769022 1769023 1769024 1769025 1769026 1769027 1769028 1769029 1769030 1769031 1769032 1769033 1769034 1769035 1769036 1769037 1769038 1769039 1769040 1769041 1769042 1769043 1769044 1769045 1769046 1769047 1769048 1769049 1769050 1769051 1769052 1769053 1769054 1769055 1769056 1769057 1769058 1769059 1769060 1769061 1769062 1769063 1769064 1769065 1769066 1769067 1769068 1769069 1769070 1769071 1769072 1769073 1769074 1769075 1769076 1769077 1769078 1769079 1769080 1769081 1769082 1769083 1769084 1769085 1769086 1769087 1769088 1769089 1769090 1769091 1769092 1769093 1769094 1769095 1769096 1769097 1769098 1769099 1769100 1769101 1769102 1769103 1769104 1769105 1769106 1769107 1769108 1769109 1769110 1769111 1769112 1769113 1769114 1769115 1769116 1769117 1769118 1769119 1769120 1769121 1769122 1769123 1769124 1769125 1769126 1769127 1769128 1769129 1769130 1769131 1769132 1769133 1769134 1769135 1769136 1769137 1769138 1769139 1769140 1769141 1769142 1769143 1769144 1769145 1769146 1769147 1769148 1769149 1769150 1769151 1769152 1769153 1769154 1769155 1769156 1769157 1769158 1769159 1769160 1769161 1769162 1769163 1769164 1769165 1769166 1769167 1769168 1769169 1769170 1769171 1769172 1769173 1769174 1769175 1769176 1769177 1769178 1769179 1769180 1769181 1769182 1769183 1769184 1769185 1769186 1769187 1769188 1769189 1769190 1769191 1769192 1769193 1769194 1769195 1769196 1769197 1769198 1769199 1769200 1769201 1769202 1769203 1769204 1769205 1769206 1769207 1769208 1769209 1769210 1769211 1769212 1769213 1769214 1769215 1769216 1769217 1769218 1769219 1769220 1769221 1769222 1769223 1769224 1769225 1769226 1769227 1769228 1769229 1769230 1769231 1769232 1769233 1769234 1769235 1769236 1769237 1769238 1769239 1769240 1769241 1769242 1769243 1769244 1769245 1769246 1769247 1769248 1769249 1769250 1769251 1769252 1769253 1769254 1769255 1769256 1769257 1769258 1769259 1769260 1769261 1769262 1769263 1769264 1769265 1769266 1769267 1769268 1769269 1769270 1769271 1769272 1769273 1769274 1769275 1769276 1769277 1769278 1769279 1769280 1769281 1769282 1769283 1769284 1769285 1769286 1769287 1769288 1769289 1769290 1769291 1769292 1769293 1769294 1769295 1769296 1769297 1769298 1769299 1769300 1769301 1769302 1769303 1769304 1769305 1769306 1769307 1769308 1769309 1769310 1769311 1769312 1769313 1769314 1769315 1769316 1769317 1769318 1769319 1769320 1769321 1769322 1769323 1769324 1769325 1769326 1769327 1769328 1769329 1769330 1769331 1769332 1769333 1769334 1769335 1769336 1769337 1769338 1769339 1769340 1769341 1769342 1769343 1769344 1769345 1769346 1769347 1769348 1769349 1769350 1769351 1769352 1769353 1769354 1769355 1769356 1769357 1769358 1769359 1769360 1769361 1769362 1769363 1769364 1769365 1769366 1769367 1769368 1769369 1769370 1769371 1769372 1769373 1769374 1769375 1769376 1769377 1769378 1769379 1769380 1769381 1769382 1769383 1769384 1769385 1769386 1769387 1769388 1769389 1769390 1769391 1769392 1769393 1769394 1769395 1769396 1769397 1769398 1769399 1769400 1769401 1769402 1769403 1769404 1769405 1769406 1769407 1769408 1769409 1769410 1769411 1769412 1769413 1769414 1769415 1769416 1769417 1769418 1769419 1769420 1769421 1769422 1769423 1769424 1769425 1769426 1769427 1769428 1769429 1769430 1769431 1769432 1769433 1769434 1769435 1769436 1769437 1769438 1769439 1769440 1769441 1769442 1769443 1769444 1769445 1769446 1769447 1769448 1769449 1769450 1769451 1769452 1769453 1769454 1769455 1769456 1769457 1769458 1769459 1769460 1769461 1769462 1769463 1769464 1769465 1769466 1769467 1769468 1769469 1769470 1769471 1769472 1769473 1769474 1769475 1769476 1769477 1769478 1769479 1769480 1769481 1769482 1769483 1769484 1769485 1769486 1769487 1769488 1769489 1769490 1769491 1769492 1769493 1769494 1769495 1769496 1769497 1769498 1769499 1769500 1769501 1769502 1769503 1769504 1769505 1769506 1769507 1769508 1769509 1769510 1769511 1769512 1769513 1769514 1769515 1769516 1769517 1769518 1769519 1769520 1769521 1769522 1769523 1769524 1769525 1769526 1769527 1769528 1769529 1769530 1769531 1769532 1769533 1769534 1769535 1769536 1769537 1769538 1769539 1769540 1769541 1769542 1769543 1769544 1769545 1769546 1769547 1769548 1769549 1769550 1769551 1769552 1769553 1769554 1769555 1769556 1769557 1769558 1769559 1769560 1769561 1769562 1769563 1769564 1769565 1769566 1769567 1769568 1769569 1769570 1769571 1769572 1769573 1769574 1769575 1769576 1769577 1769578 1769579 1769580 1769581 1769582 1769583 1769584 1769585 1769586 1769587 1769588 1769589 1769590 1769591 1769592 1769593 1769594 1769595 1769596 1769597 1769598 1769599 1769600 1769601 1769602 1769603 1769604 1769605 1769606 1769607 1769608 1769609 1769610 1769611 1769612 1769613 1769614 1769615 1769616 1769617 1769618 1769619 1769620 1769621 1769622 1769623 1769624 1769625 1769626 1769627 1769628 1769629 1769630 1769631 1769632 1769633 1769634 1769635 1769636 1769637 1769638 1769639 1769640 1769641 1769642 1769643 1769644 1769645 1769646 1769647 1769648 1769649 1769650 1769651 1769652 1769653 1769654 1769655 1769656 1769657 1769658 1769659 1769660 1769661 1769662 1769663 1769664 1769665 1769666 1769667 1769668 1769669 1769670 1769671 1769672 1769673 1769674 1769675 1769676 1769677 1769678 1769679 1769680 1769681 1769682 1769683 1769684 1769685 1769686 1769687 1769688 1769689 1769690 1769691 1769692 1769693 1769694 1769695 1769696 1769697 1769698 1769699 1769700 1769701 1769702 1769703 1769704 1769705 1769706 1769707 1769708 1769709 1769710 1769711 1769712 1769713 1769714 1769715 1769716 1769717 1769718 1769719 1769720 1769721 1769722 1769723 1769724 1769725 1769726 1769727 1769728 1769729 1769730 1769731 1769732 1769733 1769734 1769735 1769736 1769737 1769738 1769739 1769740 1769741 1769742 1769743 1769744 1769745 1769746 1769747 1769748 1769749 1769750 1769751 1769752 1769753 1769754 1769755 1769756 1769757 1769758 1769759 1769760 1769761 1769762 1769763 1769764 1769765 1769766 1769767 1769768 1769769 1769770 1769771 1769772 1769773 1769774 1769775 1769776 1769777 1769778 1769779 1769780 1769781 1769782 1769783 1769784 1769785 1769786 1769787 1769788 1769789 1769790 1769791 1769792 1769793 1769794 1769795 1769796 1769797 1769798 1769799 1769800 1769801 1769802 1769803 1769804 1769805 1769806 1769807 1769808 1769809 1769810 1769811 1769812 1769813 1769814 1769815 1769816 1769817 1769818 1769819 1769820 1769821 1769822 1769823 1769824 1769825 1769826 1769827 1769828 1769829 1769830 1769831 1769832 1769833 1769834 1769835 1769836 1769837 1769838 1769839 1769840 1769841 1769842 1769843 1769844 1769845 1769846 1769847 1769848 1769849 1769850 1769851 1769852 1769853 1769854 1769855 1769856 1769857 1769858 1769859 1769860 1769861 1769862 1769863 1769864 1769865 1769866 1769867 1769868 1769869 1769870 1769871 1769872 1769873 1769874 1769875 1769876 1769877 1769878 1769879 1769880 1769881 1769882 1769883 1769884 1769885 1769886 1769887 1769888 1769889 1769890 1769891 1769892 1769893 1769894 1769895 1769896 1769897 1769898 1769899 1769900 1769901 1769902 1769903 1769904 1769905 1769906 1769907 1769908 1769909 1769910 1769911 1769912 1769913 1769914 1769915 1769916 1769917 1769918 1769919 1769920 1769921 1769922 1769923 1769924 1769925 1769926 1769927 1769928 1769929 1769930 1769931 1769932 1769933 1769934 1769935 1769936 1769937 1769938 1769939 1769940 1769941 1769942 1769943 1769944 1769945 1769946 1769947 1769948 1769949 1769950 1769951 1769952 1769953 1769954 1769955 1769956 1769957 1769958 1769959 1769960 1769961 1769962 1769963 1769964 1769965 1769966 1769967 1769968 1769969 1769970 1769971 1769972 1769973 1769974 1769975 1769976 1769977 1769978 1769979 1769980 1769981 1769982 1769983 1769984 1769985 1769986 1769987 1769988 1769989 1769990 1769991 1769992 1769993 1769994 1769995 1769996 1769997 1769998 1769999 1770000 1770001 1770002 1770003 1770004 1770005 1770006 1770007 1770008 1770009 1770010 1770011 1770012 1770013 1770014 1770015 1770016 1770017 1770018 1770019 1770020 1770021 1770022 1770023 1770024 1770025 1770026 1770027 1770028 1770029 1770030 1770031 1770032 1770033 1770034 1770035 1770036 1770037 1770038 1770039 1770040 1770041 1770042 1770043 1770044 1770045 1770046 1770047 1770048 1770049 1770050 1770051 1770052 1770053 1770054 1770055 1770056 1770057 1770058 1770059 1770060 1770061 1770062 1770063 1770064 1770065 1770066 1770067 1770068 1770069 1770070 1770071 1770072 1770073 1770074 1770075 1770076 1770077 1770078 1770079 1770080 1770081 1770082 1770083 1770084 1770085 1770086 1770087 1770088 1770089 1770090 1770091 1770092 1770093 1770094 1770095 1770096 1770097 1770098 1770099 1770100 1770101 1770102 1770103 1770104 1770105 1770106 1770107 1770108 1770109 1770110 1770111 1770112 1770113 1770114 1770115 1770116 1770117 1770118 1770119 1770120 1770121 1770122 1770123 1770124 1770125 1770126 1770127 1770128 1770129 1770130 1770131 1770132 1770133 1770134 1770135 1770136 1770137 1770138 1770139 1770140 1770141 1770142 1770143 1770144 1770145 1770146 1770147 1770148 1770149 1770150 1770151 1770152 1770153 1770154 1770155 1770156 1770157 1770158 1770159 1770160 1770161 1770162 1770163 1770164 1770165 1770166 1770167 1770168 1770169 1770170 1770171 1770172 1770173 1770174 1770175 1770176 1770177 1770178 1770179 1770180 1770181 1770182 1770183 1770184 1770185 1770186 1770187 1770188 1770189 1770190 1770191 1770192 1770193 1770194 1770195 1770196 1770197 1770198 1770199 1770200 1770201 1770202 1770203 1770204 1770205 1770206 1770207 1770208 1770209 1770210 1770211 1770212 1770213 1770214 1770215 1770216 1770217 1770218 1770219 1770220 1770221 1770222 1770223 1770224 1770225 1770226 1770227 1770228 1770229 1770230 1770231 1770232 1770233 1770234 1770235 1770236 1770237 1770238 1770239 1770240 1770241 1770242 1770243 1770244 1770245 1770246 1770247 1770248 1770249 1770250 1770251 1770252 1770253 1770254 1770255 1770256 1770257 1770258 1770259 1770260 1770261 1770262 1770263 1770264 1770265 1770266 1770267 1770268 1770269 1770270 1770271 1770272 1770273 1770274 1770275 1770276 1770277 1770278 1770279 1770280 1770281 1770282 1770283 1770284 1770285 1770286 1770287 1770288 1770289 1770290 1770291 1770292 1770293 1770294 1770295 1770296 1770297 1770298 1770299 1770300 1770301 1770302 1770303 1770304 1770305 1770306 1770307 1770308 1770309 1770310 1770311 1770312 1770313 1770314 1770315 1770316 1770317 1770318 1770319 1770320 1770321 1770322 1770323 1770324 1770325 1770326 1770327 1770328 1770329 1770330 1770331 1770332 1770333 1770334 1770335 1770336 1770337 1770338 1770339 1770340 1770341 1770342 1770343 1770344 1770345 1770346 1770347 1770348 1770349 1770350 1770351 1770352 1770353 1770354 1770355 1770356 1770357 1770358 1770359 1770360 1770361 1770362 1770363 1770364 1770365 1770366 1770367 1770368 1770369 1770370 1770371 1770372 1770373 1770374 1770375 1770376 1770377 1770378 1770379 1770380 1770381 1770382 1770383 1770384 1770385 1770386 1770387 1770388 1770389 1770390 1770391 1770392 1770393 1770394 1770395 1770396 1770397 1770398 1770399 1770400 1770401 1770402 1770403 1770404 1770405 1770406 1770407 1770408 1770409 1770410 1770411 1770412 1770413 1770414 1770415 1770416 1770417 1770418 1770419 1770420 1770421 1770422 1770423 1770424 1770425 1770426 1770427 1770428 1770429 1770430 1770431 1770432 1770433 1770434 1770435 1770436 1770437 1770438 1770439 1770440 1770441 1770442 1770443 1770444 1770445 1770446 1770447 1770448 1770449 1770450 1770451 1770452 1770453 1770454 1770455 1770456 1770457 1770458 1770459 1770460 1770461 1770462 1770463 1770464 1770465 1770466 1770467 1770468 1770469 1770470 1770471 1770472 1770473 1770474 1770475 1770476 1770477 1770478 1770479 1770480 1770481 1770482 1770483 1770484 1770485 1770486 1770487 1770488 1770489 1770490 1770491 1770492 1770493 1770494 1770495 1770496 1770497 1770498 1770499 1770500 1770501 1770502 1770503 1770504 1770505 1770506 1770507 1770508 1770509 1770510 1770511 1770512 1770513 1770514 1770515 1770516 1770517 1770518 1770519 1770520 1770521 1770522 1770523 1770524 1770525 1770526 1770527 1770528 1770529 1770530 1770531 1770532 1770533 1770534 1770535 1770536 1770537 1770538 1770539 1770540 1770541 1770542 1770543 1770544 1770545 1770546 1770547 1770548 1770549 1770550 1770551 1770552 1770553 1770554 1770555 1770556 1770557 1770558 1770559 1770560 1770561 1770562 1770563 1770564 1770565 1770566 1770567 1770568 1770569 1770570 1770571 1770572 1770573 1770574 1770575 1770576 1770577 1770578 1770579 1770580 1770581 1770582 1770583 1770584 1770585 1770586 1770587 1770588 1770589 1770590 1770591 1770592 1770593 1770594 1770595 1770596 1770597 1770598 1770599 1770600 1770601 1770602 1770603 1770604 1770605 1770606 1770607 1770608 1770609 1770610 1770611 1770612 1770613 1770614 1770615 1770616 1770617 1770618 1770619 1770620 1770621 1770622 1770623 1770624 1770625 1770626 1770627 1770628 1770629 1770630 1770631 1770632 1770633 1770634 1770635 1770636 1770637 1770638 1770639 1770640 1770641 1770642 1770643 1770644 1770645 1770646 1770647 1770648 1770649 1770650 1770651 1770652 1770653 1770654 1770655 1770656 1770657 1770658 1770659 1770660 1770661 1770662 1770663 1770664 1770665 1770666 1770667 1770668 1770669 1770670 1770671 1770672 1770673 1770674 1770675 1770676 1770677 1770678 1770679 1770680 1770681 1770682 1770683 1770684 1770685 1770686 1770687 1770688 1770689 1770690 1770691 1770692 1770693 1770694 1770695 1770696 1770697 1770698 1770699 1770700 1770701 1770702 1770703 1770704 1770705 1770706 1770707 1770708 1770709 1770710 1770711 1770712 1770713 1770714 1770715 1770716 1770717 1770718 1770719 1770720 1770721 1770722 1770723 1770724 1770725 1770726 1770727 1770728 1770729 1770730 1770731 1770732 1770733 1770734 1770735 1770736 1770737 1770738 1770739 1770740 1770741 1770742 1770743 1770744 1770745 1770746 1770747 1770748 1770749 1770750 1770751 1770752 1770753 1770754 1770755 1770756 1770757 1770758 1770759 1770760 1770761 1770762 1770763 1770764 1770765 1770766 1770767 1770768 1770769 1770770 1770771 1770772 1770773 1770774 1770775 1770776 1770777 1770778 1770779 1770780 1770781 1770782 1770783 1770784 1770785 1770786 1770787 1770788 1770789 1770790 1770791 1770792 1770793 1770794 1770795 1770796 1770797 1770798 1770799 1770800 1770801 1770802 1770803 1770804 1770805 1770806 1770807 1770808 1770809 1770810 1770811 1770812 1770813 1770814 1770815 1770816 1770817 1770818 1770819 1770820 1770821 1770822 1770823 1770824 1770825 1770826 1770827 1770828 1770829 1770830 1770831 1770832 1770833 1770834 1770835 1770836 1770837 1770838 1770839 1770840 1770841 1770842 1770843 1770844 1770845 1770846 1770847 1770848 1770849 1770850 1770851 1770852 1770853 1770854 1770855 1770856 1770857 1770858 1770859 1770860 1770861 1770862 1770863 1770864 1770865 1770866 1770867 1770868 1770869 1770870 1770871 1770872 1770873 1770874 1770875 1770876 1770877 1770878 1770879 1770880 1770881 1770882 1770883 1770884 1770885 1770886 1770887 1770888 1770889 1770890 1770891 1770892 1770893 1770894 1770895 1770896 1770897 1770898 1770899 1770900 1770901 1770902 1770903 1770904 1770905 1770906 1770907 1770908 1770909 1770910 1770911 1770912 1770913 1770914 1770915 1770916 1770917 1770918 1770919 1770920 1770921 1770922 1770923 1770924 1770925 1770926 1770927 1770928 1770929 1770930 1770931 1770932 1770933 1770934 1770935 1770936 1770937 1770938 1770939 1770940 1770941 1770942 1770943 1770944 1770945 1770946 1770947 1770948 1770949 1770950 1770951 1770952 1770953 1770954 1770955 1770956 1770957 1770958 1770959 1770960 1770961 1770962 1770963 1770964 1770965 1770966 1770967 1770968 1770969 1770970 1770971 1770972 1770973 1770974 1770975 1770976 1770977 1770978 1770979 1770980 1770981 1770982 1770983 1770984 1770985 1770986 1770987 1770988 1770989 1770990 1770991 1770992 1770993 1770994 1770995 1770996 1770997 1770998 1770999 1771000 1771001 1771002 1771003 1771004 1771005 1771006 1771007 1771008 1771009 1771010 1771011 1771012 1771013 1771014 1771015 1771016 1771017 1771018 1771019 1771020 1771021 1771022 1771023 1771024 1771025 1771026 1771027 1771028 1771029 1771030 1771031 1771032 1771033 1771034 1771035 1771036 1771037 1771038 1771039 1771040 1771041 1771042 1771043 1771044 1771045 1771046 1771047 1771048 1771049 1771050 1771051 1771052 1771053 1771054 1771055 1771056 1771057 1771058 1771059 1771060 1771061 1771062 1771063 1771064 1771065 1771066 1771067 1771068 1771069 1771070 1771071 1771072 1771073 1771074 1771075 1771076 1771077 1771078 1771079 1771080 1771081 1771082 1771083 1771084 1771085 1771086 1771087 1771088 1771089 1771090 1771091 1771092 1771093 1771094 1771095 1771096 1771097 1771098 1771099 1771100 1771101 1771102 1771103 1771104 1771105 1771106 1771107 1771108 1771109 1771110 1771111 1771112 1771113 1771114 1771115 1771116 1771117 1771118 1771119 1771120 1771121 1771122 1771123 1771124 1771125 1771126 1771127 1771128 1771129 1771130 1771131 1771132 1771133 1771134 1771135 1771136 1771137 1771138 1771139 1771140 1771141 1771142 1771143 1771144 1771145 1771146 1771147 1771148 1771149 1771150 1771151 1771152 1771153 1771154 1771155 1771156 1771157 1771158 1771159 1771160 1771161 1771162 1771163 1771164 1771165 1771166 1771167 1771168 1771169 1771170 1771171 1771172 1771173 1771174 1771175 1771176 1771177 1771178 1771179 1771180 1771181 1771182 1771183 1771184 1771185 1771186 1771187 1771188 1771189 1771190 1771191 1771192 1771193 1771194 1771195 1771196 1771197 1771198 1771199 1771200 1771201 1771202 1771203 1771204 1771205 1771206 1771207 1771208 1771209 1771210 1771211 1771212 1771213 1771214 1771215 1771216 1771217 1771218 1771219 1771220 1771221 1771222 1771223 1771224 1771225 1771226 1771227 1771228 1771229 1771230 1771231 1771232 1771233 1771234 1771235 1771236 1771237 1771238 1771239 1771240 1771241 1771242 1771243 1771244 1771245 1771246 1771247 1771248 1771249 1771250 1771251 1771252 1771253 1771254 1771255 1771256 1771257 1771258 1771259 1771260 1771261 1771262 1771263 1771264 1771265 1771266 1771267 1771268 1771269 1771270 1771271 1771272 1771273 1771274 1771275 1771276 1771277 1771278 1771279 1771280 1771281 1771282 1771283 1771284 1771285 1771286 1771287 1771288 1771289 1771290 1771291 1771292 1771293 1771294 1771295 1771296 1771297 1771298 1771299 1771300 1771301 1771302 1771303 1771304 1771305 1771306 1771307 1771308 1771309 1771310 1771311 1771312 1771313 1771314 1771315 1771316 1771317 1771318 1771319 1771320 1771321 1771322 1771323 1771324 1771325 1771326 1771327 1771328 1771329 1771330 1771331 1771332 1771333 1771334 1771335 1771336 1771337 1771338 1771339 1771340 1771341 1771342 1771343 1771344 1771345 1771346 1771347 1771348 1771349 1771350 1771351 1771352 1771353 1771354 1771355 1771356 1771357 1771358 1771359 1771360 1771361 1771362 1771363 1771364 1771365 1771366 1771367 1771368 1771369 1771370 1771371 1771372 1771373 1771374 1771375 1771376 1771377 1771378 1771379 1771380 1771381 1771382 1771383 1771384 1771385 1771386 1771387 1771388 1771389 1771390 1771391 1771392 1771393 1771394 1771395 1771396 1771397 1771398 1771399 1771400 1771401 1771402 1771403 1771404 1771405 1771406 1771407 1771408 1771409 1771410 1771411 1771412 1771413 1771414 1771415 1771416 1771417 1771418 1771419 1771420 1771421 1771422 1771423 1771424 1771425 1771426 1771427 1771428 1771429 1771430 1771431 1771432 1771433 1771434 1771435 1771436 1771437 1771438 1771439 1771440 1771441 1771442 1771443 1771444 1771445 1771446 1771447 1771448 1771449 1771450 1771451 1771452 1771453 1771454 1771455 1771456 1771457 1771458 1771459 1771460 1771461 1771462 1771463 1771464 1771465 1771466 1771467 1771468 TooltipText=null 12:32:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:40.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:40.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:40.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:40.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:40.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:40.287 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Console ( TestLoopClass [Java Application] /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java (Aug 30, 2023, 12:32:35 PM – 12:32:39 PM) [pid: 3423])"as the parent 12:32:40.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:32:40.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:40.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:40.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:40.301 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:40.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:40.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:40.305 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:40.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:40.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:40.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:40.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:40.305 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:40.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:40.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:40.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:40.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:40.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.306 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:40.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:40.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:40.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:40.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:40.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:32:40.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:40.308 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:32:40.308 INFO [WorkbenchTestable][AbstractView] Terminating console 12:32:40.308 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:40.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:40.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:32:40.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:40.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:40.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:32:40.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:40.309 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:32:40.309 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:32:40.309 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:40.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:40.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=1761469 1761470 1761471 1761472 1761473 1761474 1761475 1761476 1761477 1761478 1761479 1761480 1761481 1761482 1761483 1761484 1761485 1761486 1761487 1761488 1761489 1761490 1761491 1761492 1761493 1761494 1761495 1761496 1761497 1761498 1761499 1761500 1761501 1761502 1761503 1761504 1761505 1761506 1761507 1761508 1761509 1761510 1761511 1761512 1761513 1761514 1761515 1761516 1761517 1761518 1761519 1761520 1761521 1761522 1761523 1761524 1761525 1761526 1761527 1761528 1761529 1761530 1761531 1761532 1761533 1761534 1761535 1761536 1761537 1761538 1761539 1761540 1761541 1761542 1761543 1761544 1761545 1761546 1761547 1761548 1761549 1761550 1761551 1761552 1761553 1761554 1761555 1761556 1761557 1761558 1761559 1761560 1761561 1761562 1761563 1761564 1761565 1761566 1761567 1761568 1761569 1761570 1761571 1761572 1761573 1761574 1761575 1761576 1761577 1761578 1761579 1761580 1761581 1761582 1761583 1761584 1761585 1761586 1761587 1761588 1761589 1761590 1761591 1761592 1761593 1761594 1761595 1761596 1761597 1761598 1761599 1761600 1761601 1761602 1761603 1761604 1761605 1761606 1761607 1761608 1761609 1761610 1761611 1761612 1761613 1761614 1761615 1761616 1761617 1761618 1761619 1761620 1761621 1761622 1761623 1761624 1761625 1761626 1761627 1761628 1761629 1761630 1761631 1761632 1761633 1761634 1761635 1761636 1761637 1761638 1761639 1761640 1761641 1761642 1761643 1761644 1761645 1761646 1761647 1761648 1761649 1761650 1761651 1761652 1761653 1761654 1761655 1761656 1761657 1761658 1761659 1761660 1761661 1761662 1761663 1761664 1761665 1761666 1761667 1761668 1761669 1761670 1761671 1761672 1761673 1761674 1761675 1761676 1761677 1761678 1761679 1761680 1761681 1761682 1761683 1761684 1761685 1761686 1761687 1761688 1761689 1761690 1761691 1761692 1761693 1761694 1761695 1761696 1761697 1761698 1761699 1761700 1761701 1761702 1761703 1761704 1761705 1761706 1761707 1761708 1761709 1761710 1761711 1761712 1761713 1761714 1761715 1761716 1761717 1761718 1761719 1761720 1761721 1761722 1761723 1761724 1761725 1761726 1761727 1761728 1761729 1761730 1761731 1761732 1761733 1761734 1761735 1761736 1761737 1761738 1761739 1761740 1761741 1761742 1761743 1761744 1761745 1761746 1761747 1761748 1761749 1761750 1761751 1761752 1761753 1761754 1761755 1761756 1761757 1761758 1761759 1761760 1761761 1761762 1761763 1761764 1761765 1761766 1761767 1761768 1761769 1761770 1761771 1761772 1761773 1761774 1761775 1761776 1761777 1761778 1761779 1761780 1761781 1761782 1761783 1761784 1761785 1761786 1761787 1761788 1761789 1761790 1761791 1761792 1761793 1761794 1761795 1761796 1761797 1761798 1761799 1761800 1761801 1761802 1761803 1761804 1761805 1761806 1761807 1761808 1761809 1761810 1761811 1761812 1761813 1761814 1761815 1761816 1761817 1761818 1761819 1761820 1761821 1761822 1761823 1761824 1761825 1761826 1761827 1761828 1761829 1761830 1761831 1761832 1761833 1761834 1761835 1761836 1761837 1761838 1761839 1761840 1761841 1761842 1761843 1761844 1761845 1761846 1761847 1761848 1761849 1761850 1761851 1761852 1761853 1761854 1761855 1761856 1761857 1761858 1761859 1761860 1761861 1761862 1761863 1761864 1761865 1761866 1761867 1761868 1761869 1761870 1761871 1761872 1761873 1761874 1761875 1761876 1761877 1761878 1761879 1761880 1761881 1761882 1761883 1761884 1761885 1761886 1761887 1761888 1761889 1761890 1761891 1761892 1761893 1761894 1761895 1761896 1761897 1761898 1761899 1761900 1761901 1761902 1761903 1761904 1761905 1761906 1761907 1761908 1761909 1761910 1761911 1761912 1761913 1761914 1761915 1761916 1761917 1761918 1761919 1761920 1761921 1761922 1761923 1761924 1761925 1761926 1761927 1761928 1761929 1761930 1761931 1761932 1761933 1761934 1761935 1761936 1761937 1761938 1761939 1761940 1761941 1761942 1761943 1761944 1761945 1761946 1761947 1761948 1761949 1761950 1761951 1761952 1761953 1761954 1761955 1761956 1761957 1761958 1761959 1761960 1761961 1761962 1761963 1761964 1761965 1761966 1761967 1761968 1761969 1761970 1761971 1761972 1761973 1761974 1761975 1761976 1761977 1761978 1761979 1761980 1761981 1761982 1761983 1761984 1761985 1761986 1761987 1761988 1761989 1761990 1761991 1761992 1761993 1761994 1761995 1761996 1761997 1761998 1761999 1762000 1762001 1762002 1762003 1762004 1762005 1762006 1762007 1762008 1762009 1762010 1762011 1762012 1762013 1762014 1762015 1762016 1762017 1762018 1762019 1762020 1762021 1762022 1762023 1762024 1762025 1762026 1762027 1762028 1762029 1762030 1762031 1762032 1762033 1762034 1762035 1762036 1762037 1762038 1762039 1762040 1762041 1762042 1762043 1762044 1762045 1762046 1762047 1762048 1762049 1762050 1762051 1762052 1762053 1762054 1762055 1762056 1762057 1762058 1762059 1762060 1762061 1762062 1762063 1762064 1762065 1762066 1762067 1762068 1762069 1762070 1762071 1762072 1762073 1762074 1762075 1762076 1762077 1762078 1762079 1762080 1762081 1762082 1762083 1762084 1762085 1762086 1762087 1762088 1762089 1762090 1762091 1762092 1762093 1762094 1762095 1762096 1762097 1762098 1762099 1762100 1762101 1762102 1762103 1762104 1762105 1762106 1762107 1762108 1762109 1762110 1762111 1762112 1762113 1762114 1762115 1762116 1762117 1762118 1762119 1762120 1762121 1762122 1762123 1762124 1762125 1762126 1762127 1762128 1762129 1762130 1762131 1762132 1762133 1762134 1762135 1762136 1762137 1762138 1762139 1762140 1762141 1762142 1762143 1762144 1762145 1762146 1762147 1762148 1762149 1762150 1762151 1762152 1762153 1762154 1762155 1762156 1762157 1762158 1762159 1762160 1762161 1762162 1762163 1762164 1762165 1762166 1762167 1762168 1762169 1762170 1762171 1762172 1762173 1762174 1762175 1762176 1762177 1762178 1762179 1762180 1762181 1762182 1762183 1762184 1762185 1762186 1762187 1762188 1762189 1762190 1762191 1762192 1762193 1762194 1762195 1762196 1762197 1762198 1762199 1762200 1762201 1762202 1762203 1762204 1762205 1762206 1762207 1762208 1762209 1762210 1762211 1762212 1762213 1762214 1762215 1762216 1762217 1762218 1762219 1762220 1762221 1762222 1762223 1762224 1762225 1762226 1762227 1762228 1762229 1762230 1762231 1762232 1762233 1762234 1762235 1762236 1762237 1762238 1762239 1762240 1762241 1762242 1762243 1762244 1762245 1762246 1762247 1762248 1762249 1762250 1762251 1762252 1762253 1762254 1762255 1762256 1762257 1762258 1762259 1762260 1762261 1762262 1762263 1762264 1762265 1762266 1762267 1762268 1762269 1762270 1762271 1762272 1762273 1762274 1762275 1762276 1762277 1762278 1762279 1762280 1762281 1762282 1762283 1762284 1762285 1762286 1762287 1762288 1762289 1762290 1762291 1762292 1762293 1762294 1762295 1762296 1762297 1762298 1762299 1762300 1762301 1762302 1762303 1762304 1762305 1762306 1762307 1762308 1762309 1762310 1762311 1762312 1762313 1762314 1762315 1762316 1762317 1762318 1762319 1762320 1762321 1762322 1762323 1762324 1762325 1762326 1762327 1762328 1762329 1762330 1762331 1762332 1762333 1762334 1762335 1762336 1762337 1762338 1762339 1762340 1762341 1762342 1762343 1762344 1762345 1762346 1762347 1762348 1762349 1762350 1762351 1762352 1762353 1762354 1762355 1762356 1762357 1762358 1762359 1762360 1762361 1762362 1762363 1762364 1762365 1762366 1762367 1762368 1762369 1762370 1762371 1762372 1762373 1762374 1762375 1762376 1762377 1762378 1762379 1762380 1762381 1762382 1762383 1762384 1762385 1762386 1762387 1762388 1762389 1762390 1762391 1762392 1762393 1762394 1762395 1762396 1762397 1762398 1762399 1762400 1762401 1762402 1762403 1762404 1762405 1762406 1762407 1762408 1762409 1762410 1762411 1762412 1762413 1762414 1762415 1762416 1762417 1762418 1762419 1762420 1762421 1762422 1762423 1762424 1762425 1762426 1762427 1762428 1762429 1762430 1762431 1762432 1762433 1762434 1762435 1762436 1762437 1762438 1762439 1762440 1762441 1762442 1762443 1762444 1762445 1762446 1762447 1762448 1762449 1762450 1762451 1762452 1762453 1762454 1762455 1762456 1762457 1762458 1762459 1762460 1762461 1762462 1762463 1762464 1762465 1762466 1762467 1762468 1762469 1762470 1762471 1762472 1762473 1762474 1762475 1762476 1762477 1762478 1762479 1762480 1762481 1762482 1762483 1762484 1762485 1762486 1762487 1762488 1762489 1762490 1762491 1762492 1762493 1762494 1762495 1762496 1762497 1762498 1762499 1762500 1762501 1762502 1762503 1762504 1762505 1762506 1762507 1762508 1762509 1762510 1762511 1762512 1762513 1762514 1762515 1762516 1762517 1762518 1762519 1762520 1762521 1762522 1762523 1762524 1762525 1762526 1762527 1762528 1762529 1762530 1762531 1762532 1762533 1762534 1762535 1762536 1762537 1762538 1762539 1762540 1762541 1762542 1762543 1762544 1762545 1762546 1762547 1762548 1762549 1762550 1762551 1762552 1762553 1762554 1762555 1762556 1762557 1762558 1762559 1762560 1762561 1762562 1762563 1762564 1762565 1762566 1762567 1762568 1762569 1762570 1762571 1762572 1762573 1762574 1762575 1762576 1762577 1762578 1762579 1762580 1762581 1762582 1762583 1762584 1762585 1762586 1762587 1762588 1762589 1762590 1762591 1762592 1762593 1762594 1762595 1762596 1762597 1762598 1762599 1762600 1762601 1762602 1762603 1762604 1762605 1762606 1762607 1762608 1762609 1762610 1762611 1762612 1762613 1762614 1762615 1762616 1762617 1762618 1762619 1762620 1762621 1762622 1762623 1762624 1762625 1762626 1762627 1762628 1762629 1762630 1762631 1762632 1762633 1762634 1762635 1762636 1762637 1762638 1762639 1762640 1762641 1762642 1762643 1762644 1762645 1762646 1762647 1762648 1762649 1762650 1762651 1762652 1762653 1762654 1762655 1762656 1762657 1762658 1762659 1762660 1762661 1762662 1762663 1762664 1762665 1762666 1762667 1762668 1762669 1762670 1762671 1762672 1762673 1762674 1762675 1762676 1762677 1762678 1762679 1762680 1762681 1762682 1762683 1762684 1762685 1762686 1762687 1762688 1762689 1762690 1762691 1762692 1762693 1762694 1762695 1762696 1762697 1762698 1762699 1762700 1762701 1762702 1762703 1762704 1762705 1762706 1762707 1762708 1762709 1762710 1762711 1762712 1762713 1762714 1762715 1762716 1762717 1762718 1762719 1762720 1762721 1762722 1762723 1762724 1762725 1762726 1762727 1762728 1762729 1762730 1762731 1762732 1762733 1762734 1762735 1762736 1762737 1762738 1762739 1762740 1762741 1762742 1762743 1762744 1762745 1762746 1762747 1762748 1762749 1762750 1762751 1762752 1762753 1762754 1762755 1762756 1762757 1762758 1762759 1762760 1762761 1762762 1762763 1762764 1762765 1762766 1762767 1762768 1762769 1762770 1762771 1762772 1762773 1762774 1762775 1762776 1762777 1762778 1762779 1762780 1762781 1762782 1762783 1762784 1762785 1762786 1762787 1762788 1762789 1762790 1762791 1762792 1762793 1762794 1762795 1762796 1762797 1762798 1762799 1762800 1762801 1762802 1762803 1762804 1762805 1762806 1762807 1762808 1762809 1762810 1762811 1762812 1762813 1762814 1762815 1762816 1762817 1762818 1762819 1762820 1762821 1762822 1762823 1762824 1762825 1762826 1762827 1762828 1762829 1762830 1762831 1762832 1762833 1762834 1762835 1762836 1762837 1762838 1762839 1762840 1762841 1762842 1762843 1762844 1762845 1762846 1762847 1762848 1762849 1762850 1762851 1762852 1762853 1762854 1762855 1762856 1762857 1762858 1762859 1762860 1762861 1762862 1762863 1762864 1762865 1762866 1762867 1762868 1762869 1762870 1762871 1762872 1762873 1762874 1762875 1762876 1762877 1762878 1762879 1762880 1762881 1762882 1762883 1762884 1762885 1762886 1762887 1762888 1762889 1762890 1762891 1762892 1762893 1762894 1762895 1762896 1762897 1762898 1762899 1762900 1762901 1762902 1762903 1762904 1762905 1762906 1762907 1762908 1762909 1762910 1762911 1762912 1762913 1762914 1762915 1762916 1762917 1762918 1762919 1762920 1762921 1762922 1762923 1762924 1762925 1762926 1762927 1762928 1762929 1762930 1762931 1762932 1762933 1762934 1762935 1762936 1762937 1762938 1762939 1762940 1762941 1762942 1762943 1762944 1762945 1762946 1762947 1762948 1762949 1762950 1762951 1762952 1762953 1762954 1762955 1762956 1762957 1762958 1762959 1762960 1762961 1762962 1762963 1762964 1762965 1762966 1762967 1762968 1762969 1762970 1762971 1762972 1762973 1762974 1762975 1762976 1762977 1762978 1762979 1762980 1762981 1762982 1762983 1762984 1762985 1762986 1762987 1762988 1762989 1762990 1762991 1762992 1762993 1762994 1762995 1762996 1762997 1762998 1762999 1763000 1763001 1763002 1763003 1763004 1763005 1763006 1763007 1763008 1763009 1763010 1763011 1763012 1763013 1763014 1763015 1763016 1763017 1763018 1763019 1763020 1763021 1763022 1763023 1763024 1763025 1763026 1763027 1763028 1763029 1763030 1763031 1763032 1763033 1763034 1763035 1763036 1763037 1763038 1763039 1763040 1763041 1763042 1763043 1763044 1763045 1763046 1763047 1763048 1763049 1763050 1763051 1763052 1763053 1763054 1763055 1763056 1763057 1763058 1763059 1763060 1763061 1763062 1763063 1763064 1763065 1763066 1763067 1763068 1763069 1763070 1763071 1763072 1763073 1763074 1763075 1763076 1763077 1763078 1763079 1763080 1763081 1763082 1763083 1763084 1763085 1763086 1763087 1763088 1763089 1763090 1763091 1763092 1763093 1763094 1763095 1763096 1763097 1763098 1763099 1763100 1763101 1763102 1763103 1763104 1763105 1763106 1763107 1763108 1763109 1763110 1763111 1763112 1763113 1763114 1763115 1763116 1763117 1763118 1763119 1763120 1763121 1763122 1763123 1763124 1763125 1763126 1763127 1763128 1763129 1763130 1763131 1763132 1763133 1763134 1763135 1763136 1763137 1763138 1763139 1763140 1763141 1763142 1763143 1763144 1763145 1763146 1763147 1763148 1763149 1763150 1763151 1763152 1763153 1763154 1763155 1763156 1763157 1763158 1763159 1763160 1763161 1763162 1763163 1763164 1763165 1763166 1763167 1763168 1763169 1763170 1763171 1763172 1763173 1763174 1763175 1763176 1763177 1763178 1763179 1763180 1763181 1763182 1763183 1763184 1763185 1763186 1763187 1763188 1763189 1763190 1763191 1763192 1763193 1763194 1763195 1763196 1763197 1763198 1763199 1763200 1763201 1763202 1763203 1763204 1763205 1763206 1763207 1763208 1763209 1763210 1763211 1763212 1763213 1763214 1763215 1763216 1763217 1763218 1763219 1763220 1763221 1763222 1763223 1763224 1763225 1763226 1763227 1763228 1763229 1763230 1763231 1763232 1763233 1763234 1763235 1763236 1763237 1763238 1763239 1763240 1763241 1763242 1763243 1763244 1763245 1763246 1763247 1763248 1763249 1763250 1763251 1763252 1763253 1763254 1763255 1763256 1763257 1763258 1763259 1763260 1763261 1763262 1763263 1763264 1763265 1763266 1763267 1763268 1763269 1763270 1763271 1763272 1763273 1763274 1763275 1763276 1763277 1763278 1763279 1763280 1763281 1763282 1763283 1763284 1763285 1763286 1763287 1763288 1763289 1763290 1763291 1763292 1763293 1763294 1763295 1763296 1763297 1763298 1763299 1763300 1763301 1763302 1763303 1763304 1763305 1763306 1763307 1763308 1763309 1763310 1763311 1763312 1763313 1763314 1763315 1763316 1763317 1763318 1763319 1763320 1763321 1763322 1763323 1763324 1763325 1763326 1763327 1763328 1763329 1763330 1763331 1763332 1763333 1763334 1763335 1763336 1763337 1763338 1763339 1763340 1763341 1763342 1763343 1763344 1763345 1763346 1763347 1763348 1763349 1763350 1763351 1763352 1763353 1763354 1763355 1763356 1763357 1763358 1763359 1763360 1763361 1763362 1763363 1763364 1763365 1763366 1763367 1763368 1763369 1763370 1763371 1763372 1763373 1763374 1763375 1763376 1763377 1763378 1763379 1763380 1763381 1763382 1763383 1763384 1763385 1763386 1763387 1763388 1763389 1763390 1763391 1763392 1763393 1763394 1763395 1763396 1763397 1763398 1763399 1763400 1763401 1763402 1763403 1763404 1763405 1763406 1763407 1763408 1763409 1763410 1763411 1763412 1763413 1763414 1763415 1763416 1763417 1763418 1763419 1763420 1763421 1763422 1763423 1763424 1763425 1763426 1763427 1763428 1763429 1763430 1763431 1763432 1763433 1763434 1763435 1763436 1763437 1763438 1763439 1763440 1763441 1763442 1763443 1763444 1763445 1763446 1763447 1763448 1763449 1763450 1763451 1763452 1763453 1763454 1763455 1763456 1763457 1763458 1763459 1763460 1763461 1763462 1763463 1763464 1763465 1763466 1763467 1763468 1763469 1763470 1763471 1763472 1763473 1763474 1763475 1763476 1763477 1763478 1763479 1763480 1763481 1763482 1763483 1763484 1763485 1763486 1763487 1763488 1763489 1763490 1763491 1763492 1763493 1763494 1763495 1763496 1763497 1763498 1763499 1763500 1763501 1763502 1763503 1763504 1763505 1763506 1763507 1763508 1763509 1763510 1763511 1763512 1763513 1763514 1763515 1763516 1763517 1763518 1763519 1763520 1763521 1763522 1763523 1763524 1763525 1763526 1763527 1763528 1763529 1763530 1763531 1763532 1763533 1763534 1763535 1763536 1763537 1763538 1763539 1763540 1763541 1763542 1763543 1763544 1763545 1763546 1763547 1763548 1763549 1763550 1763551 1763552 1763553 1763554 1763555 1763556 1763557 1763558 1763559 1763560 1763561 1763562 1763563 1763564 1763565 1763566 1763567 1763568 1763569 1763570 1763571 1763572 1763573 1763574 1763575 1763576 1763577 1763578 1763579 1763580 1763581 1763582 1763583 1763584 1763585 1763586 1763587 1763588 1763589 1763590 1763591 1763592 1763593 1763594 1763595 1763596 1763597 1763598 1763599 1763600 1763601 1763602 1763603 1763604 1763605 1763606 1763607 1763608 1763609 1763610 1763611 1763612 1763613 1763614 1763615 1763616 1763617 1763618 1763619 1763620 1763621 1763622 1763623 1763624 1763625 1763626 1763627 1763628 1763629 1763630 1763631 1763632 1763633 1763634 1763635 1763636 1763637 1763638 1763639 1763640 1763641 1763642 1763643 1763644 1763645 1763646 1763647 1763648 1763649 1763650 1763651 1763652 1763653 1763654 1763655 1763656 1763657 1763658 1763659 1763660 1763661 1763662 1763663 1763664 1763665 1763666 1763667 1763668 1763669 1763670 1763671 1763672 1763673 1763674 1763675 1763676 1763677 1763678 1763679 1763680 1763681 1763682 1763683 1763684 1763685 1763686 1763687 1763688 1763689 1763690 1763691 1763692 1763693 1763694 1763695 1763696 1763697 1763698 1763699 1763700 1763701 1763702 1763703 1763704 1763705 1763706 1763707 1763708 1763709 1763710 1763711 1763712 1763713 1763714 1763715 1763716 1763717 1763718 1763719 1763720 1763721 1763722 1763723 1763724 1763725 1763726 1763727 1763728 1763729 1763730 1763731 1763732 1763733 1763734 1763735 1763736 1763737 1763738 1763739 1763740 1763741 1763742 1763743 1763744 1763745 1763746 1763747 1763748 1763749 1763750 1763751 1763752 1763753 1763754 1763755 1763756 1763757 1763758 1763759 1763760 1763761 1763762 1763763 1763764 1763765 1763766 1763767 1763768 1763769 1763770 1763771 1763772 1763773 1763774 1763775 1763776 1763777 1763778 1763779 1763780 1763781 1763782 1763783 1763784 1763785 1763786 1763787 1763788 1763789 1763790 1763791 1763792 1763793 1763794 1763795 1763796 1763797 1763798 1763799 1763800 1763801 1763802 1763803 1763804 1763805 1763806 1763807 1763808 1763809 1763810 1763811 1763812 1763813 1763814 1763815 1763816 1763817 1763818 1763819 1763820 1763821 1763822 1763823 1763824 1763825 1763826 1763827 1763828 1763829 1763830 1763831 1763832 1763833 1763834 1763835 1763836 1763837 1763838 1763839 1763840 1763841 1763842 1763843 1763844 1763845 1763846 1763847 1763848 1763849 1763850 1763851 1763852 1763853 1763854 1763855 1763856 1763857 1763858 1763859 1763860 1763861 1763862 1763863 1763864 1763865 1763866 1763867 1763868 1763869 1763870 1763871 1763872 1763873 1763874 1763875 1763876 1763877 1763878 1763879 1763880 1763881 1763882 1763883 1763884 1763885 1763886 1763887 1763888 1763889 1763890 1763891 1763892 1763893 1763894 1763895 1763896 1763897 1763898 1763899 1763900 1763901 1763902 1763903 1763904 1763905 1763906 1763907 1763908 1763909 1763910 1763911 1763912 1763913 1763914 1763915 1763916 1763917 1763918 1763919 1763920 1763921 1763922 1763923 1763924 1763925 1763926 1763927 1763928 1763929 1763930 1763931 1763932 1763933 1763934 1763935 1763936 1763937 1763938 1763939 1763940 1763941 1763942 1763943 1763944 1763945 1763946 1763947 1763948 1763949 1763950 1763951 1763952 1763953 1763954 1763955 1763956 1763957 1763958 1763959 1763960 1763961 1763962 1763963 1763964 1763965 1763966 1763967 1763968 1763969 1763970 1763971 1763972 1763973 1763974 1763975 1763976 1763977 1763978 1763979 1763980 1763981 1763982 1763983 1763984 1763985 1763986 1763987 1763988 1763989 1763990 1763991 1763992 1763993 1763994 1763995 1763996 1763997 1763998 1763999 1764000 1764001 1764002 1764003 1764004 1764005 1764006 1764007 1764008 1764009 1764010 1764011 1764012 1764013 1764014 1764015 1764016 1764017 1764018 1764019 1764020 1764021 1764022 1764023 1764024 1764025 1764026 1764027 1764028 1764029 1764030 1764031 1764032 1764033 1764034 1764035 1764036 1764037 1764038 1764039 1764040 1764041 1764042 1764043 1764044 1764045 1764046 1764047 1764048 1764049 1764050 1764051 1764052 1764053 1764054 1764055 1764056 1764057 1764058 1764059 1764060 1764061 1764062 1764063 1764064 1764065 1764066 1764067 1764068 1764069 1764070 1764071 1764072 1764073 1764074 1764075 1764076 1764077 1764078 1764079 1764080 1764081 1764082 1764083 1764084 1764085 1764086 1764087 1764088 1764089 1764090 1764091 1764092 1764093 1764094 1764095 1764096 1764097 1764098 1764099 1764100 1764101 1764102 1764103 1764104 1764105 1764106 1764107 1764108 1764109 1764110 1764111 1764112 1764113 1764114 1764115 1764116 1764117 1764118 1764119 1764120 1764121 1764122 1764123 1764124 1764125 1764126 1764127 1764128 1764129 1764130 1764131 1764132 1764133 1764134 1764135 1764136 1764137 1764138 1764139 1764140 1764141 1764142 1764143 1764144 1764145 1764146 1764147 1764148 1764149 1764150 1764151 1764152 1764153 1764154 1764155 1764156 1764157 1764158 1764159 1764160 1764161 1764162 1764163 1764164 1764165 1764166 1764167 1764168 1764169 1764170 1764171 1764172 1764173 1764174 1764175 1764176 1764177 1764178 1764179 1764180 1764181 1764182 1764183 1764184 1764185 1764186 1764187 1764188 1764189 1764190 1764191 1764192 1764193 1764194 1764195 1764196 1764197 1764198 1764199 1764200 1764201 1764202 1764203 1764204 1764205 1764206 1764207 1764208 1764209 1764210 1764211 1764212 1764213 1764214 1764215 1764216 1764217 1764218 1764219 1764220 1764221 1764222 1764223 1764224 1764225 1764226 1764227 1764228 1764229 1764230 1764231 1764232 1764233 1764234 1764235 1764236 1764237 1764238 1764239 1764240 1764241 1764242 1764243 1764244 1764245 1764246 1764247 1764248 1764249 1764250 1764251 1764252 1764253 1764254 1764255 1764256 1764257 1764258 1764259 1764260 1764261 1764262 1764263 1764264 1764265 1764266 1764267 1764268 1764269 1764270 1764271 1764272 1764273 1764274 1764275 1764276 1764277 1764278 1764279 1764280 1764281 1764282 1764283 1764284 1764285 1764286 1764287 1764288 1764289 1764290 1764291 1764292 1764293 1764294 1764295 1764296 1764297 1764298 1764299 1764300 1764301 1764302 1764303 1764304 1764305 1764306 1764307 1764308 1764309 1764310 1764311 1764312 1764313 1764314 1764315 1764316 1764317 1764318 1764319 1764320 1764321 1764322 1764323 1764324 1764325 1764326 1764327 1764328 1764329 1764330 1764331 1764332 1764333 1764334 1764335 1764336 1764337 1764338 1764339 1764340 1764341 1764342 1764343 1764344 1764345 1764346 1764347 1764348 1764349 1764350 1764351 1764352 1764353 1764354 1764355 1764356 1764357 1764358 1764359 1764360 1764361 1764362 1764363 1764364 1764365 1764366 1764367 1764368 1764369 1764370 1764371 1764372 1764373 1764374 1764375 1764376 1764377 1764378 1764379 1764380 1764381 1764382 1764383 1764384 1764385 1764386 1764387 1764388 1764389 1764390 1764391 1764392 1764393 1764394 1764395 1764396 1764397 1764398 1764399 1764400 1764401 1764402 1764403 1764404 1764405 1764406 1764407 1764408 1764409 1764410 1764411 1764412 1764413 1764414 1764415 1764416 1764417 1764418 1764419 1764420 1764421 1764422 1764423 1764424 1764425 1764426 1764427 1764428 1764429 1764430 1764431 1764432 1764433 1764434 1764435 1764436 1764437 1764438 1764439 1764440 1764441 1764442 1764443 1764444 1764445 1764446 1764447 1764448 1764449 1764450 1764451 1764452 1764453 1764454 1764455 1764456 1764457 1764458 1764459 1764460 1764461 1764462 1764463 1764464 1764465 1764466 1764467 1764468 1764469 1764470 1764471 1764472 1764473 1764474 1764475 1764476 1764477 1764478 1764479 1764480 1764481 1764482 1764483 1764484 1764485 1764486 1764487 1764488 1764489 1764490 1764491 1764492 1764493 1764494 1764495 1764496 1764497 1764498 1764499 1764500 1764501 1764502 1764503 1764504 1764505 1764506 1764507 1764508 1764509 1764510 1764511 1764512 1764513 1764514 1764515 1764516 1764517 1764518 1764519 1764520 1764521 1764522 1764523 1764524 1764525 1764526 1764527 1764528 1764529 1764530 1764531 1764532 1764533 1764534 1764535 1764536 1764537 1764538 1764539 1764540 1764541 1764542 1764543 1764544 1764545 1764546 1764547 1764548 1764549 1764550 1764551 1764552 1764553 1764554 1764555 1764556 1764557 1764558 1764559 1764560 1764561 1764562 1764563 1764564 1764565 1764566 1764567 1764568 1764569 1764570 1764571 1764572 1764573 1764574 1764575 1764576 1764577 1764578 1764579 1764580 1764581 1764582 1764583 1764584 1764585 1764586 1764587 1764588 1764589 1764590 1764591 1764592 1764593 1764594 1764595 1764596 1764597 1764598 1764599 1764600 1764601 1764602 1764603 1764604 1764605 1764606 1764607 1764608 1764609 1764610 1764611 1764612 1764613 1764614 1764615 1764616 1764617 1764618 1764619 1764620 1764621 1764622 1764623 1764624 1764625 1764626 1764627 1764628 1764629 1764630 1764631 1764632 1764633 1764634 1764635 1764636 1764637 1764638 1764639 1764640 1764641 1764642 1764643 1764644 1764645 1764646 1764647 1764648 1764649 1764650 1764651 1764652 1764653 1764654 1764655 1764656 1764657 1764658 1764659 1764660 1764661 1764662 1764663 1764664 1764665 1764666 1764667 1764668 1764669 1764670 1764671 1764672 1764673 1764674 1764675 1764676 1764677 1764678 1764679 1764680 1764681 1764682 1764683 1764684 1764685 1764686 1764687 1764688 1764689 1764690 1764691 1764692 1764693 1764694 1764695 1764696 1764697 1764698 1764699 1764700 1764701 1764702 1764703 1764704 1764705 1764706 1764707 1764708 1764709 1764710 1764711 1764712 1764713 1764714 1764715 1764716 1764717 1764718 1764719 1764720 1764721 1764722 1764723 1764724 1764725 1764726 1764727 1764728 1764729 1764730 1764731 1764732 1764733 1764734 1764735 1764736 1764737 1764738 1764739 1764740 1764741 1764742 1764743 1764744 1764745 1764746 1764747 1764748 1764749 1764750 1764751 1764752 1764753 1764754 1764755 1764756 1764757 1764758 1764759 1764760 1764761 1764762 1764763 1764764 1764765 1764766 1764767 1764768 1764769 1764770 1764771 1764772 1764773 1764774 1764775 1764776 1764777 1764778 1764779 1764780 1764781 1764782 1764783 1764784 1764785 1764786 1764787 1764788 1764789 1764790 1764791 1764792 1764793 1764794 1764795 1764796 1764797 1764798 1764799 1764800 1764801 1764802 1764803 1764804 1764805 1764806 1764807 1764808 1764809 1764810 1764811 1764812 1764813 1764814 1764815 1764816 1764817 1764818 1764819 1764820 1764821 1764822 1764823 1764824 1764825 1764826 1764827 1764828 1764829 1764830 1764831 1764832 1764833 1764834 1764835 1764836 1764837 1764838 1764839 1764840 1764841 1764842 1764843 1764844 1764845 1764846 1764847 1764848 1764849 1764850 1764851 1764852 1764853 1764854 1764855 1764856 1764857 1764858 1764859 1764860 1764861 1764862 1764863 1764864 1764865 1764866 1764867 1764868 1764869 1764870 1764871 1764872 1764873 1764874 1764875 1764876 1764877 1764878 1764879 1764880 1764881 1764882 1764883 1764884 1764885 1764886 1764887 1764888 1764889 1764890 1764891 1764892 1764893 1764894 1764895 1764896 1764897 1764898 1764899 1764900 1764901 1764902 1764903 1764904 1764905 1764906 1764907 1764908 1764909 1764910 1764911 1764912 1764913 1764914 1764915 1764916 1764917 1764918 1764919 1764920 1764921 1764922 1764923 1764924 1764925 1764926 1764927 1764928 1764929 1764930 1764931 1764932 1764933 1764934 1764935 1764936 1764937 1764938 1764939 1764940 1764941 1764942 1764943 1764944 1764945 1764946 1764947 1764948 1764949 1764950 1764951 1764952 1764953 1764954 1764955 1764956 1764957 1764958 1764959 1764960 1764961 1764962 1764963 1764964 1764965 1764966 1764967 1764968 1764969 1764970 1764971 1764972 1764973 1764974 1764975 1764976 1764977 1764978 1764979 1764980 1764981 1764982 1764983 1764984 1764985 1764986 1764987 1764988 1764989 1764990 1764991 1764992 1764993 1764994 1764995 1764996 1764997 1764998 1764999 1765000 1765001 1765002 1765003 1765004 1765005 1765006 1765007 1765008 1765009 1765010 1765011 1765012 1765013 1765014 1765015 1765016 1765017 1765018 1765019 1765020 1765021 1765022 1765023 1765024 1765025 1765026 1765027 1765028 1765029 1765030 1765031 1765032 1765033 1765034 1765035 1765036 1765037 1765038 1765039 1765040 1765041 1765042 1765043 1765044 1765045 1765046 1765047 1765048 1765049 1765050 1765051 1765052 1765053 1765054 1765055 1765056 1765057 1765058 1765059 1765060 1765061 1765062 1765063 1765064 1765065 1765066 1765067 1765068 1765069 1765070 1765071 1765072 1765073 1765074 1765075 1765076 1765077 1765078 1765079 1765080 1765081 1765082 1765083 1765084 1765085 1765086 1765087 1765088 1765089 1765090 1765091 1765092 1765093 1765094 1765095 1765096 1765097 1765098 1765099 1765100 1765101 1765102 1765103 1765104 1765105 1765106 1765107 1765108 1765109 1765110 1765111 1765112 1765113 1765114 1765115 1765116 1765117 1765118 1765119 1765120 1765121 1765122 1765123 1765124 1765125 1765126 1765127 1765128 1765129 1765130 1765131 1765132 1765133 1765134 1765135 1765136 1765137 1765138 1765139 1765140 1765141 1765142 1765143 1765144 1765145 1765146 1765147 1765148 1765149 1765150 1765151 1765152 1765153 1765154 1765155 1765156 1765157 1765158 1765159 1765160 1765161 1765162 1765163 1765164 1765165 1765166 1765167 1765168 1765169 1765170 1765171 1765172 1765173 1765174 1765175 1765176 1765177 1765178 1765179 1765180 1765181 1765182 1765183 1765184 1765185 1765186 1765187 1765188 1765189 1765190 1765191 1765192 1765193 1765194 1765195 1765196 1765197 1765198 1765199 1765200 1765201 1765202 1765203 1765204 1765205 1765206 1765207 1765208 1765209 1765210 1765211 1765212 1765213 1765214 1765215 1765216 1765217 1765218 1765219 1765220 1765221 1765222 1765223 1765224 1765225 1765226 1765227 1765228 1765229 1765230 1765231 1765232 1765233 1765234 1765235 1765236 1765237 1765238 1765239 1765240 1765241 1765242 1765243 1765244 1765245 1765246 1765247 1765248 1765249 1765250 1765251 1765252 1765253 1765254 1765255 1765256 1765257 1765258 1765259 1765260 1765261 1765262 1765263 1765264 1765265 1765266 1765267 1765268 1765269 1765270 1765271 1765272 1765273 1765274 1765275 1765276 1765277 1765278 1765279 1765280 1765281 1765282 1765283 1765284 1765285 1765286 1765287 1765288 1765289 1765290 1765291 1765292 1765293 1765294 1765295 1765296 1765297 1765298 1765299 1765300 1765301 1765302 1765303 1765304 1765305 1765306 1765307 1765308 1765309 1765310 1765311 1765312 1765313 1765314 1765315 1765316 1765317 1765318 1765319 1765320 1765321 1765322 1765323 1765324 1765325 1765326 1765327 1765328 1765329 1765330 1765331 1765332 1765333 1765334 1765335 1765336 1765337 1765338 1765339 1765340 1765341 1765342 1765343 1765344 1765345 1765346 1765347 1765348 1765349 1765350 1765351 1765352 1765353 1765354 1765355 1765356 1765357 1765358 1765359 1765360 1765361 1765362 1765363 1765364 1765365 1765366 1765367 1765368 1765369 1765370 1765371 1765372 1765373 1765374 1765375 1765376 1765377 1765378 1765379 1765380 1765381 1765382 1765383 1765384 1765385 1765386 1765387 1765388 1765389 1765390 1765391 1765392 1765393 1765394 1765395 1765396 1765397 1765398 1765399 1765400 1765401 1765402 1765403 1765404 1765405 1765406 1765407 1765408 1765409 1765410 1765411 1765412 1765413 1765414 1765415 1765416 1765417 1765418 1765419 1765420 1765421 1765422 1765423 1765424 1765425 1765426 1765427 1765428 1765429 1765430 1765431 1765432 1765433 1765434 1765435 1765436 1765437 1765438 1765439 1765440 1765441 1765442 1765443 1765444 1765445 1765446 1765447 1765448 1765449 1765450 1765451 1765452 1765453 1765454 1765455 1765456 1765457 1765458 1765459 1765460 1765461 1765462 1765463 1765464 1765465 1765466 1765467 1765468 1765469 1765470 1765471 1765472 1765473 1765474 1765475 1765476 1765477 1765478 1765479 1765480 1765481 1765482 1765483 1765484 1765485 1765486 1765487 1765488 1765489 1765490 1765491 1765492 1765493 1765494 1765495 1765496 1765497 1765498 1765499 1765500 1765501 1765502 1765503 1765504 1765505 1765506 1765507 1765508 1765509 1765510 1765511 1765512 1765513 1765514 1765515 1765516 1765517 1765518 1765519 1765520 1765521 1765522 1765523 1765524 1765525 1765526 1765527 1765528 1765529 1765530 1765531 1765532 1765533 1765534 1765535 1765536 1765537 1765538 1765539 1765540 1765541 1765542 1765543 1765544 1765545 1765546 1765547 1765548 1765549 1765550 1765551 1765552 1765553 1765554 1765555 1765556 1765557 1765558 1765559 1765560 1765561 1765562 1765563 1765564 1765565 1765566 1765567 1765568 1765569 1765570 1765571 1765572 1765573 1765574 1765575 1765576 1765577 1765578 1765579 1765580 1765581 1765582 1765583 1765584 1765585 1765586 1765587 1765588 1765589 1765590 1765591 1765592 1765593 1765594 1765595 1765596 1765597 1765598 1765599 1765600 1765601 1765602 1765603 1765604 1765605 1765606 1765607 1765608 1765609 1765610 1765611 1765612 1765613 1765614 1765615 1765616 1765617 1765618 1765619 1765620 1765621 1765622 1765623 1765624 1765625 1765626 1765627 1765628 1765629 1765630 1765631 1765632 1765633 1765634 1765635 1765636 1765637 1765638 1765639 1765640 1765641 1765642 1765643 1765644 1765645 1765646 1765647 1765648 1765649 1765650 1765651 1765652 1765653 1765654 1765655 1765656 1765657 1765658 1765659 1765660 1765661 1765662 1765663 1765664 1765665 1765666 1765667 1765668 1765669 1765670 1765671 1765672 1765673 1765674 1765675 1765676 1765677 1765678 1765679 1765680 1765681 1765682 1765683 1765684 1765685 1765686 1765687 1765688 1765689 1765690 1765691 1765692 1765693 1765694 1765695 1765696 1765697 1765698 1765699 1765700 1765701 1765702 1765703 1765704 1765705 1765706 1765707 1765708 1765709 1765710 1765711 1765712 1765713 1765714 1765715 1765716 1765717 1765718 1765719 1765720 1765721 1765722 1765723 1765724 1765725 1765726 1765727 1765728 1765729 1765730 1765731 1765732 1765733 1765734 1765735 1765736 1765737 1765738 1765739 1765740 1765741 1765742 1765743 1765744 1765745 1765746 1765747 1765748 1765749 1765750 1765751 1765752 1765753 1765754 1765755 1765756 1765757 1765758 1765759 1765760 1765761 1765762 1765763 1765764 1765765 1765766 1765767 1765768 1765769 1765770 1765771 1765772 1765773 1765774 1765775 1765776 1765777 1765778 1765779 1765780 1765781 1765782 1765783 1765784 1765785 1765786 1765787 1765788 1765789 1765790 1765791 1765792 1765793 1765794 1765795 1765796 1765797 1765798 1765799 1765800 1765801 1765802 1765803 1765804 1765805 1765806 1765807 1765808 1765809 1765810 1765811 1765812 1765813 1765814 1765815 1765816 1765817 1765818 1765819 1765820 1765821 1765822 1765823 1765824 1765825 1765826 1765827 1765828 1765829 1765830 1765831 1765832 1765833 1765834 1765835 1765836 1765837 1765838 1765839 1765840 1765841 1765842 1765843 1765844 1765845 1765846 1765847 1765848 1765849 1765850 1765851 1765852 1765853 1765854 1765855 1765856 1765857 1765858 1765859 1765860 1765861 1765862 1765863 1765864 1765865 1765866 1765867 1765868 1765869 1765870 1765871 1765872 1765873 1765874 1765875 1765876 1765877 1765878 1765879 1765880 1765881 1765882 1765883 1765884 1765885 1765886 1765887 1765888 1765889 1765890 1765891 1765892 1765893 1765894 1765895 1765896 1765897 1765898 1765899 1765900 1765901 1765902 1765903 1765904 1765905 1765906 1765907 1765908 1765909 1765910 1765911 1765912 1765913 1765914 1765915 1765916 1765917 1765918 1765919 1765920 1765921 1765922 1765923 1765924 1765925 1765926 1765927 1765928 1765929 1765930 1765931 1765932 1765933 1765934 1765935 1765936 1765937 1765938 1765939 1765940 1765941 1765942 1765943 1765944 1765945 1765946 1765947 1765948 1765949 1765950 1765951 1765952 1765953 1765954 1765955 1765956 1765957 1765958 1765959 1765960 1765961 1765962 1765963 1765964 1765965 1765966 1765967 1765968 1765969 1765970 1765971 1765972 1765973 1765974 1765975 1765976 1765977 1765978 1765979 1765980 1765981 1765982 1765983 1765984 1765985 1765986 1765987 1765988 1765989 1765990 1765991 1765992 1765993 1765994 1765995 1765996 1765997 1765998 1765999 1766000 1766001 1766002 1766003 1766004 1766005 1766006 1766007 1766008 1766009 1766010 1766011 1766012 1766013 1766014 1766015 1766016 1766017 1766018 1766019 1766020 1766021 1766022 1766023 1766024 1766025 1766026 1766027 1766028 1766029 1766030 1766031 1766032 1766033 1766034 1766035 1766036 1766037 1766038 1766039 1766040 1766041 1766042 1766043 1766044 1766045 1766046 1766047 1766048 1766049 1766050 1766051 1766052 1766053 1766054 1766055 1766056 1766057 1766058 1766059 1766060 1766061 1766062 1766063 1766064 1766065 1766066 1766067 1766068 1766069 1766070 1766071 1766072 1766073 1766074 1766075 1766076 1766077 1766078 1766079 1766080 1766081 1766082 1766083 1766084 1766085 1766086 1766087 1766088 1766089 1766090 1766091 1766092 1766093 1766094 1766095 1766096 1766097 1766098 1766099 1766100 1766101 1766102 1766103 1766104 1766105 1766106 1766107 1766108 1766109 1766110 1766111 1766112 1766113 1766114 1766115 1766116 1766117 1766118 1766119 1766120 1766121 1766122 1766123 1766124 1766125 1766126 1766127 1766128 1766129 1766130 1766131 1766132 1766133 1766134 1766135 1766136 1766137 1766138 1766139 1766140 1766141 1766142 1766143 1766144 1766145 1766146 1766147 1766148 1766149 1766150 1766151 1766152 1766153 1766154 1766155 1766156 1766157 1766158 1766159 1766160 1766161 1766162 1766163 1766164 1766165 1766166 1766167 1766168 1766169 1766170 1766171 1766172 1766173 1766174 1766175 1766176 1766177 1766178 1766179 1766180 1766181 1766182 1766183 1766184 1766185 1766186 1766187 1766188 1766189 1766190 1766191 1766192 1766193 1766194 1766195 1766196 1766197 1766198 1766199 1766200 1766201 1766202 1766203 1766204 1766205 1766206 1766207 1766208 1766209 1766210 1766211 1766212 1766213 1766214 1766215 1766216 1766217 1766218 1766219 1766220 1766221 1766222 1766223 1766224 1766225 1766226 1766227 1766228 1766229 1766230 1766231 1766232 1766233 1766234 1766235 1766236 1766237 1766238 1766239 1766240 1766241 1766242 1766243 1766244 1766245 1766246 1766247 1766248 1766249 1766250 1766251 1766252 1766253 1766254 1766255 1766256 1766257 1766258 1766259 1766260 1766261 1766262 1766263 1766264 1766265 1766266 1766267 1766268 1766269 1766270 1766271 1766272 1766273 1766274 1766275 1766276 1766277 1766278 1766279 1766280 1766281 1766282 1766283 1766284 1766285 1766286 1766287 1766288 1766289 1766290 1766291 1766292 1766293 1766294 1766295 1766296 1766297 1766298 1766299 1766300 1766301 1766302 1766303 1766304 1766305 1766306 1766307 1766308 1766309 1766310 1766311 1766312 1766313 1766314 1766315 1766316 1766317 1766318 1766319 1766320 1766321 1766322 1766323 1766324 1766325 1766326 1766327 1766328 1766329 1766330 1766331 1766332 1766333 1766334 1766335 1766336 1766337 1766338 1766339 1766340 1766341 1766342 1766343 1766344 1766345 1766346 1766347 1766348 1766349 1766350 1766351 1766352 1766353 1766354 1766355 1766356 1766357 1766358 1766359 1766360 1766361 1766362 1766363 1766364 1766365 1766366 1766367 1766368 1766369 1766370 1766371 1766372 1766373 1766374 1766375 1766376 1766377 1766378 1766379 1766380 1766381 1766382 1766383 1766384 1766385 1766386 1766387 1766388 1766389 1766390 1766391 1766392 1766393 1766394 1766395 1766396 1766397 1766398 1766399 1766400 1766401 1766402 1766403 1766404 1766405 1766406 1766407 1766408 1766409 1766410 1766411 1766412 1766413 1766414 1766415 1766416 1766417 1766418 1766419 1766420 1766421 1766422 1766423 1766424 1766425 1766426 1766427 1766428 1766429 1766430 1766431 1766432 1766433 1766434 1766435 1766436 1766437 1766438 1766439 1766440 1766441 1766442 1766443 1766444 1766445 1766446 1766447 1766448 1766449 1766450 1766451 1766452 1766453 1766454 1766455 1766456 1766457 1766458 1766459 1766460 1766461 1766462 1766463 1766464 1766465 1766466 1766467 1766468 1766469 1766470 1766471 1766472 1766473 1766474 1766475 1766476 1766477 1766478 1766479 1766480 1766481 1766482 1766483 1766484 1766485 1766486 1766487 1766488 1766489 1766490 1766491 1766492 1766493 1766494 1766495 1766496 1766497 1766498 1766499 1766500 1766501 1766502 1766503 1766504 1766505 1766506 1766507 1766508 1766509 1766510 1766511 1766512 1766513 1766514 1766515 1766516 1766517 1766518 1766519 1766520 1766521 1766522 1766523 1766524 1766525 1766526 1766527 1766528 1766529 1766530 1766531 1766532 1766533 1766534 1766535 1766536 1766537 1766538 1766539 1766540 1766541 1766542 1766543 1766544 1766545 1766546 1766547 1766548 1766549 1766550 1766551 1766552 1766553 1766554 1766555 1766556 1766557 1766558 1766559 1766560 1766561 1766562 1766563 1766564 1766565 1766566 1766567 1766568 1766569 1766570 1766571 1766572 1766573 1766574 1766575 1766576 1766577 1766578 1766579 1766580 1766581 1766582 1766583 1766584 1766585 1766586 1766587 1766588 1766589 1766590 1766591 1766592 1766593 1766594 1766595 1766596 1766597 1766598 1766599 1766600 1766601 1766602 1766603 1766604 1766605 1766606 1766607 1766608 1766609 1766610 1766611 1766612 1766613 1766614 1766615 1766616 1766617 1766618 1766619 1766620 1766621 1766622 1766623 1766624 1766625 1766626 1766627 1766628 1766629 1766630 1766631 1766632 1766633 1766634 1766635 1766636 1766637 1766638 1766639 1766640 1766641 1766642 1766643 1766644 1766645 1766646 1766647 1766648 1766649 1766650 1766651 1766652 1766653 1766654 1766655 1766656 1766657 1766658 1766659 1766660 1766661 1766662 1766663 1766664 1766665 1766666 1766667 1766668 1766669 1766670 1766671 1766672 1766673 1766674 1766675 1766676 1766677 1766678 1766679 1766680 1766681 1766682 1766683 1766684 1766685 1766686 1766687 1766688 1766689 1766690 1766691 1766692 1766693 1766694 1766695 1766696 1766697 1766698 1766699 1766700 1766701 1766702 1766703 1766704 1766705 1766706 1766707 1766708 1766709 1766710 1766711 1766712 1766713 1766714 1766715 1766716 1766717 1766718 1766719 1766720 1766721 1766722 1766723 1766724 1766725 1766726 1766727 1766728 1766729 1766730 1766731 1766732 1766733 1766734 1766735 1766736 1766737 1766738 1766739 1766740 1766741 1766742 1766743 1766744 1766745 1766746 1766747 1766748 1766749 1766750 1766751 1766752 1766753 1766754 1766755 1766756 1766757 1766758 1766759 1766760 1766761 1766762 1766763 1766764 1766765 1766766 1766767 1766768 1766769 1766770 1766771 1766772 1766773 1766774 1766775 1766776 1766777 1766778 1766779 1766780 1766781 1766782 1766783 1766784 1766785 1766786 1766787 1766788 1766789 1766790 1766791 1766792 1766793 1766794 1766795 1766796 1766797 1766798 1766799 1766800 1766801 1766802 1766803 1766804 1766805 1766806 1766807 1766808 1766809 1766810 1766811 1766812 1766813 1766814 1766815 1766816 1766817 1766818 1766819 1766820 1766821 1766822 1766823 1766824 1766825 1766826 1766827 1766828 1766829 1766830 1766831 1766832 1766833 1766834 1766835 1766836 1766837 1766838 1766839 1766840 1766841 1766842 1766843 1766844 1766845 1766846 1766847 1766848 1766849 1766850 1766851 1766852 1766853 1766854 1766855 1766856 1766857 1766858 1766859 1766860 1766861 1766862 1766863 1766864 1766865 1766866 1766867 1766868 1766869 1766870 1766871 1766872 1766873 1766874 1766875 1766876 1766877 1766878 1766879 1766880 1766881 1766882 1766883 1766884 1766885 1766886 1766887 1766888 1766889 1766890 1766891 1766892 1766893 1766894 1766895 1766896 1766897 1766898 1766899 1766900 1766901 1766902 1766903 1766904 1766905 1766906 1766907 1766908 1766909 1766910 1766911 1766912 1766913 1766914 1766915 1766916 1766917 1766918 1766919 1766920 1766921 1766922 1766923 1766924 1766925 1766926 1766927 1766928 1766929 1766930 1766931 1766932 1766933 1766934 1766935 1766936 1766937 1766938 1766939 1766940 1766941 1766942 1766943 1766944 1766945 1766946 1766947 1766948 1766949 1766950 1766951 1766952 1766953 1766954 1766955 1766956 1766957 1766958 1766959 1766960 1766961 1766962 1766963 1766964 1766965 1766966 1766967 1766968 1766969 1766970 1766971 1766972 1766973 1766974 1766975 1766976 1766977 1766978 1766979 1766980 1766981 1766982 1766983 1766984 1766985 1766986 1766987 1766988 1766989 1766990 1766991 1766992 1766993 1766994 1766995 1766996 1766997 1766998 1766999 1767000 1767001 1767002 1767003 1767004 1767005 1767006 1767007 1767008 1767009 1767010 1767011 1767012 1767013 1767014 1767015 1767016 1767017 1767018 1767019 1767020 1767021 1767022 1767023 1767024 1767025 1767026 1767027 1767028 1767029 1767030 1767031 1767032 1767033 1767034 1767035 1767036 1767037 1767038 1767039 1767040 1767041 1767042 1767043 1767044 1767045 1767046 1767047 1767048 1767049 1767050 1767051 1767052 1767053 1767054 1767055 1767056 1767057 1767058 1767059 1767060 1767061 1767062 1767063 1767064 1767065 1767066 1767067 1767068 1767069 1767070 1767071 1767072 1767073 1767074 1767075 1767076 1767077 1767078 1767079 1767080 1767081 1767082 1767083 1767084 1767085 1767086 1767087 1767088 1767089 1767090 1767091 1767092 1767093 1767094 1767095 1767096 1767097 1767098 1767099 1767100 1767101 1767102 1767103 1767104 1767105 1767106 1767107 1767108 1767109 1767110 1767111 1767112 1767113 1767114 1767115 1767116 1767117 1767118 1767119 1767120 1767121 1767122 1767123 1767124 1767125 1767126 1767127 1767128 1767129 1767130 1767131 1767132 1767133 1767134 1767135 1767136 1767137 1767138 1767139 1767140 1767141 1767142 1767143 1767144 1767145 1767146 1767147 1767148 1767149 1767150 1767151 1767152 1767153 1767154 1767155 1767156 1767157 1767158 1767159 1767160 1767161 1767162 1767163 1767164 1767165 1767166 1767167 1767168 1767169 1767170 1767171 1767172 1767173 1767174 1767175 1767176 1767177 1767178 1767179 1767180 1767181 1767182 1767183 1767184 1767185 1767186 1767187 1767188 1767189 1767190 1767191 1767192 1767193 1767194 1767195 1767196 1767197 1767198 1767199 1767200 1767201 1767202 1767203 1767204 1767205 1767206 1767207 1767208 1767209 1767210 1767211 1767212 1767213 1767214 1767215 1767216 1767217 1767218 1767219 1767220 1767221 1767222 1767223 1767224 1767225 1767226 1767227 1767228 1767229 1767230 1767231 1767232 1767233 1767234 1767235 1767236 1767237 1767238 1767239 1767240 1767241 1767242 1767243 1767244 1767245 1767246 1767247 1767248 1767249 1767250 1767251 1767252 1767253 1767254 1767255 1767256 1767257 1767258 1767259 1767260 1767261 1767262 1767263 1767264 1767265 1767266 1767267 1767268 1767269 1767270 1767271 1767272 1767273 1767274 1767275 1767276 1767277 1767278 1767279 1767280 1767281 1767282 1767283 1767284 1767285 1767286 1767287 1767288 1767289 1767290 1767291 1767292 1767293 1767294 1767295 1767296 1767297 1767298 1767299 1767300 1767301 1767302 1767303 1767304 1767305 1767306 1767307 1767308 1767309 1767310 1767311 1767312 1767313 1767314 1767315 1767316 1767317 1767318 1767319 1767320 1767321 1767322 1767323 1767324 1767325 1767326 1767327 1767328 1767329 1767330 1767331 1767332 1767333 1767334 1767335 1767336 1767337 1767338 1767339 1767340 1767341 1767342 1767343 1767344 1767345 1767346 1767347 1767348 1767349 1767350 1767351 1767352 1767353 1767354 1767355 1767356 1767357 1767358 1767359 1767360 1767361 1767362 1767363 1767364 1767365 1767366 1767367 1767368 1767369 1767370 1767371 1767372 1767373 1767374 1767375 1767376 1767377 1767378 1767379 1767380 1767381 1767382 1767383 1767384 1767385 1767386 1767387 1767388 1767389 1767390 1767391 1767392 1767393 1767394 1767395 1767396 1767397 1767398 1767399 1767400 1767401 1767402 1767403 1767404 1767405 1767406 1767407 1767408 1767409 1767410 1767411 1767412 1767413 1767414 1767415 1767416 1767417 1767418 1767419 1767420 1767421 1767422 1767423 1767424 1767425 1767426 1767427 1767428 1767429 1767430 1767431 1767432 1767433 1767434 1767435 1767436 1767437 1767438 1767439 1767440 1767441 1767442 1767443 1767444 1767445 1767446 1767447 1767448 1767449 1767450 1767451 1767452 1767453 1767454 1767455 1767456 1767457 1767458 1767459 1767460 1767461 1767462 1767463 1767464 1767465 1767466 1767467 1767468 1767469 1767470 1767471 1767472 1767473 1767474 1767475 1767476 1767477 1767478 1767479 1767480 1767481 1767482 1767483 1767484 1767485 1767486 1767487 1767488 1767489 1767490 1767491 1767492 1767493 1767494 1767495 1767496 1767497 1767498 1767499 1767500 1767501 1767502 1767503 1767504 1767505 1767506 1767507 1767508 1767509 1767510 1767511 1767512 1767513 1767514 1767515 1767516 1767517 1767518 1767519 1767520 1767521 1767522 1767523 1767524 1767525 1767526 1767527 1767528 1767529 1767530 1767531 1767532 1767533 1767534 1767535 1767536 1767537 1767538 1767539 1767540 1767541 1767542 1767543 1767544 1767545 1767546 1767547 1767548 1767549 1767550 1767551 1767552 1767553 1767554 1767555 1767556 1767557 1767558 1767559 1767560 1767561 1767562 1767563 1767564 1767565 1767566 1767567 1767568 1767569 1767570 1767571 1767572 1767573 1767574 1767575 1767576 1767577 1767578 1767579 1767580 1767581 1767582 1767583 1767584 1767585 1767586 1767587 1767588 1767589 1767590 1767591 1767592 1767593 1767594 1767595 1767596 1767597 1767598 1767599 1767600 1767601 1767602 1767603 1767604 1767605 1767606 1767607 1767608 1767609 1767610 1767611 1767612 1767613 1767614 1767615 1767616 1767617 1767618 1767619 1767620 1767621 1767622 1767623 1767624 1767625 1767626 1767627 1767628 1767629 1767630 1767631 1767632 1767633 1767634 1767635 1767636 1767637 1767638 1767639 1767640 1767641 1767642 1767643 1767644 1767645 1767646 1767647 1767648 1767649 1767650 1767651 1767652 1767653 1767654 1767655 1767656 1767657 1767658 1767659 1767660 1767661 1767662 1767663 1767664 1767665 1767666 1767667 1767668 1767669 1767670 1767671 1767672 1767673 1767674 1767675 1767676 1767677 1767678 1767679 1767680 1767681 1767682 1767683 1767684 1767685 1767686 1767687 1767688 1767689 1767690 1767691 1767692 1767693 1767694 1767695 1767696 1767697 1767698 1767699 1767700 1767701 1767702 1767703 1767704 1767705 1767706 1767707 1767708 1767709 1767710 1767711 1767712 1767713 1767714 1767715 1767716 1767717 1767718 1767719 1767720 1767721 1767722 1767723 1767724 1767725 1767726 1767727 1767728 1767729 1767730 1767731 1767732 1767733 1767734 1767735 1767736 1767737 1767738 1767739 1767740 1767741 1767742 1767743 1767744 1767745 1767746 1767747 1767748 1767749 1767750 1767751 1767752 1767753 1767754 1767755 1767756 1767757 1767758 1767759 1767760 1767761 1767762 1767763 1767764 1767765 1767766 1767767 1767768 1767769 1767770 1767771 1767772 1767773 1767774 1767775 1767776 1767777 1767778 1767779 1767780 1767781 1767782 1767783 1767784 1767785 1767786 1767787 1767788 1767789 1767790 1767791 1767792 1767793 1767794 1767795 1767796 1767797 1767798 1767799 1767800 1767801 1767802 1767803 1767804 1767805 1767806 1767807 1767808 1767809 1767810 1767811 1767812 1767813 1767814 1767815 1767816 1767817 1767818 1767819 1767820 1767821 1767822 1767823 1767824 1767825 1767826 1767827 1767828 1767829 1767830 1767831 1767832 1767833 1767834 1767835 1767836 1767837 1767838 1767839 1767840 1767841 1767842 1767843 1767844 1767845 1767846 1767847 1767848 1767849 1767850 1767851 1767852 1767853 1767854 1767855 1767856 1767857 1767858 1767859 1767860 1767861 1767862 1767863 1767864 1767865 1767866 1767867 1767868 1767869 1767870 1767871 1767872 1767873 1767874 1767875 1767876 1767877 1767878 1767879 1767880 1767881 1767882 1767883 1767884 1767885 1767886 1767887 1767888 1767889 1767890 1767891 1767892 1767893 1767894 1767895 1767896 1767897 1767898 1767899 1767900 1767901 1767902 1767903 1767904 1767905 1767906 1767907 1767908 1767909 1767910 1767911 1767912 1767913 1767914 1767915 1767916 1767917 1767918 1767919 1767920 1767921 1767922 1767923 1767924 1767925 1767926 1767927 1767928 1767929 1767930 1767931 1767932 1767933 1767934 1767935 1767936 1767937 1767938 1767939 1767940 1767941 1767942 1767943 1767944 1767945 1767946 1767947 1767948 1767949 1767950 1767951 1767952 1767953 1767954 1767955 1767956 1767957 1767958 1767959 1767960 1767961 1767962 1767963 1767964 1767965 1767966 1767967 1767968 1767969 1767970 1767971 1767972 1767973 1767974 1767975 1767976 1767977 1767978 1767979 1767980 1767981 1767982 1767983 1767984 1767985 1767986 1767987 1767988 1767989 1767990 1767991 1767992 1767993 1767994 1767995 1767996 1767997 1767998 1767999 1768000 1768001 1768002 1768003 1768004 1768005 1768006 1768007 1768008 1768009 1768010 1768011 1768012 1768013 1768014 1768015 1768016 1768017 1768018 1768019 1768020 1768021 1768022 1768023 1768024 1768025 1768026 1768027 1768028 1768029 1768030 1768031 1768032 1768033 1768034 1768035 1768036 1768037 1768038 1768039 1768040 1768041 1768042 1768043 1768044 1768045 1768046 1768047 1768048 1768049 1768050 1768051 1768052 1768053 1768054 1768055 1768056 1768057 1768058 1768059 1768060 1768061 1768062 1768063 1768064 1768065 1768066 1768067 1768068 1768069 1768070 1768071 1768072 1768073 1768074 1768075 1768076 1768077 1768078 1768079 1768080 1768081 1768082 1768083 1768084 1768085 1768086 1768087 1768088 1768089 1768090 1768091 1768092 1768093 1768094 1768095 1768096 1768097 1768098 1768099 1768100 1768101 1768102 1768103 1768104 1768105 1768106 1768107 1768108 1768109 1768110 1768111 1768112 1768113 1768114 1768115 1768116 1768117 1768118 1768119 1768120 1768121 1768122 1768123 1768124 1768125 1768126 1768127 1768128 1768129 1768130 1768131 1768132 1768133 1768134 1768135 1768136 1768137 1768138 1768139 1768140 1768141 1768142 1768143 1768144 1768145 1768146 1768147 1768148 1768149 1768150 1768151 1768152 1768153 1768154 1768155 1768156 1768157 1768158 1768159 1768160 1768161 1768162 1768163 1768164 1768165 1768166 1768167 1768168 1768169 1768170 1768171 1768172 1768173 1768174 1768175 1768176 1768177 1768178 1768179 1768180 1768181 1768182 1768183 1768184 1768185 1768186 1768187 1768188 1768189 1768190 1768191 1768192 1768193 1768194 1768195 1768196 1768197 1768198 1768199 1768200 1768201 1768202 1768203 1768204 1768205 1768206 1768207 1768208 1768209 1768210 1768211 1768212 1768213 1768214 1768215 1768216 1768217 1768218 1768219 1768220 1768221 1768222 1768223 1768224 1768225 1768226 1768227 1768228 1768229 1768230 1768231 1768232 1768233 1768234 1768235 1768236 1768237 1768238 1768239 1768240 1768241 1768242 1768243 1768244 1768245 1768246 1768247 1768248 1768249 1768250 1768251 1768252 1768253 1768254 1768255 1768256 1768257 1768258 1768259 1768260 1768261 1768262 1768263 1768264 1768265 1768266 1768267 1768268 1768269 1768270 1768271 1768272 1768273 1768274 1768275 1768276 1768277 1768278 1768279 1768280 1768281 1768282 1768283 1768284 1768285 1768286 1768287 1768288 1768289 1768290 1768291 1768292 1768293 1768294 1768295 1768296 1768297 1768298 1768299 1768300 1768301 1768302 1768303 1768304 1768305 1768306 1768307 1768308 1768309 1768310 1768311 1768312 1768313 1768314 1768315 1768316 1768317 1768318 1768319 1768320 1768321 1768322 1768323 1768324 1768325 1768326 1768327 1768328 1768329 1768330 1768331 1768332 1768333 1768334 1768335 1768336 1768337 1768338 1768339 1768340 1768341 1768342 1768343 1768344 1768345 1768346 1768347 1768348 1768349 1768350 1768351 1768352 1768353 1768354 1768355 1768356 1768357 1768358 1768359 1768360 1768361 1768362 1768363 1768364 1768365 1768366 1768367 1768368 1768369 1768370 1768371 1768372 1768373 1768374 1768375 1768376 1768377 1768378 1768379 1768380 1768381 1768382 1768383 1768384 1768385 1768386 1768387 1768388 1768389 1768390 1768391 1768392 1768393 1768394 1768395 1768396 1768397 1768398 1768399 1768400 1768401 1768402 1768403 1768404 1768405 1768406 1768407 1768408 1768409 1768410 1768411 1768412 1768413 1768414 1768415 1768416 1768417 1768418 1768419 1768420 1768421 1768422 1768423 1768424 1768425 1768426 1768427 1768428 1768429 1768430 1768431 1768432 1768433 1768434 1768435 1768436 1768437 1768438 1768439 1768440 1768441 1768442 1768443 1768444 1768445 1768446 1768447 1768448 1768449 1768450 1768451 1768452 1768453 1768454 1768455 1768456 1768457 1768458 1768459 1768460 1768461 1768462 1768463 1768464 1768465 1768466 1768467 1768468 1768469 1768470 1768471 1768472 1768473 1768474 1768475 1768476 1768477 1768478 1768479 1768480 1768481 1768482 1768483 1768484 1768485 1768486 1768487 1768488 1768489 1768490 1768491 1768492 1768493 1768494 1768495 1768496 1768497 1768498 1768499 1768500 1768501 1768502 1768503 1768504 1768505 1768506 1768507 1768508 1768509 1768510 1768511 1768512 1768513 1768514 1768515 1768516 1768517 1768518 1768519 1768520 1768521 1768522 1768523 1768524 1768525 1768526 1768527 1768528 1768529 1768530 1768531 1768532 1768533 1768534 1768535 1768536 1768537 1768538 1768539 1768540 1768541 1768542 1768543 1768544 1768545 1768546 1768547 1768548 1768549 1768550 1768551 1768552 1768553 1768554 1768555 1768556 1768557 1768558 1768559 1768560 1768561 1768562 1768563 1768564 1768565 1768566 1768567 1768568 1768569 1768570 1768571 1768572 1768573 1768574 1768575 1768576 1768577 1768578 1768579 1768580 1768581 1768582 1768583 1768584 1768585 1768586 1768587 1768588 1768589 1768590 1768591 1768592 1768593 1768594 1768595 1768596 1768597 1768598 1768599 1768600 1768601 1768602 1768603 1768604 1768605 1768606 1768607 1768608 1768609 1768610 1768611 1768612 1768613 1768614 1768615 1768616 1768617 1768618 1768619 1768620 1768621 1768622 1768623 1768624 1768625 1768626 1768627 1768628 1768629 1768630 1768631 1768632 1768633 1768634 1768635 1768636 1768637 1768638 1768639 1768640 1768641 1768642 1768643 1768644 1768645 1768646 1768647 1768648 1768649 1768650 1768651 1768652 1768653 1768654 1768655 1768656 1768657 1768658 1768659 1768660 1768661 1768662 1768663 1768664 1768665 1768666 1768667 1768668 1768669 1768670 1768671 1768672 1768673 1768674 1768675 1768676 1768677 1768678 1768679 1768680 1768681 1768682 1768683 1768684 1768685 1768686 1768687 1768688 1768689 1768690 1768691 1768692 1768693 1768694 1768695 1768696 1768697 1768698 1768699 1768700 1768701 1768702 1768703 1768704 1768705 1768706 1768707 1768708 1768709 1768710 1768711 1768712 1768713 1768714 1768715 1768716 1768717 1768718 1768719 1768720 1768721 1768722 1768723 1768724 1768725 1768726 1768727 1768728 1768729 1768730 1768731 1768732 1768733 1768734 1768735 1768736 1768737 1768738 1768739 1768740 1768741 1768742 1768743 1768744 1768745 1768746 1768747 1768748 1768749 1768750 1768751 1768752 1768753 1768754 1768755 1768756 1768757 1768758 1768759 1768760 1768761 1768762 1768763 1768764 1768765 1768766 1768767 1768768 1768769 1768770 1768771 1768772 1768773 1768774 1768775 1768776 1768777 1768778 1768779 1768780 1768781 1768782 1768783 1768784 1768785 1768786 1768787 1768788 1768789 1768790 1768791 1768792 1768793 1768794 1768795 1768796 1768797 1768798 1768799 1768800 1768801 1768802 1768803 1768804 1768805 1768806 1768807 1768808 1768809 1768810 1768811 1768812 1768813 1768814 1768815 1768816 1768817 1768818 1768819 1768820 1768821 1768822 1768823 1768824 1768825 1768826 1768827 1768828 1768829 1768830 1768831 1768832 1768833 1768834 1768835 1768836 1768837 1768838 1768839 1768840 1768841 1768842 1768843 1768844 1768845 1768846 1768847 1768848 1768849 1768850 1768851 1768852 1768853 1768854 1768855 1768856 1768857 1768858 1768859 1768860 1768861 1768862 1768863 1768864 1768865 1768866 1768867 1768868 1768869 1768870 1768871 1768872 1768873 1768874 1768875 1768876 1768877 1768878 1768879 1768880 1768881 1768882 1768883 1768884 1768885 1768886 1768887 1768888 1768889 1768890 1768891 1768892 1768893 1768894 1768895 1768896 1768897 1768898 1768899 1768900 1768901 1768902 1768903 1768904 1768905 1768906 1768907 1768908 1768909 1768910 1768911 1768912 1768913 1768914 1768915 1768916 1768917 1768918 1768919 1768920 1768921 1768922 1768923 1768924 1768925 1768926 1768927 1768928 1768929 1768930 1768931 1768932 1768933 1768934 1768935 1768936 1768937 1768938 1768939 1768940 1768941 1768942 1768943 1768944 1768945 1768946 1768947 1768948 1768949 1768950 1768951 1768952 1768953 1768954 1768955 1768956 1768957 1768958 1768959 1768960 1768961 1768962 1768963 1768964 1768965 1768966 1768967 1768968 1768969 1768970 1768971 1768972 1768973 1768974 1768975 1768976 1768977 1768978 1768979 1768980 1768981 1768982 1768983 1768984 1768985 1768986 1768987 1768988 1768989 1768990 1768991 1768992 1768993 1768994 1768995 1768996 1768997 1768998 1768999 1769000 1769001 1769002 1769003 1769004 1769005 1769006 1769007 1769008 1769009 1769010 1769011 1769012 1769013 1769014 1769015 1769016 1769017 1769018 1769019 1769020 1769021 1769022 1769023 1769024 1769025 1769026 1769027 1769028 1769029 1769030 1769031 1769032 1769033 1769034 1769035 1769036 1769037 1769038 1769039 1769040 1769041 1769042 1769043 1769044 1769045 1769046 1769047 1769048 1769049 1769050 1769051 1769052 1769053 1769054 1769055 1769056 1769057 1769058 1769059 1769060 1769061 1769062 1769063 1769064 1769065 1769066 1769067 1769068 1769069 1769070 1769071 1769072 1769073 1769074 1769075 1769076 1769077 1769078 1769079 1769080 1769081 1769082 1769083 1769084 1769085 1769086 1769087 1769088 1769089 1769090 1769091 1769092 1769093 1769094 1769095 1769096 1769097 1769098 1769099 1769100 1769101 1769102 1769103 1769104 1769105 1769106 1769107 1769108 1769109 1769110 1769111 1769112 1769113 1769114 1769115 1769116 1769117 1769118 1769119 1769120 1769121 1769122 1769123 1769124 1769125 1769126 1769127 1769128 1769129 1769130 1769131 1769132 1769133 1769134 1769135 1769136 1769137 1769138 1769139 1769140 1769141 1769142 1769143 1769144 1769145 1769146 1769147 1769148 1769149 1769150 1769151 1769152 1769153 1769154 1769155 1769156 1769157 1769158 1769159 1769160 1769161 1769162 1769163 1769164 1769165 1769166 1769167 1769168 1769169 1769170 1769171 1769172 1769173 1769174 1769175 1769176 1769177 1769178 1769179 1769180 1769181 1769182 1769183 1769184 1769185 1769186 1769187 1769188 1769189 1769190 1769191 1769192 1769193 1769194 1769195 1769196 1769197 1769198 1769199 1769200 1769201 1769202 1769203 1769204 1769205 1769206 1769207 1769208 1769209 1769210 1769211 1769212 1769213 1769214 1769215 1769216 1769217 1769218 1769219 1769220 1769221 1769222 1769223 1769224 1769225 1769226 1769227 1769228 1769229 1769230 1769231 1769232 1769233 1769234 1769235 1769236 1769237 1769238 1769239 1769240 1769241 1769242 1769243 1769244 1769245 1769246 1769247 1769248 1769249 1769250 1769251 1769252 1769253 1769254 1769255 1769256 1769257 1769258 1769259 1769260 1769261 1769262 1769263 1769264 1769265 1769266 1769267 1769268 1769269 1769270 1769271 1769272 1769273 1769274 1769275 1769276 1769277 1769278 1769279 1769280 1769281 1769282 1769283 1769284 1769285 1769286 1769287 1769288 1769289 1769290 1769291 1769292 1769293 1769294 1769295 1769296 1769297 1769298 1769299 1769300 1769301 1769302 1769303 1769304 1769305 1769306 1769307 1769308 1769309 1769310 1769311 1769312 1769313 1769314 1769315 1769316 1769317 1769318 1769319 1769320 1769321 1769322 1769323 1769324 1769325 1769326 1769327 1769328 1769329 1769330 1769331 1769332 1769333 1769334 1769335 1769336 1769337 1769338 1769339 1769340 1769341 1769342 1769343 1769344 1769345 1769346 1769347 1769348 1769349 1769350 1769351 1769352 1769353 1769354 1769355 1769356 1769357 1769358 1769359 1769360 1769361 1769362 1769363 1769364 1769365 1769366 1769367 1769368 1769369 1769370 1769371 1769372 1769373 1769374 1769375 1769376 1769377 1769378 1769379 1769380 1769381 1769382 1769383 1769384 1769385 1769386 1769387 1769388 1769389 1769390 1769391 1769392 1769393 1769394 1769395 1769396 1769397 1769398 1769399 1769400 1769401 1769402 1769403 1769404 1769405 1769406 1769407 1769408 1769409 1769410 1769411 1769412 1769413 1769414 1769415 1769416 1769417 1769418 1769419 1769420 1769421 1769422 1769423 1769424 1769425 1769426 1769427 1769428 1769429 1769430 1769431 1769432 1769433 1769434 1769435 1769436 1769437 1769438 1769439 1769440 1769441 1769442 1769443 1769444 1769445 1769446 1769447 1769448 1769449 1769450 1769451 1769452 1769453 1769454 1769455 1769456 1769457 1769458 1769459 1769460 1769461 1769462 1769463 1769464 1769465 1769466 1769467 1769468 1769469 1769470 1769471 1769472 1769473 1769474 1769475 1769476 1769477 1769478 1769479 1769480 1769481 1769482 1769483 1769484 1769485 1769486 1769487 1769488 1769489 1769490 1769491 1769492 1769493 1769494 1769495 1769496 1769497 1769498 1769499 1769500 1769501 1769502 1769503 1769504 1769505 1769506 1769507 1769508 1769509 1769510 1769511 1769512 1769513 1769514 1769515 1769516 1769517 1769518 1769519 1769520 1769521 1769522 1769523 1769524 1769525 1769526 1769527 1769528 1769529 1769530 1769531 1769532 1769533 1769534 1769535 1769536 1769537 1769538 1769539 1769540 1769541 1769542 1769543 1769544 1769545 1769546 1769547 1769548 1769549 1769550 1769551 1769552 1769553 1769554 1769555 1769556 1769557 1769558 1769559 1769560 1769561 1769562 1769563 1769564 1769565 1769566 1769567 1769568 1769569 1769570 1769571 1769572 1769573 1769574 1769575 1769576 1769577 1769578 1769579 1769580 1769581 1769582 1769583 1769584 1769585 1769586 1769587 1769588 1769589 1769590 1769591 1769592 1769593 1769594 1769595 1769596 1769597 1769598 1769599 1769600 1769601 1769602 1769603 1769604 1769605 1769606 1769607 1769608 1769609 1769610 1769611 1769612 1769613 1769614 1769615 1769616 1769617 1769618 1769619 1769620 1769621 1769622 1769623 1769624 1769625 1769626 1769627 1769628 1769629 1769630 1769631 1769632 1769633 1769634 1769635 1769636 1769637 1769638 1769639 1769640 1769641 1769642 1769643 1769644 1769645 1769646 1769647 1769648 1769649 1769650 1769651 1769652 1769653 1769654 1769655 1769656 1769657 1769658 1769659 1769660 1769661 1769662 1769663 1769664 1769665 1769666 1769667 1769668 1769669 1769670 1769671 1769672 1769673 1769674 1769675 1769676 1769677 1769678 1769679 1769680 1769681 1769682 1769683 1769684 1769685 1769686 1769687 1769688 1769689 1769690 1769691 1769692 1769693 1769694 1769695 1769696 1769697 1769698 1769699 1769700 1769701 1769702 1769703 1769704 1769705 1769706 1769707 1769708 1769709 1769710 1769711 1769712 1769713 1769714 1769715 1769716 1769717 1769718 1769719 1769720 1769721 1769722 1769723 1769724 1769725 1769726 1769727 1769728 1769729 1769730 1769731 1769732 1769733 1769734 1769735 1769736 1769737 1769738 1769739 1769740 1769741 1769742 1769743 1769744 1769745 1769746 1769747 1769748 1769749 1769750 1769751 1769752 1769753 1769754 1769755 1769756 1769757 1769758 1769759 1769760 1769761 1769762 1769763 1769764 1769765 1769766 1769767 1769768 1769769 1769770 1769771 1769772 1769773 1769774 1769775 1769776 1769777 1769778 1769779 1769780 1769781 1769782 1769783 1769784 1769785 1769786 1769787 1769788 1769789 1769790 1769791 1769792 1769793 1769794 1769795 1769796 1769797 1769798 1769799 1769800 1769801 1769802 1769803 1769804 1769805 1769806 1769807 1769808 1769809 1769810 1769811 1769812 1769813 1769814 1769815 1769816 1769817 1769818 1769819 1769820 1769821 1769822 1769823 1769824 1769825 1769826 1769827 1769828 1769829 1769830 1769831 1769832 1769833 1769834 1769835 1769836 1769837 1769838 1769839 1769840 1769841 1769842 1769843 1769844 1769845 1769846 1769847 1769848 1769849 1769850 1769851 1769852 1769853 1769854 1769855 1769856 1769857 1769858 1769859 1769860 1769861 1769862 1769863 1769864 1769865 1769866 1769867 1769868 1769869 1769870 1769871 1769872 1769873 1769874 1769875 1769876 1769877 1769878 1769879 1769880 1769881 1769882 1769883 1769884 1769885 1769886 1769887 1769888 1769889 1769890 1769891 1769892 1769893 1769894 1769895 1769896 1769897 1769898 1769899 1769900 1769901 1769902 1769903 1769904 1769905 1769906 1769907 1769908 1769909 1769910 1769911 1769912 1769913 1769914 1769915 1769916 1769917 1769918 1769919 1769920 1769921 1769922 1769923 1769924 1769925 1769926 1769927 1769928 1769929 1769930 1769931 1769932 1769933 1769934 1769935 1769936 1769937 1769938 1769939 1769940 1769941 1769942 1769943 1769944 1769945 1769946 1769947 1769948 1769949 1769950 1769951 1769952 1769953 1769954 1769955 1769956 1769957 1769958 1769959 1769960 1769961 1769962 1769963 1769964 1769965 1769966 1769967 1769968 1769969 1769970 1769971 1769972 1769973 1769974 1769975 1769976 1769977 1769978 1769979 1769980 1769981 1769982 1769983 1769984 1769985 1769986 1769987 1769988 1769989 1769990 1769991 1769992 1769993 1769994 1769995 1769996 1769997 1769998 1769999 1770000 1770001 1770002 1770003 1770004 1770005 1770006 1770007 1770008 1770009 1770010 1770011 1770012 1770013 1770014 1770015 1770016 1770017 1770018 1770019 1770020 1770021 1770022 1770023 1770024 1770025 1770026 1770027 1770028 1770029 1770030 1770031 1770032 1770033 1770034 1770035 1770036 1770037 1770038 1770039 1770040 1770041 1770042 1770043 1770044 1770045 1770046 1770047 1770048 1770049 1770050 1770051 1770052 1770053 1770054 1770055 1770056 1770057 1770058 1770059 1770060 1770061 1770062 1770063 1770064 1770065 1770066 1770067 1770068 1770069 1770070 1770071 1770072 1770073 1770074 1770075 1770076 1770077 1770078 1770079 1770080 1770081 1770082 1770083 1770084 1770085 1770086 1770087 1770088 1770089 1770090 1770091 1770092 1770093 1770094 1770095 1770096 1770097 1770098 1770099 1770100 1770101 1770102 1770103 1770104 1770105 1770106 1770107 1770108 1770109 1770110 1770111 1770112 1770113 1770114 1770115 1770116 1770117 1770118 1770119 1770120 1770121 1770122 1770123 1770124 1770125 1770126 1770127 1770128 1770129 1770130 1770131 1770132 1770133 1770134 1770135 1770136 1770137 1770138 1770139 1770140 1770141 1770142 1770143 1770144 1770145 1770146 1770147 1770148 1770149 1770150 1770151 1770152 1770153 1770154 1770155 1770156 1770157 1770158 1770159 1770160 1770161 1770162 1770163 1770164 1770165 1770166 1770167 1770168 1770169 1770170 1770171 1770172 1770173 1770174 1770175 1770176 1770177 1770178 1770179 1770180 1770181 1770182 1770183 1770184 1770185 1770186 1770187 1770188 1770189 1770190 1770191 1770192 1770193 1770194 1770195 1770196 1770197 1770198 1770199 1770200 1770201 1770202 1770203 1770204 1770205 1770206 1770207 1770208 1770209 1770210 1770211 1770212 1770213 1770214 1770215 1770216 1770217 1770218 1770219 1770220 1770221 1770222 1770223 1770224 1770225 1770226 1770227 1770228 1770229 1770230 1770231 1770232 1770233 1770234 1770235 1770236 1770237 1770238 1770239 1770240 1770241 1770242 1770243 1770244 1770245 1770246 1770247 1770248 1770249 1770250 1770251 1770252 1770253 1770254 1770255 1770256 1770257 1770258 1770259 1770260 1770261 1770262 1770263 1770264 1770265 1770266 1770267 1770268 1770269 1770270 1770271 1770272 1770273 1770274 1770275 1770276 1770277 1770278 1770279 1770280 1770281 1770282 1770283 1770284 1770285 1770286 1770287 1770288 1770289 1770290 1770291 1770292 1770293 1770294 1770295 1770296 1770297 1770298 1770299 1770300 1770301 1770302 1770303 1770304 1770305 1770306 1770307 1770308 1770309 1770310 1770311 1770312 1770313 1770314 1770315 1770316 1770317 1770318 1770319 1770320 1770321 1770322 1770323 1770324 1770325 1770326 1770327 1770328 1770329 1770330 1770331 1770332 1770333 1770334 1770335 1770336 1770337 1770338 1770339 1770340 1770341 1770342 1770343 1770344 1770345 1770346 1770347 1770348 1770349 1770350 1770351 1770352 1770353 1770354 1770355 1770356 1770357 1770358 1770359 1770360 1770361 1770362 1770363 1770364 1770365 1770366 1770367 1770368 1770369 1770370 1770371 1770372 1770373 1770374 1770375 1770376 1770377 1770378 1770379 1770380 1770381 1770382 1770383 1770384 1770385 1770386 1770387 1770388 1770389 1770390 1770391 1770392 1770393 1770394 1770395 1770396 1770397 1770398 1770399 1770400 1770401 1770402 1770403 1770404 1770405 1770406 1770407 1770408 1770409 1770410 1770411 1770412 1770413 1770414 1770415 1770416 1770417 1770418 1770419 1770420 1770421 1770422 1770423 1770424 1770425 1770426 1770427 1770428 1770429 1770430 1770431 1770432 1770433 1770434 1770435 1770436 1770437 1770438 1770439 1770440 1770441 1770442 1770443 1770444 1770445 1770446 1770447 1770448 1770449 1770450 1770451 1770452 1770453 1770454 1770455 1770456 1770457 1770458 1770459 1770460 1770461 1770462 1770463 1770464 1770465 1770466 1770467 1770468 1770469 1770470 1770471 1770472 1770473 1770474 1770475 1770476 1770477 1770478 1770479 1770480 1770481 1770482 1770483 1770484 1770485 1770486 1770487 1770488 1770489 1770490 1770491 1770492 1770493 1770494 1770495 1770496 1770497 1770498 1770499 1770500 1770501 1770502 1770503 1770504 1770505 1770506 1770507 1770508 1770509 1770510 1770511 1770512 1770513 1770514 1770515 1770516 1770517 1770518 1770519 1770520 1770521 1770522 1770523 1770524 1770525 1770526 1770527 1770528 1770529 1770530 1770531 1770532 1770533 1770534 1770535 1770536 1770537 1770538 1770539 1770540 1770541 1770542 1770543 1770544 1770545 1770546 1770547 1770548 1770549 1770550 1770551 1770552 1770553 1770554 1770555 1770556 1770557 1770558 1770559 1770560 1770561 1770562 1770563 1770564 1770565 1770566 1770567 1770568 1770569 1770570 1770571 1770572 1770573 1770574 1770575 1770576 1770577 1770578 1770579 1770580 1770581 1770582 1770583 1770584 1770585 1770586 1770587 1770588 1770589 1770590 1770591 1770592 1770593 1770594 1770595 1770596 1770597 1770598 1770599 1770600 1770601 1770602 1770603 1770604 1770605 1770606 1770607 1770608 1770609 1770610 1770611 1770612 1770613 1770614 1770615 1770616 1770617 1770618 1770619 1770620 1770621 1770622 1770623 1770624 1770625 1770626 1770627 1770628 1770629 1770630 1770631 1770632 1770633 1770634 1770635 1770636 1770637 1770638 1770639 1770640 1770641 1770642 1770643 1770644 1770645 1770646 1770647 1770648 1770649 1770650 1770651 1770652 1770653 1770654 1770655 1770656 1770657 1770658 1770659 1770660 1770661 1770662 1770663 1770664 1770665 1770666 1770667 1770668 1770669 1770670 1770671 1770672 1770673 1770674 1770675 1770676 1770677 1770678 1770679 1770680 1770681 1770682 1770683 1770684 1770685 1770686 1770687 1770688 1770689 1770690 1770691 1770692 1770693 1770694 1770695 1770696 1770697 1770698 1770699 1770700 1770701 1770702 1770703 1770704 1770705 1770706 1770707 1770708 1770709 1770710 1770711 1770712 1770713 1770714 1770715 1770716 1770717 1770718 1770719 1770720 1770721 1770722 1770723 1770724 1770725 1770726 1770727 1770728 1770729 1770730 1770731 1770732 1770733 1770734 1770735 1770736 1770737 1770738 1770739 1770740 1770741 1770742 1770743 1770744 1770745 1770746 1770747 1770748 1770749 1770750 1770751 1770752 1770753 1770754 1770755 1770756 1770757 1770758 1770759 1770760 1770761 1770762 1770763 1770764 1770765 1770766 1770767 1770768 1770769 1770770 1770771 1770772 1770773 1770774 1770775 1770776 1770777 1770778 1770779 1770780 1770781 1770782 1770783 1770784 1770785 1770786 1770787 1770788 1770789 1770790 1770791 1770792 1770793 1770794 1770795 1770796 1770797 1770798 1770799 1770800 1770801 1770802 1770803 1770804 1770805 1770806 1770807 1770808 1770809 1770810 1770811 1770812 1770813 1770814 1770815 1770816 1770817 1770818 1770819 1770820 1770821 1770822 1770823 1770824 1770825 1770826 1770827 1770828 1770829 1770830 1770831 1770832 1770833 1770834 1770835 1770836 1770837 1770838 1770839 1770840 1770841 1770842 1770843 1770844 1770845 1770846 1770847 1770848 1770849 1770850 1770851 1770852 1770853 1770854 1770855 1770856 1770857 1770858 1770859 1770860 1770861 1770862 1770863 1770864 1770865 1770866 1770867 1770868 1770869 1770870 1770871 1770872 1770873 1770874 1770875 1770876 1770877 1770878 1770879 1770880 1770881 1770882 1770883 1770884 1770885 1770886 1770887 1770888 1770889 1770890 1770891 1770892 1770893 1770894 1770895 1770896 1770897 1770898 1770899 1770900 1770901 1770902 1770903 1770904 1770905 1770906 1770907 1770908 1770909 1770910 1770911 1770912 1770913 1770914 1770915 1770916 1770917 1770918 1770919 1770920 1770921 1770922 1770923 1770924 1770925 1770926 1770927 1770928 1770929 1770930 1770931 1770932 1770933 1770934 1770935 1770936 1770937 1770938 1770939 1770940 1770941 1770942 1770943 1770944 1770945 1770946 1770947 1770948 1770949 1770950 1770951 1770952 1770953 1770954 1770955 1770956 1770957 1770958 1770959 1770960 1770961 1770962 1770963 1770964 1770965 1770966 1770967 1770968 1770969 1770970 1770971 1770972 1770973 1770974 1770975 1770976 1770977 1770978 1770979 1770980 1770981 1770982 1770983 1770984 1770985 1770986 1770987 1770988 1770989 1770990 1770991 1770992 1770993 1770994 1770995 1770996 1770997 1770998 1770999 1771000 1771001 1771002 1771003 1771004 1771005 1771006 1771007 1771008 1771009 1771010 1771011 1771012 1771013 1771014 1771015 1771016 1771017 1771018 1771019 1771020 1771021 1771022 1771023 1771024 1771025 1771026 1771027 1771028 1771029 1771030 1771031 1771032 1771033 1771034 1771035 1771036 1771037 1771038 1771039 1771040 1771041 1771042 1771043 1771044 1771045 1771046 1771047 1771048 1771049 1771050 1771051 1771052 1771053 1771054 1771055 1771056 1771057 1771058 1771059 1771060 1771061 1771062 1771063 1771064 1771065 1771066 1771067 1771068 1771069 1771070 1771071 1771072 1771073 1771074 1771075 1771076 1771077 1771078 1771079 1771080 1771081 1771082 1771083 1771084 1771085 1771086 1771087 1771088 1771089 1771090 1771091 1771092 1771093 1771094 1771095 1771096 1771097 1771098 1771099 1771100 1771101 1771102 1771103 1771104 1771105 1771106 1771107 1771108 1771109 1771110 1771111 1771112 1771113 1771114 1771115 1771116 1771117 1771118 1771119 1771120 1771121 1771122 1771123 1771124 1771125 1771126 1771127 1771128 1771129 1771130 1771131 1771132 1771133 1771134 1771135 1771136 1771137 1771138 1771139 1771140 1771141 1771142 1771143 1771144 1771145 1771146 1771147 1771148 1771149 1771150 1771151 1771152 1771153 1771154 1771155 1771156 1771157 1771158 1771159 1771160 1771161 1771162 1771163 1771164 1771165 1771166 1771167 1771168 1771169 1771170 1771171 1771172 1771173 1771174 1771175 1771176 1771177 1771178 1771179 1771180 1771181 1771182 1771183 1771184 1771185 1771186 1771187 1771188 1771189 1771190 1771191 1771192 1771193 1771194 1771195 1771196 1771197 1771198 1771199 1771200 1771201 1771202 1771203 1771204 1771205 1771206 1771207 1771208 1771209 1771210 1771211 1771212 1771213 1771214 1771215 1771216 1771217 1771218 1771219 1771220 1771221 1771222 1771223 1771224 1771225 1771226 1771227 1771228 1771229 1771230 1771231 1771232 1771233 1771234 1771235 1771236 1771237 1771238 1771239 1771240 1771241 1771242 1771243 1771244 1771245 1771246 1771247 1771248 1771249 1771250 1771251 1771252 1771253 1771254 1771255 1771256 1771257 1771258 1771259 1771260 1771261 1771262 1771263 1771264 1771265 1771266 1771267 1771268 1771269 1771270 1771271 1771272 1771273 1771274 1771275 1771276 1771277 1771278 1771279 1771280 1771281 1771282 1771283 1771284 1771285 1771286 1771287 1771288 1771289 1771290 1771291 1771292 1771293 1771294 1771295 1771296 1771297 1771298 1771299 1771300 1771301 1771302 1771303 1771304 1771305 1771306 1771307 1771308 1771309 1771310 1771311 1771312 1771313 1771314 1771315 1771316 1771317 1771318 1771319 1771320 1771321 1771322 1771323 1771324 1771325 1771326 1771327 1771328 1771329 1771330 1771331 1771332 1771333 1771334 1771335 1771336 1771337 1771338 1771339 1771340 1771341 1771342 1771343 1771344 1771345 1771346 1771347 1771348 1771349 1771350 1771351 1771352 1771353 1771354 1771355 1771356 1771357 1771358 1771359 1771360 1771361 1771362 1771363 1771364 1771365 1771366 1771367 1771368 1771369 1771370 1771371 1771372 1771373 1771374 1771375 1771376 1771377 1771378 1771379 1771380 1771381 1771382 1771383 1771384 1771385 1771386 1771387 1771388 1771389 1771390 1771391 1771392 1771393 1771394 1771395 1771396 1771397 1771398 1771399 1771400 1771401 1771402 1771403 1771404 1771405 1771406 1771407 1771408 1771409 1771410 1771411 1771412 1771413 1771414 1771415 1771416 1771417 1771418 1771419 1771420 1771421 1771422 1771423 1771424 1771425 1771426 1771427 1771428 1771429 1771430 1771431 1771432 1771433 1771434 1771435 1771436 1771437 1771438 1771439 1771440 1771441 1771442 1771443 1771444 1771445 1771446 1771447 1771448 1771449 1771450 1771451 1771452 1771453 1771454 1771455 1771456 1771457 1771458 1771459 1771460 1771461 1771462 1771463 1771464 1771465 1771466 1771467 1771468 TooltipText=null 12:32:40.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:32:40.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:40.311 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:32:40.311 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:40.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:40.311 INFO [WorkbenchTestable][AbstractView] Launch removed 12:32:40.351 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:40.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:40.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:32:40.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:40.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:40.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:40.354 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:40.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:32:40.355 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:40.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:40.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:40.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:40.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:40.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:40.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:40.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.358 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:40.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:40.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:40.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:32:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:40.380 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:40.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:40.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:40.413 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:40.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:40.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:40.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:40.414 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:40.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:40.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:40.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:40.414 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:40.415 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:40.415 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:40.415 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:40.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:32:41.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:32:41.416 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:32:41.416 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:41.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:41.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:41.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:41.417 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:32:41.418 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.074 seconds)' 12:32:41.418 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:32:41.418 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:32:41.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:32:41.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:32:41.418 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:41.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:41.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:41.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:41.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:41.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:41.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:41.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:41.419 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:32:41.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:32:41.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:41.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:41.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 12:32:41.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:41.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:41.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:41.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:41.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:41.421 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:41.500 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:32:41.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:41.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:41.501 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:41.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:41.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:41.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:41.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:41.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:41.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:41.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:41.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:41.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:41.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:41.503 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:41.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:41.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:41.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:41.516 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:41.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:41.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:41.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:41.517 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:41.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:41.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:41.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:41.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:41.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:41.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:42.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:42.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:42.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:42.541 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:42.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:42.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:42.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 12:32:42.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:42.542 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:32:42.542 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:32:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:32:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:42.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:32:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:32:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:42.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:32:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:42.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:32:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:42.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:32:42.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:32:42.544 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:32:42.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:32:42.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:32:42.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:42.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:42.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:42.547 DEBUG [main][MenuItemLookup] Item match:Run 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:32:42.547 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:42.548 DEBUG [main][MenuItemLookup] Item match:Run As 12:32:42.548 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:32:42.548 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:32:42.548 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:32:42.548 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:32:42.548 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:32:42.551 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:32:42.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:32:42.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:42.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:42.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:42.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:42.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:42.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:42.732 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:42.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:42.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:32:42.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:32:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reveal End of Document' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:42.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:32:42.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:42.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:42.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:42.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:42.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:42.805 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:42.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:42.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:42.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:42.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:42.806 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:42.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:42.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:42.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:42.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:42.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:32:42.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.827 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:42.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:42.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:42.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 '\*?\QConsole\E') 12:32:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:42.836 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:42.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:42.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:42.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:42.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:42.837 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:42.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:42.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:42.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:42.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:42.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:42.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:32:42.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:42.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:42.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:42.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:42.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:42.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:42.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:42.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:42.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:42.868 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:42.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:42.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:42.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:42.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:42.870 INFO [WorkbenchTestable][AbstractView] Clearing console 12:32:42.870 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:42.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:42.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:42.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:42.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:42.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Clear Console") 12:32:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:42.872 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Clear Console 12:32:42.872 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:42.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:42.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is ""... 12:32:42.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is "" finished successfully 12:32:42.873 INFO [WorkbenchTestable][AbstractView] Console cleared 12:32:42.873 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:42.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:42.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:42.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:32:42.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:42.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:42.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:42.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:42.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:42.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:32:42.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:42.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" failed, NO exception will be thrown 12:32:43.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:43.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:43.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:43.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:32:43.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.886 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:32:43.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:43.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:43.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:43.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:32:43.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:43.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:43.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:43.897 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:43.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:43.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:43.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:43.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:43.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:43.898 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:43.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:43.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:43.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:43.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:43.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:43.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.917 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:43.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:43.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:43.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:32:43.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:43.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:43.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:32:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:43.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:43.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:43.919 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:32:43.919 INFO [WorkbenchTestable][AbstractView] Terminating console 12:32:43.920 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:43.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:43.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:43.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:32:43.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:43.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:43.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:32:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:43.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:43.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:43.921 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:32:43.921 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:32:43.921 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:43.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:43.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:43.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:32:43.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:32:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:43.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:43.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:32:43.922 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:32:43.922 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:32:43.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:43.923 INFO [WorkbenchTestable][AbstractView] Launch removed 12:32:43.975 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:32:43.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:32:43.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:43.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:32:43.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:43.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:43.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:43.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:43.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:32:43.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.979 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:43.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:32:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:43.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:32:43.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:43.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:43.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:43.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:43.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:43.981 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:43.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:44.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:44.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:44.017 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:44.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:44.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:44.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:44.018 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:44.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:44.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:44.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:44.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:44.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:44.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:45.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:45.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:45.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:45.019 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:45.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:45.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:45.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:45.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 12:32:45.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:45.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:45.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:45.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:45.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:45.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:32:45.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:32:45.021 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:32:45.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:32:45.024 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:32:45.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:45.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.062 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:45.062 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:32:45.062 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:32:45.062 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:32:45.062 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:32:45.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:45.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:45.066 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Project' via Explorer 12:32:45.066 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:32:45.066 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:32:45.066 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:32:45.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:32:45.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:45.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:45.097 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:45.097 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:32:45.097 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:32:45.097 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:32:45.097 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:32:45.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:32:45.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:32:45.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:32:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:45.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:45.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:45.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:32:45.695 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:32:45.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:45.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:45.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:45.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:45.695 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:32:45.695 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:32:45.695 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:32:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:45.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:45.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:45.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:32:45.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:32:45.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:45.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:45.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:45.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:45.696 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:32:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:45.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:45.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:45.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:32:45.700 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:32:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:32:46.201 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:32:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:46.201 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:32:46.201 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:46.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.969 s - in org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 7.123 s consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 24.371 s testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 2.725 s toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 2.626 s testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 10.116 s consoleHasTextTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 0.028 s getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.583 s testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 2.646 s testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 7.086 s testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.623 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:32:46.221 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:32:46.223 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:32:46.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:46.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:32:46.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:46.223 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:32:46.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:46.223 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:32:46.223 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:46.223 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:46.224 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 12:32:46.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:32:46.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:46.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:46.224 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:46.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:46.229 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 12:32:46.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:46.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:46.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:46.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:46.229 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:46.229 DEBUG [main][MenuItemLookup] Item match:Window 12:32:46.230 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:46.230 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:46.230 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:46.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:46.230 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:46.230 DEBUG [main][MenuItemLookup] Item match:Show View 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:46.234 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:32:46.234 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:32:46.246 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:32:46.246 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:32:46.246 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:32:46.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:32:46.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:32:46.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:32:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:46.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:32:46.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:46.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:46.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:46.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:46.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:46.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:46.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:46.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:46.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:46.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:46.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:46.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 12:32:46.309 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 12:32:46.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 12:32:46.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 12:32:46.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:46.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:46.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:46.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:46.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:46.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.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 "Open") 12:32:46.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:46.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:46.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:46.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:46.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:46.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:46.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:46.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:46.310 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:32:46.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:46.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:46.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:46.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 12:32:46.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 12:32:46.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:46.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:46.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:46.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:46.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E') 12:32:46.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:46.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:46.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:46.454 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:32:46.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:32:46.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:46.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:46.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:46.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:46.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:46.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:46.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:46.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:32:46.460 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:32:46.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:32:46.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:46.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:32:46.474 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 12:32:46.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:32:46.639 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:46.644 DEBUG [main][BrowserProgressListener] Calling chanded() 12:32:47.012 DEBUG [main][BrowserProgressListener] Calling chanded() 12:32:47.139 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:47.243 DEBUG [main][BrowserProgressListener] Calling chanded() 12:32:47.462 DEBUG [main][BrowserProgressListener] Calling chanded() 12:32:47.639 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:47.649 DEBUG [main][BrowserProgressListener] Calling chanded() 12:32:48.139 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:48.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:32:48.139 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:32:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:32:58.141 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:32:58.141 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:32:58.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:32:58.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:58.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:32:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:32:58.179 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:32:58.180 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 12:32:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:32:58.180 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:58.181 DEBUG [main][BrowserProgressListener] Calling chanded() 12:32:58.333 DEBUG [main][BrowserProgressListener] Calling chanded() 12:32:58.680 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:58.755 DEBUG [main][BrowserProgressListener] Calling chanded() 12:32:59.180 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:32:59.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:32:59.181 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:33:09.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:09.181 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:09.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:09.181 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:09.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:09.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:09.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:09.223 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:09.224 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:09.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:09.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:09.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:09.236 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 12:33:09.236 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 12:33:09.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:09.236 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:33:09.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:33:09.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:09.288 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:09.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:09.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:09.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 12:33:09.297 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:09.297 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 12:33:09.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:33:09.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:09.297 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:09.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:09.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:09.303 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 12:33:09.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:09.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:09.304 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:33:09.304 DEBUG [main][MenuItemLookup] Item match:Window 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:09.304 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:33:09.304 DEBUG [main][MenuItemLookup] Item match:Show View 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:09.308 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:33:09.308 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:33:09.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:33:09.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:33:09.309 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:33:09.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:33:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:33:09.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:33:09.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:09.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:33:09.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:09.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:09.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:33:09.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:09.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:09.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:33:09.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:09.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:09.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:09.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 12:33:09.395 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 12:33:09.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 12:33:09.395 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 12:33:09.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:09.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:09.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:09.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.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 "Open") 12:33:09.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:09.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:09.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:09.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:09.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:09.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:09.396 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:33:09.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:09.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:09.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:09.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:09.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:33:09.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:33:09.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 12:33:09.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 12:33:09.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:09.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:09.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:09.481 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:09.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') 12:33:09.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:09.502 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:09.502 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:09.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:09.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:09.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:09.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:09.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:09.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:33:09.506 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:09.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:09.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:09.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:33:09.507 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=redhat' 12:33:09.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:09.573 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:09.593 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:09.850 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:10.073 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:10.088 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:10.192 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:10.574 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:10.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:10.574 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:33:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:20.574 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:20.574 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:20.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:20.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:20.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:20.585 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'https://www.google.cz/?q=jboss' 12:33:20.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:20.585 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:20.586 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:20.736 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:20.923 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:21.085 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:21.085 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:33:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:31.085 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:31.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:31.086 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:31.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:31.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:31.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:31.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:31.097 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:31.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:31.097 INFO [WorkbenchTestable][AbstractBrowser] Browser back 12:33:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:31.099 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:31.100 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:31.155 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:31.599 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:31.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:31.599 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:33:32.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss... 12:33:32.600 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:32.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:32.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:32.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:32.610 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=jboss finished successfully 12:33:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:32.610 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:32.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:32.610 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:32.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:32.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:32.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:32.621 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:32.621 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:32.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:32.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:32.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:32.631 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:32.631 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 12:33:32.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:32.632 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:32.633 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:32.683 DEBUG [main][BrowserProgressListener] Calling chanded() 12:33:33.132 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:33.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:33.132 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:33:34.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat... 12:33:34.133 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:34.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:34.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:34.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:34.143 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while browser is pointed to URL: https://www.google.cz/?q=redhat finished successfully 12:33:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:34.143 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:34.143 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:34.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:34.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:34.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:33:34.153 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:33:34.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:33:34.154 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:33:34.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:34.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:34.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=Google



 

Advanced search

Google offered in: čeština Français

© 2023 - Privacy - Terms

TooltipText=null 12:33:34.164 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 12:33:34.164 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 12:33:34.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:33:34.164 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:33:34.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:33:34.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:34.204 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:34.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 12:33:34.213 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:33:34.213 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:34.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:34.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:34.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.992 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 23.073 s testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 24.916 s Running org.eclipse.reddeer.eclipse.test.ui.browser.WebBrowserPreferencePageTest 12:33:34.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:33:34.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:34.228 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:33:34.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:34.228 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:33:34.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:34.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:34.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:34.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:34.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:34.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:33:34.229 DEBUG [main][MenuItemLookup] Item match:Window 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:34.229 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:33:34.229 DEBUG [main][MenuItemLookup] Item match:Preferences 12:33:34.229 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:33:34.229 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:33:34.229 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:33:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:33:34.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:33:34.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:33:34.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:34.368 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:33:34.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:34.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:33:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:34.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:33:34.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:34.370 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:34.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:33:34.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:34.370 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:34.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:34.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Web Browser 12:33:34.370 DEBUG [main][TreeItemHandler] Selecting tree item: Web Browser 12:33:34.371 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Web Browser about selection 12:33:34.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Web Browser 12:33:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widget which text matches: "Use e&xternal web browser") 12:33:34.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:34.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:34.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:34.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:33:34.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:34.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:34.599 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use e&xternal web browser already checked, no action performed 12:33:34.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:33:34.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:34.601 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:33:34.601 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:33:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:34.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:34.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:34.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:34.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widget which text matches: "Use &internal web browser") 12:33:34.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:34.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:34.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:34.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:33:34.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:34.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:34.605 INFO [WorkbenchTestable][RadioButton] Select radio button Use &internal web browser 12:33:34.605 INFO [WorkbenchTestable][AbstractButton] Click button Use &internal web browser 12:33:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:34.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:34.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:34.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:34.606 TRACE [main][WidgetHandler] Notify Button with event 27 12:33:34.606 TRACE [main][WidgetHandler] Wait for synchronization 12:33:34.606 TRACE [main][WidgetHandler] Notify Button with event 13 12:33:34.606 TRACE [main][WidgetHandler] Wait for synchronization 12:33:34.606 TRACE [main][WidgetHandler] Notify Button with event 26 12:33:34.606 TRACE [main][WidgetHandler] Wait for synchronization 12:33:34.606 TRACE [main][WidgetHandler] Notify Button with event 3 12:33:34.606 TRACE [main][WidgetHandler] Wait for synchronization 12:33:34.606 TRACE [main][WidgetHandler] Notify Button with event 4 12:33:34.606 TRACE [main][WidgetHandler] Wait for synchronization 12:33:34.606 TRACE [main][WidgetHandler] Notify Button with event 13 12:33:34.606 TRACE [main][WidgetHandler] Wait for synchronization 12:33:34.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:33:34.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:34.634 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:33:34.634 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:33:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:34.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:34.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:34.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:33:34.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:34.637 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:33:34.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:34.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:34.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:34.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:34.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:34.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:34.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 s - in org.eclipse.reddeer.eclipse.test.ui.browser.WebBrowserPreferencePageTest testBrowserPreferencePage(org.eclipse.reddeer.eclipse.test.ui.browser.WebBrowserPreferencePageTest) Time elapsed: 0.458 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:33:34.695 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:33:34.695 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:33:34.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:34.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:33:34.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:34.696 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:33:34.710 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:34.710 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:33:34.710 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:34.711 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:34.711 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 12:33:34.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:33:34.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:34.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:34.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:34.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@59868697 is found... 12:33:34.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@59868697 is found finished successfully 12:33:34.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.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') 12:33:34.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:34.860 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:34.860 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:33:34.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c16a178 is found... 12:33:34.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7c16a178 is found finished successfully 12:33:34.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.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') 12:33:34.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:34.871 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:34.871 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:33:34.871 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 12:33:34.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:34.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:34.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:34.871 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "[test-new] Test Title:.+"as the parent 12:33:34.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:34.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:33:34.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:33:34.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:34.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:34.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 12:33:34.874 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:33:34.874 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:34.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:34.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) Time elapsed: 0.163 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:33:34.935 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:33:34.935 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:33:34.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:34.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:33:34.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:34.936 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:33:34.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:34.936 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:33:34.936 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:34.936 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:34.937 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 12:33:34.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:33:34.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:34.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:34.937 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:35.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2aee2b18 is found... 12:33:35.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2aee2b18 is found finished successfully 12:33:35.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qa\E') 12:33:35.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:35.076 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:35.076 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:33:35.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f70f304 is found... 12:33:35.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1f70f304 is found finished successfully 12:33:35.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qa\E') 12:33:35.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:35.083 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:35.083 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:33:35.083 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 12:33:35.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:35.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:35.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:35.083 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "a"as the parent 12:33:35.083 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:35.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:33:35.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:33:35.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:35.084 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:35.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:35.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:35.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 12:33:35.085 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:33:35.085 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:35.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:35.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) Time elapsed: 0.148 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 12:33:35.136 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 12:33:35.138 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:33:35.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:35.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 12:33:35.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:35.139 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:33:35.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:35.139 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:33:35.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.141 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:35.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:35.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:35.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:35.142 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 12:33:35.142 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:35.142 DEBUG [main][MenuItemLookup] Item match:File 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:35.143 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:33:35.143 DEBUG [main][MenuItemLookup] Item match:Import... 12:33:35.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:33:35.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:33:35.143 INFO [main][MenuItemHandler] Select menu item: &Import... 12:33:35.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:33:35.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 12:33:35.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:33:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:35.257 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:33:35.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.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 12:33:35.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:33:35.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:35.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:35.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:33:35.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:35.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:35.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:35.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:35.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:33:35.259 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:33:35.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:33:35.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:33:35.267 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:33:35.267 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:33: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.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:35.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:35.269 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:35.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:35.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:35.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:35.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:35.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:33:35.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:33:35.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:35.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:35.435 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:33:35.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:33:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:33:35.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:33:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:35.436 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:33:35.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:35.436 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-multimodular-project.zip' 12:33:35.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:33:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:35.437 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:33:35.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:35.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:35.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:35.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:35.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:33:35.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:33:35.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:33:35.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:33:35.439 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-multimodular-project.zip 12:33:35.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:33:35.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:35.552 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:33:35.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:35.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:35.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:35.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:35.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:33:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:35.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:33:35.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:35.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:33:35.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:33:35.642 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 12:33:35.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:33:35.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:35.643 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 12:33:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:35.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:35.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:35.643 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:33:35.643 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:33:35.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:35.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:35.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:35.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:35.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:35.645 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:35.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:35.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:35.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:35.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:36.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... failed to create drawable failed to create drawable failed to create drawable failed to create drawable 12:33:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:36.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:36.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:36.549 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 12:33:36.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:36.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:36.550 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - b - Eclipse Platform' 12:33:36.550 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:36.550 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:33:36.550 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:33:36.550 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:33:36.550 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:33:36.550 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:33:36.550 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:33:36.550 DEBUG [main][MenuItemLookup] Item match:Window 12:33:36.551 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:33:36.551 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:33:36.551 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:33:36.551 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:36.551 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:33:36.551 DEBUG [main][MenuItemLookup] Item match:Show View 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:36.557 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:33:36.557 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:33:36.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:33:36.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:33:36.630 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:33:36.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:33:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:33:36.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:33:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:36.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:33:36.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:36.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:36.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:36.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:36.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:36.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:36.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:36.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:36.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:33:36.836 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:33:36.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:37.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:37.337 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:33:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:33:37.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:33:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:37.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:33:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:37.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:33:37.338 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 12:33:37.338 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 12:33:37.338 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 12:33:37.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 12:33:37.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:37.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:37.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:37.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:37.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:37.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 "Open") 12:33:37.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:37.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:37.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:37.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:37.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:37.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:37.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:37.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:37.343 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:33:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:37.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:37.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:33:37.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:33:37.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 12:33:37.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 12:33:37.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:37.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:37.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:37.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:37.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:37.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:37.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:37.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:37.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:37.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:37.660 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:37.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:37.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:37.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:37.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:37.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:37.740 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:37.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:37.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:37.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:33:37.742 INFO [WorkbenchTestable][ServersView2] Create new server 12:33:37.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:33:37.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:37.745 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:37.745 DEBUG [main][MenuItemLookup] Item match:New 12:33:37.746 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:33:37.746 DEBUG [main][MenuItemLookup] Item match:Server 12:33:37.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:33:37.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:33:37.747 INFO [main][MenuItemHandler] Select menu item: Server 12:33:38.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:33:38.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:33:38.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:33:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:38.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:33:38.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:38.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:38.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:33:38.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:38.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:38.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:33:38.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:38.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:38.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:33:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:38.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:38.161 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:33:38.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:38.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:33:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:38.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:38.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:38.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:38.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:38.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:33:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:33:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:33:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:38.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:33:38.241 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:33:38.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:38.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:33:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:33:38.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:33:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:38.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:33:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:38.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:33:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:33:38.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:33:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:38.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:38.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:38.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:33:38.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:38.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:38.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:33:38.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:38.747 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:33:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:38.747 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:33:38.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:33:38.747 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:33:38.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:33:38.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:33:38.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:38.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:38.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:38.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:38.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:38.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:38.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:39.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:39.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:33:39.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:39.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:39.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:39.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:39.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:39.835 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:39.836 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 12:33:39.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:33:39.838 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:33:39.838 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:33:40.338 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:33:40.338 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:33:40.838 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:33:40.838 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:33:41.338 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:33:41.339 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:33:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:33:41.839 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:33:41.839 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:33:41.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:41.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:41.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:41.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:41.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:41.842 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:41.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:41.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:41.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:41.842 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:41.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:42.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:42.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:42.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:42.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:42.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:42.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:42.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:42.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:42.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:42.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:42.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:42.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.447 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:33:42.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:42.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:42.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:42.456 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:42.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:42.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:42.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 12:33:42.531 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:42.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:33:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:42.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:42.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:42.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:42.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:42.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:42.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:42.544 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:42.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:42.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:42.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 12:33:42.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.626 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:33:42.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:42.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:42.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:42.631 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:42.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:42.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:42.636 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:42.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:42.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:42.638 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:42.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:33:42.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:42.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:42.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:42.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:42.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:42.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') 12:33:42.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:42.664 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:42.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:42.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:42.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:42.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:42.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:42.736 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:42.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:42.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:42.739 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:33:42.739 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:33:42.739 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:33:42.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:33:42.840 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:42.842 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 12:33:42.842 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:42.843 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:42.844 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 12:33:42.844 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:42.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:42.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:42.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:42.845 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:33:42.845 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:33:42.845 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:33:42.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:33:42.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:42.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:42.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:33:42.959 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:33:42.959 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:33:42.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:33:42.959 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:33:42.959 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:33:43.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:33:43.032 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:33:44.052 DEBUG [Worker-9: Starting Server ABC][AbstractWait] Wait for 1 seconds 12:33:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:33:45.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:33:45.531 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:45.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:45.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:45.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:33:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:45.533 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:45.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:45.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:45.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:45.534 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:33:45.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:45.534 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:45.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:45.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:45.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:45.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:33:45.535 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:33:45.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:33:45.541 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:33:45.541 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:33:45.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:45.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:45.563 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:33:45.563 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:33:45.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:33:45.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:33:45.564 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:33:45.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:33:45.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:45.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:45.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:33:45.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:33:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:45.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:33:45.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:45.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:45.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:45.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:45.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:45.737 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:33:45.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:45.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:45.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:45.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:45.740 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:33:45.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:45.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:45.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:45.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:45.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:45.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:45.742 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:45.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:45.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:45.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:45.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:45.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:33:45.762 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:33:45.766 DEBUG [Worker-11: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:33:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:33:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:46.263 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:33:46.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:47.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:47.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 12:33:47.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 12:33:47.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:47.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:47.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:47.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:47.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:47.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:47.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:47.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:47.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:47.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:47.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:47.289 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:47.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:47.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:47.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:47.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:47.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:33:47.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:47.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:47.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:47.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:47.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:47.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:47.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:47.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:47.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:47.301 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:47.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:47.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:47.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:47.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:47.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:47.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - b - Eclipse Platform' 12:33:47.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:47.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:47.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:47.339 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:47.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:47.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:47.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:47.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:47.342 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:33:47.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:33:47.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:47.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:47.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:33:47.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:33:47.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:47.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:33:47.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:47.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:33:47.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:47.846 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:47.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:47.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:47.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:47.848 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:47.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 12:33:47.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:47.861 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:47.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:47.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:47.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:47.862 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:47.862 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] about selection 12:33:47.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:47.868 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-multimodular-project-ear(server-multimodular-project) [Synchronized] and wait with time period 1 12:33:47.868 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:47.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:48.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:48.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:48.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:48.370 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item server-multimodular-project-ear(server-multimodular-project) [Synchronized] is already expanded. No action performed 12:33:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:48.370 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-multimodular-project-ear(server-multimodular-project) [Synchronized] 12:33:48.370 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.371 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 12:33:48.371 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 12:33:48.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 12:33:48.382 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 12:33:48.383 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-ejb [Synchronized] 12:33:48.384 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-ejb [Synchronized] 12:33:48.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-ejb [Synchronized] about selection 12:33:48.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-ejb [Synchronized] 12:33:48.390 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.391 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 12:33:48.391 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 12:33:48.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 12:33:48.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 12:33:48.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-multimodular-project-jar [Synchronized] 12:33:48.402 DEBUG [main][TreeItemHandler] Selecting tree item: server-multimodular-project-jar [Synchronized] 12:33:48.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-multimodular-project-jar [Synchronized] about selection 12:33:48.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-multimodular-project-jar [Synchronized] 12:33:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:48.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - b - Eclipse Platform 12:33:48.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:48.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:48.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 12:33:48.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:48.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:48.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:48.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:48.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBasicServerSubmoduleMethods no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest) 12:33:48.427 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - b - Eclipse Platform TooltipText=null 12:33:48.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:48.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:48.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:33:48.429 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:33:48.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:33:48.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:33:48.437 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.438 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 12:33:48.438 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.439 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.440 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 12:33:48.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:48.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:48.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:33:48.441 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:33:48.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:33:48.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:33:48.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:48.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:48.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:33:48.490 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:33:48.490 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:33:48.490 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:33:48.490 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:33:48.490 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:33:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:33:48.493 DEBUG [Worker-11: Stopping Server ABC][AbstractWait] Wait for 1 seconds 12:33:49.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:33:49.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:33:49.993 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:49.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:49.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:49.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:49.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:33:49.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:49.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:49.994 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:49.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:49.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:49.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:49.995 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:33:49.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:49.995 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:33:49.996 DEBUG [main][EditorHandler] 2 editor(s) found 12:33:49.996 DEBUG [WorkbenchTestable][EditorHandler] Closing editor [test-new] Test Title:.+ 12:33:50.018 DEBUG [WorkbenchTestable][EditorHandler] Editor [test-new] Test Title:.+ is closed 12:33:50.019 DEBUG [WorkbenchTestable][EditorHandler] Closing editor a 12:33:50.192 DEBUG [WorkbenchTestable][EditorHandler] Editor a is closed 12:33:50.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:50.197 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:33:50.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:50.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:50.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:50.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:50.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:50.198 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:50.198 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:33:50.198 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:33:50.198 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:33:50.198 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:33:50.198 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:33:50.198 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:33:50.198 DEBUG [main][MenuItemLookup] Item match:Window 12:33:50.199 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:33:50.199 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:33:50.199 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:33:50.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:50.199 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:33:50.199 DEBUG [main][MenuItemLookup] Item match:Show View 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:33:50.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:50.203 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:33:50.203 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:33:50.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:33:50.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:33:50.203 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:33:50.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:33:50.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:33:50.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:33:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:50.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:33:50.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:50.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:50.271 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:50.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:50.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:50.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:33:50.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:50.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:50.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:50.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:33:50.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:50.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:50.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:50.273 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:33:50.273 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:33:50.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:33:50.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:33:50.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:50.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:50.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:50.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:50.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:50.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:33:50.274 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:50.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:50.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:50.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:50.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:50.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:50.275 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:33:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:50.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:50.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:33:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:33:50.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:33:50.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:50.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:33:50.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:50.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:50.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:50.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:50.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:50.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:50.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:50.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:50.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:50.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:50.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:50.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:50.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:50.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:50.331 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:50.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:50.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:50.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:50.332 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:50.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:50.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:50.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:50.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:50.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:50.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:51.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:51.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:51.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:51.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:51.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:51.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:51.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:51.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:51.334 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 12:33:51.335 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 12:33:51.335 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 12:33:51.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:51.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:51.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:51.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:51.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:51.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:52.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:52.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:52.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:52.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:52.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:52.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:52.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:52.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:52.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:52.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:52.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:52.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:52.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:52.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ear 12:33:52.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-ejb 12:33:52.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-multimodular-project-jar 12:33:52.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:52.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:52.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:52.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:52.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:52.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:52.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:52.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:52.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:52.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:52.339 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:33:52.339 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:33:52.339 DEBUG [main][TreeItemHandler] Set Tree selection 12:33:52.339 DEBUG [main][TreeHandler] Notify Tree about selection event 12:33:52.348 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:33:52.350 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ear 12:33:52.350 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-ejb 12:33:52.350 DEBUG [WorkbenchTestable][TreeItemHandler] server-multimodular-project-jar 12:33:52.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:52.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:52.401 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:33:52.401 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:33:52.401 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:33:52.401 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:33:52.401 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:33:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:52.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:52.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:52.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:52.937 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:52.937 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:33:52.937 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:33:52.937 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:33:52.938 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:33:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:33:53.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:33:53.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:33:53.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:53.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: 32) 12:33:53.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:53.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:53.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:53.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:53.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:53.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:53.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:53.533 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:33:53.534 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:33:53.534 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:33:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:53.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:53.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:53.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 "OK") 12:33:53.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:53.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:53.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:53.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:53.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:53.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:53.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:53.535 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:53.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:53.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:53.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:53.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:33:53.539 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:33:54.040 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:33:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:33:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*', containing button 'Continue']] is available.... 12:33:54.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.utils.DeleteUtils$1$1, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:33:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:54.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*', containing button 'Continue']] is available. finished successfully 12:33:54.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:33:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:54.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:33:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:54.044 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 12:33:54.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:33:54.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:54.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:54.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:54.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:54.045 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 12:33:54.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:54.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:54.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:54.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:54.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:33:54.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:33:54.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:33:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:33:54.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:54.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:54.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:54.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:54.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:33:54.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:54.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:54.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.596 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:33:54.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:54.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:54.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 '\*?\QServers\E') 12:33:54.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:54.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:54.604 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:54.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:54.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:54.634 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:54.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:54.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:54.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:33:54.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:54.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:54.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:54.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:54.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:54.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:54.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:54.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:54.660 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:54.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:54.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:54.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:54.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:54.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:33:54.662 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:33:54.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:33:54.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:33:54.670 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:54.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:54.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:54.671 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 12:33:54.671 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:54.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:54.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:54.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:54.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:54.704 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:54.704 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:33:54.704 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:54.704 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:54.704 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:54.704 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:54.704 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:54.704 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:33:54.704 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:33:54.704 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:33:54.704 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:33:54.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:33:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:33:54.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:33:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:54.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:54.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:54.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:33:54.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:54.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:54.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:54.740 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:54.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:54.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:54.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:54.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:33:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:33:54.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.782 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:33:54.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:54.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:54.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:54.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:54.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:54.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:54.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:54.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:54.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:54.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:54.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 12:33:54.796 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:54.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:54.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:33:54.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:33:54.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:55.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:55.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:55.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:55.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:55.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:33:55.801 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:33:55.801 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 12:33:55.801 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:55.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:55.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:55.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:33:55.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:33:55.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:55.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:55.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:56.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:56.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:56.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:56.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:56.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:33:56.805 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:33:56.805 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:33:56.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 12:33:56.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:56.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:56.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:56.805 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerChildModuleTest 12:33:56.805 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:56.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:56.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:56.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:56.806 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: 21.67 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.163 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:33:56.825 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:33:56.826 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:33:56.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:56.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:33:56.826 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:56.826 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:33:56.827 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:56.827 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:33:56.827 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:56.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: "Import"] 12:33:56.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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: "Import"] 12:33:56.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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: "Import"] 12:33:56.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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: "Import"] 12:33:56.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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: "Import"] 12:33:56.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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: "Import"] 12:33:56.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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: "Import"] 12:33:56.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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: "Import"] 12:33:56.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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: "Import"] 12:33:56.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:56.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:56.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:56.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:56.843 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:56.843 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:56.843 DEBUG [main][MenuItemLookup] Item match:File 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:56.844 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:33:56.844 DEBUG [main][MenuItemLookup] Item match:Import... 12:33:56.845 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:33:56.845 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:33:56.845 INFO [main][MenuItemHandler] Select menu item: &Import... 12:33:56.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:33:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:33:56.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:33:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:56.917 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:33:56.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.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 12:33:56.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:56.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:56.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:56.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:56.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:33:56.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:56.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:56.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:33:56.919 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:56.919 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:56.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:56.919 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:33:56.920 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:33:56.920 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:33:56.920 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:33:56.920 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:33:56.920 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:33:56.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:56.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:56.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:56.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:56.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:56.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:56.921 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:56.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:56.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:56.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:56.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:56.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"] 12:33:56.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:33:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:56.989 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:33:56.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:33:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:33:56.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:33:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:56.989 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:33:56.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:56.989 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:33:56.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:33:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:56.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:56.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:56.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:56.990 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:33:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:56.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:56.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:56.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:33:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:56.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:33:56.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:33:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:56.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:33:56.992 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-multimodular-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:33:56.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:33:56.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:56.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:56.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:56.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:57.026 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:33:57.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:57.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:57.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:57.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:57.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:33:57.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:57.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:57.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:57.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:33:57.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:33:57.068 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 12:33:57.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:33:57.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:57.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:57.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:57.069 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 12:33:57.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:57.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:57.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:57.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:57.069 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:33:57.069 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:33:57.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:57.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:57.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:57.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:57.071 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:57.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:57.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:57.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:57.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:57.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:57.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:57.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:33:57.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:57.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:57.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:57.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:57.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:57.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:57.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:57.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:57.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:57.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:57.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:57.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:57.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:57.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:57.600 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:57.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:57.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:57.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:33:57.601 INFO [WorkbenchTestable][ServersView2] Create new server 12:33:57.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:33:57.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:57.602 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:57.602 DEBUG [main][MenuItemLookup] Item match:New 12:33:57.602 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:33:57.602 DEBUG [main][MenuItemLookup] Item match:Server 12:33:57.602 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:33:57.602 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:33:57.602 INFO [main][MenuItemHandler] Select menu item: Server 12:33:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:33:57.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:33:57.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:33:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:57.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:57.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:33:57.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:57.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:57.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:33:57.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:57.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:57.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 Server"] 12:33:57.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:57.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:57.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:33:57.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:57.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:57.752 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:33:57.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:57.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:33:57.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:57.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:57.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:57.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:33:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:33:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:33:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:33:57.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:33:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:58.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:58.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:33:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:33:58.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:33:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:58.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:33:58.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:58.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:33:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:33:58.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.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:33:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:58.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:58.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:58.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:33:58.261 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:33:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:58.261 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:33:58.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:58.261 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:33:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:33:58.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:33:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:58.262 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:33:58.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:58.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:33:58.262 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:33:58.262 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:33:58.262 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:33:58.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:33:58.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:58.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:58.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:58.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:58.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:58.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:58.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:58.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:58.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:33:58.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:58.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:58.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:58.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:58.774 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:58.774 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 12:33:58.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:33:58.775 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:33:58.775 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:33:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:33:59.275 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:33:59.275 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:33:59.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:59.280 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:59.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:59.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:59.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:59.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:33:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:59.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:59.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:59.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:33:59.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:59.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:59.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 '\*?\QServers\E') 12:33:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:59.801 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:59.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:59.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:59.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:59.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:59.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 12:33:59.804 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:59.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:59.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:59.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:33:59.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:59.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:59.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:59.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:59.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:59.826 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:59.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:59.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:59.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:59.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:59.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 12:33:59.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.832 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:33:59.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:59.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:59.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:59.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:59.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') 12:33:59.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:59.840 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:59.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:59.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:59.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:59.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:59.856 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:59.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:59.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:59.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 12:33:59.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:59.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:59.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:59.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:33:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:59.865 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:59.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:59.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:59.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:59.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:59.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:59.867 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:33:59.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:33:59.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:59.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:59.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:59.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:59.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:59.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:59.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:59.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') 12:33:59.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:59.875 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:33:59.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:33:59.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:59.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:59.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:59.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:33:59.905 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:33:59.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:33:59.915 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:33:59.915 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:33:59.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:59.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.934 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:33:59.934 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:33:59.934 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:33:59.934 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:33:59.934 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:33:59.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:33:59.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:59.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:59.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:33:59.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:33:59.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:59.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:59.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:33:59.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:00.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:00.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:00.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:00.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:00.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:00.001 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:00.001 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:00.001 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:00.001 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:00.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:34:00.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:00.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:00.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:00.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:00.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:00.002 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:34:00.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:00.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:00.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:00.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:00.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:34:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:00.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:00.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:00.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:00.012 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:34:00.012 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 12:34:00.012 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:34:00.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:00.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:00.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:00.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:00.012 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:34:00.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:00.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:00.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:00.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:00.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:00.013 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:00.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:00.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:00.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:00.016 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:00.516 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:00.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:00.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:00.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:00.517 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:00.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:01.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:01.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:01.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:01.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:01.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:01.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:01.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:01.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.019 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:01.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:01.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:01.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:01.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:01.023 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:01.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:01.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:01.031 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:01.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:01.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:01.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:01.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:01.032 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:01.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:01.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:01.043 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:01.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:01.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:01.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:01.044 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:01.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:01.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:01.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:01.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:01.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:01.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:01.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.044 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:01.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:01.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:01.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:01.045 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:01.045 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:01.045 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:01.051 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:01.052 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:01.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:01.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:01.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:01.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:01.053 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:01.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:01.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:01.062 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:34:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.063 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.063 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.063 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:01.063 DEBUG [main][MenuItemLookup] Item match:Edit 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:01.066 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:01.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:01.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:34:01.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:01.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:34:01.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.066 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.066 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:01.066 DEBUG [main][MenuItemLookup] Item match:Edit 12:34:01.067 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:34:01.067 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:34:01.067 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.067 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:34:01.067 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:01.067 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:01.067 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.067 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:01.067 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:01.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:01.067 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:01.067 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:34:01.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:34:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:34:01.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:34:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:01.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:01.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:34:01.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:01.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:01.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:01.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:01.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:01.106 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:01.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:01.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:01.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:01.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:01.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:34:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:34:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:34:11.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:34:11.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:34:11.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:34:11.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:11.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:11.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:11.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:11.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:11.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:11.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:11.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:11.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:11.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:11.208 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:11.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:11.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:11.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:11.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:11.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:11.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:11.208 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:11.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:11.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:11.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:11.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:11.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:11.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:34:11.211 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:34:11.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:34:11.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:34:11.218 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:34:11.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:11.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:11.250 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:34:11.250 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:34:11.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:34:11.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:34:11.250 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:34:11.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: "Add and Remove..."] is available.... 12:34:11.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:11.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:11.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:34:11.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:34:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:11.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:34:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:11.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:11.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:11.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:11.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:11.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:11.326 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:11.326 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:11.326 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:11.326 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:11.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:34:11.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:11.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:11.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:11.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:11.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:11.327 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:34:11.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:11.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:11.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:11.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:11.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:34:11.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:11.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:11.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:11.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:11.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:11.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:11.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:11.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:34:11.331 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:34:11.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:34:11.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:34:11.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:34:11.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:11.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:11.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:11.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:11.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:11.333 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:34:11.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:11.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:11.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:11.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:11.335 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:34:11.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:11.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:11.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:11.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:11.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:11.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:11.346 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:11.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:11.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:11.350 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:11.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:11.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:11.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:11.851 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:11.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:11.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:11.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:11.852 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:11.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:11.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:11.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:11.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:11.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:11.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:11.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:11.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:11.852 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:11.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:11.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:11.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:11.853 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:11.853 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:11.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:11.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:11.861 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:11.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:11.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:11.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:11.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:34:11.862 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:34:11.862 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:34:11.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:34:11.872 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:11.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:11.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:11.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:11.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:34:11.873 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:34:11.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:34:11.879 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:34:11.879 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:34:11.880 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:11.880 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:11.901 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:34:11.901 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:34:11.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:34:11.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:34:11.901 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:34:11.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:34:11.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:11.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:34:11.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:34:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:11.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<< Remove All") 12:34:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:11.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:11.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:11.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:11.978 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 12:34:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:11.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:11.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:11.980 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:34:11.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:11.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:11.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:11.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:11.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:11.982 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:11.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:11.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:11.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:11.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:12.018 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:34:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:34:12.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:34:12.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:34:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:12.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) 12:34:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:12.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:12.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:12.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:12.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:12.022 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:12.022 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:12.022 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:34:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:34:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:12.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:12.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:12.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:12.556 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:12.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:12.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:12.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:12.557 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:12.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:13.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:13.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:13.057 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:13.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:13.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:13.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:13.558 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:13.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:13.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:13.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:13.559 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:13.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:14.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:14.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:14.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:14.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:14.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:14.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:14.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:14.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:14.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:14.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:14.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:14.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:14.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:14.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:14.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:14.562 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:14.562 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:14.562 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:14.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:14.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:14.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:14.562 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:14.562 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:14.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:14.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:14.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:14.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:14.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:14.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:34:14.565 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:34:14.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:34:14.588 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:34:14.588 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:34:14.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:14.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:14.606 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:34:14.606 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:34:14.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:34:14.606 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:34:14.606 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:34:14.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:34:14.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:14.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:14.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:34:14.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:34:14.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:14.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:14.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:34:14.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:14.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:14.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:14.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:14.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:14.683 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:14.683 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:14.683 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:14.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:14.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:34:14.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:14.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:14.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:14.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:14.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:14.684 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:34:14.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:14.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:14.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:14.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:14.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:34:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:14.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:14.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:14.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:14.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:14.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:14.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:14.688 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:34:14.688 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:34:14.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:34:14.688 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:34:14.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:34:14.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:14.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:14.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:14.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:14.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:14.689 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:34:14.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:14.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:14.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:14.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:14.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 1 and no matchers specified 12:34:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:14.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:34:14.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:34:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:14.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:34:14.701 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 12:34:14.701 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:34:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:15.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:34:15.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:34:15.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:15.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:15.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:34:15.702 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 12:34:15.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:34:15.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:16.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:34:16.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:34:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:16.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:16.703 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:34:16.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<< Remove All") 12:34:16.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:16.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:16.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:16.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:16.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:16.707 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 12:34:16.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:16.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:16.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:16.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:16.709 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:34:16.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:16.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:16.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:16.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:16.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:16.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:16.712 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:16.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:16.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:16.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:16.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:16.715 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:17.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:17.215 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:17.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:17.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:17.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:17.216 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:17.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:17.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:17.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:17.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:17.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:18.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:18.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:18.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:18.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:18.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:18.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:18.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:18.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:18.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:18.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:18.219 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:18.219 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:18.219 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:18.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:18.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:18.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:18.219 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:18.219 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:18.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:18.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:18.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:18.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:18.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:18.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:34:18.222 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:34:18.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:34:18.247 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:34:18.247 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:34:18.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:18.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:18.269 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:34:18.269 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:34:18.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:34:18.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:34:18.269 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:34:18.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:34:18.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:18.352 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:34:18.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:34:18.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:18.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:18.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:34:18.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:18.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:18.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:18.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:18.355 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 12:34:18.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:34:18.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:18.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:18.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:34:18.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:34:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:19.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:19.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:34:19.356 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 12:34:19.356 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 12:34:19.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:19.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:19.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 12:34:19.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 12:34:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:20.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:20.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 12:34:20.357 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 12:34:20.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:34:20.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:20.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:20.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:34:20.858 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:34:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:21.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:34:21.358 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 12:34:21.358 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 12:34:21.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:34:21.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.362 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:21.394 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:21.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:21.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:21.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:21.395 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:21.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:21.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:21.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:21.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:21.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:21.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:22.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:22.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:22.397 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:22.397 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.397 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:22.397 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:22.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:22.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:22.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:22.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:22.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:22.397 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:22.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:22.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:22.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:22.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:22.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:22.400 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:34:22.400 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:34:22.400 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:34:22.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:34:22.420 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:34:22.422 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:22.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:22.438 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:34:22.438 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:34:22.438 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:34:22.438 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:34:22.438 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:34:22.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:34:22.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.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: "Add and Remove..."] is available. finished successfully 12:34:22.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:34:22.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:22.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:22.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:34:22.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.504 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:34:22.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.513 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:34:22.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:22.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.514 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:22.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:22.517 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:23.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:23.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:23.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:23.017 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.018 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:23.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:23.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:23.018 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:23.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:23.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:23.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:23.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:23.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:23.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:23.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:23.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.019 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:23.020 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:23.020 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:23.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:23.031 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:34:23.032 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:34:23.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:34:23.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:34:23.038 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:34:23.039 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:34:23.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:34:23.044 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:34:23.045 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:34:23.046 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:34:23.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:34:23.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:34:23.057 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:34:23.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:23.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.075 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:34:23.075 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:34:23.075 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:34:23.075 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:34:23.075 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:34:23.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:34:23.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:34:23.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:34:23.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:23.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:23.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 12:34:23.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:34:23.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:34:23.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:34:23.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:23.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:23.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:23.152 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:23.153 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:23.153 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:23.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.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Remove") 12:34:23.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.154 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 12:34:23.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.154 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.154 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 12:34:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:34:23.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:34:23.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:34:23.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:23.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:23.156 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:34:23.156 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:34:23.157 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:34:23.157 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:34:23.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Remove") 12:34:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.157 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 12:34:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.158 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:34:23.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.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:23.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.159 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:23.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:23.192 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:34:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:34:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:34:23.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:34:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:23.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:34:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.193 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:23.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:34:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:34:23.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:23.724 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.725 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:23.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:23.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:23.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:23.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:23.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:23.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:23.726 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:23.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:23.726 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:23.726 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.726 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:34:23.726 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:34:23.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:34:23.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:34:23.738 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.739 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:23.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:23.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:23.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:23.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:23.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:34:23.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:23.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:23.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.739 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:34:23.740 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:34:23.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:34:23.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:34:23.746 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:23.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:23.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:23.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:34:23.747 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:34:23.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:34:23.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:34:23.752 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:34:23.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.752 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:23.752 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:23.752 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:23.752 DEBUG [main][MenuItemLookup] Item match:Edit 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:23.753 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:23.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:34:23.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:34:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.753 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:23.753 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:23.753 DEBUG [main][MenuItemLookup] Item match:Edit 12:34:23.754 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:34:23.754 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:34:23.754 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.754 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:34:23.754 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:23.754 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:23.754 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.754 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:23.754 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:23.757 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:23.757 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:23.757 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:34:23.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:34:23.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:34:23.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:34:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:23.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:23.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:34:23.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.790 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:23.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:23.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:23.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:23.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:34:23.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:34:23.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:34:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:34:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:34:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:34:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:33.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:33.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:33.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:33.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:33.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:33.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:33.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:33.883 INFO [WorkbenchTestable][RequirementsRunner] Started test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:33.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:33.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:33.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:33.883 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:33.883 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:33.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:33.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:33.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:33.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:33.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:33.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:34:33.886 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:34:33.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:34:33.908 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:34:33.908 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:34:33.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:33.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:33.923 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:34:33.923 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:34:33.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:34:33.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:34:33.923 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:34:33.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:34:33.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:33.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:33.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:34:33.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:34:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:33.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:34:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:33.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:33.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:33.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:33.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:33.990 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:34:33.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:33.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:33.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:33.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:33.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 12:34:33.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:33.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:34:34.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:34:34.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:34.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:34:34.001 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 12:34:34.001 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:34:34.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:34.501 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:34:34.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:34:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:35.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:35.001 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:34:35.002 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 12:34:35.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 12:34:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:35.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:35.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 12:34:35.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 12:34:35.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:36.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:36.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 12:34:36.002 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 12:34:36.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:34:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:36.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:36.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:34:36.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:34:36.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:37.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:34:37.004 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 12:34:37.004 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 12:34:37.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:34:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:37.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:37.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:37.007 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:37.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:37.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:37.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:37.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:37.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:37.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:37.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:37.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:37.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:37.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:37.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:37.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:37.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:37.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:37.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:37.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:37.046 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:37.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:37.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:37.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:37.047 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:34:37.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:37.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:37.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:37.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:34:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:38.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:34:38.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:38.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:38.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:38.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:38.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:38.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:38.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:38.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:38.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:34:38.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.051 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:34:38.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:38.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:38.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:34:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:38.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:38.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:38.052 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:38.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:38.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:38.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:38.091 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:38.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:38.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:38.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:38.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:38.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:38.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:39.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:39.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:39.093 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:39.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:39.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:39.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:39.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 12:34:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:39.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:39.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:39.094 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:34:39.095 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 12:34:39.095 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 12:34:39.095 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:39.095 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:39.095 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:39.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:39.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:39.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:39.128 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:34:39.128 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:34:39.128 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:34:39.128 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:34:39.128 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:34:39.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:39.128 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:34:39.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:39.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:39.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:39.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:39.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:39.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:39.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:39.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:39.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:39.629 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:34:39.629 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:34:39.629 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:34:39.629 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:34:39.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:34:39.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:39.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:39.658 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:39.658 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:39.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:39.658 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:39.658 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:34:39.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:34:40.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:34:40.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:34:40.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:40.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:40.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34: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: 32) 12:34:40.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:40.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:40.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:40.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:40.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:40.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:40.251 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:34:40.251 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:34:40.251 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:34:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:40.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:40.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:40.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 "OK", Widget matcher matching widgets with style: 8) 12:34:40.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:40.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:40.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:40.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:40.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:40.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:40.252 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:40.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:40.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:40.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:40.256 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:40.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:40.757 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:34:40.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:40.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:40.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:34:40.757 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:34:40.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:34:40.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:34:40.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:40.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:40.796 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:34:40.796 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:34:40.796 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:34:40.796 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:34:40.796 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:34:40.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:40.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:41.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:41.297 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 12:34:41.297 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:34:41.297 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:34:41.298 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:34:41.300 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:34:41.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:41.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:41.332 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:41.332 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:41.332 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:41.332 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:41.332 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:34:41.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:34:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:34:41.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:34:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:41.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:34:41.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:41.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:41.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:41.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:41.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:41.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:41.951 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:34:41.951 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:34:41.951 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:34:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:41.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:41.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:41.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) 12:34:41.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:41.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:41.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:41.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:41.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:41.952 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:41.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:41.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:41.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:41.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:41.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:41.957 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:42.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:42.457 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:34:42.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:34:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:34:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:42.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:42.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:42.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:42.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:34:42.458 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:34:42.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:34:42.461 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:34:42.462 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:42.462 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:42.492 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:34:42.492 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:34:42.492 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:34:42.492 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:34:42.492 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:34:42.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:42.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:42.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:42.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:42.993 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 12:34:42.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:34:42.993 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:34:42.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:34:42.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:34:42.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:42.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:43.024 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:43.024 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:43.024 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:43.024 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:43.024 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:34:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:34:43.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 12:34:43.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:34:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:43.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:43.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:34:43.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:43.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:43.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:43.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:43.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:43.647 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:34:43.648 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:34:43.648 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:34:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:43.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:43.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:43.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:34:43.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:43.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:43.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:43.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:43.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:43.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:43.649 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:43.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:43.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:43.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:43.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:43.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:43.653 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:44.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:44.154 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:34:44.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:44.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:44.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:44.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.160 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:44.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:44.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:44.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:44.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:44.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:44.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:44.185 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:44.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:44.214 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:44.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:44.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:44.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:44.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:44.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:44.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:44.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:44.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:44.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:44.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:44.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:44.242 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:44.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:44.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:44.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:44.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:44.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:34:44.245 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:34:44.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:34:44.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:34:44.252 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:44.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:44.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:44.253 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 12:34:44.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:44.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:44.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:44.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:44.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:44.306 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:44.306 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:44.306 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:44.306 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:44.306 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:44.306 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:44.306 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:44.306 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:44.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:34:44.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:44.306 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:34:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:34:44.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:34:44.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:34:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:44.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:44.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:44.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:34:44.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:44.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:44.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:44.338 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:44.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:44.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:44.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:44.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:44.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:44.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:44.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:44.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:44.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:44.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:44.383 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:44.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:44.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:44.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:44.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:44.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 12:34:44.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:44.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:44.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:44.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:44.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:44.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:44.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:45.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:45.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:45.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:34:45.387 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:34:45.387 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 12:34:45.387 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:45.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:45.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:45.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:45.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:45.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:45.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:45.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:45.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:45.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:46.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:46.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:46.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:34:46.390 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:34:46.390 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:34:46.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 12:34:46.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:46.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:46.390 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:34:46.390 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:46.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:46.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:46.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.566 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.341 s addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.354 s testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.657 s getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.178 s addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 11.486 s getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.167 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:46.398 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:46.399 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:34:46.399 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:46.399 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:46.399 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:46.399 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:34:46.399 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:46.399 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:34:46.399 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:46.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:46.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:34:46.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:46.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:46.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:46.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:46.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:46.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:46.404 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:46.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:46.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:46.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:46.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:46.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:46.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:46.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:46.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:46.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:46.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:46.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:46.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:46.412 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:46.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:46.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:46.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:46.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:46.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:46.413 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:46.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:46.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:46.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:46.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:46.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:46.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:46.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:46.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:46.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:47.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:47.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:47.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:34:47.416 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:34:47.416 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 12:34:47.416 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:47.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:47.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:47.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:47.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:47.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:47.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:47.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:47.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:47.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:48.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:48.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:34:48.419 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:34:48.419 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:34:48.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:48.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:48.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:48.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:48.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:48.425 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:48.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:48.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:48.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:48.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:48.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:48.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:48.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:48.448 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:48.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:48.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:48.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:48.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:48.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:48.450 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:48.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:48.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:48.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:48.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:48.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:48.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:48.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:49.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:49.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:49.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:34:49.453 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:34:49.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:49.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:49.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:49.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:49.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:49.453 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:34:49.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:49.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:34:49.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:49.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:49.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:49.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:49.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:49.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:49.458 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:49.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:49.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:49.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:49.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:49.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:49.462 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:49.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 '\*?\QServers\E') 12:34:49.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:49.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:49.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:49.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:49.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:49.466 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:49.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:49.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:49.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:49.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:49.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:49.467 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:49.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:49.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:49.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:49.468 INFO [WorkbenchTestable][ServersView2] Create new server 12:34:49.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:34:49.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:49.469 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:49.469 DEBUG [main][MenuItemLookup] Item match:New 12:34:49.469 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:34:49.469 DEBUG [main][MenuItemLookup] Item match:Server 12:34:49.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:34:49.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:34:49.470 INFO [main][MenuItemHandler] Select menu item: Server 12:34:49.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:34:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:34:49.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:49.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:34:49.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:34:49.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:34:49.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:49.583 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:34:49.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:34:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:49.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:49.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:49.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:49.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:49.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:34:49.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:34:49.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:34:49.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:34:49.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:50.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:50.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:50.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:34:50.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:50.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:50.099 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:50.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:50.099 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:50.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:34:50.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:34:50.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:50.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:50.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:50.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:50.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:50.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:50.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:50.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:34:50.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:50.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:50.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:50.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:50.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:50.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:34:50.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:50.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:50.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:50.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:50.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:50.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:34:50.101 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:34:50.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:34:50.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:34:50.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:50.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:50.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:50.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:50.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:50.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:50.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:50.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:50.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:34:50.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:50.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:50.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:50.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:50.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:50.612 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:50.613 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 12:34:50.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:34:50.613 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:34:50.613 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:34:51.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:34:51.114 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:34:51.114 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:34:51.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:51.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:51.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:51.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:51.118 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:51.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:51.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:51.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:51.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:51.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:51.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:51.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:51.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:51.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:51.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:51.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:51.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:51.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:51.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:51.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:51.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.628 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:51.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:51.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:51.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:51.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:51.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:51.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:51.636 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:51.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:51.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:51.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:51.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:51.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:51.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 12:34:51.638 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:51.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:51.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:51.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:51.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:51.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:51.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:51.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:51.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:51.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:51.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:51.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:51.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:51.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:51.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:51.662 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:51.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:51.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:51.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:51.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:51.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 12:34:51.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.668 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:51.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:51.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:51.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:51.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:51.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 '\*?\QServers\E') 12:34:51.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:51.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:51.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:51.693 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:51.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:51.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:51.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:51.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:51.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:51.695 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:51.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:51.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:51.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:51.696 INFO [WorkbenchTestable][ServersView2] Create new server 12:34:51.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:51.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:51.708 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:51.708 DEBUG [main][MenuItemLookup] Item match:New 12:34:51.708 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:34:51.708 DEBUG [main][MenuItemLookup] Item match:Server 12:34:51.708 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:34:51.708 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:34:51.708 INFO [main][MenuItemHandler] Select menu item: Server 12:34:51.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:34:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:34:51.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:51.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:51.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:51.825 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:34:51.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:51.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:51.826 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:34:51.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:51.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:51.826 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:34:51.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:51.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:51.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:51.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:51.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:51.826 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:34:51.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:51.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:34:51.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:51.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:51.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:51.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:51.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:51.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:34:51.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:34:51.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:34:51.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:51.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:51.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:34:51.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:51.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:52.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:52.343 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:34:52.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:52.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:52.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:34:52.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:34:52.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:52.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:52.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:52.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:34:52.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:52.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:52.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:34:52.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:52.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:52.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:52.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:52.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:34:52.346 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:34:52.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:34:52.350 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:34:52.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:52.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:52.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:52.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:52.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:52.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:52.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:52.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:34:52.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:52.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:52.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:52.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:52.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:52.858 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:52.859 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 12:34:52.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:34:52.859 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:34:52.859 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:34:53.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:34:53.359 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:34:53.359 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:34:53.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:53.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:53.364 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:53.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:53.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:53.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:53.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:53.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:53.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:53.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:53.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:53.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:53.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:53.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:53.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:53.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:53.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:53.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:53.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:53.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.875 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:53.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:53.879 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:53.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:53.882 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:53.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:53.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:53.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:53.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:53.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 12:34:53.885 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:53.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:53.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:53.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 12:34:53.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:53.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:53.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:53.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:53.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:53.908 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:53.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:53.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 12:34:53.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.914 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:53.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:53.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:53.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 '\*?\QServers\E') 12:34:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:53.937 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:53.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:53.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:53.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:53.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:53.939 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:53.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:53.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:53.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:53.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:53.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:53.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 '\*?\QServers\E') 12:34:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:53.947 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:53.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:53.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:53.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:53.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:53.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:53.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:53.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:53.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:53.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:53.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:53.973 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:53.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:53.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:53.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:53.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:53.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:53.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:53.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:53.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.979 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:53.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:53.983 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:53.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:54.002 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:54.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:54.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:54.018 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:54.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:54.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:54.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:54.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:54.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:54.027 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:54.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:54.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:54.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 12:34:54.029 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 12:34:54.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 12:34:54.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 12:34:54.052 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:54.052 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 12:34:54.053 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:54.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:54.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:54.067 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:54.067 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:54.067 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:54.067 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:54.067 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:54.067 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:54.067 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:54.067 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:54.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:34:54.067 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:54.067 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:34:54.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:34:54.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:34:54.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:34:54.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:54.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:54.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:34:54.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:54.102 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:54.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:54.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:54.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:54.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:54.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:54.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:54.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:54.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:54.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:54.146 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:54.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:54.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 12:34:54.148 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:54.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:54.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:54.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:54.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:54.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') 12:34:54.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:54.173 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:54.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:54.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:54.176 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 12:34:54.176 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:54.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:54.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:54.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:54.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:54.203 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:54.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:54.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:54.206 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 12:34:54.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 12:34:54.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:54.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:54.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:54.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') 12:34:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:54.215 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:54.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:54.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:54.246 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 12:34:54.246 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 12:34:54.246 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 12:34:54.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 12:34:54.257 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:54.258 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 12:34:54.258 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:54.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:54.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:54.273 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:54.273 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:34:54.273 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:54.273 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:54.273 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:54.273 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:54.273 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:54.273 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:54.273 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:34:54.273 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:54.273 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:34:54.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:34:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:34:54.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:34:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:54.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:54.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:34:54.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:54.309 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:54.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:54.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:54.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:54.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.345 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:54.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:54.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:54.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') 12:34:54.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:54.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:54.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:54.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:54.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 12:34:54.358 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:54.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:54.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:54.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:54.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:54.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:55.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:55.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:55.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:34:55.361 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:34:55.361 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 12:34:55.361 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:55.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:55.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:55.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:55.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:55.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:55.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:55.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:55.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:55.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:56.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:56.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:56.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:34:56.364 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:34:56.364 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:34:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 12:34:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:56.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:56.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:56.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:56.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:56.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:56.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:56.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:56.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:56.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:56.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:56.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:56.364 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:34:56.364 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:56.364 INFO [WorkbenchTestable][RequirementsRunner] Started test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:34:56.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:56.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:56.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:56.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:56.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:56.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:56.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:56.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:56.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:56.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:56.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:56.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:56.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:56.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:56.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:56.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:56.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:56.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:56.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:56.377 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:56.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:56.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:56.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:56.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:56.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:56.378 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:56.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:56.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:56.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:56.379 INFO [WorkbenchTestable][ServersView2] Create new server 12:34:56.379 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:34:56.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:56.393 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:56.393 DEBUG [main][MenuItemLookup] Item match:New 12:34:56.393 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:34:56.393 DEBUG [main][MenuItemLookup] Item match:Server 12:34:56.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:34:56.394 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:34:56.394 INFO [main][MenuItemHandler] Select menu item: Server 12:34:56.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:34:56.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:34:56.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:56.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:34:56.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:56.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:56.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:34:56.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:56.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:56.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:34:56.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:56.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:56.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:56.492 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:34:56.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:56.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:56.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:56.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:34:56.493 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:34:56.493 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:34:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:34:56.993 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:34:56.993 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 12:34:56.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:34:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:56.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:56.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:56.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:56.999 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:56.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:56.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:56.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:56.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:57.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:57.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:57.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:57.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:57.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:57.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:57.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:57.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:57.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:57.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:57.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:57.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:57.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:57.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:57.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:57.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:57.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:57.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:57.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:57.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:57.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:57.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:57.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:57.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:57.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:57.060 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:57.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:57.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:57.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:57.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:57.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:57.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:57.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:57.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:57.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:57.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:34:57.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:57.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:57.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:57.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:57.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:58.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:58.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:34:58.064 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:34:58.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:58.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:58.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:58.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:34:58.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:58.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:34:58.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:34:58.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:58.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:58.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:58.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:58.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:58.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:34:58.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:58.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:58.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:58.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:58.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:58.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:58.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:34:58.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:58.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:58.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:58.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:58.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:58.079 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:58.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:58.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:58.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:58.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:58.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:58.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:34:58.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:34:58.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:58.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:34:58.081 INFO [WorkbenchTestable][ServersView2] Create new server 12:34:58.081 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:34:58.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:58.096 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:58.096 DEBUG [main][MenuItemLookup] Item match:New 12:34:58.096 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:34:58.096 DEBUG [main][MenuItemLookup] Item match:Server 12:34:58.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:34:58.096 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:34:58.096 INFO [main][MenuItemHandler] Select menu item: Server 12:34:58.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:34:58.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:34:58.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:58.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:58.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:34:58.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:58.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:34:58.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:58.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:58.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 Server"] 12:34:58.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:58.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:58.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:34:58.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:58.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:58.199 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:34:58.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:58.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:34:58.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:58.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:58.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:58.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:58.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:34:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:34:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:34:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:34:58.205 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:58.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:58.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:34:58.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:58.709 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:58.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:34:58.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:34:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:58.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:58.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:58.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:58.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:34:58.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:58.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:58.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:34:58.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:34:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:58.710 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:34:58.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:58.710 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:34:58.710 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:34:58.710 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:34:58.710 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:34:58.713 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:34:58.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:58.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:58.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:58.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:58.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:58.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:58.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:59.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:59.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:34:59.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:59.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:59.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:59.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:59.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:59.220 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 12:34:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:34:59.221 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:34:59.221 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:34:59.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:34:59.721 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:34:59.721 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:34:59.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:59.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:59.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:59.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:59.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:59.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:59.726 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:59.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:59.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:59.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:59.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:59.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:00.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:00.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:00.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:00.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:00.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:00.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:00.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:00.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:00.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:00.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:00.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:00.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:00.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:00.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 '\*?\QServers\E') 12:35:00.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.245 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 12:35:00.248 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:00.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:00.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.267 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:00.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:00.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.287 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 12:35:00.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:00.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:00.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.317 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.319 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:00.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 12:35:00.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:00.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:00.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:00.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.328 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.330 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 12:35:00.330 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:00.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:00.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:00.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:00.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.369 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.372 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 12:35:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:00.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.376 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:00.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35: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 '\*?\QServers\E') 12:35:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.383 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.399 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:00.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 12:35:00.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:00.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:00.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.408 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.410 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 12:35:00.410 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 12:35:00.410 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 12:35:00.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 12:35:00.432 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:00.433 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 12:35:00.433 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:00.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:00.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:00.449 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:00.449 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:00.449 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:00.449 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.449 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:00.449 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:00.449 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:00.449 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:00.449 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:35:00.449 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:00.449 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:35:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:35:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:35:00.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:35:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:35:00.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:00.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:35:00.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:00.481 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:00.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:00.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:00.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:00.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.517 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:00.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.522 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:00.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:00.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.542 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 12:35:00.544 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:00.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:00.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35:00.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:01.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:01.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:01.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:01.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:35:01.547 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:35:01.547 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 12:35:01.547 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:01.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:01.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:01.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35:01.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:01.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:01.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:02.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:02.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:02.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:02.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:02.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:35:02.550 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:35:02.550 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:35:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 12:35:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:02.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:02.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:02.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:02.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:02.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:02.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:02.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:02.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:02.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:35:02.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:02.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:02.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:02.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:35:02.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:02.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:35:02.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:35:02.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:02.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:02.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:02.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:02.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:02.555 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:02.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:02.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:02.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:02.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:02.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:02.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:02.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:02.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:02.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:02.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:02.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:02.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:02.563 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:02.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:02.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:02.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:02.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:02.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:02.565 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:02.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:02.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:02.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35:02.565 INFO [WorkbenchTestable][ServersView2] Create new server 12:35:02.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:35:02.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:02.566 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:02.566 DEBUG [main][MenuItemLookup] Item match:New 12:35:02.566 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:35:02.566 DEBUG [main][MenuItemLookup] Item match:Server 12:35:02.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:35:02.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:35:02.567 INFO [main][MenuItemHandler] Select menu item: Server 12:35:02.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:35:02.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:35:02.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:35:02.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:02.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:02.675 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:35:02.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:02.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:02.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:35:02.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:02.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:02.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:35:02.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:02.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:02.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:35:02.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:02.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:02.676 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:35:02.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:02.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:35:02.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:02.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:02.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:02.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:02.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:02.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:35:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:35:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:35:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:02.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:35:02.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:02.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:03.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:03.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:35:03.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:03.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:03.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:03.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:03.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:03.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:35:03.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:35:03.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:03.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:03.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:03.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:03.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:03.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:03.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:03.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:35:03.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:03.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:03.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:03.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:03.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:03.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:35:03.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:03.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:03.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:03.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:03.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:03.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:35:03.186 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:35:03.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:35:03.189 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:35:03.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:03.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:03.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:03.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:03.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:03.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:03.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:03.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:35:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:03.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:03.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:03.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:03.697 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:03.697 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 12:35:03.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:35:03.698 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:35:03.698 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:35:04.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:35:04.198 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:35:04.198 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:35:04.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:04.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:04.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:04.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:04.203 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:04.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:04.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:04.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:04.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:04.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:04.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.714 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:04.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:04.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:04.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:04.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:04.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 '\*?\QServers\E') 12:35:04.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:04.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:04.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:04.721 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:04.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:04.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:04.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:04.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 12:35:04.724 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:04.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:04.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:04.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:04.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:04.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:04.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:04.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:04.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:04.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:04.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:04.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:04.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:04.762 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:04.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:04.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:04.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:04.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:04.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 12:35:04.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.769 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:04.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:04.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:04.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:04.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:04.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 '\*?\QServers\E') 12:35:04.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:04.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:04.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:04.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:04.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:04.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:04.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:04.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:04.795 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:04.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:04.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:04.796 INFO [WorkbenchTestable][ServersView2] Create new server 12:35:04.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:04.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:04.808 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:04.808 DEBUG [main][MenuItemLookup] Item match:New 12:35:04.809 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:35:04.809 DEBUG [main][MenuItemLookup] Item match:Server 12:35:04.809 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:35:04.809 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:35:04.809 INFO [main][MenuItemHandler] Select menu item: Server 12:35:04.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:35:04.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:35:04.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:35:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:04.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:04.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:35:04.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:04.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:04.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:35:04.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:04.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:04.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 Server"] 12:35:04.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:04.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:04.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:35:04.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:04.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:04.921 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:35:04.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:04.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:35:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:04.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:04.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:04.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:35:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:35:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:35:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:04.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:35:04.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:04.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:05.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:35:05.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:05.429 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:05.429 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:35:05.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:35:05.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:05.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:05.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:05.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:35:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:05.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:35:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:05.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:05.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:05.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:05.430 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:35:05.431 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:35:05.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:35:05.433 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:35:05.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:05.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:05.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:05.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:05.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:05.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:05.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:05.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:05.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:35:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:05.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:05.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:05.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:05.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:05.940 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:05.941 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 12:35:05.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:35:05.942 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:35:05.942 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:35:06.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:35:06.442 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:35:06.442 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:35:06.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.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:06.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:06.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:06.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:06.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:06.447 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:06.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:06.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:06.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:06.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:06.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:06.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:06.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:06.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:06.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:06.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:06.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:06.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:06.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:06.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:06.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:06.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:06.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:06.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:06.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:06.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:06.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:06.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:06.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:06.969 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:06.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:06.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:06.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:06.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:06.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:06.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 12:35:06.995 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:06.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:06.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:06.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:06.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 12:35:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:06.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:06.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:06.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:06.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.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') 12:35:07.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.021 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 12:35:07.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:07.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.064 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:07.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:07.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:07.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.094 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.123 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:07.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:07.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.130 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:07.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.153 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:07.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 12:35:07.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:07.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.161 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 12:35:07.164 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 12:35:07.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 12:35:07.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 12:35:07.186 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:07.187 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 12:35:07.187 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:07.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:07.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:07.202 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:07.202 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:07.202 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:07.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:07.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:07.202 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:07.202 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:07.202 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:07.202 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:35:07.202 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:07.202 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:35:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:35:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:35:07.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:35:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:35:07.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:07.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:35:07.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:07.235 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:07.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:07.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:07.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:07.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:07.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:07.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:07.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.283 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:07.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.291 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 12:35:07.308 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:07.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:07.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:07.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.317 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.319 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 12:35:07.319 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:07.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 12:35:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:07.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.343 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.346 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 12:35:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 12:35:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:07.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.354 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.356 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 12:35:07.356 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 12:35:07.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 12:35:07.380 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 12:35:07.382 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:07.383 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 12:35:07.383 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:07.384 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:07.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:07.405 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:07.405 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:07.405 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:07.405 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:07.405 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:07.405 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:07.405 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:07.405 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:07.405 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:35:07.405 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:07.406 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:35:07.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:35:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:35:07.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:35:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:35:07.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:07.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:35:07.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:07.443 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:07.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:07.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:07.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:07.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:07.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.480 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:07.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:07.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:07.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:07.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:07.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:07.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:07.501 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:07.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:07.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 12:35:07.516 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:07.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:07.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35:07.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:07.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:08.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:08.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:08.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:08.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:08.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:35:08.519 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:35:08.519 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 12:35:08.519 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:08.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:08.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:08.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35:08.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:08.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:08.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:08.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:09.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:09.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:09.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:09.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:35:09.522 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:35:09.522 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:35:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 12:35:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:09.522 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:09.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:09.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:35:09.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:09.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:09.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:09.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:09.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:35:09.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:09.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:35:09.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:35:09.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:09.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:09.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:09.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:09.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:09.527 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:09.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:09.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:09.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:09.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:09.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:09.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:09.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:09.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:09.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:09.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:09.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:09.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:09.550 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:09.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:09.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:09.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:09.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:09.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:09.551 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:09.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:09.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:09.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35:09.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:09.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:09.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:09.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:10.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:10.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:10.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:10.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:35:10.554 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:35:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:10.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:10.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:10.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:10.559 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:10.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:10.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:10.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:10.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:10.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:10.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:10.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:10.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:10.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:10.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:10.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:10.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:10.581 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:10.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:10.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:10.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:10.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:10.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:10.583 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:10.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:10.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:10.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35:10.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:10.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:10.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:10.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:11.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:11.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:11.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:11.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:11.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:35:11.586 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:35:11.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:35:11.586 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:11.586 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:11.587 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:35:11.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:11.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:11.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:11.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:11.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:11.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:11.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:11.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:11.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:11.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:11.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:11.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:11.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:11.601 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:11.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:11.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:11.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:11.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:11.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:11.603 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:11.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:11.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:11.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35: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.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:11.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:11.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:11.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:12.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:12.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:35:12.606 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:35:12.606 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:35:12.606 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:12.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.208 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 3.053 s getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 6.911 s newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 1.701 s getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 4.485 s getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 6.972 s getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 2.064 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:12.616 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:12.616 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:35:12.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:12.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:12.616 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:12.616 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:35:12.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:12.617 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:35:12.617 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:12.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.621 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:12.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:12.626 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:12.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:12.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:12.630 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:12.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:12.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:12.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:12.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:12.631 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:12.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:12.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:35:12.631 INFO [WorkbenchTestable][ServersView2] Create new server 12:35:12.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:35:12.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:12.632 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:12.632 DEBUG [main][MenuItemLookup] Item match:New 12:35:12.633 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:35:12.633 DEBUG [main][MenuItemLookup] Item match:Server 12:35:12.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:35:12.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:35:12.633 INFO [main][MenuItemHandler] Select menu item: Server 12:35:12.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:35:12.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:35:12.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:35:12.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:12.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:12.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:35:12.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:12.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:12.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:35:12.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:12.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:12.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 Server"] 12:35:12.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:12.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:12.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:35:12.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:12.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:12.742 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:35:12.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:12.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:35:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:12.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:35:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:35:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:35:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:35:12.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:13.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:13.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:35:13.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:13.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:13.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:13.250 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:35:13.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:35:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:13.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:13.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:13.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:35:13.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:13.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:13.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:35:13.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:13.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:13.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:13.251 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:35:13.251 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:35:13.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:35:13.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:35:13.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:13.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:13.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:13.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:13.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:13.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:13.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:13.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:13.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:35:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:13.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:13.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:13.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:13.838 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:13.839 INFO [WorkbenchTestable][AbstractText] Text set to: Server 1 12:35:13.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:35:13.840 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:35:13.840 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:35:14.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:35:14.340 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:35:14.340 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:35:14.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:14.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:14.345 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:14.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:14.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:14.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:14.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:14.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:14.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:14.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:14.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:14.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:14.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:14.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:14.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:14.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:14.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:14.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:14.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:14.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:14.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:14.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:14.863 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:14.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:14.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:14.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:14.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:14.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:14.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1... 12:35:14.865 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:14.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:14.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:14.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:14.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:14.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:14.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:14.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:14.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:14.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:14.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:14.906 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:14.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:14.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:14.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:14.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:14.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1 finished successfully 12:35:14.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:14.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:14.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:14.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:14.916 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:14.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') 12:35:14.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:14.935 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:14.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:14.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:14.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:14.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:14.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:14.937 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:14.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:14.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:14.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:14.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:14.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:14.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:14.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:14.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:14.946 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:14.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:14.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:14.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:14.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:14.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:14.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:14.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:14.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:14.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:14.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:14.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:14.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:14.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:14.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.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"] 12:35:14.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:14.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:14.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:14.949 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:14.949 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:14.949 DEBUG [main][MenuItemLookup] Item match:File 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:14.950 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:35:14.950 DEBUG [main][MenuItemLookup] Item match:Import... 12:35:14.950 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:35:14.950 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:35:14.950 INFO [main][MenuItemHandler] Select menu item: &Import... 12:35:15.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:35:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:35:15.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:35:15.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.025 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:35:15.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:15.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:35:15.026 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:35:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:15.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:35:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:15.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:35:15.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:35:15.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:35:15.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:15.027 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:35:15.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:15.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:35:15.027 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:35:15.027 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:35:15.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:35:15.027 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:35:15.027 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:35:15.027 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:35:15.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:15.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.028 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:35:15.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:35:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.097 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:35:15.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:35:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:35:15.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:35:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.097 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:35:15.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.097 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:35:15.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:35:15.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.098 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:35:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:35:15.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:35:15.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:35:15.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:35:15.100 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:35:15.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:35:15.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.101 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:35:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:35:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:15.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:35:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:35:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:35:15.106 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 12:35:15.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:35:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.107 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 12:35:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.608 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:35:15.608 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:35:15.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:15.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.610 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:15.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.610 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.610 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:16.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:16.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:16.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:16.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:16.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:16.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:16.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:16.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:16.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:16.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:16.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:16.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:16.118 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:16.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:16.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:16.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:16.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:16.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:16.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:16.121 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:16.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:16.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:16.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:16.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:16.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:16.124 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:35:16.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:35:16.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:16.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:35:16.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:35:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:17.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:17.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:35:17.125 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:17.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:17.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:17.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:17.126 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:17.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:17.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:17.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:17.127 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:35:17.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:35:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:17.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:17.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:35:17.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:35:17.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:18.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:18.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:35:18.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.132 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:18.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:18.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:18.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:18.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:18.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:18.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:18.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:18.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:18.141 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:18.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:18.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:18.143 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:18.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 12:35:18.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:18.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:18.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:18.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:18.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:18.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:18.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:18.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') 12:35:18.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:18.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:18.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:18.180 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:18.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:18.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:18.183 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:18.183 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:18.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.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:18.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:18.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:18.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:18.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:18.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:18.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:18.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:18.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') 12:35:18.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:18.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:18.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:18.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:18.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:18.191 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:18.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:18.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:18.193 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:18.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:18.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:18.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:18.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:18.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:18.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:18.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:18.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:18.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:18.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:18.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:18.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:18.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:18.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:18.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:18.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:18.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:18.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:18.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:18.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:18.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:35:18.726 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:35:18.726 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:35:18.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:35:18.734 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:18.735 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 12:35:18.735 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:18.735 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:18.736 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 12:35:18.736 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:18.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:18.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:18.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:18.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:35:18.736 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:35:18.737 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:35:18.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:35:18.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:18.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:18.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:35:18.761 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:35:18.761 DEBUG [main][MenuItemLookup] Item match:Profile 12:35:18.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 12:35:18.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 12:35:18.761 INFO [main][MenuItemHandler] Select menu item: Pro&file 12:35:18.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 12:35:18.763 DEBUG [Worker-7: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 12:35:19.771 DEBUG [Worker-7: Starting Server 1][AbstractWait] Wait for 1 seconds 12:35:21.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 12:35:21.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 12:35:21.263 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:21.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:21.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:21.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:21.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 12:35:21.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:21.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:21.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:21.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:21.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:21.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:21.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:21.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:21.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:21.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:21.264 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:21.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:21.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:21.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:21.265 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 12:35:21.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:21.265 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:21.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:21.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:21.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:21.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:35:21.265 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:35:21.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:35:21.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:35:21.272 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:21.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:21.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:21.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:21.276 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 12:35:21.276 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:21.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:21.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:21.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:21.276 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:21.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:21.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:21.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:21.277 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Profile on server Server 1 12:35:21.277 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:21.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:21.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:21.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:21.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:35:21.278 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:35:21.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:35:21.283 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:35:21.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:21.284 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:21.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:35:21.300 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:35:21.300 DEBUG [main][MenuItemLookup] Item match:Restart in Profile 12:35:21.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Profile" 12:35:21.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Profile 12:35:21.300 INFO [main][MenuItemHandler] Select menu item: Restart in Profile 12:35:21.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 12:35:21.302 DEBUG [Worker-2: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:35:22.316 DEBUG [Worker-7: Starting Server 1][AbstractWait] Wait for 1 seconds 12:35:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 12:35:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 12:35:23.802 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:23.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:23.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:23.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 12:35:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:23.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:23.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:23.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:23.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:23.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:23.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:23.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:23.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:23.803 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:23.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:23.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:23.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:23.804 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 12:35:23.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.804 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:23.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:23.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:23.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:23.805 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:23.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:23.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:23.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:23.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:35:23.805 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:35:23.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:35:23.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:35:23.812 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:23.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:23.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:23.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:23.813 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:35:23.813 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:23.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:23.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:23.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:23.813 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:23.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:23.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:23.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:23.814 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:35:23.814 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:23.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:23.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:23.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:23.815 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:35:23.815 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:35:23.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:35:23.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:35:23.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:23.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:35:23.842 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:35:23.842 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:35:23.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:35:23.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:35:23.843 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:35:23.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:35:23.843 DEBUG [Worker-10: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:35:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:35:24.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:35:24.858 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:24.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:24.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:24.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:25.360 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:25.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:25.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:25.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:25.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:35:25.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:25.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:25.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:25.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:25.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:25.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:25.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:25.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:25.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:25.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:25.361 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:25.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:25.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:25.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:25.362 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:35:25.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:25.362 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:25.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:25.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:25.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:25.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:25.362 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:25.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:25.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:25.369 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:25.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:25.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:25.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:25.370 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 12:35:25.370 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:25.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:25.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:25.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:25.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:25.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:25.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:25.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:25.372 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:25.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:25.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:25.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:25.372 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:25.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:25.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:25.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:25.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:25.873 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:25.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:26.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:26.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:26.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.377 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:26.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:26.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:26.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:26.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:26.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:26.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:26.384 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:26.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:26.386 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:26.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:26.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:26.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:26.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:26.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:26.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:26.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:26.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:26.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:26.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 '\*?\QServers\E') 12:35:26.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:26.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:26.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:26.420 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:26.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:26.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:26.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:26.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:26.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:26.434 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:26.434 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:26.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:26.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:26.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:26.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.cnf.ServersView2, index 0 and no matchers specified 12:35:26.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:26.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:26.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:26.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:26.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:26.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:26.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:26.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:26.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:26.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:26.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:26.442 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:26.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:26.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:26.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:26.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:26.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:26.444 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:26.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:26.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:26.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:26.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:26.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:26.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:26.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:26.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:26.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:26.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:26.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:26.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:26.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:26.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:26.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:26.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:26.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:26.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.964 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:26.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:26.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:26.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:26.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:26.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') 12:35:26.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:26.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:26.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:26.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:26.971 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:26.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:26.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:26.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:26.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:26.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:26.973 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:26.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:26.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:26.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:26.973 INFO [WorkbenchTestable][ServersView2] Create new server 12:35:26.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:26.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:27.000 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:27.000 DEBUG [main][MenuItemLookup] Item match:New 12:35:27.000 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:35:27.000 DEBUG [main][MenuItemLookup] Item match:Server 12:35:27.000 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:35:27.000 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:35:27.000 INFO [main][MenuItemHandler] Select menu item: Server 12:35:27.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:35:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:35:27.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:35:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:27.094 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:35:27.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:27.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:27.094 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:35:27.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:27.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:27.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 Server"] 12:35:27.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:27.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:27.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:35:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:27.094 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:35:27.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:27.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 12:35:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:27.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:27.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:27.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:35:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:35:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:35:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:35:27.099 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:27.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:27.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:27.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:35:27.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:27.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:27.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:35:27.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:27.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:27.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:27.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:35:27.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:27.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:27.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:35:27.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:27.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:35:27.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:27.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:35:27.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:35:27.604 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:35:27.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:35:27.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:35:27.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:27.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:27.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:27.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:27.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:28.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:28.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:35:28.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:28.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:28.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:28.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:28.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:28.114 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:28.115 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 12:35:28.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:35:28.116 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:35:28.116 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:35:28.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:35:28.616 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:35:28.616 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:35:28.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:28.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:28.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:28.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:28.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:28.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:28.621 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:28.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:28.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:28.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:28.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:29.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.133 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:29.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:29.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:29.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:29.142 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:29.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:29.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:29.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 12:35:29.144 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:29.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:29.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:29.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:29.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:29.169 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:29.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:29.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:29.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:29.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:29.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:29.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:29.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:29.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:29.194 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:29.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:29.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 12:35:29.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:29.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:29.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:29.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:29.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:29.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:29.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:29.209 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.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 12:35:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:29.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:29.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:29.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:29.228 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:29.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:29.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:29.232 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:29.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:29.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:29.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:29.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:29.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:29.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:29.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:29.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:29.241 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:29.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:29.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:29.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:29.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:29.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:29.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:29.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 '\*?\QServers\E') 12:35:29.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:29.265 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:29.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:29.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:29.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 12:35:29.268 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 12:35:29.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 12:35:29.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 12:35:29.275 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.276 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 12:35:29.276 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.277 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.292 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 12:35:29.292 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:29.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:29.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.293 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 12:35:29.293 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 12:35:29.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 12:35:29.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 12:35:29.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:29.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:29.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:29.317 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:35:29.317 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:35:29.317 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:35:29.317 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:35:29.318 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:35:29.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:35:29.320 DEBUG [Worker-4: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 12:35:30.334 DEBUG [Worker-7: Starting Server 2][AbstractWait] Wait for 1 seconds 12:35:31.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:35:31.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:35:31.820 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:31.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:35:31.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:31.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:31.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:31.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:31.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:31.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:31.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:31.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:31.821 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:31.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:31.821 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:31.821 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:35:31.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:31.822 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:31.822 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 12:35:31.822 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 12:35:31.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 12:35:31.830 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 12:35:31.831 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:31.836 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: false 12:35:31.837 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:31.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:31.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:31.852 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:31.852 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:31.852 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:31.852 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:31.852 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:31.852 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:31.852 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:31.852 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:31.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:35:31.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:31.852 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:35:31.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:35:31.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:35:31.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:35:31.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:31.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:31.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:35:31.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:31.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:31.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:31.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:35:31.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:31.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:31.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:31.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:31.899 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 12:35:31.899 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Stop server(s) before deleting 12:35:31.899 INFO [WorkbenchTestable][AbstractButton] Click button Stop server(s) before deleting 12:35:31.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:31.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:31.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:31.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:35:31.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:31.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:35:31.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:31.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:31.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:31.900 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:31.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:31.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:31.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:31.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:31.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.940 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:31.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:31.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:31.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 '\*?\QServers\E') 12:35:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:31.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:31.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:31.965 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:31.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:31.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:31.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 12:35:31.968 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:31.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:31.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:31.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:31.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:31.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:31.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:31.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:31.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:31.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:31.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:31.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:31.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:31.976 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:31.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:31.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:31.977 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:31.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:31.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:31.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:31.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:31.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:31.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:31.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:31.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:31.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:31.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:31.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:31.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:31.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:31.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:32.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:32.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:32.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:32.002 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:32.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:32.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:32.005 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 12:35:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:32.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:32.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:32.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:32.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:32.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:32.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:32.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:32.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:32.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:32.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:32.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:32.009 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:32.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:32.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:32.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:32.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:32.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:32.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:32.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:32.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:32.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:32.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:32.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:32.038 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:32.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:32.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:32.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:32.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:32.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:32.040 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:32.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:32.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:32.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:32.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:32.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:32.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:32.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:32.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:32.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:32.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:32.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:32.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 '\*?\QServers\E') 12:35:32.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:32.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:32.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:32.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:32.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:32.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:32.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:32.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:32.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:32.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:32.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:32.083 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:32.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:32.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:32.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:32.083 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:32.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:32.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:32.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:32.084 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:32.084 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:32.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:32.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:32.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:33.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:33.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:33.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.089 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:33.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:33.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:33.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:33.093 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:33.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:33.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:33.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:33.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:33.097 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:33.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:33.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:33.099 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:33.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:33.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:33.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:33.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:33.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:33.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:33.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') 12:35:33.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:33.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:33.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:33.108 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:33.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:33.124 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:33.139 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:33.139 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:33.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:33.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:33.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:33.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:33.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:33.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:33.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:33.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:33.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 '\*?\QServers\E') 12:35:33.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:33.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:33.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:33.147 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:33.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:33.149 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:33.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:33.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:33.150 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:33.150 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:33.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:33.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:33.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:33.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:33.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:33.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:33.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:33.151 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:33.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:33.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:33.152 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:33.152 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:33.152 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:33.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:33.174 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:33.175 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 12:35:33.175 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:33.175 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:33.176 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 12:35:33.176 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:33.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:33.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:33.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:33.176 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:33.177 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:33.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:33.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:33.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:33.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:33.198 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:35:33.199 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:35:33.199 DEBUG [main][MenuItemLookup] Item match:Profile 12:35:33.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 12:35:33.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 12:35:33.199 INFO [main][MenuItemHandler] Select menu item: Pro&file 12:35:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 12:35:33.201 DEBUG [Worker-7: Starting Server 1][AbstractWait] Wait for 1 seconds 12:35:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 12:35:34.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 12:35:34.701 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 12:35:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:34.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:34.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:34.702 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.703 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 12:35:34.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:34.703 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.704 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.704 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:35:34.704 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:35:34.705 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:35:34.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:35:34.711 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.712 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 12:35:34.712 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.712 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.713 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:35:34.714 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:35:34.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:35:34.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:35:34.719 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.719 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:35:34.719 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.723 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.724 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:35:34.724 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:34.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:34.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:35:34.724 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:35:34.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:35:34.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:35:34.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:34.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:34.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:35:34.745 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:35:34.745 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:35:34.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:35:34.745 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:35:34.745 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:35:34.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:35:34.745 DEBUG [Worker-1: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:35:36.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:35:36.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:35:36.246 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:36.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:36.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:36.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:35:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:36.247 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:36.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:36.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:36.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:36.247 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:35:36.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:36.248 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:36.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:36.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:36.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:36.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:36.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:36.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:36.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:36.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:37.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:37.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:37.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.255 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:37.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:37.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:37.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:37.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:37.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:37.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:37.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:37.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:37.266 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:37.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:37.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:37.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:37.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:37.269 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:37.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:37.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:37.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:37.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:37.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:37.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:37.294 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:37.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:37.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:37.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:37.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:37.298 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:37.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:37.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:37.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:37.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:37.300 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:37.300 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:37.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:37.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:37.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:37.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:37.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:37.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:37.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:37.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:37.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:37.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:37.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:37.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:37.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:37.344 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:37.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:37.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:37.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:37.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:37.346 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:37.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:37.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:37.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:37.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:37.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:37.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:37.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:37.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:37.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:37.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:37.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:37.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:37.849 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:37.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:37.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:37.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:37.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:37.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:37.851 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:37.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:37.873 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:37.873 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:35:37.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:37.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:37.887 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:35:37.887 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:35:37.887 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:35:37.887 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:35:37.887 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:35:37.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:37.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:37.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:37.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:35:37.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:35:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:37.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:35:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:37.950 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 12:35:37.950 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 12:35:37.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:35:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:37.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:37.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:37.951 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:35:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:37.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:37.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:37.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:37.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:37.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:37.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:37.983 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:37.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:37.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:37.984 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:37.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:37.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:37.985 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:37.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:37.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:38.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:38.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:38.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:38.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:38.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:38.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:38.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.990 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:38.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:38.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:38.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:38.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:38.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:38.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:38.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:38.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:38.997 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:38.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:38.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:38.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:38.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:38.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:38.999 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:38.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:39.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:39.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:39.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 12:35:39.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:39.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:39.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:39.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:39.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:39.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:39.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:39.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:39.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:39.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:39.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:39.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 '\*?\QServers\E') 12:35:39.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:39.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:39.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:39.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:39.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:39.022 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:39.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:39.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:39.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:39.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:39.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:39.024 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:39.024 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:39.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:39.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:39.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:39.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:39.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:39.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:39.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:39.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:39.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:39.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:39.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:39.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:39.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:39.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:39.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:39.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:39.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:39.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:39.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:39.032 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:39.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:39.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:39.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:39.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:39.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:39.034 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:39.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:39.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:39.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:39.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:39.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:39.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:39.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:39.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:39.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:39.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:39.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:39.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:39.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:39.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:39.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:39.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:39.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:39.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:39.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:39.536 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:39.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:39.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:39.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:39.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:39.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:39.552 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:39.552 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:39.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:39.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:39.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:39.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:39.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:39.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:39.562 INFO [WorkbenchTestable][AbstractServer] Publish server 'Server 1' 12:35:39.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:39.564 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:39.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:39.581 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:35:39.582 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:35:39.582 DEBUG [main][MenuItemLookup] Item match:Publish Ctrl+Alt+P 12:35:39.582 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Publish Ctrl+Alt+P" 12:35:39.582 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Publish Ctrl+Alt+P 12:35:39.582 INFO [main][MenuItemHandler] Select menu item: Publish Ctrl+Alt+P 12:35:39.584 DEBUG [Worker-10: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 12:35:39.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 12:35:40.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 12:35:40.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 12:35:40.597 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:40.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:40.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:40.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:41.098 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:41.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:41.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:41.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 12:35:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:41.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:41.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:41.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:41.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:41.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:41.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:41.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:41.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:41.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:41.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:41.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:41.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:41.101 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:41.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:41.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:41.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:41.102 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:41.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:41.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:41.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:41.103 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:41.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:41.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:41.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:41.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:41.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:41.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:42.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:42.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:42.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.109 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:42.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:42.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:42.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:42.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:42.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:42.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:42.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:42.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:42.138 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:42.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:42.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:42.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:42.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:42.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:42.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:42.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:42.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 '\*?\QServers\E') 12:35:42.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:42.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:42.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:42.148 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:42.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:42.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:42.170 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:42.170 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:42.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:42.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:42.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:42.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:42.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:42.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:42.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:42.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:42.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:42.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:42.181 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:42.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:42.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:42.184 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:42.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:42.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:42.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:42.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:42.204 INFO [WorkbenchTestable][RequirementsRunner] Finished test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:42.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:42.204 INFO [WorkbenchTestable][RequirementsRunner] Started test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:42.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:42.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:42.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:42.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:42.204 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:42.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:42.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:42.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:42.206 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:42.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:42.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:42.213 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:42.213 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 12:35:42.213 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:42.214 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.214 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:42.215 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 12:35:42.215 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:42.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:42.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:42.215 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:42.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:42.215 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:42.215 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:42.239 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:42.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:42.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:42.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:42.259 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:42.260 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:35:42.260 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:35:42.260 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:35:42.260 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:35:42.260 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:35:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:35:42.263 DEBUG [Worker-10: Starting Server 1][AbstractWait] Wait for 1 seconds 12:35:43.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:35:43.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:35:43.762 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:43.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:43.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:43.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:35:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:43.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:43.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:43.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:43.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:43.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:43.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:43.763 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:43.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:43.763 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:43.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:43.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:43.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:43.764 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:35:43.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:43.764 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:43.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:43.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:43.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:43.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:35:43.765 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:35:43.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:35:43.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:35:43.790 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:43.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:43.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:43.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:43.792 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:35:43.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:43.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:43.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:43.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:43.793 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:43.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:43.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:43.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:43.794 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:35:43.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:43.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:43.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:43.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:43.795 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:35:43.795 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:35:43.795 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:35:43.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:35:43.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:43.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:43.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:35:43.821 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:35:43.821 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:35:43.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:35:43.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:35:43.821 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:35:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:35:43.822 DEBUG [Worker-6: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:35:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:35:45.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:35:45.322 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:45.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:45.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:45.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:45.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:35:45.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:45.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:45.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:45.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:45.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:45.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:45.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:45.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:45.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:45.323 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:45.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:45.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:45.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:45.324 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:35:45.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:45.324 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:45.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:45.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:45.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:45.325 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:45.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:45.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:45.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:45.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:45.325 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:45.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:45.331 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:45.332 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:45.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:45.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:45.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:45.333 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:35:45.333 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:45.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:45.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:45.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:45.334 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:45.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:45.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:45.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:45.335 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:45.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:45.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:45.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:45.338 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:45.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:45.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:45.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:45.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:45.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:46.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:46.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:46.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:46.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:46.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:46.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:46.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:46.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:46.365 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:46.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:46.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:46.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:46.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:46.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:46.380 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:46.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:46.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:46.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:46.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:46.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:46.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:46.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:46.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:46.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:46.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:46.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:46.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:46.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:46.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:46.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:46.389 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:46.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:46.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:46.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:46.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:46.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:46.391 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:46.391 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:46.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:46.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:46.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:46.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 12:35:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:46.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:46.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:46.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:46.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:46.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:46.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:46.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:46.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:46.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:46.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:46.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:46.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:46.398 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:46.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:46.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:46.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:46.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:46.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:46.414 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:46.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:46.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:46.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:46.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:46.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:46.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:46.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:46.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:46.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:46.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:46.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:46.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:46.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:46.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:46.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:46.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:46.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:46.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:46.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:46.916 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:46.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:46.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:46.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:46.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:46.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:46.946 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:46.946 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:46.946 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:46.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:46.954 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:46.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:46.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:46.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:46.955 INFO [WorkbenchTestable][AbstractServer] Clean server 'Server 1' 12:35:46.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:46.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:46.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:35:46.969 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:35:46.969 DEBUG [main][MenuItemLookup] Item match:Clean... 12:35:46.969 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Clean..." 12:35:46.969 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clean... 12:35:46.970 INFO [main][MenuItemHandler] Select menu item: &Clean... 12:35:47.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:35:47.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:35:47.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:35:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:47.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:35:47.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:47.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:35:47.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:47.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:47.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:47.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:47.002 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:47.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:47.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:47.015 DEBUG [Worker-3: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 12:35:47.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:47.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:47.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 12:35:48.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 12:35:48.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 12:35:48.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:48.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:48.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:48.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:48.540 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:48.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:48.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:48.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 12:35:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:48.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:48.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:48.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:48.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:48.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:48.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:48.541 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:48.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.541 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:48.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:48.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:48.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:48.542 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:48.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:48.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:48.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:48.542 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:48.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:48.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:48.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:48.543 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:48.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:48.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:49.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:49.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:49.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:49.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:49.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:49.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.549 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:49.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:49.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:49.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:49.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:49.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:49.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:49.581 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:49.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:49.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:49.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:49.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:49.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:49.584 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:49.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:49.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:49.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:49.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:49.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:49.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:49.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:49.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:49.609 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:49.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:49.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:49.613 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:49.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:49.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:49.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:49.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:49.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:49.615 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:49.615 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:49.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:49.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:49.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:49.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:49.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:49.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:49.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:49.622 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:49.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:49.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:49.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:49.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:49.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:49.646 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:50.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:50.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:50.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:50.147 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:50.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:50.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:50.148 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:50.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:50.148 INFO [WorkbenchTestable][RequirementsRunner] Started test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:50.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:50.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:50.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:50.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:50.148 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:50.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:50.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:50.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:50.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:50.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:50.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:50.151 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:50.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:50.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:50.173 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:50.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:50.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:50.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:50.175 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 12:35:50.175 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:50.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:50.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:50.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:50.176 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:50.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:50.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:50.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:50.177 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 12:35:50.177 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:50.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:50.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:50.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:50.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:50.192 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:50.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:50.197 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:50.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:50.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:50.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:50.215 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:50.215 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 12:35:50.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 12:35:50.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 12:35:50.215 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 12:35:50.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 12:35:50.217 DEBUG [Worker-4: Starting Server 1][AbstractWait] Wait for 1 seconds 12:35:51.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 12:35:51.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 12:35:51.716 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 12:35:51.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:51.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:51.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:51.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:51.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:51.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:51.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:51.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:51.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:51.718 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.718 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 12:35:51.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:51.718 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.719 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.720 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:35:51.720 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:35:51.720 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:35:51.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:35:51.729 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.730 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 12:35:51.730 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.731 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.732 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.732 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:35:51.732 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:35:51.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:35:51.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:35:51.742 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.743 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:35:51.743 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.743 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.744 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:35:51.744 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:51.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:51.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:35:51.745 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:35:51.745 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:35:51.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:35:51.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:51.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:51.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:35:51.769 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:35:51.769 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:35:51.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:35:51.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:35:51.769 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:35:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:35:51.769 DEBUG [Worker-1: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:35:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:35:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:35:53.270 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:53.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:53.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:53.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:35:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:53.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:53.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:53.271 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:53.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:53.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:53.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:53.271 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:35:53.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:53.271 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:53.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:53.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:53.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:53.272 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:53.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:53.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:53.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:53.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:53.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:53.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:54.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:54.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.276 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:54.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:54.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:54.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:54.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:54.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:54.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:54.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:54.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:54.283 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:54.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:54.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:54.299 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:54.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:54.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:54.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:54.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:54.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:54.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 '\*?\QServers\E') 12:35:54.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:54.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:54.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:54.306 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:54.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:54.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:54.308 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:54.308 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:54.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:54.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:54.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:54.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:54.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:54.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:54.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 '\*?\QServers\E') 12:35:54.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:54.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:54.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:54.315 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.315 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:54.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:54.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:54.331 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:54.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:54.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:54.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:54.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:54.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:54.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:54.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:54.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:54.833 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:54.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:54.833 INFO [WorkbenchTestable][RequirementsRunner] Started test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:54.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:54.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:54.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:54.833 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:54.833 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:54.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:54.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:54.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:54.836 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:54.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:54.842 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:54.842 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.843 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 12:35:54.843 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.844 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.845 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 12:35:54.845 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:54.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:54.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.845 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:54.845 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:54.845 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:54.864 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:54.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:54.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:54.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:35:54.880 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:35:54.880 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:35:54.881 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:35:54.881 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:35:54.881 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:35:54.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:35:54.883 DEBUG [Worker-7: Starting Server 1][AbstractWait] Wait for 1 seconds 12:35:56.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:35:56.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:35:56.383 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:35:56.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:56.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:56.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:56.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:56.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:56.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:56.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:56.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:56.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:56.384 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.384 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:35:56.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:56.384 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:35:56.386 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:35:56.386 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:35:56.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:35:56.392 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.393 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 12:35:56.393 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.394 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.395 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.395 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:35:56.395 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:35:56.395 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:35:56.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:35:56.404 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.404 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:35:56.404 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.405 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.405 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:35:56.406 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:56.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:56.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.406 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:35:56.406 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:35:56.406 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:35:56.411 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:35:56.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:56.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:56.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:35:56.428 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:35:56.428 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:35:56.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:35:56.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:35:56.428 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:35:56.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:35:56.429 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:35:57.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:35:57.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:35:57.929 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:57.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:57.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:57.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:35:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:57.930 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:57.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:57.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:57.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:57.931 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:35:57.931 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:57.931 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:57.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:57.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:57.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:57.931 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:57.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:57.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:58.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:58.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:58.432 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:58.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:58.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:58.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:35:58.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:35:58.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:58.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:58.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:58.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:58.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:58.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:58.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:58.945 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:58.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:58.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:58.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:58.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:58.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:58.947 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:58.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:58.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:58.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:58.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:58.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:58.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:58.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:58.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:58.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:58.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:58.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:58.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:58.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:58.954 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:58.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:58.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:58.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:58.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:58.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:58.956 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:35:58.956 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:58.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:58.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:58.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:58.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:35:58.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:58.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:58.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:58.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:58.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:58.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:58.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:35:58.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:58.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:58.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:58.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:58.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:58.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:58.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:58.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:58.980 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:35:58.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:35:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:35:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:59.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:59.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:59.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:59.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:59.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:59.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:59.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:59.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:59.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:59.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:35:59.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:35:59.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:59.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:59.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:59.482 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:59.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:59.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:59.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:59.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:59.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:59.484 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:35:59.484 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:35:59.485 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:35:59.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:35:59.503 INFO [WorkbenchTestable][AbstractServer] Open server's editor 12:35:59.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:59.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:59.519 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:59.519 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:59.519 DEBUG [main][MenuItemLookup] Item match:Open F3 12:35:59.519 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open F3" 12:35:59.519 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open F3 12:35:59.519 INFO [main][MenuItemHandler] Select menu item: Open F3 12:35:59.662 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:59.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:59.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:59.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:59.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@618b662f is found... 12:35:59.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@618b662f is found finished successfully 12:35:59.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServer 1\E') 12:35:59.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:59.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:59.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:59.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:59.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:59.700 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Server 1 12:35:59.720 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:59.720 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:59.720 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:35:59.720 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:35:59.722 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:59.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:59.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:59.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:59.733 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:59.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:59.734 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:35:59.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:35:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:59.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:59.734 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:35:59.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:35:59.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:00.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:00.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:00.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:00.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:00.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.746 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:00.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:00.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:00.754 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:00.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:00.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:00.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:00.760 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:00.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:00.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:00.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:00.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:00.763 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:00.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:00.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:00.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:00.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:00.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:00.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:00.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:00.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:00.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:00.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:00.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:00.793 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:00.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:00.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:00.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:00.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:00.796 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:36:00.796 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:00.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:00.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:00.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:00.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:00.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:00.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:00.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:00.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:00.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:00.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:00.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:00.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:00.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:00.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:00.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:00.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:00.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:00.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:00.828 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:36:00.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:01.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:36:01.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:01.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:01.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:01.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:01.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:01.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:01.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:01.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:01.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:01.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:01.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:01.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:01.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:01.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:01.330 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:01.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:01.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:01.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:01.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:01.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:01.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:36:01.348 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:36:01.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:36:01.356 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:36:01.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:01.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:01.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:01.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:01.358 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 12:36:01.358 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:01.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:01.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:01.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:01.359 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:01.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:01.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:01.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:01.359 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 12:36:01.359 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:01.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:01.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:01.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:36:01.360 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:36:01.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:36:01.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:36:01.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:01.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:01.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.383 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:36:01.383 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 12:36:01.383 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 12:36:01.383 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 12:36:01.383 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 12:36:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 12:36:01.386 DEBUG [Worker-10: Starting Server 1][AbstractWait] Wait for 1 seconds 12:36:02.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 12:36:02.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 12:36:02.885 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:02.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:02.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 12:36:02.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:02.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:02.886 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:02.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:02.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.886 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 12:36:02.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:02.887 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:02.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:02.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:36:02.887 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:36:02.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:36:02.893 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:36:02.894 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:02.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:02.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.894 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 12:36:02.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:02.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:02.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:02.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:02.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.899 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Debug on server Server 1 12:36:02.899 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:02.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:02.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.899 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:36:02.899 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:36:02.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:36:02.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:36:02.904 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:02.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:02.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:02.921 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:02.922 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:36:02.922 DEBUG [main][MenuItemLookup] Item match:Restart in Debug Ctrl+Alt+D 12:36:02.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Debug Ctrl+Alt+D" 12:36:02.922 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Debug Ctrl+Alt+D 12:36:02.922 INFO [main][MenuItemHandler] Select menu item: Restart in Debug Ctrl+Alt+D 12:36:02.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 12:36:02.922 DEBUG [Worker-6: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:36:03.931 DEBUG [Worker-6: Starting Server 1][AbstractWait] Wait for 1 seconds 12:36:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 12:36:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 12:36:05.423 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:05.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:05.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 12:36:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:05.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:05.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:05.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:05.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:05.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:05.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:05.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:05.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:05.424 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:05.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:05.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.425 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 12:36:05.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:05.425 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:05.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:05.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.426 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:05.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:05.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.427 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:36:05.427 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:36:05.427 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:36:05.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:36:05.437 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:05.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.438 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:36:05.438 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:05.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:05.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.439 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:05.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:05.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.440 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:36:05.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:05.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:05.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:36:05.441 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:36:05.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:36:05.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:36:05.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:05.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:05.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:36:05.463 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:36:05.463 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:36:05.463 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:36:05.463 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:36:05.464 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:36:05.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:36:05.464 DEBUG [Worker-6: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:36:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:36:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:36:06.964 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:06.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:06.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:06.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:06.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:36:06.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:06.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:06.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:06.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:06.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:06.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:06.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:06.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:06.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:06.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:06.966 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:06.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:06.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:06.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:06.967 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:36:06.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:06.967 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:06.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:06.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:06.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:06.968 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:36:06.968 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:36:06.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:36:06.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:36:06.975 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:06.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:06.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:06.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:06.976 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 12:36:06.976 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:06.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:06.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:06.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:06.977 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:06.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:06.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:06.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:06.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:06.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:06.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:06.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:06.982 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:36:06.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:06.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:07.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:07.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:07.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:07.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:07.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:07.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:07.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:07.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:07.989 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:07.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:07.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:07.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:07.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:07.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:07.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:08.001 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:08.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:08.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:08.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:08.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:08.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:08.004 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:08.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:08.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:08.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:08.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:08.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:08.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:08.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:08.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:08.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:08.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:08.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:08.053 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:08.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:08.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:08.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:08.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:08.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:08.056 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:36:08.056 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:08.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:08.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:08.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:08.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:08.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:08.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:08.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:08.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:08.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:08.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:08.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') 12:36:08.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:08.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:08.087 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:08.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:08.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:08.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:08.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:08.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:08.089 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:36:08.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:08.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:36:08.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:08.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:08.590 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:08.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:08.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:08.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:08.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:08.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:08.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:08.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:08.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:08.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:08.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:08.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:08.592 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:08.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:08.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:08.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:08.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:08.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:08.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:36:08.611 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:36:08.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:36:08.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:36:08.616 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:36:08.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:08.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:08.647 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:36:08.647 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:36:08.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:36:08.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:36:08.647 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:36:08.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:08.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:36:08.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:36:08.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:08.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:08.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:36:08.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:08.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:08.723 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:36:08.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:08.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:08.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:08.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:08.726 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:36:08.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:08.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:08.727 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:08.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:08.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:08.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:08.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:08.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:08.730 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:36:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:09.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:09.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:09.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:09.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:09.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:09.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:09.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:09.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:09.231 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.232 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:36:09.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:36:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:09.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:36:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:09.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:36:09.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:36:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:09.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:36:09.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:09.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:36:09.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.233 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:09.233 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:09.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:09.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:09.245 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.246 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:36:09.246 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:36:09.246 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:36:09.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:36:09.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.254 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:36:09.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:36:09.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:09.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:36:09.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:09.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:36:09.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:36:09.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:09.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:36:09.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:09.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:36:09.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:09.255 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:09.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:09.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:09.266 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:36:09.267 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:36:09.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:36:09.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:36:09.273 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.277 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:36:09.277 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:36:09.278 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:36:09.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:36:09.283 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.284 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:36:09.284 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:36:09.284 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:36:09.289 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:36:09.290 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.294 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:36:09.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:36:09.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:09.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:36:09.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:09.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:36:09.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:36:09.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:09.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:36:09.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:09.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:36:09.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.295 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:36:09.295 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:36:09.295 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:36:09.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:36:09.302 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:36:09.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:09.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:09.321 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:36:09.321 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:36:09.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:36:09.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:36:09.322 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:36:09.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:09.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.394 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:36:09.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:36:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:09.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<< Remove All") 12:36:09.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:09.395 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 12:36:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:09.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:09.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:09.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:09.400 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:36:09.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:09.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:09.401 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:09.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:09.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:09.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:09.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:09.434 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:36:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:36:09.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:36:09.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:36:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:09.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:09.435 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:09.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:09.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:09.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:36:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:36:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:09.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:09.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:09.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:09.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.973 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:09.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:09.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:09.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:09.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:09.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:09.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:09.988 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:09.991 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:09.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:09.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:09.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:09.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:09.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:10.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:10.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:10.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:10.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:10.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:10.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:10.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:10.024 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:10.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:10.026 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:36:10.026 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:10.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:10.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:10.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:10.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 12:36:10.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:10.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:10.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:10.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:10.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:10.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:10.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:10.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:10.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:10.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:10.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:10.057 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:10.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:10.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:10.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:10.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:10.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:10.059 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:36:10.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:10.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:36:10.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:10.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:10.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:10.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:10.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:10.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:10.561 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:10.561 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:10.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:10.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:10.561 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:10.561 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:10.561 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:10.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:10.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:10.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:10.561 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:10.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.567 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:10.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:10.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:10.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:10.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:10.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:10.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:10.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:10.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:10.595 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:10.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:10.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:10.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:10.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:10.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:10.597 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:10.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:10.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:10.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:10.598 INFO [WorkbenchTestable][ServersView2] Create new server 12:36:10.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:10.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:10.627 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:10.627 DEBUG [main][MenuItemLookup] Item match:New 12:36:10.628 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:36:10.628 DEBUG [main][MenuItemLookup] Item match:Server 12:36:10.628 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:36:10.628 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:36:10.628 INFO [main][MenuItemHandler] Select menu item: Server 12:36:10.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:36:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:36:10.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:36:10.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:10.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:36:10.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:10.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:36:10.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:10.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:10.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 Server"] 12:36:10.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:10.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:10.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:36:10.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:10.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:10.729 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:36:10.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:10.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:36:10.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:10.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:10.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:10.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:10.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:36:10.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:36:10.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:36:10.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:10.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:10.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:36:10.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:36:10.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:11.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:36:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:36:11.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:36:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:11.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:36:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:11.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:36:11.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:36:11.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:36:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:11.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:11.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:11.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:11.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:36:11.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:36:11.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:11.240 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:36:11.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:11.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:36:11.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:36:11.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:36:11.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:11.240 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:36:11.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:11.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:36:11.240 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:36:11.240 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:36:11.240 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:36:11.243 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:36:11.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.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:11.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:11.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:11.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:11.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:11.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:11.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:11.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:36:11.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:11.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:11.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:11.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:11.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:11.750 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:11.751 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 12:36:11.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:36:11.751 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:36:11.751 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:36:12.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:36:12.252 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:36:12.252 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:36:12.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:12.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:12.256 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:12.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:12.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:12.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:12.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:12.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:12.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:12.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:12.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:12.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:12.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:12.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:12.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:12.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:12.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:12.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.768 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:12.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:12.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:12.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:12.781 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:12.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:12.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 12:36:12.800 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:12.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:12.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:12.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:12.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:12.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:12.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:12.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:12.831 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:12.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:12.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:12.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:12.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:12.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:12.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:12.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') 12:36:12.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:12.845 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:12.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:12.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:12.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 12:36:12.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.870 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:12.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:12.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:12.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:12.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:12.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:12.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:12.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:12.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:12.901 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:12.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:12.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:12.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:12.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:12.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:12.930 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:12.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:12.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:12.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:12.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:12.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:12.944 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:12.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:12.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:12.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:12.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:12.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') 12:36:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:12.974 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:12.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:12.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:12.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 12:36:12.976 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 12:36:12.976 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 12:36:12.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 12:36:12.999 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:12.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:12.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:13.000 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 12:36:13.000 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:13.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:13.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:13.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:13.000 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:13.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:13.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:13.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:13.001 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 12:36:13.001 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:13.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:13.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:13.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:13.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 12:36:13.002 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 12:36:13.002 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 12:36:13.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 12:36:13.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:13.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:13.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:36:13.026 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:36:13.026 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:36:13.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:36:13.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:36:13.026 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:36:13.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:36:13.029 DEBUG [Worker-7: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 12:36:14.040 DEBUG [Worker-7: Starting Server 2][AbstractWait] Wait for 1 seconds 12:36:15.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:36:15.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:36:15.528 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:36:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:15.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:15.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:15.529 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.530 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:36:15.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:15.530 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 12:36:15.531 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 12:36:15.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 12:36:15.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 12:36:15.540 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.540 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: true 12:36:15.541 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:15.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:15.556 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:15.556 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:15.556 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:15.556 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:15.556 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:15.556 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:15.556 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:15.556 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:15.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:36:15.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:15.556 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:36:15.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:36:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:36:15.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:36:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:15.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: 32) 12:36:15.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:15.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:36:15.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:15.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:15.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:15.594 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 12:36:15.594 DEBUG [WorkbenchTestable][CheckBox] Checkbox Stop server(s) before deleting already selected, no action performed 12:36:15.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") 12:36:15.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:15.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:36:15.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:15.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:15.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:15.594 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:15.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:15.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:15.595 DEBUG [Worker-8: Stopping Server 2][AbstractWait] Wait for 1 seconds 12:36:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:36:15.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:36:15.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.639 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:15.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:15.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:15.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:15.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36: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 '\*?\QServers\E') 12:36:15.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:15.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:15.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:15.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:15.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:15.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:15.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 12:36:15.672 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:15.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:15.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:15.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:15.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:15.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:15.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:15.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:15.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:15.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:15.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:15.702 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:15.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:15.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:15.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:15.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:15.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:15.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:15.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:15.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:15.735 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:15.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:15.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:15.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:15.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:16.238 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:16.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.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:16.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:16.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:16.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:16.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:16.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:16.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:16.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:16.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:16.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:16.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:16.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:16.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:16.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:16.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:16.310 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:16.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:16.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:16.813 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:16.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:16.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:16.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:16.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:16.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:16.846 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:16.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:16.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:16.849 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:36:16.849 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:16.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:16.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:16.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:16.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:16.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:16.885 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:16.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:16.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:16.888 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:36:16.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 12:36:16.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:16.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:16.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:16.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:16.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:16.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:16.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:16.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:16.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:16.942 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:16.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:16.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:16.944 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:16.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:16.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:16.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:16.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:16.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 '\*?\QServers\E') 12:36:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:16.975 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:16.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:16.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:16.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:16.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:16.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:16.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:16.979 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:36:16.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:36:16.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:17.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:17.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:36:17.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:36:17.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:17.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:17.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:36:17.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:17.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:17.987 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:17.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:17.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:17.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:17.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:17.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:17.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:17.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:17.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:17.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:18.000 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:18.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:18.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:18.003 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:18.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:18.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:18.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:18.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:18.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:18.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:18.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:18.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') 12:36:18.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:18.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:18.032 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:18.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:18.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:18.035 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:36:18.035 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36: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.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:18.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:18.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:18.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:18.058 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:18.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:18.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:18.064 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:18.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:18.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:18.067 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:36:18.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:18.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:36:18.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:18.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:18.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:18.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:18.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:18.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:18.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:18.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:18.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:18.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:18.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:18.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:18.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:18.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:18.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:18.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:18.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:18.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:18.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:18.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:18.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:36:18.588 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:36:18.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:36:18.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:36:18.596 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:18.598 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 12:36:18.598 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:18.598 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:18.599 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 12:36:18.599 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:18.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:18.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:18.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:18.600 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:36:18.600 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:36:18.600 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:36:18.622 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:36:18.622 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.623 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:18.623 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:18.638 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:36:18.638 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 12:36:18.638 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 12:36:18.638 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 12:36:18.638 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 12:36:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 12:36:18.640 DEBUG [Worker-2: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 12:36:19.648 DEBUG [Worker-11: Starting Server 1][AbstractWait] Wait for 1 seconds 12:36:21.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 12:36:21.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 12:36:21.140 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:21.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:21.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:21.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:21.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 12:36:21.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:21.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:21.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:21.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:21.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:21.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:21.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:21.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:21.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:21.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:21.142 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:21.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:21.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:21.142 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 12:36:21.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:21.142 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:21.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:21.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:21.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:21.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:36:21.143 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:36:21.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:36:21.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:36:21.151 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:21.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:21.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:21.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:21.152 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 12:36:21.152 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:21.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:21.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:21.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:21.153 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:21.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:21.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:21.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:21.154 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart on server Server 1 12:36:21.154 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:21.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:21.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:21.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:21.154 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:36:21.154 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:36:21.154 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:36:21.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:36:21.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:21.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:21.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:36:21.191 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:36:21.191 DEBUG [main][MenuItemLookup] Item match:Restart Ctrl+Alt+R 12:36:21.191 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart Ctrl+Alt+R" 12:36:21.191 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart Ctrl+Alt+R 12:36:21.191 INFO [main][MenuItemHandler] Select menu item: &Restart Ctrl+Alt+R 12:36:21.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:36:21.192 DEBUG [Worker-10: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:36:22.206 DEBUG [Worker-9: Starting Server 1][AbstractWait] Wait for 1 seconds 12:36:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:36:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:36:23.692 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:23.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:23.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:23.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:36:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:23.694 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:23.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:23.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:23.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:23.694 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:36:23.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:23.694 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:23.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:23.695 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:23.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:23.695 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:36:23.695 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:36:23.696 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:36:23.704 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:36:23.705 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:23.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:23.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:23.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:23.706 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:36:23.706 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:23.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:23.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:23.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:23.707 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:23.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:23.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:23.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:23.707 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:36:23.707 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:23.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:23.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:23.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:23.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:36:23.708 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:36:23.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:36:23.713 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:36:23.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:23.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:23.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:23.732 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:36:23.733 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:36:23.733 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:36:23.733 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:36:23.733 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:36:23.733 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:36:23.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:36:23.733 DEBUG [Worker-3: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:36:25.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:36:25.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:36:25.234 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:25.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:25.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:25.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:36:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:25.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:25.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:25.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:25.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:25.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:25.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:25.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:25.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:25.235 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:25.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:25.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:25.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:25.236 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:36:25.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.236 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:25.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:25.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:25.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:25.237 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:36:25.237 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:36:25.237 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:36:25.243 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:36:25.244 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:25.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:25.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:25.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:25.245 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 12:36:25.245 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:25.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:25.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:25.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:25.246 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:25.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:25.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:25.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:25.247 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:25.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:25.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:25.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:25.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:36:25.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:25.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:25.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:25.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:25.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:25.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:26.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:26.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:26.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.255 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:26.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:26.262 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:26.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 '\*?\QServers\E') 12:36:26.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:26.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:26.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:26.284 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:26.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:26.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:26.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:26.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:26.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:26.287 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:26.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:26.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:26.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:26.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:26.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:26.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:26.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:26.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:26.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:26.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:26.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:26.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 '\*?\QServers\E') 12:36:26.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:26.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:26.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:26.321 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:26.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:26.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:26.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:26.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:26.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:26.323 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:36:26.323 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:26.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:26.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:26.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:26.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:26.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:26.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:26.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:26.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:26.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:26.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:26.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:26.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:26.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:26.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:26.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:26.354 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:26.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:26.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:26.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:26.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:26.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:26.357 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:36:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:26.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:36:26.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:26.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:26.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:26.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:26.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:26.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:26.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:26.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:26.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:26.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:26.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:26.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:26.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:26.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:26.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:26.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:26.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:26.859 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:26.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:26.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:26.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:26.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:26.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:26.862 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:36:26.862 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:26.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:27.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:27.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:27.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:27.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:27.863 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:27.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:27.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:27.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:27.864 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:27.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:27.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:27.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:27.865 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:27.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:27.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:27.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:27.865 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:36:27.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:27.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:28.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:28.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:36:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:28.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:28.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:36:28.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.873 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:28.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:28.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:28.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:28.879 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:28.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:28.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:28.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:28.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:28.884 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:28.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:28.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:28.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:28.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:28.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:28.887 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:28.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:28.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:28.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:28.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 12:36:28.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:28.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:28.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:28.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:28.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:28.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:28.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:28.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:28.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:28.916 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:28.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:28.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:28.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:28.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:28.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:28.918 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:36:28.918 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:28.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:28.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:28.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36: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.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:28.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:28.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:28.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:28.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:28.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:28.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') 12:36:28.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:28.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:28.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:28.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:28.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:28.946 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:28.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:28.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:28.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:28.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:28.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:28.948 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:36:28.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:36:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:29.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:29.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:29.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:29.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:29.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:36:29.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:29.451 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:36:29.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:29.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:29.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:29.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:29.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:29.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:36:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:29.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:29.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:29.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:29.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:29.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:29.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:29.489 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:29.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:29.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:29.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:29.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:29.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:29.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:30.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:30.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:30.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:30.491 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:30.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:30.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:30.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:30.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:30.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:30.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:30.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:30.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:30.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:30.492 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:36:30.492 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 12:36:30.492 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 12:36:30.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:30.492 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:30.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:30.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:30.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:30.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:30.524 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:30.524 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:30.524 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:30.524 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:30.525 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:30.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:30.525 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:31.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:31.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:31.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:31.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:31.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:31.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:31.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:31.025 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:31.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:31.025 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:36:31.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:31.026 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:31.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:31.029 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:31.030 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:31.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:31.058 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:31.058 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:31.058 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:31.058 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:31.058 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:31.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 'Delete.*'] is available.... 12:36:31.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:31.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:31.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:31.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:31.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:31.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:31.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) 12:36:31.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:31.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:31.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:31.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:31.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:31.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:31.658 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:31.658 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:31.658 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:31.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:31.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:31.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:31.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:31.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:31.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:31.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:31.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:31.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:31.659 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:31.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:31.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:31.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:31.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:31.663 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:36:32.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:32.163 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:32.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:32.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:32.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:36:32.164 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:36:32.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:36:32.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:36:32.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:32.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.196 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:32.196 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:32.196 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:32.196 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:32.196 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:32.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:32.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:32.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:32.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:32.697 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 12:36:32.697 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:36:32.697 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:36:32.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:36:32.699 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:36:32.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:32.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:32.725 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:32.725 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:32.726 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:32.726 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:32.726 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:32.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:36:33.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 12:36:33.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:33.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:33.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:33.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:33.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:33.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:36:33.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:33.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:33.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:33.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:33.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:33.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:33.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:33.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:33.320 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:33.320 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:33.320 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:33.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:33.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:33.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:33.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:33.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:33.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:33.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:33.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:33.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:33.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:33.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:33.321 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:33.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:33.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:33.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:33.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:33.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:33.325 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:36:33.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:33.825 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:33.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:33.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:33.826 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:36:33.826 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:36:33.826 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:36:33.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:36:33.830 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:33.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:33.857 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:33.857 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:33.857 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:33.857 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:33.857 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:33.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:33.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:34.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:34.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:34.358 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 12:36:34.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:36:34.358 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:36:34.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:36:34.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:36:34.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:34.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:34.397 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:34.397 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:34.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:34.397 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:34.397 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:34.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.... 12:36:35.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:35.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:35.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:35.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:36:35.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:35.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:35.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:35.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:35.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:35.011 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:35.011 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:35.011 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:35.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:35.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:35.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:35.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:35.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:35.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:35.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:35.012 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:35.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:35.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:35.017 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:36:35.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:35.518 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:35.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:35.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:35.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.525 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:35.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:35.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36: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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:35.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:35.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:35.539 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:35.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:35.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:35.568 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:35.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:35.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:35.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:35.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:35.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:36:35.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:35.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:35.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:36:35.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:35.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:35.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:35.601 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:35.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:35.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:36:35.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:35.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:35.603 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:36:35.603 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:36:35.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:36:35.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:36:35.610 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:35.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:35.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:35.610 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 1'. Stop server first: false 12:36:35.610 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:35.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:35.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:35.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:35.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:35.640 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:35.641 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:35.641 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:35.641 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:35.641 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:35.641 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:35.641 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:35.641 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:35.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:36:35.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:35.641 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:36:35.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:36:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:36:35.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:36:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:35.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:36:35.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:35.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:36:35.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:35.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:35.672 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:35.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:35.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:35.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:35.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:36:35.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:36:35.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.741 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:35.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:35.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:35.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:35.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:35.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:35.749 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:35.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:35.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:35.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:35.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:35.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1... 12:36:35.751 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:35.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:35.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:36:35.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:35.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:36.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:36.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:36.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:36.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:36.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:36:36.767 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:36:36.767 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 1' was not found on Servers view 12:36:36.767 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:36.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:36.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:36.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:36:36.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.cnf.ServersView2, index 0 and no matchers specified 12:36:36.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:36.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:36.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:37.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:37.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:37.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:36:37.770 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:36:37.770 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:36:37.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1 finished successfully 12:36:37.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:37.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:37.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:37.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:37.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:37.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:37.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:37.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:37.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:37.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:37.770 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:36:37.770 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:37.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:37.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:37.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.156 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.596 s restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.235 s delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 6.204 s profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.698 s addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.688 s publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.668 s stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.712 s clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 3.232 s debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.685 s start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.649 s openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.848 s restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.261 s getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.969 s delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.008 s restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.29 s getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.591 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:36:37.778 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:36:37.779 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:36:37.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:37.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:36:37.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:37.779 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:36:37.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:37.779 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:36:37.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:37.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:37.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:37.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:37.781 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:37.781 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:37.781 DEBUG [main][MenuItemLookup] Item match:File 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:37.782 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:37.782 DEBUG [main][MenuItemLookup] Item match:Import... 12:36:37.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:36:37.782 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:36:37.782 INFO [main][MenuItemHandler] Select menu item: &Import... 12:36:37.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:36:37.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:36:37.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:36:37.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:37.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:37.859 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:36:37.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:36:37.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:36:37.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:36:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:37.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:36:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:37.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:36:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:36:37.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:36:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:37.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:36:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:37.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:36:37.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:36:37.861 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:36:37.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:36:37.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:36:37.861 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:36:37.861 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:36:37.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:37.862 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:36:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:37.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:37.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:37.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:36:37.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:36:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:37.934 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:36:37.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:36:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:36:37.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:36:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:37.934 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:36:37.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:37.935 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:36:37.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.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:36:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:37.935 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:36:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:37.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:37.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:37.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:36:37.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:36:37.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:36:37.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:36:37.937 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:36:37.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:36:37.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:37.939 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:36:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:37.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:37.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:37.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:36:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:36:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:36:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:36:37.944 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 12:36:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:36:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:37.945 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 12:36:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:38.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:38.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:38.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:38.446 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:36:38.446 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:36:38.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:38.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:38.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:38.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:38.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:38.448 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:38.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:38.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:38.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:38.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:38.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:38.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:38.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:38.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:38.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:38.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:38.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:38.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:38.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:38.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:38.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:38.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:38.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:38.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:38.963 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:38.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:38.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:38.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:38.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:38.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:38.965 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:38.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:38.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:38.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:36:38.966 INFO [WorkbenchTestable][ServersView2] Create new server 12:36:38.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:36:38.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:38.967 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:38.967 DEBUG [main][MenuItemLookup] Item match:New 12:36:38.967 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:36:38.967 DEBUG [main][MenuItemLookup] Item match:Server 12:36:38.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:36:38.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:36:38.967 INFO [main][MenuItemHandler] Select menu item: Server 12:36:39.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:36:39.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:36:39.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:36:39.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:39.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:36:39.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:39.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:39.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:36:39.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:39.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:39.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 Server"] 12:36:39.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:39.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:39.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:36:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:39.097 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:36:39.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:39.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:36:39.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:39.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:39.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:39.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:36:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:36:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:36:39.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:39.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:39.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:36:39.111 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:36:39.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:39.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:39.614 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:36:39.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:36:39.614 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:36:39.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:39.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:36:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:39.615 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:36:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:36:39.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:36:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:39.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:39.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:36:39.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:36:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:39.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:36:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:39.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:36:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:36:39.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:36:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:39.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:36:39.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:39.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:36:39.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:36:39.616 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:36:39.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:36:39.621 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:36:39.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:39.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:39.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:39.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:39.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:39.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:40.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:40.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:36:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:40.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:40.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:40.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:40.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:40.128 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:40.129 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 12:36:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:36:40.130 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:36:40.130 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:36:40.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:36:40.630 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:36:40.630 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:36:40.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:40.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:40.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:40.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:40.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:40.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:40.634 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:40.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:40.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:40.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:41.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:41.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:41.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:41.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:41.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:41.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:41.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:41.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:41.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.144 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:41.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:41.147 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:41.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:41.150 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:41.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:41.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:41.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 12:36:41.153 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.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 12:36:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:41.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:41.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:41.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:41.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:41.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:41.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:41.176 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:41.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:41.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:41.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 12:36:41.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:36:41.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:41.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:41.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:41.186 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:41.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:36:41.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:41.190 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:41.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:41.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:41.206 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:36:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:41.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:41.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:41.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') 12:36:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:41.216 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:41.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:41.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:41.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:41.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:41.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:41.222 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:41.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') 12:36:41.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:41.241 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:41.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:41.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:41.244 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:36:41.244 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:36:41.244 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:36:41.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:36:41.252 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.253 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 12:36:41.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.254 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 12:36:41.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:41.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:41.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:36:41.255 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:36:41.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:36:41.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:36:41.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:41.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:41.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:36:41.290 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:36:41.290 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:36:41.290 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:36:41.290 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:36:41.290 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:36:41.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:36:41.292 DEBUG [Worker-10: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:36:42.300 DEBUG [Worker-10: Starting Server ABC][AbstractWait] Wait for 1 seconds 12:36:43.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:36:43.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:36:43.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:43.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:43.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:43.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:43.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:36:43.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:43.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:43.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:43.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:43.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:43.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:43.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:43.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:43.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:43.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:43.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:43.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:43.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:43.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:43.794 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:36:43.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:43.795 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:43.795 INFO [WorkbenchTestable][RequirementsRunner] Started test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:36:43.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:36:43.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:43.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:43.795 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:43.795 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:43.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:43.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:43.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:43.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:36:43.796 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:36:43.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:36:43.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:36:43.804 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:36:43.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:43.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:43.820 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:36:43.820 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:36:43.820 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:36:43.820 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:36:43.820 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:36:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:43.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:43.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:36:43.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:36:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:43.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:43.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:36:43.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:43.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:43.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:43.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:43.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:43.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:43.887 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:43.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:43.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:43.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:36:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:43.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:43.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:43.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:43.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:43.889 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:36:43.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:43.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:43.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:43.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:43.896 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:36:43.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:43.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:43.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:43.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:43.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:43.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:43.898 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:43.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:43.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:43.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:43.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:43.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:43.901 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:36:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:44.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:44.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:44.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:44.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:44.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:44.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:44.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:44.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:44.402 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:44.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:44.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:44.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:44.403 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:36:44.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:36:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:44.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:44.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:36:44.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:36:44.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:44.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:36:44.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:44.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:36:44.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:44.907 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:44.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:44.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:44.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:44.908 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:44.908 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:44.908 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:44.915 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:44.916 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 12:36:44.916 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:44.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:44.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:44.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:44.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:44.917 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:44.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:44.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:44.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:44.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:44.942 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:44.942 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:44.942 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:36:44.942 DEBUG [main][MenuItemLookup] Item match:Start 12:36:44.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 12:36:44.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 12:36:44.943 INFO [main][MenuItemHandler] Select menu item: &Start 12:36:44.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:44.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:44.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:36:44.944 DEBUG [Worker-1: Starting server-project][AbstractWait] Wait for 1 seconds 12:36:45.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:36:45.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:36:46.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:46.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:46.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:46.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:46.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:46.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:46.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:46.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:46.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:46.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:36:46.445 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:46.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:46.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:46.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:46.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:36:46.446 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:36:46.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:36:46.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:36:46.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:36:46.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:46.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:46.452 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:46.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:46.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:46.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:46.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:36:46.453 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:36:46.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:36:46.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:36:46.461 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:46.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:46.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:46.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:46.462 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:36:46.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:36:46.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:46.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:36:46.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:46.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:36:46.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:36:46.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:46.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:36:46.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:46.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:36:46.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:46.462 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:46.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:46.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:46.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:46.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:36:46.463 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:36:46.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:36:46.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:36:46.469 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:46.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:46.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:46.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:46.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:36:46.469 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:36:46.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:36:46.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:36:46.477 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:36:46.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:46.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:46.477 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:46.477 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:46.477 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:46.477 DEBUG [main][MenuItemLookup] Item match:Edit 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:46.478 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:46.478 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:46.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:36:46.478 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:46.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:36:46.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:46.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:46.478 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:46.478 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:46.478 DEBUG [main][MenuItemLookup] Item match:Edit 12:36:46.479 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:36:46.479 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:36:46.479 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.479 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:36:46.479 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:46.479 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:46.479 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.479 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:46.479 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:46.479 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:46.479 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:46.479 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:46.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:36:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:36:46.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:36:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:46.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:36:46.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:46.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:36:46.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:46.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:46.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:46.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:46.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:46.512 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:46.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:46.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:46.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:46.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:46.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:36:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:36:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:36:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:36:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:36: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 'Publishing to .*'] is available. failed, NO exception will be thrown 12:36:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:36:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:36:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:56.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:56.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:56.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:56.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:36:56.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:56.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:56.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:56.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:56.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:36:56.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:56.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:36:56.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:36:56.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:56.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:56.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:56.622 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:56.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:56.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:56.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:56.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:56.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:56.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:36:56.625 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:36:56.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:36:56.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:36:56.631 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:36:56.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:56.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:56.664 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:36:56.664 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:36:56.664 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:36:56.664 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:36:56.664 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:36:56.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:36:56.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:56.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:36:56.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:36:56.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:56.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:36:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:56.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:56.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:56.741 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:56.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:56.742 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:56.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:36:56.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:56.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:56.744 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:36:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:56.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:56.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:56.746 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:36:56.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:56.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:56.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:56.747 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:56.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:56.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:56.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:56.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:56.757 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:36:57.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:57.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:57.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:57.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:57.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:57.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:57.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:57.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:57.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:57.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:57.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:57.258 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:57.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:57.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:57.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:57.259 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:36:57.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:36:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:57.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:36:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:57.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:36:57.259 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:36:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:57.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:36:57.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:57.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:36:57.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:57.260 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:57.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:57.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:57.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:57.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:57.260 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:57.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:57.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:57.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:57.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:57.286 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:57.286 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:57.286 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:36:57.286 DEBUG [main][MenuItemLookup] Found menu:'Stop' 12:36:57.286 DEBUG [main][MenuItemLookup] Found menu:'Restart' 12:36:57.286 DEBUG [main][MenuItemLookup] Item match:Restart 12:36:57.286 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:57.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:57.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:57.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:57.287 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:57.287 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:57.287 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:57.295 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:57.295 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 12:36:57.295 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:57.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:57.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:57.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:57.296 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:36:57.296 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:36:57.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:36:57.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:36:57.302 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:57.302 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:57.317 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:57.317 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:57.317 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:36:57.317 DEBUG [main][MenuItemLookup] Item match:Start 12:36:57.318 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 12:36:57.318 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 12:36:57.318 INFO [main][MenuItemHandler] Select menu item: &Start 12:36:57.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:57.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:57.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:36:57.318 DEBUG [Worker-9: Starting server-project][AbstractWait] Wait for 1 seconds 12:36:57.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:36:58.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:36:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:58.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:58.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:36:58.819 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:58.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:58.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:58.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:58.820 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:36:58.820 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:36:58.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:36:58.827 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:36:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:36:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:58.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:58.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:58.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:58.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:58.829 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:36:58.830 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:36:58.830 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:36:58.835 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:36:58.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:58.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:58.851 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:58.851 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:58.851 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:36:58.851 DEBUG [main][MenuItemLookup] Found menu:'Stop' 12:36:58.851 DEBUG [main][MenuItemLookup] Found menu:'Restart' 12:36:58.851 DEBUG [main][MenuItemLookup] Item match:Restart 12:36:58.851 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:58.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:58.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:58.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:58.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:36:58.852 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:36:58.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:36:58.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:36:58.860 INFO [WorkbenchTestable][ServerModule] Restart server module with name 'server-project' 12:36:58.860 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:36:58.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:36:58.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:58.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:58.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:36:58.861 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:36:58.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:36:58.865 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:36:58.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:58.866 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:58.880 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:58.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:58.881 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:36:58.881 DEBUG [main][MenuItemLookup] Found menu:'Stop' 12:36:58.881 DEBUG [main][MenuItemLookup] Found menu:'Restart' 12:36:58.881 DEBUG [main][MenuItemLookup] Item match:Restart 12:36:58.881 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart" 12:36:58.881 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart 12:36:58.881 INFO [main][MenuItemHandler] Select menu item: &Restart 12:36:58.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:58.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:58.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 12:36:58.882 DEBUG [Worker-4: Restarting server-project][AbstractWait] Wait for 1 seconds 12:36:59.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 12:36:59.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 12:37:00.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:00.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:00.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:00.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:00.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:00.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:00.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:00.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:37:00.383 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:00.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:00.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:00.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:00.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:37:00.384 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:37:00.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:37:00.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:37:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:37:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:00.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:00.392 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:00.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:00.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:00.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:00.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:37:00.393 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:37:00.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:37:00.413 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:37:00.414 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:00.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:00.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:00.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:00.414 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:37:00.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:00.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:00.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:00.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:00.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:00.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:00.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:00.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:00.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:00.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:00.415 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:00.415 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:00.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:00.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:00.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:00.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:37:00.415 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:37:00.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:37:00.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:37:00.423 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:00.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:00.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:00.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:00.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started] 12:37:00.424 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started] 12:37:00.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started] about selection 12:37:00.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started] 12:37:00.428 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:37:00.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:00.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:00.429 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:00.429 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:00.429 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:00.429 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:00.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:00.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:37:00.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:00.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:37:00.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:00.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:00.429 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:00.430 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:00.430 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:00.430 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:00.430 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:00.430 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:37:00.430 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:37:00.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:37:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:37:00.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:37:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:00.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:37:00.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:00.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:37:00.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:00.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:00.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:00.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:00.463 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:00.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:00.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:00.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:00.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:00.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:00.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:00.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:37:00.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:37:00.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:37:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:37:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:10.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:10.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:37:10.555 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:10.555 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:10.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:37:10.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:10.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:37:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:37:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:10.556 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:10.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:10.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:10.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:37:10.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:37:10.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:37:10.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:37:10.588 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:37:10.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:37:10.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:37:10.597 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:37:10.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:37:10.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'New' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:10.613 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:37:10.614 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:37:10.614 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:37:10.614 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:37:10.614 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:37:10.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:37:10.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:10.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:37:10.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:37:10.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:10.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:10.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:37:10.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:10.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:10.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:10.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:10.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:10.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:10.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:10.681 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:37:10.681 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:37:10.681 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:37:10.681 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:37:10.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:37:10.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:10.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:10.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:10.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:10.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:10.690 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:37:10.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:10.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:10.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:10.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:10.693 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:37:10.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:10.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:10.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:10.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:10.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:10.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:10.694 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:37:10.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:10.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:10.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:10.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:10.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:37:10.698 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:37:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:37:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:11.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:11.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:11.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:11.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:11.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:11.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:11.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:11.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:11.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:11.198 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:11.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:11.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:11.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:11.199 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:37:11.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:11.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:11.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:11.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:11.200 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:11.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:11.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:11.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:11.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:11.200 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:11.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:11.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:11.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:11.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:37:11.201 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:37:11.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:37:11.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:37:11.209 INFO [WorkbenchTestable][ServerModule] Stop server module with name 'server-project' 12:37:11.209 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:11.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:11.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:11.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:11.213 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:37:11.213 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:37:11.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:37:11.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:37:11.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:37:11.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:11.235 DEBUG [main][MenuItemLookup] Found menu:'New' 12:37:11.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:11.235 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:37:11.235 DEBUG [main][MenuItemLookup] Found menu:'Stop' 12:37:11.235 DEBUG [main][MenuItemLookup] Item match:Stop 12:37:11.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top" 12:37:11.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop 12:37:11.235 INFO [main][MenuItemHandler] Select menu item: S&top 12:37:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:11.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:11.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 12:37:11.236 DEBUG [Worker-0: Stopping server-project][AbstractWait] Wait for 1 seconds 12:37:11.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 12:37:12.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 12:37:12.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:12.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:12.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:12.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:12.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:12.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:12.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:12.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:12.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:12.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped... 12:37:12.736 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:12.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:12.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:12.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:12.737 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 12:37:12.737 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 12:37:12.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 12:37:12.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 12:37:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped finished successfully 12:37:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:12.747 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:12.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:12.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:12.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:12.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 12:37:12.748 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 12:37:12.748 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 12:37:12.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 12:37:12.754 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:12.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:12.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:12.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:12.755 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:37:12.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:12.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:12.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:12.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:12.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:12.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:12.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:12.756 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:12.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:12.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:12.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:12.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 12:37:12.756 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 12:37:12.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 12:37:12.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 12:37:12.765 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:12.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:12.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:12.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:12.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped] 12:37:12.765 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped] 12:37:12.766 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped] about selection 12:37:12.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped] 12:37:12.788 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:37:12.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:12.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:12.788 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:12.788 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:12.788 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:12.788 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:12.789 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:12.789 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:37:12.789 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:37:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:12.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:12.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:12.789 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:12.789 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:12.790 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:12.790 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:12.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.790 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:12.790 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:12.790 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:12.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.790 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:12.790 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:12.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:12.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:37:12.790 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:37:12.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:37:12.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:37:12.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:37:12.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:12.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:12.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:37:12.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:12.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:37:12.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:12.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:12.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:12.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:12.823 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:12.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:12.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:12.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:12.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:37:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:37:12.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:22.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 'Publishing to .*'] is available. failed, NO exception will be thrown 12:37:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:37:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:22.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:22.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:22.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:37:22.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:22.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:22.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:22.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:22.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:37:22.919 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:22.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:37:22.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:37:22.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:22.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:22.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:22.919 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:22.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:22.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:22.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:37:22.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:37:22.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:37:22.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:37:22.921 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:37:22.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:37:22.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:37:22.928 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:37:22.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:37:22.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'New' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:22.959 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:37:22.959 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:37:22.959 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:37:22.959 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:37:22.959 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:37:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:37:23.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.026 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:37:23.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:37:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:23.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:37:23.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.027 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:37:23.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:23.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:23.027 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:23.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:37:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.038 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:37:23.038 DEBUG [WorkbenchTestable][CheckBox] Checkbox If server is started, publish changes &immediately not checked, no action performed 12:37:23.038 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:37:23.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) 12:37:23.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.039 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:37:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:23.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:23.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:23.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:37:23.042 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:37:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:37:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:23.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:23.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:23.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:23.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:23.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:23.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:23.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:23.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:23.542 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.543 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:37:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:23.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:23.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:23.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:23.544 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:23.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:23.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:23.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.544 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:37:23.544 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:37:23.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:37:23.555 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:37:23.555 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.556 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:37:23.556 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:37:23.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:37:23.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:37:23.562 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:37:23.563 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:37:23.563 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:37:23.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:37:23.568 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:37:23.569 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:37:23.569 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:37:23.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:37:23.578 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:37:23.579 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:37:23.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:37:23.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:37:23.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.586 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:37:23.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:23.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:23.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:23.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:23.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:23.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:23.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:23.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:23.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:23.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:23.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.587 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:37:23.588 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:37:23.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:37:23.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:37:23.598 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:23.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:23.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:23.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:23.599 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:37:23.599 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:37:23.599 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:37:23.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:37:23.607 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:37:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.607 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:23.607 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:23.607 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:23.607 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:23.608 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:23.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:23.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:37:23.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:23.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:37:23.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.608 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:23.608 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:23.608 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:23.609 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:23.609 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:23.609 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:23.609 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:23.609 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:23.609 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:23.609 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:23.609 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:23.609 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:23.609 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:23.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:37:23.609 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:37:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:37:23.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:37:23.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:37:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:23.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") 12:37:23.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:37:23.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.646 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:23.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:23.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:23.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:37:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:37:23.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:33.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 'Publishing to .*'] is available. failed, NO exception will be thrown 12:37:33.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:33.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:37:33.741 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:33.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:33.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:33.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:33.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:37:33.742 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:37:33.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:37:33.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:37:33.751 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:33.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:33.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:33.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:33.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:37:33.752 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:37:33.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:37:33.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:37:33.757 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:37:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:33.758 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:33.758 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:33.758 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:33.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:37:33.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:37:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:33.758 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:33.758 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:33.758 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:33.759 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:33.759 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:33.759 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:33.759 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:33.759 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:33.759 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:33.759 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:33.759 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:33.759 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:33.759 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:33.759 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:37:33.759 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:37:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:37:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:37:33.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:37:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:33.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:37:33.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:33.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:37:33.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:33.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:33.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:33.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:33.793 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:33.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:33.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:33.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:37:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:37:33.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:43.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 'Publishing to .*'] is available. failed, NO exception will be thrown 12:37:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:43.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:37:43.887 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:43.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:43.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:43.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:43.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:37:43.888 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:37:43.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:37:43.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:37:43.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:43.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:43.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:43.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:43.898 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:37:43.898 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:37:43.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:37:43.903 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:37:43.904 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 12:37:43.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:43.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:43.904 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:43.904 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:43.904 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:43.904 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:43.905 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:43.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:37:43.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:37:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:43.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:43.905 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:43.905 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:43.905 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:43.906 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:43.906 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:43.906 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:43.906 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:43.906 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:43.906 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:43.906 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:43.906 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:37:43.906 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:37:43.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:37:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:37:43.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:37:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:43.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:37:43.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:43.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:37:43.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:43.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:43.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:43.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:43.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:43.944 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:43.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:43.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:43.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:43.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:44.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:37:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:37:44.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:54.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:37:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:37:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:37:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:54.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:54.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:37:54.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:54.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:54.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:54.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:37:54.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:54.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:37:54.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:37:54.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:54.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:54.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:54.056 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:37:54.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:37:54.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:37:54.072 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:37:54.072 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:37:54.072 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:37:54.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:37:54.078 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:37:54.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:37:54.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'New' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:54.098 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:37:54.098 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:37:54.098 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:37:54.098 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:37:54.098 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:37:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:37:54.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:54.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:54.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:37:54.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:37:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:54.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:37:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:54.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:54.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:54.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:54.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:54.162 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:37:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:54.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:54.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:54.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:54.164 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:37:54.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:54.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:54.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:54.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:54.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:54.166 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:37:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:54.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:54.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:54.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:37:54.176 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:37:54.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:37:54.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:54.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:54.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:54.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:54.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:54.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:54.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:54.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:54.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:54.678 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:37:54.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:54.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:54.678 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:54.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:54.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:54.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:37:54.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:54.678 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:37:54.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:54.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:37:54.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:54.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:54.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:54.679 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:54.679 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:37:54.679 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:37:54.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:37:54.690 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:37:54.691 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:54.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:37:54.692 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:37:54.692 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:37:54.697 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:37:54.698 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:54.698 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:37:54.698 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:37:54.699 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:37:54.707 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:37:54.708 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:54.709 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:37:54.709 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:37:54.710 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:37:54.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:37:54.715 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:54.720 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:37:54.720 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:37:54.720 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:37:54.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:37:54.726 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:54.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:37:54.726 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:37:54.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:37:54.731 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:37:54.731 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:37:54.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:37:54.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:54.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:54.735 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:37:54.735 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:37:54.735 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:37:54.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:37:54.740 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:37:54.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:54.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:54.740 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:54.741 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:54.741 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:54.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:54.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:37:54.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:54.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:37:54.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:54.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:54.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:54.741 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:54.741 DEBUG [main][MenuItemLookup] Item match:Edit 12:37:54.742 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:37:54.742 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:37:54.742 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:54.742 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:54.742 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:54.742 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:54.742 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:54.742 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:54.742 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:54.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:54.742 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:37:54.742 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:37:54.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:37:54.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:37:54.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:37:54.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:54.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:54.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 "OK") 12:37:54.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:54.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:54.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:54.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:37:54.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:54.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:54.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:54.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:54.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:54.778 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:54.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:54.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:54.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:54.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:54.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:54.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:38:04.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed failed, an exception will be thrown 12:38:04.868 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest.removeServerModule throws exception: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 10 s.: widget is disposed at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:120) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:76) at org.eclipse.reddeer.common.wait.GroupWait.(GroupWait.java:49) at org.eclipse.reddeer.common.wait.GroupWait.(GroupWait.java:62) at org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServerModule.remove(ServerModule.java:94) at org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest.removeServerModule(ServerModuleTest.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:38:04.870 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest.removeServerModule.png 12:38:04.957 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest.removeServerModule.png 12:38:04.957 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:04.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:04.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:04.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:04.958 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:38:04.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:38:04.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:04.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:38:04.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:04.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:38:04.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:38:04.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:04.958 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:38:04.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:04.958 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:38:04.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:04.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:04.959 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:04.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:04.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:04.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:04.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:38:04.959 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:38:04.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:38:04.965 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:38:04.966 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:04.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:04.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:04.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:04.967 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:38:04.967 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:38:04.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:38:04.972 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:38:04.972 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:38:04.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:04.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:04.973 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:04.973 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:04.973 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:04.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:38:04.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:38:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:04.973 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:04.973 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:04.974 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:04.974 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:04.974 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:04.974 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:04.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:38:04.977 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:38:05.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:38:05.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:38:05.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:38:05.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:05.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:05.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:38:05.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:05.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:05.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:38:05.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:05.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:05.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:05.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:05.026 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:38:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:05.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:05.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:05.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:38:05.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:38:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:38:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:38:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:38:15.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:38:15.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:38:15.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:38:15.187 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:15.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:15.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:15.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:15.188 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:38:15.188 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:38:15.188 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:38:15.194 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:38:15.198 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:15.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:15.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:15.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:15.199 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:38:15.199 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:38:15.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:38:15.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:38:15.204 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 12:38:15.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:15.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:15.204 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:15.204 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:15.204 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:15.204 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:15.205 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:15.205 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:15.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:38:15.205 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:15.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:38:15.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:15.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:15.205 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:15.205 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:15.205 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:15.205 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:15.205 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:15.205 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:38:15.205 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:38:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:38:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:38:15.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:38:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:15.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:38:15.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:15.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:15.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:38:15.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:15.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:15.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:15.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:15.242 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:38:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:15.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:15.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:15.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:15.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:38:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:38:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:38:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:38:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:38:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:38:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:38:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:38:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:25.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:38:25.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:25.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:25.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:38:25.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:38:25.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:38:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:25.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:25.349 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 10 s.: widget is disposed at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:120) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:76) at org.eclipse.reddeer.common.wait.GroupWait.(GroupWait.java:49) at org.eclipse.reddeer.common.wait.GroupWait.(GroupWait.java:62) at org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServerModule.remove(ServerModule.java:94) at org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest.removeServerModule(ServerModuleTest.java:92) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:38:25.350 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:38:25.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:38:25.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:38:25.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:38:25.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:38:25.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:38:25.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:38:25.350 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:25.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:25.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:25.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:38:25.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:38:25.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:38:25.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:38:25.353 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:38:25.353 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:38:25.374 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:38:25.374 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:38:25.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:38:25.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'New' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:25.389 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:38:25.389 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:38:25.389 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:38:25.389 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:38:25.389 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:38:25.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:38:25.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:25.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:25.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:38:25.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:38:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:25.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:38:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:25.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:25.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:25.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:25.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:38:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:38:25.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:38:25.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:38:25.456 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:38:25.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:38:25.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:38:25.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:38:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:25.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:25.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:25.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:25.457 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:38:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:25.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:25.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:25.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:38:25.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:25.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:25.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:25.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:25.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:25.466 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:38:25.466 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 12:38:25.466 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:38:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:25.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:25.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:25.466 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:38:25.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:38:25.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:25.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:25.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:25.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:25.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:25.467 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:38:25.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:25.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:25.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:25.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:25.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:38:25.470 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:38:25.472 DEBUG [Worker-8: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:38:25.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:38:25.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:25.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:38:26.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:26.971 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:26.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:26.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:26.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:26.972 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:38:26.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:26.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:26.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:26.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:26.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:26.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:26.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:26.972 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:26.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:26.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:26.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:26.973 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 12:38:26.973 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 12:38:26.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 12:38:26.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 12:38:26.984 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-3' 12:38:26.984 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:26.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:26.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:26.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:26.985 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 12:38:26.985 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 12:38:26.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 12:38:26.990 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 12:38:26.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:38:26.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:27.007 DEBUG [main][MenuItemLookup] Found menu:'New' 12:38:27.007 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:27.007 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:38:27.007 DEBUG [main][MenuItemLookup] Item match:Start 12:38:27.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 12:38:27.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 12:38:27.007 INFO [main][MenuItemHandler] Select menu item: &Start 12:38:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:27.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 12:38:27.008 DEBUG [Worker-6: Starting server-project-3][AbstractWait] Wait for 1 seconds 12:38:27.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 12:38:28.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 12:38:28.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:28.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:28.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:28.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:28.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:28.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:28.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:28.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:28.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:38:28.508 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:28.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:28.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:28.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:28.509 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:38:28.509 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:38:28.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:38:28.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:38:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:38:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:28.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:28.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:28.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:28.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:28.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:28.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:28.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:28.515 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:28.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:28.515 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:28.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:28.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:28.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:28.516 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:38:28.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:28.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:28.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:28.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:28.516 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:28.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:28.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:28.516 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:28.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:28.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:28.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:28.517 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:28.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:28.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:28.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:28.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:38:28.517 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:38:28.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:38:28.522 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:38:28.523 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:28.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:28.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:28.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:28.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:38:28.527 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:38:28.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:38:28.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:38:28.532 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:28.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:28.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:28.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:28.533 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:38:28.533 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:38:28.533 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:38:28.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:38:28.538 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:28.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:28.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:28.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:28.539 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:38:28.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:28.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:28.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:28.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:28.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:28.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:28.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:28.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:28.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:28.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:28.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:28.542 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:28.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:28.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:28.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:28.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:38:28.543 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:38:28.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:38:28.547 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:38:28.548 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:28.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:28.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:28.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:28.549 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:38:28.549 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:38:28.549 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:38:28.553 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:38:28.554 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 12:38:28.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:28.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:28.554 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:28.554 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:28.554 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:28.554 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:28.554 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:28.554 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:28.555 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:28.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:38:28.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:38:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:28.555 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:28.555 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:28.555 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:28.555 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:28.555 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:28.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:38:28.555 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:38:28.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:38:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:38:28.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:38:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:28.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:38:28.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:28.589 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:38:28.589 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:28.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:28.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:28.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:28.590 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:38:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:28.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:28.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:28.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:38:28.661 DEBUG [Worker-8: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:38:28.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:38:28.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:28.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:28.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:38:29.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:29.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:29.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:38:29.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:38:29.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 'Publishing to .*'] is available.... 12:38:39.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:38:39.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:38:39.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:38:39.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:39.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:39.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:38:39.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:39.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:39.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:38:39.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:38:39.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:38:39.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:39.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:39.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:38:39.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:38:39.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:38:39.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:38:39.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:38:39.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:38:39.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:38:39.687 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:39.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:39.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:39.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:38:39.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:38:39.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:38:39.689 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:38:39.689 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:38:39.689 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:38:39.696 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:38:39.696 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:38:39.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:38:39.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'New' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:39.726 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:38:39.726 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:38:39.726 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:38:39.726 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:38:39.726 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:38:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:38:39.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:39.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:38:39.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:38:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:39.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.wizard.ModifyModulesPage, index 0 and no matchers specified 12:38:39.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:39.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:39.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:39.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:39.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:38:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:38:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:38:39.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:38:39.792 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:38:39.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:38:39.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:38:39.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 "Add >") 12:38:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:39.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:39.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:39.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:39.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:39.804 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:38:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:39.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:39.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:39.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:38:39.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:39.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:39.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:39.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:39.807 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:38:39.807 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 12:38:39.807 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:38:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:39.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:39.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:39.808 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:38:39.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) 12:38:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:39.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:39.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:39.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:39.809 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:38:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:39.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:39.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:39.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:38:39.819 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:38:40.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:38:40.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:40.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:40.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:40.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:40.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:40.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:40.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:40.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:40.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:40.319 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:40.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:40.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:40.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:40.320 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:38:40.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:38:40.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:40.320 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:38:40.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:40.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:38:40.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:38:40.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:40.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:38:40.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:40.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:38:40.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:40.321 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:40.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:40.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:40.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:40.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:38:40.322 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:38:40.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:38:40.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:38:40.333 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-2' 12:38:40.333 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:40.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:40.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:40.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:40.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:38:40.334 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:38:40.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:38:40.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:38:40.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:38:40.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:40.356 DEBUG [main][MenuItemLookup] Found menu:'New' 12:38:40.356 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:40.356 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:38:40.356 DEBUG [main][MenuItemLookup] Item match:Start 12:38:40.356 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 12:38:40.356 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 12:38:40.356 INFO [main][MenuItemHandler] Select menu item: &Start 12:38:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:40.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:40.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 12:38:40.357 DEBUG [Worker-5: Starting server-project-2][AbstractWait] Wait for 1 seconds 12:38:40.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 12:38:41.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 12:38:41.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:41.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:41.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:41.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:41.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:41.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:41.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:41.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:38:41.857 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:41.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:41.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:41.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:41.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:38:41.858 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:38:41.858 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:38:41.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:38:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:38:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:41.864 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:41.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:41.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:41.865 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:38:41.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:38:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:41.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:38:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:41.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:38:41.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:38:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:41.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:38:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:41.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:38:41.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:41.865 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:41.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:41.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:41.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:41.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:38:41.866 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:38:41.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:38:41.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:38:41.871 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:41.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:41.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:41.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:41.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:38:41.875 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:38:41.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:38:41.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:38:41.880 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:41.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:41.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:41.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:41.881 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:38:41.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:38:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:41.881 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:38:41.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:41.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:38:41.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:38:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:41.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:38:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:41.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:38:41.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:41.882 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:41.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:41.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:41.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:38:41.882 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:38:41.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:38:41.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:38:41.888 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:41.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:41.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:41.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:41.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:38:41.888 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:38:41.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:38:41.895 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:38:41.896 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:38:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:41.896 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:41.896 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:41.896 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:41.896 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:41.897 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:41.897 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:38:41.897 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:38:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:41.897 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:41.897 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:41.897 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:41.897 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:41.897 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:41.897 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:38:41.897 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:38:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:38:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:38:41.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:38:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:41.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:38:41.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:41.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:38:41.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:41.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:41.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:41.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:41.930 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:38:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:41.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:41.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:41.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:38:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:38:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:38:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:38:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:38:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:38:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:38:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:38:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:52.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:38:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:52.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:38:52.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:38:52.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:38:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:52.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:38:52.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:38:52.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:38:52.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:38:52.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:38:52.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:38:52.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:38:52.024 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:52.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:52.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:52.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:38:52.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:38:52.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:38:52.026 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:38:52.026 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:38:52.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:38:52.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:38:52.046 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:38:52.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:38:52.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:52.064 DEBUG [main][MenuItemLookup] Found menu:'New' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:52.065 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:38:52.065 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:38:52.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:38:52.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:38:52.065 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:38:52.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:38:52.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:52.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:52.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:38:52.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:38:52.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:52.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:52.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:38:52.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:52.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:52.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:52.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:52.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:52.129 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:38:52.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:52.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:52.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:52.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:52.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:38:52.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:52.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:52.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:52.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:52.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:52.133 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:38:52.133 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 12:38:52.133 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:38:52.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:52.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:52.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:52.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:52.133 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:38:52.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:38:52.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:52.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:52.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:52.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:52.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:52.143 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:38:52.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:52.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:52.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:52.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:52.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:38:52.145 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:38:52.147 DEBUG [Worker-8: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:38:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:38:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:52.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:38:53.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:53.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:53.646 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:53.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:53.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:53.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:53.648 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:38:53.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:53.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:53.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:53.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:53.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:53.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:53.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:53.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:53.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:53.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:53.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:53.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:53.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:53.648 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:53.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:53.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:53.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:53.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:38:53.649 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:38:53.650 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:38:53.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:38:53.661 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:53.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:53.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:53.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:53.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:38:53.662 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:38:53.662 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:38:53.667 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:38:53.668 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:53.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:53.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:53.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:53.669 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:38:53.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:53.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:53.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:53.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:53.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:53.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:38:53.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:53.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:38:53.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:53.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:38:53.669 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:53.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:53.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:38:53.672 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:53.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:53.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:53.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:53.673 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:38:53.673 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:38:53.673 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:38:53.678 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:38:53.679 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:38:53.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:38:53.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:53.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:53.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:38:53.680 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:38:53.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:38:53.685 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:38:53.685 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:38:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:53.685 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:53.685 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:53.685 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:53.685 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:53.686 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:53.686 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:53.686 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:53.686 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:53.686 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:53.686 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:53.686 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:53.686 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:53.686 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:53.689 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:38:53.689 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:38:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:53.689 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:38:53.689 DEBUG [main][MenuItemLookup] Found menu:'File' 12:38:53.689 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:38:53.689 DEBUG [main][MenuItemLookup] Item match:Edit 12:38:53.690 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:38:53.690 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:38:53.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:53.690 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:53.690 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:53.690 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:53.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:53.690 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:53.690 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:38:53.690 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:38:53.690 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:38:53.690 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:38:53.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:38:53.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:38:53.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:38:53.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:53.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:53.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:38:53.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:53.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:53.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:53.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:38:53.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:53.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:53.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:53.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:53.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:53.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:38:53.731 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:38:53.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:38:53.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:38:53.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:38:53.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:53.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:38:53.819 DEBUG [Worker-0: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:38:53.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:38:53.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:53.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:53.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:38:53.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:38:53.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:38:54.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:38:54.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:38:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:38:54.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:39:04.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 'Publishing to .*'] is available. failed, NO exception will be thrown 12:39:04.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:39:04.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:39:04.846 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:04.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:04.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:04.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:04.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 12:39:04.847 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 12:39:04.847 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 12:39:04.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 12:39:04.854 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:04.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:04.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:04.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:04.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 12:39:04.855 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 12:39:04.855 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 12:39:04.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 12:39:04.864 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:39:04.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:04.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:04.864 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:39:04.864 DEBUG [main][MenuItemLookup] Found menu:'File' 12:39:04.864 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:39:04.864 DEBUG [main][MenuItemLookup] Item match:Edit 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:04.865 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:39:04.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:39:04.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:39:04.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:39:04.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:39:04.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:04.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:04.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'File' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:39:04.865 DEBUG [main][MenuItemLookup] Item match:Edit 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:04.865 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:04.865 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:39:04.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:39:04.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:39:04.865 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:39:04.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:39:04.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:39:04.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:39:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:04.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:39:04.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:04.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:39:04.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:04.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:04.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:04.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:04.899 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:39:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:04.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:04.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:04.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:04.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:39:04.968 DEBUG [Worker-10: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:39:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:39:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:04.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:39:04.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:39:05.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:39:05.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:39:05.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:05.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:05.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:05.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:05.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:05.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:05.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:39:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:39:05.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:39:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:39:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:39:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:39:15.994 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:15.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:15.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:15.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:15.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 12:39:15.995 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 12:39:15.995 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 12:39:16.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 12:39:16.001 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:16.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:16.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:16.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:16.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 12:39:16.002 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 12:39:16.002 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 12:39:16.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 12:39:16.007 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 12:39:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:16.008 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:39:16.008 DEBUG [main][MenuItemLookup] Found menu:'File' 12:39:16.008 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:39:16.008 DEBUG [main][MenuItemLookup] Item match:Edit 12:39:16.008 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:16.009 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:39:16.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:39:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:39:16.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:39:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:39:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:16.009 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'File' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:39:16.009 DEBUG [main][MenuItemLookup] Item match:Edit 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:16.009 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:16.009 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:39:16.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:39:16.009 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:39:16.009 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:39:16.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:39:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:39:16.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:39:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:39:16.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:16.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:39:16.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:16.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:16.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:16.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:16.047 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:39:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:16.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:16.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:16.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:16.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:39:16.116 DEBUG [Worker-10: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:39:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:39:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:16.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:39:16.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:39:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:39:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:17.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:17.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:17.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:39:17.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:39:17.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:39:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:39:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:39:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:39:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:27.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:27.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:39:27.141 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:39:27.141 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:39:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:27.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:39:27.142 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:27.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:27.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:27.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:27.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:27.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:27.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:39:27.165 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:39:27.166 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:39:27.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:39:27.176 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:27.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:27.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:27.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:27.177 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 12:39:27.177 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:27.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:27.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:27.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:27.183 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:27.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:27.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:27.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:27.184 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 12:39:27.184 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:27.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:27.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:27.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:27.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:39:27.185 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:39:27.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:39:27.192 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:39:27.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:27.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:39:27.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'New' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:39:27.209 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:39:27.209 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:39:27.209 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:39:27.209 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:39:27.209 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:39:27.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:39:27.210 DEBUG [Worker-0: Stopping Server ABC][AbstractWait] Wait for 1 seconds 12:39:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:39:28.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:39:28.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:28.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:28.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:28.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:39:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:28.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:28.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:28.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:28.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:28.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:28.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:28.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:28.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:28.711 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:28.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:28.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:28.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:28.712 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:39:28.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:28.712 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:39:28.712 DEBUG [main][EditorHandler] 0 editor(s) found 12:39:28.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:28.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:28.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:39:28.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:28.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:28.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:28.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:28.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:39:28.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:28.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:28.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:28.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:28.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:28.715 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:39:28.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:39:28.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:28.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:28.750 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:39:28.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:39:28.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:28.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:28.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:39:28.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:39:28.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:28.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:28.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:28.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:29.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:29.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:29.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:29.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:39:29.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:39:29.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:39:29.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:29.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:29.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:39:29.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:29.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:29.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:29.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:29.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:29.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:39:29.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 12:39:29.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 12:39:29.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:39:29.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:39:29.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:29.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:29.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:29.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:30.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:30.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:30.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:30.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:39:30.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:39:30.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:39:30.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:30.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:30.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:39:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:30.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:30.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:30.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:30.757 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:39:30.757 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 12:39:30.757 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 12:39:30.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:39:30.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:39:30.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:30.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:30.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:39:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:30.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:30.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:30.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:30.758 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:39:30.758 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:39:30.758 DEBUG [main][TreeItemHandler] Set Tree selection 12:39:30.758 DEBUG [main][TreeHandler] Notify Tree about selection event 12:39:30.765 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:39:30.769 DEBUG [WorkbenchTestable][TreeItemHandler] server-project 12:39:30.769 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-2 12:39:30.769 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-3 12:39:30.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:39:30.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:30.799 DEBUG [main][MenuItemLookup] Found menu:'New' 12:39:30.799 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:39:30.799 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:30.799 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:30.800 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:39:30.800 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:39:30.800 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:39:30.800 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:39:30.800 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:39:30.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:30.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:39:31.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:31.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:31.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:31.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:31.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:31.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:31.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:31.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:31.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:39:31.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:31.324 DEBUG [main][MenuItemLookup] Found menu:'New' 12:39:31.324 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:39:31.324 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:31.324 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:39:31.324 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:31.324 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:31.324 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:31.324 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:31.324 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:39:31.324 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:39:31.325 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:39:31.325 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:39:31.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:39:31.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:39:31.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:39:31.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:31.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:39:31.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:31.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:39:31.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:31.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:31.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:31.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:31.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:31.942 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:39:31.942 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:39:31.942 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:31.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:31.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:31.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:39:31.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:31.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:39:31.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:31.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:31.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:31.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:31.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:31.943 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:39:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:31.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:31.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:39:31.946 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:39:32.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:39:32.447 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:39:32.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:32.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:32.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:32.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:39:32.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:39:32.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:32.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:39:32.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:32.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:32.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.453 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:39:32.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:32.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:32.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:39:32.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:32.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:32.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:32.460 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:32.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:32.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:32.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:32.488 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:32.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:32.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:32.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:32.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:32.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:32.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:32.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:32.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:32.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:39:32.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:32.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:32.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:32.512 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:32.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:32.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:32.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:32.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:32.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:32.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped, Synchronized] 12:39:32.528 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped, Synchronized] 12:39:32.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped, Synchronized] about selection 12:39:32.533 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped, Synchronized] 12:39:32.534 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:32.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:32.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:32.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:32.535 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 12:39:32.535 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:32.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:32.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:32.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:32.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:39:32.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:32.552 DEBUG [main][MenuItemLookup] Found menu:'New' 12:39:32.552 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:39:32.552 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:39:32.552 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:32.552 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:32.552 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:32.552 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:32.552 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:39:32.552 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:39:32.552 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:39:32.552 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:39:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:39:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:39:32.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:39:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:32.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 "OK") 12:39:32.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:32.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:39:32.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:32.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:32.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:32.582 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:39:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:32.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:32.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:32.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:39:32.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:39:32.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.617 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:39:32.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:32.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:32.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:32.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:39:32.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:32.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:32.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:32.626 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:32.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:32.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:32.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:32.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:32.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:32.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 12:39:32.627 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:32.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:32.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:32.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:39:32.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:32.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:32.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:32.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:33.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:33.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:33.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:39:33.643 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:39:33.643 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 12:39:33.643 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:33.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:33.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:33.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 12:39:33.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:33.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:33.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:34.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:34.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:34.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:34.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:34.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:39:34.646 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:39:34.646 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:39:34.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 12:39:34.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:34.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:34.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:34.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:34.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:34.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:34.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:34.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:34.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:34.646 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:39:34.646 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:39:34.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:39:34.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:34.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 176.869 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.827 s restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 13.934 s stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.363 s testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 31.136 s removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 31.293 s <<< ERROR! org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 10 s.: widget is disposed at org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest.removeServerModule(ServerModuleTest.java:92) testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 14.336 s testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.336 s testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 35.117 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:39:34.660 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:39:34.661 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:39:34.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:39:34.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:39:34.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:39:34.662 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:39:34.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:39:34.662 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:39:34.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:39:34.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:39:34.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 12:39:34.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:39:34.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:39:34.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:39:34.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:39:34.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:39:34.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:34.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:39:34.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:34.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:39:34.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:34.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:34.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:34.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:34.663 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:39:34.663 DEBUG [main][MenuItemLookup] Found menu:'File' 12:39:34.663 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:39:34.663 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:39:34.663 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:39:34.663 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:39:34.663 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:39:34.663 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:39:34.663 DEBUG [main][MenuItemLookup] Item match:Window 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.664 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:39:34.664 DEBUG [main][MenuItemLookup] Item match:Preferences 12:39:34.664 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:39:34.664 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:39:34.664 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:39: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 'Preferences.*'] is available.... 12:39:34.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:39:34.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:39:34.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:34.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:34.765 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:39:34.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:34.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:39:34.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:34.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:34.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:34.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:34.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:34.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:34.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:34.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:39:34.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:39:34.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:35.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:35.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:39:35.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:39:35.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:39:35.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:35.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:39:35.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:35.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:39:35.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:39:35.269 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:39:35.269 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:39:35.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:39:35.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:35.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:35.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:35.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:35.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:36.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:36.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:36.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:39:36.314 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:39:36.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:36.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:36.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:36.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:36.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:36.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:36.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:36.318 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Server ABC(Test runtime)' 12:39:36.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:36.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:36.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:36.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:36.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:36.323 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Server ABC' 12:39:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:36.323 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server ABC' was found 12:39:36.323 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server ABC' matched 'Server ABC'! Selecting... 12:39:36.323 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:39:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:36.323 TRACE [main][WidgetHandler] Notify Table with event 13 12:39:36.323 TRACE [main][WidgetHandler] Wait for synchronization 12:39:36.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:39:36.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:36.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:36.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:36.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:36.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:36.324 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:39:36.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:36.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:36.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:36.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:36.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:39:39.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:39:39.349 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:39:39.349 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:39:39.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:39:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:39.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:39.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:39.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:39.351 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:39:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:39.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:39.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:39:39.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:39.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:39.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:39.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:39:39.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:39:39.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:39.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:39.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:39:39.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:39:39.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:39:39.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:39.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:39.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:39.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:39.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:39.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:39.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:39.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:39:39.425 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:39.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:39.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:39.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:39:39.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:39.927 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:39:39.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:39.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:39.928 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:39:39.928 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:39:39.928 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:39:39.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:39:39.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:39:39.929 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:39:39.929 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:39:40.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:39:40.429 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:39:40.429 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:39:40.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:39:40.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:40.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:40.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:40.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:40.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:40.434 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:39:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:40.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:40.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:40.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:39:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:39:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:40.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:40.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:40.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:40.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:40.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:40.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:40.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:40.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:40.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:40.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:40.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:40.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:40.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:40.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:40.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:40.943 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:39:40.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.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:40.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:40.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:40.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:40.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:40.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:40.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:40.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:40.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:40.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:40.944 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:39:40.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:40.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:40.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:40.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:40.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:40.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:40.945 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:39:40.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:40.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:40.945 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:39:40.945 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:39:40.945 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:39:40.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:40.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:40.945 TRACE [main][WidgetHandler] Notify Table with event 13 12:39:40.945 TRACE [main][WidgetHandler] Wait for synchronization 12:39:40.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:39:40.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:40.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:40.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:40.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:40.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:40.947 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:39:40.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:40.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:40.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:40.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:40.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:39:43.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:39:43.952 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:39:43.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:39:43.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:43.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:43.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:43.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:43.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:43.955 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:39:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:43.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:43.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:39:44.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:39:44.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:44.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:39:44.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:39:44.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:39:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:44.012 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 12:39:44.012 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:39:44.012 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:39:44.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:39:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:44.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.352 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.35 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:44.020 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:44.020 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:39:44.020 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:39:44.020 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:44.021 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:39:44.021 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:39:44.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:39:44.031 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:39:44.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:39:44.031 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:39:44.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:39:44.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:44.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:39:44.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:39:44.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:39:44.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:44.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:44.036 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:39:44.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:44.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:44.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:44.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:44.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:44.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:44.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:39:44.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:44.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:44.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:44.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:44.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:44.044 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:44.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:44.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:44.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:44.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:44.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:44.046 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:44.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:44.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:44.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:39:44.047 INFO [WorkbenchTestable][ServersView2] Create new server 12:39:44.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:39:44.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:44.048 DEBUG [main][MenuItemLookup] Found menu:'New' 12:39:44.048 DEBUG [main][MenuItemLookup] Item match:New 12:39:44.048 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:39:44.048 DEBUG [main][MenuItemLookup] Item match:Server 12:39:44.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:39:44.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:39:44.048 INFO [main][MenuItemHandler] Select menu item: Server 12:39:44.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:39:44.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:39:44.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:39:44.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:44.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:44.180 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:39:44.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:44.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:44.181 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:39:44.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:44.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:44.181 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:39:44.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:44.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:44.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:39:44.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:44.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:44.181 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:39:44.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:44.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.wizard.NewServerWizardPage, index 0 and no matchers specified 12:39:44.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:44.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:44.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:44.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:44.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:44.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:39:44.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:39:44.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:39:44.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:44.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:39:44.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:44.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:44.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:44.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:39:44.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:44.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:39:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:44.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:39:44.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:39:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:44.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:44.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:44.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:44.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:39:44.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:44.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:39:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:44.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:39:44.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:44.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:39:44.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:44.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:44.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:39:44.744 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:39:44.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:39:44.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:39:44.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:39:44.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:44.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:44.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:44.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:44.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:45.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:45.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:39:45.248 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:39:45.249 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:39:45.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:39:45.749 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:39:45.749 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 12:39:45.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:39:45.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:45.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:45.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:45.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:45.755 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:39:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:45.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:45.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:39:45.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:39:45.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:45.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:45.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:45.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:45.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:45.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:45.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:45.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:45.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:45.800 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:45.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:45.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:45.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:39:45.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:45.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:45.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:45.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:46.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:46.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:46.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:46.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:46.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:39:46.803 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:39:46.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:46.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:39:46.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:39:46.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:46.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:46.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:39:46.804 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:39:46.804 INFO [WorkbenchTestable][RequirementsRunner] Started test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:39:46.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:46.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:39:46.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:39:46.804 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:39:46.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:46.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:46.809 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:39:46.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:46.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:46.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:46.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:46.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:39:46.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:46.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:46.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:46.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:46.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:46.817 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:46.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:46.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:46.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:46.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:46.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:46.819 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:46.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:46.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:46.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:39:46.819 INFO [WorkbenchTestable][ServersView2] Create new server 12:39:46.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:39:46.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:46.820 DEBUG [main][MenuItemLookup] Found menu:'New' 12:39:46.820 DEBUG [main][MenuItemLookup] Item match:New 12:39:46.820 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:39:46.820 DEBUG [main][MenuItemLookup] Item match:Server 12:39:46.820 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:39:46.820 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:39:46.821 INFO [main][MenuItemHandler] Select menu item: Server 12:39:46.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:39:46.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 12:39:46.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:39:46.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:46.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:46.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:39:46.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:46.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:39:46.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:46.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39: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 Server"] 12:39:46.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:46.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:46.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:39:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:46.936 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:39:46.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:46.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's host name:") 12:39:46.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:46.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:46.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:46.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:46.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:39:46.939 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:39:46.940 INFO [WorkbenchTestable][AbstractText] Text set to: ABC 12:39:46.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:39:46.941 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:39:46.941 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:39:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:39:47.441 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:39:47.441 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 12:39:47.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:39:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:47.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:47.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:47.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:47.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:47.444 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:39:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:47.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:47.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:47.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:47.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:39:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:39:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:47.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:47.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:47.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:47.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:47.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:47.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:47.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:47.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:47.492 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:47.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:47.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:47.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:39:47.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:47.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:47.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:47.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:47.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:47.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:48.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:48.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:39:48.495 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:39:48.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:48.495 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:39:48.495 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:39:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:48.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:48.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:39:48.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:39:48.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:39:48.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:48.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:39:48.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:39:48.496 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:39:48.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:48.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:48.500 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:39:48.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:48.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:48.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:48.506 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:48.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:39:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:48.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:48.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:48.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:48.511 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:48.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:48.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:48.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:48.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:48.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:48.527 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:48.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:48.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:48.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:39:48.528 INFO [WorkbenchTestable][ServersView2] Create new server 12:39:48.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:39:48.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:48.529 DEBUG [main][MenuItemLookup] Found menu:'New' 12:39:48.529 DEBUG [main][MenuItemLookup] Item match:New 12:39:48.529 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:39:48.529 DEBUG [main][MenuItemLookup] Item match:Server 12:39:48.529 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:39:48.529 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:39:48.529 INFO [main][MenuItemHandler] Select menu item: Server 12:39:48.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:39:48.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:39:48.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:39:48.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:48.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:48.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:39:48.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:48.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:48.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:39:48.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:48.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:48.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 Server"] 12:39:48.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:48.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:48.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:39:48.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:48.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:48.639 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:39:48.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:48.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:39:48.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:48.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:48.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:48.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:48.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:48.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:39:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:39:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:39:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:39:48.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:48.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:49.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:49.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:49.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:39:49.148 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:49.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:49.148 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:39:49.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:49.148 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:49.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:39:49.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:39:49.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:49.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:49.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:49.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:49.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:49.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:49.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:49.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:39:49.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:49.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:49.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:39:49.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:49.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:49.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:39:49.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:49.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:49.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:39:49.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:49.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:49.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:39:49.149 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:39:49.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:39:49.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:39:49.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) 12:39:49.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:49.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:49.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:49.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:49.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:49.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:49.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:39:49.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:49.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:49.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:49.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:49.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:39:49.657 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:39:49.658 INFO [WorkbenchTestable][AbstractText] Text set to: ABC server 12:39:49.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:39:49.664 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:39:49.664 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:39:50.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:39:50.164 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:39:50.164 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:39:50.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:39:50.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:50.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:50.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:50.170 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:39:50.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:50.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:50.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:50.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:50.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:39:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:39:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:50.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:50.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:50.676 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:50.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:50.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:50.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:39:50.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:50.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:50.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:50.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:50.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:50.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:50.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:50.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 '\*?\QServers\E') 12:39:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:50.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:50.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:50.702 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:50.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:50.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:50.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:50.704 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:50.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:50.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:50.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:50.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:50.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:50.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:50.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:50.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:50.710 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:50.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:39:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:50.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:50.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:50.714 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:50.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:50.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:50.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:50.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:50.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:50.716 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ABC server [Stopped] 12:39:50.716 DEBUG [main][TreeItemHandler] Selecting tree item: ABC server [Stopped] 12:39:50.716 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ABC server [Stopped] about selection 12:39:50.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ABC server [Stopped] 12:39:50.739 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:50.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:50.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:50.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:50.740 INFO [WorkbenchTestable][AbstractServer] Delete server 'ABC server'. Stop server first: false 12:39:50.740 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:50.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:50.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:50.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:50.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:39:50.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:50.758 DEBUG [main][MenuItemLookup] Found menu:'New' 12:39:50.758 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:39:50.758 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:39:50.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:50.758 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:50.758 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:50.758 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:50.758 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:39:50.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:39:50.758 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:39:50.758 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:39:50.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:39:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:39:50.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:39:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:50.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:39:50.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:50.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:39:50.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:50.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:50.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:50.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:50.790 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:39:50.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:50.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:50.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:50.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:50.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:39:50.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:39:50.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:39:50.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:50.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:50.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:50.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:50.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:39:50.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:50.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:50.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:50.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:50.841 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:50.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:50.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:50.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:50.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:50.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:50.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server... 12:39:50.842 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:50.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:50.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:50.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:39:50.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:50.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:50.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:50.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:51.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:51.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:51.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:51.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:51.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:39:51.845 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:39:51.845 INFO [WorkbenchTestable][ServersView2] Requested server 'ABC server' was not found on Servers view 12:39:51.845 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:39:51.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:39:51.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:51.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:39:51.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:39:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:51.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:51.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:52.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:52.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:52.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:52.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:52.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:39:52.848 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:39:52.848 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:39:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server finished successfully 12:39:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:52.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:52.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:52.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:52.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:52.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:52.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:52.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:52.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:52.849 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:39:52.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:39:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:52.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:39:52.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:39:52.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:39:52.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:39:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:52.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.829 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.772 s setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 1.692 s setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 4.353 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:39:52.857 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:39:52.858 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:39:52.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:39:52.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:39:52.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:39:52.858 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:39:52.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:39:52.859 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:39:52.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:39:52.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:39:52.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:39:52.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:39:52.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:39:52.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:39:52.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:39:52.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:39:52.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:52.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:39:52.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:52.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:39:52.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:52.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:52.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:52.860 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:39:52.860 DEBUG [main][MenuItemLookup] Found menu:'File' 12:39:52.860 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:39:52.860 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:39:52.860 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:39:52.860 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:39:52.860 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:39:52.860 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:39:52.860 DEBUG [main][MenuItemLookup] Item match:Window 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:52.861 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:39:52.861 DEBUG [main][MenuItemLookup] Item match:Preferences 12:39:52.861 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:39:52.861 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:39:52.861 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:39:52.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 'Preferences.*'] is available.... 12:39:52.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:39:52.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:39:52.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:52.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:52.961 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:39:52.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:52.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:39:52.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:52.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:52.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:52.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:52.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:52.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:52.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:52.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:39:52.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:39:52.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:52.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:39:52.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:52.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:39:52.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:39:52.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:39:52.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:52.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:39:52.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:52.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:39:52.963 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:39:52.963 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:39:52.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:39:52.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:39:52.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:52.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:52.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:53.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:53.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:53.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:53.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:39:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:39:53.968 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:39:53.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:53.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:53.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:53.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:53.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:53.976 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server ABC server(Test runtime)' 12:39:53.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:53.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:53.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:53.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:53.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:53.977 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'ABC server' 12:39:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:53.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:53.977 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' was found 12:39:53.977 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' matched 'ABC server'! Selecting... 12:39:53.978 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:39:53.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:53.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:53.978 TRACE [main][WidgetHandler] Notify Table with event 13 12:39:53.978 TRACE [main][WidgetHandler] Wait for synchronization 12:39:53.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:39:53.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:53.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:53.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:53.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:53.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:53.980 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:39:53.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:53.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:53.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:53.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:53.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:39:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:39:56.986 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:39:56.986 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:39:56.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:39:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:56.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:56.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:56.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:56.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:56.987 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:39:56.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:56.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:56.987 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:56.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:57.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: "New Server Runtime Environment"] is available.... 12:39:57.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:57.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:57.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:39:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:39:57.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:39:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:57.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:39:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:39:57.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:39:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:57.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:57.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:57.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:57.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:39:57.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:57.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:57.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:57.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:57.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:39:57.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:39:57.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:57.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:39:57.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:57.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:39:57.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:39:57.564 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:39:57.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:39:57.565 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:39:57.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:39:57.565 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:39:57.565 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:39:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:39:58.065 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:39:58.065 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:39:58.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:39:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:58.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:58.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:58.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:58.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:58.071 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:39:58.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:58.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:58.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:58.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:39:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:39:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:58.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:58.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:58.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:58.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:58.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:58.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:58.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:58.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 12:39:58.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:58.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:39:58.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:58.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:58.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:58.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:58.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:58.581 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:39:58.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:58.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:58.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:58.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:58.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:58.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:58.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:58.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:58.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:58.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:58.585 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:39:58.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:39:58.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:58.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:58.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:58.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:39:58.586 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:39:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:58.586 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:39:58.586 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:39:58.586 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:39:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:39:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:39:58.586 TRACE [main][WidgetHandler] Notify Table with event 13 12:39:58.586 TRACE [main][WidgetHandler] Wait for synchronization 12:39:58.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:39:58.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:58.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:58.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:58.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:58.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:39:58.588 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:39:58.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:39:58.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:39:58.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:39:58.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:58.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:40:01.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:40:01.593 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:40:01.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:40:01.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:01.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:01.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:01.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:01.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:01.596 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:40:01.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:01.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:01.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:01.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:01.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:01.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:01.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:01.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:01.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:01.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:40:01.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:01.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:01.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:01.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:01.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:40:01.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:01.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:40:01.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:40:01.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:01.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:01.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:01.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.*'] 12:40:01.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:01.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.*'] 12:40:01.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:01.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.*'] 12:40:01.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:01.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:01.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:01.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:01.628 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:01.628 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:01.628 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:01.628 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:40:01.628 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:40:01.628 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:40:01.628 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:40:01.628 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:40:01.628 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:40:01.628 DEBUG [main][MenuItemLookup] Item match:Window 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:01.629 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:40:01.629 DEBUG [main][MenuItemLookup] Item match:Preferences 12:40:01.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:40:01.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:40:01.629 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:40:01.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.... 12:40:01.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:40:01.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:40:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:01.728 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:40:01.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:01.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:40:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:01.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:01.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:01.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:40:01.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:40:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:01.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:40:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:01.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:40:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:40:01.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:40:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:01.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:40:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:01.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:40:01.730 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:40:01.730 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:40:01.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:40:01.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:40:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:01.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:01.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:02.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:02.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:02.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:02.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:02.734 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:40:02.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:02.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:02.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:02.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:02.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:02.739 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:40:02.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:40:02.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:02.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:02.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:02.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:02.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:02.741 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:40:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:02.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:02.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:40:02.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:02.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:02.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:40:02.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:40:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:02.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:40:02.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:40:02.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:40:02.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:02.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:02.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:02.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:02.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:02.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:02.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:02.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:40:02.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:02.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:03.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:03.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:40:03.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:03.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:40:03.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:03.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:03.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:40:03.309 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:40:03.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:40:03.310 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:40:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:40:03.310 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:40:03.310 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:40:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:40:03.811 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:40:03.811 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:40:03.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:03.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:03.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:03.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:03.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:03.815 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:03.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:03.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:04.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:04.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:04.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:04.321 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:40:04.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:40:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:04.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:04.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:04.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:04.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:04.322 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:40:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:04.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:04.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:04.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:04.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:40:04.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:04.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:04.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:40:04.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:40:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:40:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:40:04.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:40:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:04.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:04.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:04.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:04.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:04.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:04.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:40:04.384 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:04.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:04.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:04.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:40:04.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:04.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:04.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:40:04.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:04.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:04.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:40:04.888 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:40:04.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:40:04.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:40:04.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:40:04.889 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:40:04.889 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:40:05.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:40:05.390 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:40:05.390 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:40:05.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.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:05.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:05.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:05.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:05.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:05.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:05.394 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:05.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:05.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:05.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:05.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:05.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:05.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:05.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:05.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:05.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:05.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:05.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:05.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:05.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:05.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:05.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:05.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:05.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:05.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:05.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.906 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:40:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:05.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:05.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:05.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:05.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.907 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:40:05.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:05.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:05.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:05.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:05.908 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:40:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.908 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:40:05.908 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:40:05.908 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:40:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:05.908 TRACE [main][WidgetHandler] Notify Table with event 13 12:40:05.908 TRACE [main][WidgetHandler] Wait for synchronization 12:40:05.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:40:05.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:05.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:05.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:05.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:05.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:05.909 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:40:05.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:05.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:05.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:05.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:05.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:40:08.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:40:08.915 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:40:08.915 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(Test runtime)' 12:40:08.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:08.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:08.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:08.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:08.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:08.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:08.917 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 12:40:08.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:08.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:08.920 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 12:40:08.920 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 12:40:08.920 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:40:08.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:08.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:08.920 TRACE [main][WidgetHandler] Notify Table with event 13 12:40:08.920 TRACE [main][WidgetHandler] Wait for synchronization 12:40:08.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:40:08.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:08.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:08.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:08.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:08.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:08.922 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:40:08.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:08.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:08.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:08.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:08.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:40:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:40:11.926 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:40:11.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:11.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:11.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:11.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:11.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:11.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:11.930 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:40:11.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:11.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:11.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:11.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:11.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:11.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:40:11.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:11.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:11.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:11.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:11.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:11.932 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:40:11.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:11.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:11.932 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:11.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:11.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:11.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:11.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:40:11.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:11.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:11.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:11.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:11.984 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:40:11.984 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:11.984 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:40:11.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:40:11.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:11.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:11.984 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:11.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.*'] 12:40:11.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:11.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.*'] 12:40:11.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:11.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.*'] 12:40:11.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:11.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:11.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:11.985 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:40:11.985 DEBUG [main][MenuItemLookup] Item match:Window 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:11.985 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:40:11.985 DEBUG [main][MenuItemLookup] Item match:Preferences 12:40:11.985 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:40:11.985 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:40:11.985 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:40:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:40:12.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:40:12.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:40:12.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:12.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:12.081 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:40:12.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:12.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:40:12.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:12.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:12.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:12.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:12.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:12.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:12.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:12.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:40:12.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:40:12.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:12.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:40:12.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:12.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:40:12.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:40:12.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:40:12.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:12.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:40:12.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:12.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:40:12.083 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:40:12.083 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:40:12.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:40:12.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:40:12.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:12.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:12.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:12.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:12.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:13.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:13.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:13.087 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:40:13.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:13.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:13.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:13.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:13.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:13.092 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:40:13.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:40:13.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:13.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:13.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:13.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:13.093 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:40:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:13.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:13.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:13.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:13.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:40:13.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:13.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:13.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:13.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:40:13.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:40:13.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:13.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:40:13.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:40:13.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:40:13.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:13.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:13.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:13.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:40:13.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:13.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:13.659 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:13.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:40:13.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:13.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:13.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:40:13.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:13.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:13.660 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:40:13.660 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:40:13.660 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:40:13.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:40:13.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:40:13.661 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:40:13.661 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:40:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:40:14.161 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:40:14.161 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:40:14.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:14.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:14.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:14.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:14.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:14.166 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:14.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:14.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:14.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:14.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:14.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:14.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:14.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:14.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:14.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:14.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:14.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:14.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:14.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:14.672 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:40:14.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:40:14.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:14.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:14.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:14.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:14.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:14.673 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:40:14.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:14.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:14.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:14.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:14.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:40:14.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:14.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:14.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:14.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:40:14.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:40:14.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:14.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:14.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:40:14.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:40:14.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:40:14.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:14.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:14.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:14.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:14.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:14.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:14.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:14.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:40:14.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:14.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:15.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:15.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:40:15.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:15.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:40:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:15.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:15.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:40:15.238 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:40:15.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:40:15.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:40:15.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:40:15.239 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:40:15.239 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:40:15.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:40:15.739 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:40:15.739 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:40:15.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:15.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:15.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:15.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:15.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:15.744 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:15.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:15.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:15.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:16.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:16.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:16.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:16.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:16.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:16.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:16.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:16.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:16.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:16.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:16.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:16.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:16.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:16.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:16.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:16.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:16.256 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(null)' 12:40:16.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:16.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:16.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:16.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:16.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:16.257 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 12:40:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:16.257 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:40:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:16.257 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 12:40:16.257 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 12:40:16.257 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:40:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:16.257 TRACE [main][WidgetHandler] Notify Table with event 13 12:40:16.257 TRACE [main][WidgetHandler] Wait for synchronization 12:40:16.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:40:16.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:16.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:16.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:16.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:16.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:16.259 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:40:16.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:16.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:16.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:16.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:16.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:40:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:40:19.264 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:40:19.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:19.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:19.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:19.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:19.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:19.268 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(null)' 12:40:19.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:19.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:19.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:19.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:19.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:19.269 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:40:19.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:19.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:19.269 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:40:19.269 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:40:19.269 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:40:19.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:19.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:19.270 TRACE [main][WidgetHandler] Notify Table with event 13 12:40:19.270 TRACE [main][WidgetHandler] Wait for synchronization 12:40:19.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:40:19.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:19.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:19.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:19.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:19.272 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:40:19.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:19.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:19.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:19.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:19.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:40:22.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:40:22.276 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:40:22.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:22.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:22.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:22.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:22.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:22.280 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:40:22.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:22.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:22.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:22.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:22.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:22.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:40:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:22.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:22.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:22.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:22.282 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:40:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:22.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:22.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:22.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:22.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:40:22.312 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:22.312 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:22.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:40:22.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:22.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:40:22.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:40:22.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:22.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:22.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:22.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.*'] 12:40:22.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:22.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.*'] 12:40:22.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:22.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.*'] 12:40:22.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:22.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:22.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:22.313 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:22.313 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:22.313 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:40:22.313 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:40:22.313 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:40:22.313 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:40:22.313 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:40:22.313 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:40:22.313 DEBUG [main][MenuItemLookup] Item match:Window 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:22.314 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:40:22.314 DEBUG [main][MenuItemLookup] Item match:Preferences 12:40:22.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:40:22.314 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:40:22.314 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:40:22.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:40:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:40:22.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:40:22.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:22.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:22.403 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:40:22.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:22.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:40:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:22.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:22.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:22.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:40:22.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:40:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:22.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:40:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:22.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:40:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:40:22.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:40:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:22.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:40:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:22.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:40:22.405 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:40:22.405 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:40:22.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:40:22.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:40:22.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:22.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:22.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:22.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:22.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:23.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:23.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:23.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:23.410 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:40:23.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:23.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:23.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:23.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:23.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:23.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:23.414 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:40:23.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:40:23.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:23.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:23.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:23.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:23.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:23.416 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:40:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:23.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:23.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:23.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:40:23.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:23.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:23.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:40:23.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:40:23.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:23.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:40:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:40:23.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.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:40:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:23.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:23.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:23.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:23.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:23.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:23.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:40:23.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:23.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:23.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:23.984 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:23.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:40:23.985 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:23.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:23.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:40:23.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:23.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:23.985 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:40:23.985 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:40:23.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:40:23.986 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:40:23.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:40:23.986 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:40:23.986 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:40:24.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:40:24.486 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:40:24.486 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:40:24.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:24.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:24.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:24.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:24.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:24.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:24.490 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:24.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:24.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:24.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:24.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:24.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:24.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:24.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:24.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:24.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:24.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:24.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:24.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:24.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:24.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:24.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:24.996 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:40:24.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:40:24.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:24.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:24.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:24.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:24.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:24.998 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:40:24.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:24.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:24.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:24.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:25.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:40:25.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:25.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:25.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:25.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:40:25.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:40:25.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:25.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:25.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:40:25.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:40:25.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:40:25.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:25.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:25.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:25.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:25.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:25.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:25.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:25.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:40:25.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:25.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:25.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:25.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:25.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:40:25.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:25.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:25.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:40:25.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:25.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:25.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 12:40:25.567 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 12:40:25.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 12:40:25.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 12:40:25.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:40:25.569 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:40:25.569 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:40:26.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:40:26.069 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:40:26.069 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:40:26.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:26.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:26.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:26.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:26.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:26.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:26.071 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:26.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:26.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:26.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:26.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:26.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:26.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:26.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:26.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:26.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:26.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:26.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:26.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:26.578 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:40:26.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:40:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:26.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:26.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:26.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:26.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:26.579 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:40:26.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:26.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:26.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:26.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:26.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:40:26.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:26.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:26.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:26.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:40:26.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:40:26.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:26.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:26.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:40:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:40:26.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:40:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:26.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:26.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:26.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:26.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:26.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:26.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:40:26.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:26.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:27.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:27.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:40:27.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:27.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:40:27.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:27.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:27.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 12:40:27.168 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 12:40:27.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 12:40:27.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 12:40:27.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:40:27.169 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:40:27.169 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:40:27.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:40:27.670 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:40:27.670 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:40:27.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.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:27.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:27.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:27.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:27.671 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:27.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:27.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:27.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:27.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:28.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:28.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:28.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:28.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:28.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:28.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:28.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:28.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:28.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:28.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:28.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:28.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:28.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:28.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:28.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:28.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:28.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:28.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:28.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:28.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:28.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:28.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:28.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:28.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:28.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:28.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:28.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:28.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:28.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:28.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:28.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.187 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:40:28.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:28.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:28.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:28.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:28.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.188 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:40:28.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:28.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:28.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:28.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:28.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:28.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:28.189 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:40:28.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.189 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:40:28.189 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:40:28.189 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:40:28.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:28.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:28.189 TRACE [main][WidgetHandler] Notify Table with event 13 12:40:28.189 TRACE [main][WidgetHandler] Wait for synchronization 12:40:28.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:40:28.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:28.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:28.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:28.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:28.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:28.190 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:40:28.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:28.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:28.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:28.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:28.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:40:31.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:40:31.196 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:40:31.196 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2(Test runtime 2)' 12:40:31.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:40:31.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:31.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:31.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:31.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:31.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:31.198 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2' 12:40:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:31.200 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' was found 12:40:31.200 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' matched 'Test runtime 2'! Selecting... 12:40:31.200 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:40:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:31.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:31.200 TRACE [main][WidgetHandler] Notify Table with event 13 12:40:31.200 TRACE [main][WidgetHandler] Wait for synchronization 12:40: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.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:40:31.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:31.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:31.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:31.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:31.202 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:40:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:31.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:31.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:31.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:31.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:40:34.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:40:34.208 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:40:34.208 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2 (2)(Test runtime 2)' 12:40:34.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 12:40:34.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:34.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:34.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:34.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:34.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:40:34.209 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2 (2)' 12:40:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:34.212 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' was found 12:40:34.212 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' matched 'Test runtime 2 (2)'! Selecting... 12:40:34.212 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:40:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:40:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:40:34.212 TRACE [main][WidgetHandler] Notify Table with event 13 12:40:34.212 TRACE [main][WidgetHandler] Wait for synchronization 12:40:34.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:40:34.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:34.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:34.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:34.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:34.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:34.214 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:40:34.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:34.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:34.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:34.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:34.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:40:37.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:40:37.219 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:40:37.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:40:37.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:37.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:37.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:37.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:37.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:37.222 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:40:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:37.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:37.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:37.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:37.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:37.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:37.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:40:37.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:37.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:37.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:40:37.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:40:37.270 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:37.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:37.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.413 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 8.768 s removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 10.356 s addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 10.328 s getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 14.958 s Running org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:40:37.278 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:40:37.278 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:40:37.278 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:37.278 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:40:37.278 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:37.278 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:40:37.279 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:37.279 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:40:37.279 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:37.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:37.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.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 Dynamic Web Project"] 12:40:37.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:37.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:37.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:37.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.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 Dynamic Web Project"] 12:40:37.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:37.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:37.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:37.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:37.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:37.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:37.280 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:37.280 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:37.280 DEBUG [main][MenuItemLookup] Item match:File 12:40:37.281 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:40:37.281 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:37.284 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:40:37.284 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:40:37.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:40:37.284 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:40:37.284 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:40:37.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 'New|Select a wizard'] is available.... 12:40:37.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:40:37.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:40:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:37.363 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:40:37.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:37.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:40:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:37.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:37.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:37.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:37.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:37.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:37.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:37.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:40:37.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:40:37.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:37.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:37.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:40:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:40:37.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:40:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:37.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:40:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:37.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:40:37.867 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:40:37.867 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:40:37.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:40:37.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:40:37.870 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:40:37.870 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:40:37.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:40:37.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:37.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:37.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:37.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:37.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:37.873 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:40:37.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:37.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:37.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:37.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:38.100 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:38.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:40:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:40:38.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:40:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:38.115 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:40:38.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:40:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:38.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:38.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:38.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:38.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:40:38.130 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:40:38.131 INFO [WorkbenchTestable][AbstractText] Text set to: HTMLProjectTest 12:40:38.146 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:40:38.146 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:40:38.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:38.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:38.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:38.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:38.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:38.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:38.148 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:38.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:38.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:38.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:38.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:38.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:38.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:38.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:38.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 12:40:38.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:40:38.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:38.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:38.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:38.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:38.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40: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 HTML File"] 12:40:38.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:38.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:38.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:38.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.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 HTML File"] 12:40:38.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:38.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:38.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:38.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:38.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:38.654 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:38.654 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:38.654 DEBUG [main][MenuItemLookup] Item match:File 12:40:38.655 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:40:38.655 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:38.658 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:40:38.658 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:40:38.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:40:38.658 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:40:38.658 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:40:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:40:38.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:40:38.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:40:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:38.747 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:40:38.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:38.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:40:38.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:38.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:38.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:38.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:40:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:40:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:40:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:38.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:40:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:40:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:40:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:40:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:38.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:40:38.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HTML File 12:40:38.749 DEBUG [main][TreeItemHandler] Selecting tree item: HTML File 12:40:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HTML File about selection 12:40:38.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HTML File 12:40:38.753 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:40:38.753 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:40:38.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:40:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:38.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:38.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:38.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:38.754 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:40:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:38.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:38.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:39.195 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:40:39.223 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:39.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:39.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New HTML File"] is available.... 12:40:39.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New HTML File"] is available. finished successfully 12:40:39.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New HTML File 12:40:39.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:39.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:39.226 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 12:40:39.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:39.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:40:39.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:39.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:39.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:39.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:39.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:40:39.230 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:40:39.231 INFO [WorkbenchTestable][AbstractText] Text set to: testHTML 12:40:39.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:40:39.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:39.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:39.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:39.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:39.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:40:39.240 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:40:39.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.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 12:40:39.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:39.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:39.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:39.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:39.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:39.328 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile throws exception: org.junit.ComparisonFailure: expected:<[webapp]> but was:<[HTMLProjectTest]> at org.junit.Assert.assertEquals(Assert.java:117) at org.junit.Assert.assertEquals(Assert.java:146) at org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile(HTMLWizardTest.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:40:39.329 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile.png 12:40:39.478 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile.png 12:40:39.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:40:39.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:39.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:39.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:39.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:39.485 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile@CloseAllShellsExt_closing_New HTML File.png 12:40:39.596 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile@CloseAllShellsExt_closing_New HTML File.png 12:40:39.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell New HTML File 12:40:39.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New HTML File 12:40:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:39.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:39.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:40:39.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:39.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:39.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:39.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:39.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:39.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:39.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:39.768 ERROR [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt failed java.lang.AssertionError: The following shells remained open [New HTML File] at org.junit.Assert.fail(Assert.java:89) at org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt.run(CloseAllShellsExt.java:79) at org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt.runAfterTest(CloseAllShellsExt.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:72) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:40:39.768 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile@AfterTestExt_CloseAllShellsExt.png 12:40:39.868 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile@AfterTestExt_CloseAllShellsExt.png 12:40:39.869 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) org.junit.ComparisonFailure: expected:<[webapp]> but was:<[HTMLProjectTest]> at org.junit.Assert.assertEquals(Assert.java:117) at org.junit.Assert.assertEquals(Assert.java:146) at org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile(HTMLWizardTest.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:40:39.870 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) java.lang.AssertionError: The following shells remained open [New HTML File] at org.junit.Assert.fail(Assert.java:89) at org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt.run(CloseAllShellsExt.java:79) at org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt.runAfterTest(CloseAllShellsExt.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:72) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:40:39.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 12:40:39.870 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:40:39.871 DEBUG [main][EditorHandler] 0 editor(s) found 12:40:39.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:39.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:39.872 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:40:39.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:39.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:39.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:39.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:39.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:39.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:39.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:40:39.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:39.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:39.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:39.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:39.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:39.873 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:40:39.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:40:39.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:39.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:39.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:40:39.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:40:39.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:39.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:39.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:40:39.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:40:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:39.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:39.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:39.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:39.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:40.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:40.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:40.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:40.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:40.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:40.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:40:40.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:40:40.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:40.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:40.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:40.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:40.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:40.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:40.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:40.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:40.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 12:40:40.949 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:40:40.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:40:40.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:40.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:40.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:40.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:40.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:41.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:41.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:41.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:41.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:41.951 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:40:41.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:40:41.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:41.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:41.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:41.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:41.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:41.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:41.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:41.952 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 12:40:41.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:40:41.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:40:41.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:41.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:41.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:41.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:41.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:41.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:41.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:41.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:41.953 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:40:41.953 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:40:41.953 DEBUG [main][TreeItemHandler] Set Tree selection 12:40:41.953 DEBUG [main][TreeHandler] Notify Tree about selection event 12:40:41.960 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:40:41.962 DEBUG [WorkbenchTestable][TreeItemHandler] HTMLProjectTest 12:40:41.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:41.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Import' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Export' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:42.027 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:42.027 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:40:42.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:40:42.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:40:42.027 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:40:42.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:42.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:40:42.027 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:42.527 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:42.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:42.624 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:42.624 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:40:42.624 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:40:42.624 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:40:42.624 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:40:42.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:40:43.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:40:43.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:40:43.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:43.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:43.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: 32) 12:40:43.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:43.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:43.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:43.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:40:43.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:43.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:43.243 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:40:43.243 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:40:43.243 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:40:43.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:43.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:43.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:43.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:43.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:40:43.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:43.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:43.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:43.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:40:43.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:43.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:43.245 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:40:43.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:43.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:43.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:43.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:40:43.248 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:40:43.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:40:43.749 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:40:43.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:43.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:43.749 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:40:43.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:40:43.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:43.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:40:43.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:43.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:43.752 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:40:43.752 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:43.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:43.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:43.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 6.476 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) Time elapsed: 1.217 s <<< FAILURE! org.junit.ComparisonFailure: expected:<[webapp]> but was:<[HTMLProjectTest]> at org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile(HTMLWizardTest.java:52) createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) Time elapsed: 1.218 s <<< FAILURE! java.lang.AssertionError: The following shells remained open [New HTML File] Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:40:43.770 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:40:43.770 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:40:43.770 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:43.770 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:40:43.771 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:43.771 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:40:43.771 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:43.771 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:40:43.771 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:43.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:43.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 12:40:43.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:40:43.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:43.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:43.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:43.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"] 12:40:43.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.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"] 12:40:43.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.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"] 12:40:43.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.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"] 12:40:43.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.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"] 12:40:43.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.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"] 12:40:43.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.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"] 12:40:43.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.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"] 12:40:43.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.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"] 12:40:43.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:43.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:43.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:43.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:43.773 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:43.774 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:43.774 DEBUG [main][MenuItemLookup] Item match:File 12:40:43.774 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:43.775 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:43.775 DEBUG [main][MenuItemLookup] Item match:Import... 12:40:43.775 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:40:43.775 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:40:43.775 INFO [main][MenuItemHandler] Select menu item: &Import... 12:40:43.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:40:43.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:40:43.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:43.844 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:43.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:40:43.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:43.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:43.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:40:43.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:40:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:43.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:40:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:43.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:40:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:40:43.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:40:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:43.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:40:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:43.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:40:43.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:40:43.847 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:40:43.847 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:40:43.847 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:40:43.847 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:43.847 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:40:43.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:40:43.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:43.849 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:40:43.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:43.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:43.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:43.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:43.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: "Import"] 12:40:43.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:43.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:43.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:43.914 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:43.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:40:43.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 12:40:43.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:43.940 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:40:43.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:43.940 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:40:43.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:40:43.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:43.942 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:40:43.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:43.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:43.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:43.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:43.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:40:43.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:43.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:43.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:40:43.944 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:40:43.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:40:43.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:43.945 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:40:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:43.946 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:43.946 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:43.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:40:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:40:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:40:43.979 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:40:43.979 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:40:43.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:40:43.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:43.980 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:40:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:43.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:43.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:43.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:40:43.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:43.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:43.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:43.982 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:40:43.982 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:40:43.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:40:43.999 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:40:43.999 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:40:43.999 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:40:43.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:43.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:44.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:44.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:44.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:44.002 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:44.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:44.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:44.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:44.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:44.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:44.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:44.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:40:44.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:44.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:44.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:44.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:44.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:44.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:44.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 '\*?\QPackage Explorer\E') 12:40:44.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:44.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:44.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:44.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:44.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:44.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:44.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:44.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:44.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:44.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:44.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:44.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:44.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:44.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:40:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:44.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:44.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:44.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:44.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:44.542 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:44.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:44.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:44.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:40:44.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:44.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:44.544 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:44.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:44.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:44.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:44.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:44.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:44.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:45.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:45.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:45.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:45.546 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:45.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:45.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:45.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:45.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:45.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:45.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:45.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:45.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:45.547 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:40:45.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:40:45.547 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:40:45.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:40:45.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:40:45.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:45.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.578 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:40:45.578 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:40:45.578 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:40:45.578 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:40:45.578 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:40:45.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:40:45.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:45.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:45.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:40:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:45.673 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:40:45.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:45.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:40:45.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:45.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:45.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:45.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:45.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:45.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 12:40:45.676 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 12:40:45.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 12:40:45.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 12:40:45.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:45.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:45.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:45.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:40:45.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:45.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:45.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:45.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:45.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:40:45.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:45.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:45.834 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 12:40:45.835 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 12:40:45.835 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:40:45.860 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 12:40:45.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:40:45.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:45.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:45.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:45.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:45.863 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:40:45.863 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:40:45.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:45.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:45.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:40:46.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:40:46.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:46.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:40:46.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:46.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:46.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:46.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:46.042 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:40:46.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:46.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:46.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:46.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:46.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:46.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:46.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:46.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:46.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:46.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:46.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:46.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:46.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:40:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:46.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:46.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:46.174 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:46.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:46.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:46.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:40:46.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:46.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:46.177 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:46.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:46.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:46.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:46.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:46.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:47.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:47.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:47.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:47.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:47.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:47.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:47.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:47.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:47.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:47.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:47.180 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:40:47.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:40:47.180 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:40:47.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:40:47.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:40:47.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:47.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:47.235 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:40:47.235 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:40:47.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:40:47.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:40:47.236 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:40:47.455 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:40:47.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:47.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:47.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:40:47.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:47.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:47.457 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:40:47.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:47.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:40:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:47.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:47.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:47.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:47.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:47.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:47.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 12:40:47.459 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 12:40:47.459 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 12:40:47.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 12:40:47.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:47.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:47.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:47.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:40:47.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:47.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:47.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:47.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:40:47.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:47.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.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:40:47.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:47.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:47.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:47.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:47.466 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:40:47.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:47.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:47.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:47.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:47.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:47.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:47.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:47.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:47.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:47.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:40:47.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:47.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:40:47.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:47.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:47.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:40:47.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:47.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:47.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:47.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:47.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:47.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:40:47.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:47.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:47.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:47.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:47.745 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:47.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:47.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:47.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:40:47.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:47.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:47.747 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:47.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:47.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:47.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:47.748 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:47.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:47.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:47.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:47.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:47.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:47.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:48.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:48.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:48.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:48.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:48.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:48.749 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:48.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:48.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:48.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:48.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:48.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:48.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:48.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:48.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:48.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:48.751 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:40:48.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:40:48.751 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:40:48.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:40:48.755 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:40:48.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:48.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:48.826 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:48.826 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:40:48.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:40:48.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:40:48.827 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:40:48.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:48.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:40:48.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:49.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:49.328 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:40:49.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:40:49.328 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:40:49.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:40:49.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:40:49.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:49.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:49.360 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:49.360 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:40:49.360 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:40:49.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:40:49.360 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:40:49.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:40:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:40:50.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:40:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:50.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.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: 32) 12:40:50.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:50.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:40:50.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:50.044 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:40:50.044 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:40:50.044 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:40:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:50.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:50.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:50.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:40:50.044 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:50.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:40:50.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:50.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:50.045 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:40:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:50.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:50.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:50.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:40:50.049 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:40:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:40:50.550 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:40:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:50.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:40:50.550 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:50.550 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:50.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 12:40:50.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:50.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 12:40:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:40:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:50.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.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: "Import"] 12:40:50.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:50.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:50.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:50.552 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:50.552 DEBUG [main][MenuItemLookup] Item match:File 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:50.553 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:50.553 DEBUG [main][MenuItemLookup] Item match:Import... 12:40:50.553 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:40:50.553 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:40:50.553 INFO [main][MenuItemHandler] Select menu item: &Import... 12:40:50.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:40:50.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:40:50.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:50.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:50.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:50.629 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:50.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:40:50.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:50.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:50.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:50.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:40:50.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:40:50.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:50.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:40:50.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:50.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:40:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:40:50.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:40:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:50.631 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:40:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:50.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:40:50.631 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:40:50.631 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:40:50.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:40:50.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:40:50.631 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:50.631 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:40:50.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:40:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:50.633 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:40:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:50.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:50.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:50.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:50.674 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:40:50.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:50.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:50.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:50.707 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:50.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:40:50.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:40:50.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:50.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:50.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:50.708 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:40:50.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:50.708 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:40:50.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:40:50.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:50.709 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:40:50.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:50.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:50.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:50.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:50.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:40:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:50.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:40:50.710 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:40:50.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:40:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:50.711 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:40:50.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:50.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:50.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:50.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:50.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:40:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:50.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:40:50.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:40:50.755 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:40:50.755 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:40:50.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:40:50.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:50.781 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:40:50.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:50.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:50.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:50.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:50.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:40:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:50.783 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:40:50.783 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:40:50.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:40:50.783 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:40:50.783 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:40:50.784 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:40:50.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:50.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:50.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:50.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:50.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:50.785 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:50.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:50.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:50.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:51.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:51.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:51.312 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:40:51.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:51.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:51.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:51.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:51.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:51.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:51.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:40:51.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:51.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:51.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:51.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:51.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:51.314 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:51.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:51.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:51.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:40:51.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:51.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:51.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:51.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:51.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:51.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:51.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:51.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:51.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:40:51.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:51.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:51.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:51.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:51.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:51.318 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:51.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:51.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:51.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:40:51.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:51.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:51.320 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:51.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:51.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:51.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:51.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:51.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:51.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:51.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:51.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:52.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:52.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:52.322 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:52.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:52.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:52.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:52.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:52.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:52.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:52.324 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:40:52.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:40:52.324 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:40:52.324 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:40:52.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:40:52.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:52.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:52.365 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:40:52.365 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:40:52.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:40:52.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:40:52.365 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:40:52.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:40:52.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:52.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:52.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:40:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:52.495 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:40:52.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:52.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:40:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:52.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:52.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:52.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:52.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 12:40:52.497 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 12:40:52.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 12:40:52.497 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 12:40:52.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:52.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.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.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:40:52.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:52.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:52.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:40:52.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:52.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:52.499 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 12:40:52.499 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 12:40:52.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:40:52.528 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 12:40:52.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:40:52.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:52.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:52.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:40:52.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:52.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:52.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 12:40:52.530 DEBUG [main][TreeItemHandler] Selecting tree item: Java 12:40:52.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 12:40:52.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 12:40:52.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:52.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:52.531 DEBUG [main][MenuItemLookup] Found menu:'Change Version...' 12:40:52.531 DEBUG [main][MenuItemLookup] Item match:Change Version... 12:40:52.531 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Change &Version..." 12:40:52.531 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Change Version... 12:40:52.531 INFO [main][MenuItemHandler] Select menu item: Change &Version... 12:40:52.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Change Version"] is available.... 12:40:52.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Change Version"] is available. finished successfully 12:40:52.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Change Version 12:40:52.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:52.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:52.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:40:52.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:52.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:40:52.586 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 17 to selection: 1.7 12:40:52.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:40:52.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:52.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:52.587 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:40:52.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:52.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:52.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:52.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:40:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:40:52.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") 12:40:52.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:52.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:52.634 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:40:52.634 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:40:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:52.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:52.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:52.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:40:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:40:52.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:52.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.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:40:52.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:52.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:52.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:52.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:52.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:52.789 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:40:52.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:52.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:52.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:52.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:53.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:53.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:53.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:53.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:53.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:53.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:53.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:53.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:53.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:53.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:40:53.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:53.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:53.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:53.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:53.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:53.152 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:53.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:53.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:53.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:40:53.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:53.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:53.154 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:53.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:53.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:53.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:53.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:53.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:53.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:53.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:53.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:54.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:54.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:54.157 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:54.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:54.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:54.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:54.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:54.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:54.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:54.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:54.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:54.158 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:40:54.158 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:40:54.158 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:40:54.158 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:40:54.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:40:54.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:54.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:54.257 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:40:54.257 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:40:54.258 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:40:54.258 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:40:54.258 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:40:54.474 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:40:54.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:54.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:54.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:40:54.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:54.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:54.477 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:40:54.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:54.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:40:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:54.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:54.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:54.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:54.479 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 12:40:54.479 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 12:40:54.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 12:40:54.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 12:40:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:54.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:54.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:54.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:40:54.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:54.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:54.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:54.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:40:54.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:54.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:54.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:54.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:40:54.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:54.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:54.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:54.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:54.547 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:40:54.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:54.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:54.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:54.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:54.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:54.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:54.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:54.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:54.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:40:54.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:54.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:40:54.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:54.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:54.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:40:54.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:54.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:54.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:54.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:40:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:54.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:54.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:54.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:54.711 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:54.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:54.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:54.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:40:54.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:54.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:54.743 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:54.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:54.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:54.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:54.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:54.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:54.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:54.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:54.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:54.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:55.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:55.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:55.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:55.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:55.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:55.746 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:40:55.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:40:55.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:55.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:55.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:55.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:55.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:55.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:55.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:55.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:55.748 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:40:55.748 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:40:55.748 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:40:55.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:40:55.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:40:55.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:55.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:55.834 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:55.835 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:55.835 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:40:55.835 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:40:55.835 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:40:55.835 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:40:55.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:55.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 13 files to index (/opt/tools/java/oracle/jdk-7/1.7.0_80/jre/lib/rt.jar)' is a system job, skipped 12:40:55.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-7/1.7.0_80/jre/lib/jfr.jar)' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:56.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:56.336 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:40:56.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:40:56.336 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:40:56.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:40:56.338 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:40:56.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:56.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'New' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:56.385 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:56.385 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:40:56.385 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:40:56.385 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:40:56.386 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:40:56.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:40:57.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:40:57.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:40:57.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:57.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.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: 32) 12:40:57.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:57.047 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:40:57.047 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:57.047 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:40:57.048 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:40:57.048 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:40:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:57.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:57.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:57.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:40:57.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:57.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:40:57.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:57.049 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:40:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:57.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:57.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:57.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:40:57.052 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:40:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:40:57.553 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:40:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:57.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:40:57.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:57.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:57.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:57.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 12:40:57.554 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:40:57.554 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:57.554 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:57.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:57.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.785 s - in org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) Time elapsed: 6.778 s selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) Time elapsed: 7.004 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:40:57.563 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:40:57.564 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:40:57.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:57.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:40:57.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:57.564 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:40:57.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:57.564 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:40:57.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:57.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:57.565 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 12:40:57.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:40:57.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:57.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:57.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:57.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:40:57.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:40:57.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:40:57.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:40:57.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:40:57.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.565 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:40:57.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.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"] 12:40:57.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.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"] 12:40:57.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.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"] 12:40:57.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:57.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:57.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:57.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:57.566 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:57.566 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:57.567 DEBUG [main][MenuItemLookup] Item match:File 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:57.567 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:40:57.567 DEBUG [main][MenuItemLookup] Item match:Import... 12:40:57.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:40:57.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:40:57.568 INFO [main][MenuItemHandler] Select menu item: &Import... 12:40:57.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:40:57.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:40:57.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:57.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:57.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:57.645 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:57.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:40:57.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:40:57.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:40:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:57.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:40:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:57.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:40:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:40:57.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:40:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:57.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:40:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:57.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:40:57.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:40:57.647 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:40:57.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:40:57.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:40:57.647 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:57.647 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:40:57.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:40:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:57.648 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:40:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:57.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:57.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:57.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:40:57.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:57.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:57.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:57.730 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:40:57.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:40:57.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:40:57.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:40:57.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:57.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:57.731 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:40:57.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.731 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:40:57.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:40:57.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:57.732 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:40:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:57.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:57.732 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:57.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:57.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:40:57.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:57.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:57.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:40:57.734 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:40:57.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:40:57.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:57.735 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:40:57.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:57.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:57.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:57.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:57.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:40:57.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:40:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:40:57.802 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:40:57.802 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:40:57.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") 12:40:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:57.803 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:40:57.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:57.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:57.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:57.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:57.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:40:57.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:57.816 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:40:57.816 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:40:57.816 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:40:57.816 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:40:57.817 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:40:57.817 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:40:57.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:40:57.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:57.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:57.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:57.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:57.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:57.818 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:40:57.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:57.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:57.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:57.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:57.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:40:57.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:40:57.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:57.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:40:57.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:40:57.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:40:57.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:57.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:57.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:57.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:57.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:57.947 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'File' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:40:57.947 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:40:57.947 DEBUG [main][MenuItemLookup] Item match:Window 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:57.948 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:40:57.948 DEBUG [main][MenuItemLookup] Item match:Preferences 12:40:57.948 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:40:57.948 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:40:57.948 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:40:58.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:40:58.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:40:58.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:40:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:58.040 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:40:58.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:58.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:40:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:58.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:58.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:58.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:40:58.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:40:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:58.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:40:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:58.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:40:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:40:58.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:40:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:58.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:40:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:58.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:40:58.042 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:40:58.042 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:40:58.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:40:58.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:40:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:58.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:58.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:58.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:58.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:59.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:59.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:40:59.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:40:59.046 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:40:59.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:40:59.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:59.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:59.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:59.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:59.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:40:59.051 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:40:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:40:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:40:59.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:40:59.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:59.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:40:59.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:59.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:40:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:40:59.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:40:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:59.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:40:59.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:40:59.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:40:59.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:59.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:59.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:59.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:59.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:59.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:59.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:59.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:40:59.116 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:59.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:59.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:59.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:40:59.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:40:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:59.619 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:40:59.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:59.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:40:59.619 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:40:59.619 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:40:59.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:40:59.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:40:59.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:40:59.620 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:40:59.620 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:41:00.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:41:00.120 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:41:00.120 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:41:00.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:00.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:00.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:00.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:00.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:00.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:00.125 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:00.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:00.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:00.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:00.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:00.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:00.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:00.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:00.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:41:00.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:00.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:00.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:00.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:00.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:00.634 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:41:00.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:00.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:00.635 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:00.635 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:00.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:00.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:00.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:00.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:00.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:00.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:00.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:00.676 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:00.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:00.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:00.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:00.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:00.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:41:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:00.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:00.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:00.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:00.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:00.678 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:00.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:00.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:00.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:00.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:00.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:00.680 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:00.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:00.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:00.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:00.681 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:00.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:00.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:00.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:00.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:00.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:00.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:01.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:01.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:01.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:01.683 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:01.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:01.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:01.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:01.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:01.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:01.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:01.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:01.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:01.684 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:41:01.684 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:41:01.684 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:41:01.684 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:41:01.688 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:41:01.688 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:01.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:01.716 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:41:01.716 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:41:01.716 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:41:01.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:41:01.716 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:41:01.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:41:01.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:01.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:01.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:41:01.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:01.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:01.857 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:41:01.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:01.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:41:01.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:01.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:01.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:01.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:01.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:01.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 12:41:01.862 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 12:41:01.862 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 12:41:01.862 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 12:41:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:01.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:01.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:01.899 INFO [WorkbenchTestable][RuntimesPropertyPage] Select runtime 'Test runtime' 12:41:01.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.RuntimesPropertyPage, index 0 and following matchers specified (Matcher matching widget which text matches: "Test runtime") 12:41:01.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:01.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:01.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:01.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:41:01.900 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Test runtime: 12:41:01.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:41:01.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:41:01.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:01.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:41:01.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.RuntimesPropertyPage, index 0 and no matchers specified 12:41:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:01.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:01.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:41:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:41:01.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:41:01.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:01.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:41:01.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:01.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:01.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:01.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:01.943 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:41:01.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:01.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:01.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:01.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:02.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:02.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:02.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:02.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:02.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:41:02.547 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:41:02.548 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:41:02.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:41:02.550 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:02.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.588 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:41:02.588 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:41:02.588 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:41:02.588 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:41:02.588 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:41:02.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:41:02.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:02.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:02.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:41:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:02.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:02.682 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:41:02.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:02.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:41:02.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:02.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:02.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:02.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:02.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:02.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 12:41:02.685 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 12:41:02.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 12:41:02.685 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 12:41:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:02.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:02.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:02.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.RuntimesPropertyPage, index 0 and no matchers specified 12:41:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:02.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:02.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:02.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:02.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:41:02.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:41:02.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:41:02.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:41:02.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:02.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:02.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:41:02.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:02.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:02.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:02.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:02.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:02.691 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:41:02.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:02.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:02.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:02.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:02.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:02.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:02.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:02.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:41:02.721 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:41:02.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:41:02.739 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:41:02.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:02.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:02.766 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:02.766 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:41:02.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:41:02.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:41:02.766 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:41:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:02.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:03.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:03.267 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:41:03.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:41:03.267 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:41:03.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:41:03.269 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:41:03.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:03.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:03.294 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:03.294 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:41:03.294 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:41:03.294 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:41:03.295 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:41:03.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:41:03.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 12:41:03.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:41:03.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:03.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:03.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:03.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:03.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:41:03.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:03.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:03.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:03.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:03.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:03.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:03.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:03.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:03.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:03.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:03.900 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:41:03.900 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:41:03.900 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:41:03.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:03.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:03.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:03.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:03.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:41:03.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:03.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:03.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:03.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:03.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:03.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:03.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:03.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:03.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:03.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:03.901 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:41:03.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:03.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:03.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:03.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:03.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:41:03.904 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:41:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:41:04.405 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:41:04.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:04.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:04.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:41:04.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:04.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:41:04.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:04.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:41:04.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:04.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:04.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:04.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:04.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:04.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:41:04.406 DEBUG [main][MenuItemLookup] Item match:Window 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:04.406 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:41:04.406 DEBUG [main][MenuItemLookup] Item match:Preferences 12:41:04.406 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:41:04.406 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:41:04.406 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:41:04.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:41:04.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:41:04.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:41:04.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:04.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:04.501 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:41:04.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:04.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 12:41:04.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:04.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:04.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:04.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:04.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:04.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:41:04.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:41:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:04.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:41:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:04.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:41:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:41:04.503 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:41:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:04.503 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:41:04.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:04.503 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:41:04.503 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:41:04.503 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:41:04.503 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:41:04.503 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:41:04.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:04.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:04.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:05.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:05.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:05.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:05.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:05.507 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:41:05.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:41:05.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:05.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:05.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:05.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:05.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:41:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:41:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:41:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:41:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:41:05.514 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:41:05.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:41:05.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:05.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:05.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:05.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:41:05.515 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:41:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:41:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:41:05.515 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:41:05.515 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:41:05.515 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:41:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:41:05.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:41:05.515 TRACE [main][WidgetHandler] Notify Table with event 13 12:41:05.515 TRACE [main][WidgetHandler] Wait for synchronization 12:41:05.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:41:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:05.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:05.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:05.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:05.517 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:41:05.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:05.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:05.517 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:05.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:05.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:41:08.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:41:08.524 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:41:08.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:41:08.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:08.528 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:41:08.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:08.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:08.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:08.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:08.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:08.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:41:08.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:08.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:08.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 12:41:08.568 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:41:08.568 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:08.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.006 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: 11.003 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:08.578 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:08.582 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:41:08.582 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:08.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:08.582 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:08.582 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:41:08.590 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:08.590 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:41:08.590 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:08.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:08.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:08.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:08.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:08.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:08.592 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:08.592 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:08.592 DEBUG [main][MenuItemLookup] Item match:File 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:08.593 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:08.593 DEBUG [main][MenuItemLookup] Item match:Import... 12:41:08.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:41:08.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:41:08.593 INFO [main][MenuItemHandler] Select menu item: &Import... 12:41:08.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:41:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:41:08.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:08.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:08.670 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:08.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:41:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:08.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:08.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:08.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:41:08.671 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:41:08.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:08.671 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:41:08.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:08.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:41:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:41:08.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:41:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:08.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:41:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:08.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:41:08.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:41:08.672 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:41:08.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:41:08.672 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:41:08.672 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:08.672 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:41:08.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:08.673 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:08.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:08.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:08.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"] 12:41:08.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:08.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:08.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:08.757 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:08.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:41:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:41:08.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:08.757 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:41:08.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:08.757 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 12:41:08.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:41:08.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:08.758 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:41:08.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:08.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:08.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:08.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:08.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:41:08.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:41:08.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:41:08.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:41:08.772 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 12:41:08.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:41:08.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:08.805 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:41:08.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:08.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:08.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:08.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:08.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:41:08.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:08.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:41:08.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:41:08.814 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:41:08.814 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:41:08.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:41:08.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:08.815 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:41:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:08.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:08.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:08.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:41:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:08.817 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 12:41:08.817 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 12:41:08.817 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:41:08.817 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 12:41:08.817 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:41:08.817 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:41:08.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:08.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:08.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:08.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:08.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:08.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:08.819 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:08.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:08.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:08.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:08.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:08.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:09.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:09.322 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:09.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:09.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:09.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:09.323 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:09.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:09.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:09.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:09.324 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:09.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') 12:41:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:09.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:09.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:09.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:09.325 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:09.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:09.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:09.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:09.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:09.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:09.327 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:09.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:09.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:09.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:09.343 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:09.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:09.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:09.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:09.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:09.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:09.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:09.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:09.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:10.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:10.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:10.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:10.344 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:10.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:10.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:10.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:10.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:10.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:10.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:10.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:10.346 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:41:10.346 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:41:10.347 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 12:41:10.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:41:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:10.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:10.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:41:10.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:41:10.848 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:41:10.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:41:10.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:41:10.854 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 12:41:10.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:41:10.854 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:41:10.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:41:10.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:41:10.856 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:41:10.857 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:41:11.724 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:41:11.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:11.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:11.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52012c9e is found... 12:41:11.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52012c9e is found finished successfully 12:41:11.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 '\*?\Qfile.xml\E') 12:41:11.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:11.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:11.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:11.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:11.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:11.739 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:11.739 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:41:11.740 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:11.740 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:41:11.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:41:11.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:11.740 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:11.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:11.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:11.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:11.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:11.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:11.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:41:11.851 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:11.851 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:41:11.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:11.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:11.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:11.851 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:11.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 12:41:11.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:11.930 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:11.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:11.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:11.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:11.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:11.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:11.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:11.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:11.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:11.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:11.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:11.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:11.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:11.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:11.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 12:41:11.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:11.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 12:41:12.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:41:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 12:41:12.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.937 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 12:41:12.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:41:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:12.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:12.938 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:12.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:41:12.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:12.939 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:41:12.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:12.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:12.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:12.939 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:12.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:41:12.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:12.939 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:12.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:12.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:12.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:12.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:41:12.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:41:12.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:12.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:12.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:12.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:12.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:41:12.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:12.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:41:12.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:12.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:12.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:12.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:12.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:41:12.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:12.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:12.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:12.941 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:12.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:12.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:12.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:12.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:12.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:41:12.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:41:12.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:12.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:41:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:12.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:12.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:12.949 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:41:12.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:12.949 INFO [WorkbenchTestable][RequirementsRunner] Started test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:41:12.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:12.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:12.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:12.949 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:12.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:41:12.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:12.950 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:12.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:12.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:12.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:12.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:41:12.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:12.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:41:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:12.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:41:12.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:12.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:12.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:12.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:12.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:12.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:41:12.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:12.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:12.953 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:12.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:12.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:12.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 12:41:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:12.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 12:41:12.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:41:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:12.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:12.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:12.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:12.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:12.955 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:12.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:13.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:13.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:13.063 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:13.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:13.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:13.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:13.063 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:13.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:13.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:13.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:13.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:13.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:13.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:13.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:13.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:14.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:14.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:14.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:14.065 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:14.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:14.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:14.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:14.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:14.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:14.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:14.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:14.066 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:41:14.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:41:14.067 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:41:14.067 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:41:14.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:41:14.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:14.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:14.172 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:14.172 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:41:14.172 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:41:14.172 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:41:14.172 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:41:14.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:14.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:41:14.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:14.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:14.673 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 12:41:14.673 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:41:14.673 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:41:14.673 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:41:14.675 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:41:14.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:14.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:14.719 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:14.719 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:41:14.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:41:14.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:41:14.719 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:41:14.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.... 12:41:15.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:41:15.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:41:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:15.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:15.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:15.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:15.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) 12:41:15.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:15.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:15.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:15.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:15.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:15.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:15.343 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:41:15.343 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:41:15.343 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:41:15.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:15.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:15.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:15.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:41:15.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:15.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:15.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:15.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:15.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:15.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:15.345 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:41:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:15.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:15.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:15.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:41:15.349 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:41:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:41:15.849 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:41:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:15.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:41:15.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:15.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.274 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.088 s getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.001 s getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.008 s getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:15.858 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:15.858 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:41:15.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:15.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:15.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:15.859 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:41:15.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:15.859 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:41:15.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:15.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: "Import"] 12:41:15.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:15.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:15.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:15.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:15.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:15.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:15.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:15.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:15.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:15.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:15.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:15.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:15.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:15.861 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:15.861 DEBUG [main][MenuItemLookup] Item match:File 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:15.862 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:15.862 DEBUG [main][MenuItemLookup] Item match:Import... 12:41:15.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:41:15.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:41:15.863 INFO [main][MenuItemHandler] Select menu item: &Import... 12:41:15.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:41:15.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:41:15.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:15.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:15.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:15.933 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:15.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:15.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:41:15.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:15.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:15.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:15.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:15.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:15.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:15.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:15.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:41:15.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:41:15.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:15.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:41:15.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:15.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:41:15.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:41:15.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:41:15.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:15.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:41:15.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:15.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:41:15.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:41:15.936 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:41:15.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:41:15.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:41:15.936 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:15.936 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:41:15.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:15.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:15.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:15.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:15.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:15.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:15.938 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:15.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:15.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:15.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:15.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:15.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: "Import"] 12:41:16.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:16.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:16.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:16.010 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:16.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:41:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:41:16.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:16.010 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:41:16.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:16.010 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 12:41:16.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:41:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:16.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:16.012 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:41:16.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:16.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:16.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:16.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:16.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:41:16.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:41:16.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:41:16.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:16.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:41:16.026 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 12:41:16.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:41:16.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:16.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:16.028 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:41:16.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:16.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:16.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:16.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:16.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:41:16.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:16.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:16.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:41:16.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:41:16.060 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:41:16.060 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:41:16.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:41:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:16.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:16.062 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:41:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:16.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:16.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:16.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:41:16.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:16.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:16.086 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 12:41:16.086 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 12:41:16.087 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:41:16.087 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 12:41:16.087 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:41:16.087 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:41:16.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.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:16.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:16.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:16.090 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:16.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:16.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:16.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:16.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:16.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:16.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:16.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:16.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.595 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:16.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:16.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:16.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:16.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:16.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:41:16.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:16.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:16.597 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:16.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:16.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:16.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:16.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:16.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:16.599 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:16.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:16.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:16.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:16.600 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:16.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:16.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:16.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:16.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:16.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:17.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:17.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:17.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:17.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:17.602 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:17.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:17.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:17.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:17.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:17.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:17.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:17.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:17.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:17.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:17.603 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:41:17.603 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:41:17.604 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 12:41:17.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:41:17.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:18.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:18.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:41:18.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:41:18.105 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:41:18.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:41:18.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:41:18.115 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 12:41:18.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:41:18.115 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:41:18.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:41:18.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:41:18.117 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:41:18.118 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:41:18.273 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:41:18.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:18.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:41:18.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:41:18.773 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:18.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:18.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a141a31 is found... 12:41:18.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1a141a31 is found finished successfully 12:41:18.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:41:18.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:18.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:18.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:18.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:18.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:18.777 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:18.777 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:18.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:18.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:18.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:18.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:18.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:18.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:18.778 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:18.778 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:18.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:41:18.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:18.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:18.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:18.778 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:18.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:18.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:18.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:18.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:18.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:18.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:41:18.791 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:18.791 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:18.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:41:18.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:18.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:18.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:18.791 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:18.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:18.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:18.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:18.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:18.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:18.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:18.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:41:18.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:41:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:18.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:18.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:18.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:18.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:18.927 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 12:41:18.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:18.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:18.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:18.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:18.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:18.927 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:18.927 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:18.927 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:18.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:18.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:18.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:18.927 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:18.928 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:18.928 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:41:18.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:41:18.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:18.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:18.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:18.928 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:18.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:18.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:18.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:18.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:18.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:18.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:18.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:41:19.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:41:19.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:19.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.113 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:19.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:19.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:19.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:19.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:41:19.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:19.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:19.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:19.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:19.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:19.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:19.115 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:19.115 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:41:19.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:41:19.115 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.115 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:19.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:19.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:19.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:19.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:41:19.303 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:19.303 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:41:19.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:41:19.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.303 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:19.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:19.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:19.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:19.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:41:19.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:41:19.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:19.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.369 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:19.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:19.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:19.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:19.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:19.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:19.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:19.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:41:19.370 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:19.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:19.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:19.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:19.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:19.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:41:19.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:19.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:19.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:19.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:19.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:19.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:19.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.373 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:19.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:19.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:19.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:19.375 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:19.375 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:19.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:41:19.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:19.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.375 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:19.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:19.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:19.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:19.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:19.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:41:19.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 12:41:19.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.388 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:19.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:19.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:19.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:41:19.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:19.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:19.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:41:19.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:19.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:19.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:41:19.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:19.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.390 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.390 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:19.390 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:19.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:19.390 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:19.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.392 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:19.392 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.392 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.392 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:19.392 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:19.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:19.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:19.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:19.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:19.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:19.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:19.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:19.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:41:19.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:19.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 12:41:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:19.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 12:41:19.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:41:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:19.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:19.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:19.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:19.431 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:19.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:19.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:19.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:19.481 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:19.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:19.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:19.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:19.482 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:19.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:19.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:19.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:19.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:19.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:19.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:19.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:20.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:20.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:20.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:20.484 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:20.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:20.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:20.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:20.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:20.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:20.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:20.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:20.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:20.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:20.485 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:41:20.486 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:41:20.486 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:41:20.486 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:41:20.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:41:20.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:20.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:20.528 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:20.528 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:41:20.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:41:20.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:41:20.528 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:41:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:20.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:21.029 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 12:41:21.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:41:21.029 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:41:21.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:41:21.031 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:41:21.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:21.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:21.071 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:21.071 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:41:21.071 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:41:21.071 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:41:21.071 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:41:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:41:21.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:41:21.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:41:21.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:21.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:21.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:21.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:21.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:41:21.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:21.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:21.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:21.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:21.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:21.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:21.697 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:41:21.697 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:41:21.697 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:41:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:21.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:21.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:21.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) 12:41:21.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:21.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:21.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:21.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:21.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:21.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:21.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:21.698 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:41:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:21.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:21.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:41:21.702 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:41:22.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:41:22.202 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:41:22.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:22.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:22.202 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:41:22.202 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:22.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:22.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:22.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.346 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.15 s selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.187 s getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.259 s selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.016 s testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.002 s testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:22.210 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:22.210 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:41:22.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:22.210 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:22.210 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:22.210 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:41:22.211 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:22.211 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:41:22.211 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:22.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:22.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:22.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.211 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:41:22.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.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"] 12:41:22.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.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"] 12:41:22.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.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"] 12:41:22.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.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"] 12:41:22.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.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"] 12:41:22.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.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"] 12:41:22.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:22.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:22.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:22.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:22.212 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:22.213 DEBUG [main][MenuItemLookup] Item match:File 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:22.213 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:22.213 DEBUG [main][MenuItemLookup] Item match:Import... 12:41:22.214 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:41:22.214 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:41:22.214 INFO [main][MenuItemHandler] Select menu item: &Import... 12:41:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:41:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:41:22.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:22.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:22.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:22.283 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:22.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:41:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:41:22.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:41:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:22.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:41:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:22.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:41:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:41:22.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:41:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:22.285 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:41:22.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:22.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:41:22.285 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:41:22.285 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:41:22.286 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:41:22.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:41:22.286 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:22.286 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:41:22.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:22.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:22.287 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:22.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:22.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:22.287 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:22.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:22.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: "Import"] 12:41:22.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:22.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:22.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:22.357 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:41:22.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:41:22.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:41:22.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:41:22.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:22.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:22.357 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:41:22.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:22.358 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 12:41:22.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:41:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:22.358 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:41:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:22.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:22.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:22.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:22.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:41:22.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:41:22.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:41:22.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:41:22.360 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 12:41:22.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:41:22.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:22.361 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:41:22.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:22.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:22.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:22.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:22.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:41:22.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:41:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:41:22.394 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:41:22.395 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:41:22.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:41:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:22.395 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:41:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:22.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:22.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:22.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:41:22.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:22.420 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 12:41:22.420 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 12:41:22.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:41:22.421 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 12:41:22.421 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:41:22.421 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:41:22.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:22.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:22.424 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:22.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:22.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:22.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:22.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:22.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:22.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:22.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:22.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.929 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:22.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:22.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:22.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:22.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:22.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:41:22.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:22.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:22.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:22.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:22.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:22.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:22.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:22.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:22.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:22.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:22.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:41:22.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:22.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:22.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:22.933 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:22.933 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:22.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:22.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:22.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:22.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:22.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:22.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:22.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:22.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:22.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:22.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:23.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:23.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:23.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:23.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:23.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:23.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:23.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:23.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:23.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 12:41:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:23.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:23.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:23.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:23.937 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:41:23.937 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:41:23.937 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 12:41:23.937 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:41:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:24.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:24.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:41:24.439 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:41:24.439 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:41:24.439 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:41:24.442 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:41:24.443 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 12:41:24.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:41:24.443 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:41:24.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:41:24.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:41:24.445 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:41:24.445 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:41:24.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:41:24.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:24.581 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:25.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:25.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@732feedc is found... 12:41:25.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@732feedc is found finished successfully 12:41:25.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') 12:41:25.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:25.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:25.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:25.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:25.084 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:25.084 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:25.085 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:25.085 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:25.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:41:25.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:25.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:25.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:25.085 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:41:25.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:25.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:25.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:25.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:25.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:41:25.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:41:25.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:25.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:25.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:25.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:25.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:25.232 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 12:41:25.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:25.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:25.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:25.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:25.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:25.236 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:41:25.236 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:25.236 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:41:25.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:25.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:25.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:25.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:25.236 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:25.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:25.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:25.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:25.274 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:25.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:25.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:25.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:25.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:25.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:25.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:25.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:26.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:26.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:26.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:26.276 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:26.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:26.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:26.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:26.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:26.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:26.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:26.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:26.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:26.277 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:41:26.278 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:41:26.278 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 12:41:26.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:41:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:26.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 12:41:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:26.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:41:26.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 12:41:26.279 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 12:41:26.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 12:41:26.281 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 12:41:26.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:26.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:26.331 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:26.331 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:26.332 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:41:26.332 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:41:26.332 DEBUG [main][MenuItemLookup] Item match:Open With 12:41:26.333 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 12:41:26.333 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 12:41:26.333 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 12:41:26.333 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 12:41:26.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:26.334 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 12:41:26.334 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 12:41:26.334 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:26.334 DEBUG [main][MenuItemLookup] Found menu:'Other...' 12:41:26.334 DEBUG [main][MenuItemLookup] Item match:Other... 12:41:26.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 12:41:26.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 12:41:26.334 INFO [main][MenuItemHandler] Select menu item: Other... 12:41:26.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 12:41:26.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available. finished successfully 12:41:26.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 12:41:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:26.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:41:26.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:26.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:26.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 12:41:26.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:26.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:26.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:26.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:26.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 12:41:26.401 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 12:41:26.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 12:41:26.401 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 12:41:26.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:41:26.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:26.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:26.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 12:41:26.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:26.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:26.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:26.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:26.402 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:41:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:26.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:26.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:26.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:41:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:41:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c097f7e is found... 12:41:26.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c097f7e is found finished successfully 12:41:26.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 12:41:26.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:26.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:26.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:26.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:26.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:26.652 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:26.652 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 12:41:26.653 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:26.653 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 12:41:26.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:41:26.653 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:26.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:26.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:26.653 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 12:41:26.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:26.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:26.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:26.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:26.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:26.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:26.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:41:26.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 12:41:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:26.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:26.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:26.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:26.875 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 12:41:26.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:26.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:26.877 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:26.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:26.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:41:26.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:26.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:41:26.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:26.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:26.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:26.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:26.880 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:26.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:26.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:26.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:26.918 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:26.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:26.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:26.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:26.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:26.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:26.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:27.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:27.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:27.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:27.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:27.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:27.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:27.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:27.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:27.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:27.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:27.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:27.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:27.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:27.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:27.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:27.926 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:41:27.926 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:41:27.927 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 12:41:27.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:41:27.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:27.927 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 12:41:27.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:27.927 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:41:27.927 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 12:41:27.927 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 12:41:27.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 12:41:27.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 12:41:27.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:27.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:27.976 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:27.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:27.976 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:41:27.976 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:41:27.976 DEBUG [main][MenuItemLookup] Item match:Open With 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'Generic Text Editor' 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:27.978 DEBUG [main][MenuItemLookup] Found menu:'Other...' 12:41:27.978 DEBUG [main][MenuItemLookup] Item match:Other... 12:41:27.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 12:41:27.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 12:41:27.978 INFO [main][MenuItemHandler] Select menu item: Other... 12:41:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 12:41:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available. finished successfully 12:41:28.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 12:41:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:28.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:41:28.052 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:28.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 12:41:28.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:28.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:28.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:28.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:28.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 12:41:28.054 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 12:41:28.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 12:41:28.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 12:41:28.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:41:28.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:28.055 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 12:41:28.055 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:28.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:28.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:28.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:28.055 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:41:28.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:28.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:28.056 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:28.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:41:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:41:28.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c23edab is found... 12:41:28.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c23edab is found finished successfully 12:41:28.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 12:41:28.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:28.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:28.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:28.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:28.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:28.144 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:28.144 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 12:41:28.144 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:28.144 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 12:41:28.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:41:28.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:28.144 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 12:41:28.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:28.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:28.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:28.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:28.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:28.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:28.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:41:28.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 12:41:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:28.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:28.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:28.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:28.379 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 12:41:28.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:28.380 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:28.380 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:28.381 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:41:28.381 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:28.381 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:28.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:28.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:28.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:28.429 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:28.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:28.430 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:28.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:28.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:28.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:28.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:28.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:29.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:29.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:29.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:29.431 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:29.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:29.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:29.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:29.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:29.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:29.432 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:41:29.433 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:41:29.433 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:41:29.433 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:41:29.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:41:29.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:29.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:29.477 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:29.477 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:41:29.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:41:29.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:41:29.477 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:41:29.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:29.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:29.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:29.978 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 12:41:29.978 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:41:29.978 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:41:29.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:41:29.980 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:41:29.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:29.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:30.016 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:30.016 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:41:30.016 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:41:30.016 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:41:30.017 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:41:30.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.... 12:41:30.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:41:30.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:41:30.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:30.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:30.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:30.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:30.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:41:30.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:30.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:30.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:30.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:30.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:30.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:30.632 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:41:30.632 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:41:30.632 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:30.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:30.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:30.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:41:30.632 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:30.632 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:30.632 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:30.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:30.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:30.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:30.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:30.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:30.633 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:41:30.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:30.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:30.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:30.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:41:30.637 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:41:31.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:41:31.138 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:41:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:31.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:41:31.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:31.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:31.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.928 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.303 s evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.644 s evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.501 s Running org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:41:31.145 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:41:31.146 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:41:31.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:31.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:41:31.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:31.146 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:41:31.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:31.146 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:41:31.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:31.147 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:41:31.147 DEBUG [main][EditorHandler] 0 editor(s) found 12:41:31.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:41:31.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:31.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:31.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:31.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:31.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 '\*?\QProject Explorer\E') 12:41:31.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:31.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:31.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:31.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:41:31.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:41:31.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:31.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:31.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:31.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:31.184 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:41:31.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:41:31.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:31.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:41:31.184 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:41:31.184 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:41:31.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:31.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:41:31.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:31.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:31.185 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:41:31.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:41:31.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:31.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:41:31.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:31.186 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 12:41:31.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:41:31.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:31.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:31.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:31.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.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 JavaScript Project"] 12:41:31.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.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 JavaScript Project"] 12:41:31.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:31.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:31.188 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:31.188 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:31.188 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:31.188 DEBUG [main][MenuItemLookup] Item match:File 12:41:31.189 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:31.189 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:31.191 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:41:31.191 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:41:31.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:41:31.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:41:31.192 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:41:31.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:41:31.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:41:31.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:41:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:31.267 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:31.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.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 12:41:31.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:31.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:31.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:31.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:31.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:31.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children... 12:41:31.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 12:41:31.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:31.769 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 12:41:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children finished successfully 12:41:31.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 12:41:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:31.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JavaScript is already expanded. No action performed 12:41:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:31.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 12:41:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 12:41:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 12:41:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:31.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:41:31.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:31.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:31.771 INFO [WorkbenchTestable][AbstractShell] Close shell Select a wizard 12:41:31.771 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Select a wizard' 12:41:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:41:31.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:41:31.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:41:31.798 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:31.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:31.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:31.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:31.798 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 12:41:31.799 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:41:31.799 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:31.799 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:31.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:31.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.654 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.612 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:41:31.808 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:41:31.808 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:41:31.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:31.808 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:41:31.808 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:31.808 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:41:31.812 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:31.812 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:41:31.812 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:31.813 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:41:31.813 DEBUG [main][EditorHandler] 0 editor(s) found 12:41:31.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.814 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:41:31.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:31.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:31.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:31.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:31.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:41:31.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:31.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:31.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:31.816 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:41:31.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:41:31.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:31.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:31.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:31.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:31.817 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:41:31.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:41:31.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:31.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:41:31.818 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:41:31.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:41:31.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:31.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:41:31.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:31.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:31.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:41:31.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:41:31.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:31.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:41:31.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:41:31.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:41:31.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:31.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:31.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:31.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:31.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:31.820 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:31.820 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:31.821 DEBUG [main][MenuItemLookup] Item match:File 12:41:31.821 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:31.821 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:31.824 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:41:31.824 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:41:31.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:41:31.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:41:31.839 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:41:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:41:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:41:31.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:41:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:31.913 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:31.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:31.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:41:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:31.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:31.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:41:31.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:31.914 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:31.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:41:31.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:31.914 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:31.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:31.915 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:41:31.915 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:41:31.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:41:31.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:41:31.917 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:31.917 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:41:31.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:31.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:31.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:31.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:31.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:31.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:31.918 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:31.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:31.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:31.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:31.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:32.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:32.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:32.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:41:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:41:32.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:41:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:32.118 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:41:32.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:32.118 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'hellotest' 12:41:32.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:41:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:32.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:32.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:32.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:32.120 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:32.121 INFO [WorkbenchTestable][AbstractText] Text set to: hellotest 12:41:32.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.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 "Create module-info.java file") 12:41:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:32.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:32.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:32.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:32.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:32.156 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting 'Create module-info.java file' to false 12:41:32.156 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:41:32.156 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file not checked, no action performed 12:41:32.156 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:41:32.156 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:41:32.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:32.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:32.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:32.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:32.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:32.158 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:32.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:32.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:32.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:41:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:41:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:35.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:35.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:35.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:41:35.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:35.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:35.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:35.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:41:35.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:35.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:35.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:35.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:35.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:35.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:35.166 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:35.166 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:35.166 DEBUG [main][MenuItemLookup] Item match:File 12:41:35.167 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:35.167 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:35.171 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:41:35.171 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:41:35.172 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:41:35.172 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:41:35.172 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:41:35.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:41:35.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:41:35.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:41:35.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:35.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:35.336 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:35.336 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:41:35.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:35.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:35.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:35.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:35.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:41:35.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:35.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:35.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:41:35.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:35.338 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:35.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:35.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:35.339 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:41:35.339 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:41:35.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:41:35.342 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:41:35.342 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:35.342 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:41:35.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:35.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:35.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:35.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:35.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:35.343 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:35.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:35.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:35.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:35.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:35.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:41:35.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:41:35.628 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:41:35.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:35.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:35.628 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:41:35.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:35.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:41:35.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:35.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:35.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:35.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:35.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:35.636 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:35.637 INFO [WorkbenchTestable][AbstractText] Text set to: HelloTest 12:41:35.638 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:41:35.638 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:41:35.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:35.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:35.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:35.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:35.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:35.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:35.653 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:35.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:35.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:35.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:36.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:36.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:36.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:36.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:36.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:36.275 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:36.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:36.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:36.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 12:41:36.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:36.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:36.276 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 12:41:36.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 '\*?\QPackage Explorer\E') 12:41:36.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:36.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:36.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:36.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:36.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:36.277 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:36.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:36.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:36.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:36.339 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:36.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:36.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:36.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:36.340 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:36.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:36.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:36.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:36.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:36.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:36.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:36.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:36.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:37.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:37.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:37.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:37.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:37.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:37.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:37.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:37.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 12:41:37.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:37.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:37.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:37.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:37.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:37.343 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 12:41:37.343 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 12:41:37.343 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 12:41:37.343 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 12:41:37.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 12:41:37.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:37.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:37.379 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:37.379 DEBUG [main][MenuItemLookup] Item match:Build Path 12:41:37.381 DEBUG [main][MenuItemLookup] Found menu:'Link Source...' 12:41:37.381 DEBUG [main][MenuItemLookup] Found menu:'New Source Folder...' 12:41:37.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:37.381 DEBUG [main][MenuItemLookup] Found menu:'Use as Source Folder' 12:41:37.381 DEBUG [main][MenuItemLookup] Found menu:'Add External Archives...' 12:41:37.381 DEBUG [main][MenuItemLookup] Found menu:'Add Libraries...' 12:41:37.381 DEBUG [main][MenuItemLookup] Item match:Add Libraries... 12:41:37.381 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Add &Libraries..." 12:41:37.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add Libraries... 12:41:37.382 INFO [main][MenuItemHandler] Select menu item: Add &Libraries... 12:41:37.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 12:41:37.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available. finished successfully 12:41:37.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Library 12:41:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:37.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:37.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:41:37.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:37.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:37.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:37.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 12:41:37.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:37.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:37.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:37.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:37.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:37.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:41:37.461 TRACE [main][WidgetHandler] Notify List with event 13 12:41:37.461 TRACE [main][WidgetHandler] Wait for synchronization 12:41:37.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:37.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:37.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:37.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 12:41:37.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:37.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:37.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:37.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:37.462 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:37.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:37.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:37.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:41:37.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:37.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 12:41:37.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:37.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:37.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:37.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:37.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:41:37.508 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JUnit 5 to selection: JUnit 4 12:41:37.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:37.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:37.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:37.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:37.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 12:41:37.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:37.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:37.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:37.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:37.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:37.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:37.515 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:37.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:37.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:37.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:37.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:37.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 12:41:37.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available. finished successfully 12:41:37.676 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:37.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:37.677 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:37.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:37.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:37.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:38.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:38.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:38.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:38.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:38.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:38.679 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:38.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:38.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:38.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:38.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:38.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:38.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:38.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:38.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:38.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:38.680 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 12:41:38.680 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:41:38.680 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 12:41:38.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 12:41:38.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:38.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 12:41:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:38.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 12:41:38.681 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 12:41:38.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:41:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:38.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:41:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:38.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:41:38.681 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 12:41:38.681 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 12:41:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:39.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:39.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 12:41:39.182 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 12:41:39.182 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 12:41:39.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 12:41:39.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 12:41:39.192 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item HelloTest.java 12:41:39.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 12:41:39.192 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 12:41:39.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 12:41:39.194 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 12:41:39.194 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:41:39.195 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:41:39.227 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:41:39.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:39.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:39.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ff3baef is found... 12:41:39.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ff3baef is found finished successfully 12:41:39.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QHelloTest.java\E') 12:41:39.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:39.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:39.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:39.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:39.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:39.232 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:39.232 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; public class HelloTest { } TooltipText=null 12:41:39.232 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:41:39.241 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:39.241 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; import org.junit.After; import org.junit.Assert; import org.junit.Test; public class HelloTest { @Test public void badTest() { Assert.assertEquals(5, 2 + 2); } @Test public void veryBadTest() { throw new RuntimeException(); } @After public void waitAfter() throws Exception { Thread.sleep(5000); } } TooltipText=null 12:41:39.242 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:41:39.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 12:41:39.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:39.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:39.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 12:41:39.242 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 12:41:39.242 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:39.242 DEBUG [main][MenuItemLookup] Item match:File 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:39.243 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:41:39.243 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:41:39.243 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:41:39.243 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:41:39.243 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:41:39.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:41:39.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:41:39.299 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:39.299 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; import org.junit.After; import org.junit.Assert; import org.junit.Test; public class HelloTest { @Test public void badTest() { Assert.assertEquals(5, 2 + 2); } @Test public void veryBadTest() { throw new RuntimeException(); } @After public void waitAfter() throws Exception { Thread.sleep(5000); } } TooltipText=null 12:41:39.299 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:39.299 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; import org.junit.After; import org.junit.Assert; import org.junit.Test; public class HelloTest { @Test public void badTest() { Assert.assertEquals(5, 2 + 2); } @Test public void veryBadTest() { throw new RuntimeException(); } @After public void waitAfter() throws Exception { Thread.sleep(5000); } } TooltipText=null 12:41:39.299 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:41:39.299 DEBUG [WorkbenchTestable][EditorHandler] Closing editor HelloTest.java 12:41:39.469 DEBUG [WorkbenchTestable][EditorHandler] Editor HelloTest.java is closed 12:41:39.469 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:39.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 12:41:39.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:41:39.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:39.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:39.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:39.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:39.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:39.527 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:39.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:39.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:39.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:39.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:39.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:39.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:39.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:41:39.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:39.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:39.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:39.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:39.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:39.528 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:39.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:39.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:39.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:39.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:39.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:39.530 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:39.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:39.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:39.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:39.531 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:39.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:39.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:39.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:39.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:39.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:40.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:40.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:40.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:40.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:40.532 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:40.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:40.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:40.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:40.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:40.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:40.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:40.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:40.533 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 12:41:40.534 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:41:40.534 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 12:41:40.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 12:41:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:40.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 12:41:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:40.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 12:41:40.534 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 12:41:40.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:41:40.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:40.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:41:40.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:40.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:41:40.535 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 12:41:40.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 12:41:40.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:40.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 12:41:40.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:40.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 12:41:40.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 12:41:40.536 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 12:41:40.536 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 12:41:40.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 12:41:40.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:40.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.589 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:40.590 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.590 DEBUG [main][MenuItemLookup] Found menu:'References' 12:41:40.590 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:41:40.590 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.590 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:40.590 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:41:40.590 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.590 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:41:40.590 DEBUG [main][MenuItemLookup] Item match:Run As 12:41:40.606 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:41:40.606 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 12:41:40.606 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+X T 12:41:40.607 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+X T" 12:41:40.607 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+X T 12:41:40.607 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+X T 12:41:40.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet... 12:41:40.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:40.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:40.617 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' view via menu. 12:41:40.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:40.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:40.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:40.617 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:40.617 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:41:40.617 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:41:40.617 DEBUG [main][MenuItemLookup] Item match:Window 12:41:40.618 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:41:40.618 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:41:40.618 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:41:40.618 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.618 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:41:40.618 DEBUG [main][MenuItemLookup] Item match:Show View 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:41:40.625 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:41:40.626 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:41:40.626 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:41:40.626 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:41:40.626 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:41:40.626 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:41:40.626 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:40.626 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:41:40.626 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:41:40.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:41:40.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:41:40.651 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:41:40.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:41:40.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:41:40.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:41:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:40.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:41:40.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:40.729 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:41:40.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:40.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:40.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:40.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:40.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:41:40.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:41.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:41.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:41.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:41:41.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:41.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:41.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:41.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:41.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:41.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:41:41.234 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:41:41.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:41:41.234 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:41:41.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:41.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:41.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:41.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:41:41.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:41.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.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 "Open") 12:41:41.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:41.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:41:41.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:41.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:41.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:41.236 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:41:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:41.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:41.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:41.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:41:41.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:41:41.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open... 12:41:41.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open finished successfully 12:41:41.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:41.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:41.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:41.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:41.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 '\*?\QJUnit\E') 12:41:41.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:41.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:41.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:41.313 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:41.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:41.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:41.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:41.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:41.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:41.314 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:41.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:41.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:41.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:41.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:41.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:41.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:41.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:41.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:41.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:41.316 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Launching HelloTest' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 12:41:41.318 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 12:41:41.818 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:41.818 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:41.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:41.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:41.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/2 TooltipText=0/2 12:41:41.819 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:41.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:41.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:41.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/2 TooltipText=0/2 12:41:41.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:41.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:41.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:41.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:41.822 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:41.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet finished successfully 12:41:41.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet... 12:41:41.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.823 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:41.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:41.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:41.827 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:41.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 '\*?\QJUnit\E') 12:41:41.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:41.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:41.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:41.828 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:41.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:41.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:41.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:41.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:41.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:41.830 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:41.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:41.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:41.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:41.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:41.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:41.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:41.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:41.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:41.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:41.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:41.832 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:42.334 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:42.334 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:42.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:42.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:42.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:42.335 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:42.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:42.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:42.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:42.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:42.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:42.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:42.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:42.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:42.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:42.337 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:42.838 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:42.838 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:42.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:42.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:42.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:42.839 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:42.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:42.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:42.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:42.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:42.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:42.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:42.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:42.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:42.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:42.841 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:43.341 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:43.341 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:43.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:43.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:43.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:43.342 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:43.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:43.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:43.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:43.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:43.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:43.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:43.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:43.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:43.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:43.344 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:43.845 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:43.845 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:43.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:43.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:43.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:43.846 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:43.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:43.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:43.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:43.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:43.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:43.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:43.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:43.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:43.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:43.848 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:44.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:44.349 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:44.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:44.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:44.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:44.350 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:44.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:44.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:44.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:44.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:44.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:44.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:44.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:44.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:44.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:44.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:44.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:44.853 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:44.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:44.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:44.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:44.854 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:44.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:44.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:44.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:44.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:44.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:44.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:44.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:44.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:44.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:44.856 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:45.356 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:45.356 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:45.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:45.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:45.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:45.358 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:45.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:45.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:45.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:45.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:45.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:45.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:45.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:45.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:45.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:45.360 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:45.860 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:45.860 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:45.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:45.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:45.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:45.861 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:45.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:45.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:45.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:45.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:45.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:45.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:45.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:45.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:45.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:45.863 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:46.364 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:46.364 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:46.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:46.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:46.365 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:46.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:46.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:46.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:46.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:46.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:46.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:46.367 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:46.867 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:46.867 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:46.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:46.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:46.869 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:46.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:46.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:41:46.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:46.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:46.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:46.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:46.871 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:47.371 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:47.371 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:47.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:47.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:47.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:47.372 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:47.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:47.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:47.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:47.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:47.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:47.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:47.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:47.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:47.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:47.374 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:47.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:47.374 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:47.875 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:47.875 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:47.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:47.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:47.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:47.876 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:47.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:47.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:47.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:47.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:47.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:47.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:47.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:47.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:47.878 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:47.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:47.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:48.378 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:48.379 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:48.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:48.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:48.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:48.380 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:48.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:48.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:48.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:48.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:48.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:48.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:48.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:48.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:48.383 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:48.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:48.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:48.884 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:48.884 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:48.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:48.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:48.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:48.885 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:48.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:48.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:48.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:48.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:48.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:48.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:48.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:48.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:48.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:48.888 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:48.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:48.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:49.389 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:49.389 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:49.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:49.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:49.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:49.390 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:49.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:49.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:49.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:49.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:49.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:49.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:49.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:49.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:49.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:49.393 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:49.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:49.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:49.893 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:49.893 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:49.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:49.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:49.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:49.895 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:49.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:49.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:49.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:49.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:49.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:49.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:49.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:49.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:49.897 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:49.897 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:50.398 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:50.398 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:50.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:50.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:50.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:50.400 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:50.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:50.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:50.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:50.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:50.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:50.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:50.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:50.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:50.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:50.402 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:50.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:50.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:50.903 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:50.903 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:50.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:50.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:50.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:50.904 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:50.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:50.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:50.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:50.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:50.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:50.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:50.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:50.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:50.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:50.906 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:50.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:51.406 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:51.406 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:51.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:51.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:51.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:51.407 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:51.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:51.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:51.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:51.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:51.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:51.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:51.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:51.409 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:51.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:41:51.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:41:51.910 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:51.910 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:51.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:51.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:51.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:51.911 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:51.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:51.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:51.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:51.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:51.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:51.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:51.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:51.913 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 12:41:51.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet finished successfully 12:41:51.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.916 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:51.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:51.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:51.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 '\*?\QJUnit\E') 12:41:51.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:51.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:51.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:51.935 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:51.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:51.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:51.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:51.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:51.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:51.937 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:51.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:51.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:51.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:51.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:51.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:51.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:51.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:51.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:51.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:51.939 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:51.941 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:51.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:51.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:51.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:41:51.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Errors:.*') 12:41:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:51.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:51.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:51.943 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:51.944 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:51.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:51.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:51.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1 TooltipText=null 12:41:51.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Failures:.*') 12:41:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:51.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:51.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:51.947 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:51.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:41:51.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:51.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:51.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:41:51.949 INFO [WorkbenchTestable][RequirementsRunner] Finished test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 12:41:51.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.950 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:41:51.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:51.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:51.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:51.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:51.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:41:51.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:51.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:51.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:51.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:51.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:51.970 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:51.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:52.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:52.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:52.006 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:52.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:52.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:52.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:52.006 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:52.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:52.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:52.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:52.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:52.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:52.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:52.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:52.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:53.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:53.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:41:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:41:53.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:41:53.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:41:53.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:53.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:53.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:53.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:53.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:53.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:53.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 12:41:53.010 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 12:41:53.010 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 12:41:53.010 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 12:41:53.013 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 12:41:53.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:53.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:53.049 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:53.049 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:41:53.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:41:53.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:41:53.050 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:41:53.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:53.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:53.054 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'hellotest' via Explorer 12:41:53.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 12:41:53.054 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 12:41:53.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 12:41:53.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 12:41:53.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:53.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'New' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:53.088 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:53.088 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:41:53.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:41:53.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:41:53.088 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:41:53.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:41:53.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:41:53.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:41:53.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:53.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:53.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:53.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:53.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:41:53.675 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:53.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:53.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:53.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:53.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:53.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:53.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:53.676 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:41:53.676 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:41:53.676 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:41:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:53.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:53.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:53.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:41:53.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:53.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:41:53.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:53.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:53.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:53.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:53.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:53.677 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:41:53.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:53.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:53.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:53.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:53.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:41:53.681 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:41:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:41:54.181 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:41:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:54.181 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:41:54.181 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:54.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.182 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: 22.375 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) Time elapsed: 12.479 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.189 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.190 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:41:54.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:54.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:54.190 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:41:54.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:54.190 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:41:54.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:54.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.192 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:54.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:54.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 '\*?\QJUnit\E') 12:41:54.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:54.195 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:54.236 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:54.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Test Run History...") 12:41:54.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:41:54.238 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Test Run History... 12:41:54.238 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:41:54.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:54.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 12:41:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available. finished successfully 12:41:54.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test Runs 12:41:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove All") 12:41:54.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 12:41:54.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:54.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:54.294 INFO [WorkbenchTestable][AbstractButton] Click button Remove &All 12:41:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:54.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:54.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:54.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 "OK", Widget matcher matching widgets with style: 8) 12:41:54.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 12:41:54.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:54.297 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:41:54.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:54.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:54.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:54.297 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:54.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 12:41:54.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available. finished successfully 12:41:54.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:54.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:41:54.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:54.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:54.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:54.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.351 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:54.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:54.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:54.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 '\*?\QJUnit\E') 12:41:54.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:54.354 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:54.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:54.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:54.355 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:54.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:54.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:54.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:41:54.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:54.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.357 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:41:54.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:54.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:41:54.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:54.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:54.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:54.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.358 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:54.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:54.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:54.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 '\*?\QJUnit\E') 12:41:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:54.362 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:54.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:54.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:54.380 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:54.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:54.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:54.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Runs:.*') 12:41:54.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:54.382 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:54.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.383 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:54.383 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:54.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.384 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:41:54.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:54.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:41:54.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:54.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:54.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:54.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:54.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:54.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:54.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 '\*?\QJUnit\E') 12:41:54.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:54.391 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:54.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:54.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:54.391 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:54.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:54.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:54.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Errors:.*') 12:41:54.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:54.394 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:54.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:54.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:54.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:41:54.413 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:54.413 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:41:54.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:54.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:54.413 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:54.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:41:54.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.417 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:54.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:41:54.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:54.418 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:54.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:54.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:54.419 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:41:54.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:41:54.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:54.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:54.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:54.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:54.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: Matcher matching text to regular expression 'Failures:.*') 12:41:54.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:54.422 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:54.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:54.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:54.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:41:54.424 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:41:54.424 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:41:54.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:41:54.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 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.008 s getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.027 s getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.029 s getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.011 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:41:54.442 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:41:54.443 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:41:54.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:41:54.443 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:41:54.443 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:41:54.443 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:41:54.453 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:41:54.453 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:41:54.453 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:41:54.453 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:41:54.453 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:41:54.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:41:54.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.453 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:54.453 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:54.453 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:41:54.453 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:41:54.453 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:41:54.453 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:41:54.453 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:41:54.453 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:41:54.453 DEBUG [main][MenuItemLookup] Item match:Window 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:41:54.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.454 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:41:54.454 DEBUG [main][MenuItemLookup] Item match:Window 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:41:54.454 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:41:54.454 DEBUG [main][MenuItemLookup] Item match:Perspective 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:41:54.455 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:41:54.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:41:54.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.455 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:41:54.455 DEBUG [main][MenuItemLookup] Item match:Window 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:41:54.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.455 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:41:54.455 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:41:54.455 DEBUG [main][MenuItemLookup] Item match:Window 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:41:54.456 DEBUG [main][MenuItemLookup] Item match:Perspective 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:41:54.456 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:41:54.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.456 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:41:54.456 DEBUG [main][MenuItemLookup] Item match:Window 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:41:54.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.456 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:41:54.456 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:41:54.456 DEBUG [main][MenuItemLookup] Item match:Window 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:41:54.457 DEBUG [main][MenuItemLookup] Item match:Perspective 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:41:54.457 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:41:54.457 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:41:54.457 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:41:54.457 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:41:54.457 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:41:54.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:41:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:41:54.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:41:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:41:54.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:54.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:41:54.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:54.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:41:54.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:54.489 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:41:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:54.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:54.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:54.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:54.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.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 Java Project"] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.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 Java Project"] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:54.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:54.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:54.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:54.735 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:54.735 DEBUG [main][MenuItemLookup] Item match:File 12:41:54.736 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:54.736 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:54.738 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:41:54.738 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:41:54.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:41:54.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:41:54.739 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:41:54.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:41:54.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:41:54.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:41:54.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:54.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:54.816 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:54.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:54.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 12:41:54.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:54.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:54.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:41:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:54.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:41:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:54.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:54.818 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:41:54.818 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:41:54.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:41:54.829 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:41:54.829 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:54.829 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:41:54.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:54.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:54.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:54.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:54.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:54.830 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:54.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:54.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:54.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:55.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:55.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:55.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:41:55.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:41:55.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:41:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:55.028 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:41:55.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:55.028 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 12:41:55.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:") 12:41:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:55.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:55.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:55.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:55.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:55.030 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:55.031 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 12:41:55.072 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:41:55.072 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:41:55.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:55.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:55.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:55.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:55.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:55.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:55.075 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:55.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:55.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:55.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:55.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:41:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:41:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:58.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:58.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:58.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.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 Java Class"] 12:41:58.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:58.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:58.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:58.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.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"] 12:41:58.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:58.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:58.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:58.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:58.127 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:58.127 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:41:58.128 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:58.128 DEBUG [main][MenuItemLookup] Item match:File 12:41:58.128 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:58.128 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:58.131 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:41:58.131 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:41:58.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:41:58.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:41:58.132 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:41:58.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:41:58.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:41:58.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:41:58.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:58.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:58.279 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:58.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:41:58.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:58.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:58.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:58.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:58.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:58.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:41:58.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:58.331 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:58.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:41:58.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:58.331 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:58.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:58.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:58.331 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:41:58.332 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:41:58.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:41:58.334 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:41:58.334 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:58.334 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:41:58.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:58.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:58.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:58.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:58.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:58.336 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:58.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:58.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:58.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:58.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:41:58.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:41:58.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:41:58.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:58.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:58.463 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:41:58.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:58.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:41:58.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:58.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:58.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:58.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:58.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:58.470 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:58.471 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:41:58.493 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:41:58.493 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:41:58.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:58.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:58.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:58.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:58.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:58.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:58.496 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:58.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:58.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:58.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:58.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:41:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:41:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:59.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:59.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:59.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:41:59.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:59.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:59.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:59.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:41:59.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:59.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:59.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:41:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:59.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:59.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:41:59.131 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:41:59.131 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:59.131 DEBUG [main][MenuItemLookup] Item match:File 12:41:59.131 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:41:59.131 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'File' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:59.134 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:41:59.134 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:41:59.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:41:59.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:41:59.135 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:41:59.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:41:59.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:41:59.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:41:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:59.259 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:59.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:41:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:59.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:59.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:59.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:59.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:59.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:41:59.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:59.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:59.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:41:59.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:41:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:59.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:41:59.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:59.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:41:59.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:41:59.268 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:41:59.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:41:59.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:41:59.268 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:41:59.268 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:41:59.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:41:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:59.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:59.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:59.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:59.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:59.270 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:41:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:59.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:59.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:59.767 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:41:59.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:41:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:41:59.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:41:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:59.768 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:41:59.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:41:59.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:41:59.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:59.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:59.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:59.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:59.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:41:59.842 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:41:59.843 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 12:41:59.865 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:41:59.865 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:41:59.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.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:41:59.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:59.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:59.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:59.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:41:59.931 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:41:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:41:59.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:41:59.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:41:59.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:59.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:42:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:42:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:00.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:00.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:00.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:00.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:00.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:00.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:00.565 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:00.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:00.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:00.565 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:42:00.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:00.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:00.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 12:42:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:00.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:42:00.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:42:00.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:00.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:00.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:00.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:00.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:00.585 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:00.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:00.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:00.676 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:00.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:00.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:00.676 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:00.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:00.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:00.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:00.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:00.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:00.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:01.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:01.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:01.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:01.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:01.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:01.678 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:01.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:01.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:01.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:01.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:01.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:01.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:01.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:01.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:01.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:01.679 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:01.679 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:01.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:42:01.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:01.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:01.680 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:01.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:01.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:01.681 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:01.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:01.681 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:01.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:01.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:01.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:01.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:01.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:02.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:02.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:02.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:02.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:03.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:03.183 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:03.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:03.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:03.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:03.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 12:42:03.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:03.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:03.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:03.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:03.184 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:03.184 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:03.185 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:03.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:03.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:03.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:42:03.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:03.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:03.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:42:03.185 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:42:03.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:42:03.188 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:42:03.188 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:42:03.189 DEBUG [main][EditorHandler] 2 editor(s) found 12:42:03.189 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:42:03.229 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:42:03.229 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 12:42:03.314 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 12:42:03.314 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:03.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:03.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:03.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:03.315 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:42:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:03.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:42:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:03.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 12:42:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:03.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 12:42:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:03.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 12:42:03.316 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 12:42:03.316 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 12:42:03.316 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 12:42:03.316 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:42:03.316 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 12:42:03.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:42:03.316 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:42:03.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:42:03.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:42:03.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:42:03.319 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:42:03.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:42:03.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:42:03.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:03.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:03.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:03.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:03.333 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:42:03.333 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:42:03.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:03.334 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:42:03.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:03.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:03.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:03.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:03.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:03.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:03.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:03.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:03.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:03.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:03.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:03.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:03.401 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:42:03.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:03.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:03.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:03.401 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:03.401 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:03.401 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:03.401 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:03.401 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:03.401 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:03.401 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:03.401 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:03.401 DEBUG [main][MenuItemLookup] Item match:Window 12:42:03.402 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:03.402 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:03.402 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:03.402 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:03.402 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:03.402 DEBUG [main][MenuItemLookup] Item match:Show View 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:03.406 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:42:03.406 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:42:03.406 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:42:03.406 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:42:03.406 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:42:03.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:42:03.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:42:03.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:42:03.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:03.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:42:03.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:03.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:03.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:03.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:03.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:03.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:03.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:03.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:03.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:03.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:03.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:03.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:03.475 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:42:03.475 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:42:03.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:42:03.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:42:03.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:03.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:03.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:03.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:03.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:42:03.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:03.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:03.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:03.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:03.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:03.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:03.477 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:42:03.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:03.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:03.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:03.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:03.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:42:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:42:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:42:03.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:42:03.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:03.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:03.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:03.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:03.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:03.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:42:03.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:03.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:03.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:03.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:03.578 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:03.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:03.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:03.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:42:03.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:03.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:03.580 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:03.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:03.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:03.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:03.580 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:03.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:03.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:03.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:03.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:03.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:03.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:04.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:04.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:04.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:04.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:04.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:04.582 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:04.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:04.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:04.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:04.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 12:42:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:04.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:04.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:04.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:04.583 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:04.584 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:04.584 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:04.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:05.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:05.085 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:05.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:05.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:05.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:05.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:05.087 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:05.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:05.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:05.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:05.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:05.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:05.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:05.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:05.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:06.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:06.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:06.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:06.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:06.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:06.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:06.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:06.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:06.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:06.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:06.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:06.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:06.090 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:06.090 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:06.090 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:06.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:06.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:06.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:42:06.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:06.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:06.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:42:06.091 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:42:06.091 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:42:06.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:42:06.094 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:42:06.095 DEBUG [main][EditorHandler] 0 editor(s) found 12:42:06.095 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:06.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:06.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:06.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:06.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:06.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:06.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:06.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:06.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:06.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:06.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:06.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:07.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:07.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:07.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:07.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:07.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:07.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:07.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:07.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:07.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:07.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 12:42:07.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:07.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:07.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:07.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:07.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:07.599 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:07.600 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:07.600 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:07.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:07.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:07.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:42:07.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:07.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:07.600 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 12:42:07.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:07.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:08.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:08.101 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 12:42:08.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 12:42:08.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:08.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:08.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 12:42:08.602 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:42:08.602 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:42:08.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:42:08.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:42:08.606 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:42:08.606 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:42:08.606 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:42:08.606 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:42:08.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:42:08.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:42:08.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:42:08.733 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:42:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:08.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 12:42:08.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:08.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:08.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:08.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:08.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:08.744 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:08.744 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 12:42:08.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:08.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:08.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:08.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:08.773 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:42:08.773 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:42:08.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:08.773 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:42:08.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:08.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:08.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:08.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:08.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:08.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:08.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:08.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:08.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:08.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:08.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:08.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:08.845 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:42:08.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:08.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:08.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:08.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:08.845 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:08.845 DEBUG [main][MenuItemLookup] Item match:Window 12:42:08.847 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:08.847 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:08.847 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:08.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:08.847 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:08.847 DEBUG [main][MenuItemLookup] Item match:Show View 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:08.851 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:42:08.851 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:42:08.869 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:42:08.870 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:42:08.870 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:42:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:42:08.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:42:08.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:42:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:08.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:42:08.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:08.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:08.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:08.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:08.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:08.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:08.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:08.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:08.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:08.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:08.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:08.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:08.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:08.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:08.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:42:08.941 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:42:08.941 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:42:08.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:42:08.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:08.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:08.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:08.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:08.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:08.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:42:08.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:08.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:08.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:08.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:08.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:08.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:08.942 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:42:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:08.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:08.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:08.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:42:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:42:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:42:09.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:09.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:42:09.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:09.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:09.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:09.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:09.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:09.046 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:09.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:42:09.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:09.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:09.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:09.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:09.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:09.047 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:09.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:09.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:09.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:42:09.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:09.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:09.049 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:09.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:09.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:09.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:09.050 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:09.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:09.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:09.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:09.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:09.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:09.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:09.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:10.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:10.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:10.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:10.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:10.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:10.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:10.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:10.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:10.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:10.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:10.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:10.053 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:10.053 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:10.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:10.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:10.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:10.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:10.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:10.555 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:42:10.555 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:42:10.555 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:42:10.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:42:10.559 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:42:10.559 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:42:10.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 12:42:10.559 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:42:10.559 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:10.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:10.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:10.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:10.560 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:42:10.560 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:42:10.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:10.560 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:42:10.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:10.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:10.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:10.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:10.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:10.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:10.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:10.639 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:10.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:10.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:10.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:10.639 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:10.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:10.645 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:42:10.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:10.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:10.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:10.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:10.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:10.646 DEBUG [main][MenuItemLookup] Item match:Window 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:10.646 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:10.646 DEBUG [main][MenuItemLookup] Item match:Show View 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:10.650 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:42:10.650 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:42:10.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:42:10.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:42:10.650 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:42:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:42:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:42:10.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:42:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:10.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 12:42:10.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:10.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:10.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:10.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:10.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:10.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:10.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:10.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:42:10.753 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:42:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:42:10.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:42:10.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:10.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:10.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:10.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:10.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:10.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:10.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:42:10.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:10.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:10.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:10.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:10.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:10.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:10.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:10.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:10.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:10.755 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:42:10.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:10.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:10.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:10.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:10.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:42:10.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:42:10.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:42:10.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:10.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:42:10.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:10.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:10.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:10.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:10.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:10.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 '\*?\QPackage Explorer\E') 12:42:10.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:10.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:10.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:10.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:10.979 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:10.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:10.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:10.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:42:10.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:10.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:10.982 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:10.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:10.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:10.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:10.982 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:10.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:10.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:10.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:10.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:10.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:10.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:11.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:11.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:11.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:11.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:11.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:11.984 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:11.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:11.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:11.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:11.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:11.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:11.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:11.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:11.985 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:11.985 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:11.986 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:11.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:12.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:12.486 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:12.487 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:42:12.487 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:42:12.487 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:42:12.490 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:42:12.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:12.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:12.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:12.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:12.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:12.493 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:12.493 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:12.493 DEBUG [main][MenuItemLookup] Item match:File 12:42:12.494 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:42:12.494 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:12.496 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:42:12.496 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:42:12.513 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:42:12.513 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:42:12.513 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:42:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:42:12.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:42:12.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:42:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:12.588 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:12.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:42:12.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:12.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:12.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:12.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:12.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:42:12.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:42:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:12.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:42:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:12.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:42:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:42:12.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:42:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:12.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:42:12.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:12.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:42:12.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:42:12.590 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:42:12.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:42:12.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:42:12.593 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:12.593 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:42:12.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) 12:42:12.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:12.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:12.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:12.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:12.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:12.599 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:42:12.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:12.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:12.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:12.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:12.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:12.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:42:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:42:12.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:42:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:12.630 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:42:12.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:12.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:42:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:12.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:12.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:12.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:12.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:42:12.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:42:12.633 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 12:42:12.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:42:12.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:12.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:12.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:12.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:12.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:42:12.635 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:42:12.635 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 12:42:12.636 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:42:12.636 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:42:12.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:42:12.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:12.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:12.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:12.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:12.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:12.637 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:42:12.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:12.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:12.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:12.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:12.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:42:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:42:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@455896ae is found... 12:42:13.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@455896ae is found finished successfully 12:42:13.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 12:42:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:13.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:13.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:13.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:13.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:13.144 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:13.144 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:42:13.144 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:13.144 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:42:13.144 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:42:13.144 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 12:42:13.222 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 12:42:13.223 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:13.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:13.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:13.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:13.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:13.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:13.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:13.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:13.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:13.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:13.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:13.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:13.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:14.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:14.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:14.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:14.250 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:14.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:14.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:14.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:14.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 12:42:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:14.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:14.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:14.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:14.251 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:14.251 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:42:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:14.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:42:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:14.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:42:14.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:14.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:14.252 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:42:14.252 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:42:14.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:42:14.255 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:42:14.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:14.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:14.280 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:42:14.280 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:42:14.280 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:42:14.281 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:42:14.281 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:42:14.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:14.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:14.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:14.781 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 12:42:14.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:42:14.781 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:42:14.782 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:42:14.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:42:14.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:14.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:14.811 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:14.811 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:42:14.812 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:42:14.812 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:42:14.812 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:42:14.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 'Delete.*'] is available.... 12:42:15.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:42:15.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 12:42:15.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:15.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:15.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:15.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:15.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:42:15.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:15.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 12:42:15.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:15.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:15.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:15.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:15.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:15.425 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:42:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:15.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:15.425 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:15.425 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:15.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:42:15.428 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:42:15.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:42:15.929 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:42:15.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:15.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:15.929 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:15.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:15.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:15.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:15.930 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:15.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:15.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:15.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:15.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:15.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:15.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:16.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:16.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:16.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:16.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:16.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:16.931 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:16.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:16.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:16.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:16.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:16.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:16.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:16.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:16.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:16.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:16.933 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:16.933 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:16.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:16.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:42:16.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:16.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:16.933 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:16.934 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:16.934 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:42:16.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:16.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:16.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:42:16.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:16.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:16.934 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:42:16.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:16.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:16.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:42:16.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:16.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:16.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:16.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:16.934 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:42:16.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:16.934 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:16.935 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 12:42:16.935 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:42:16.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:16.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:42:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:16.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:16.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:16.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:42:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:16.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:16.935 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 12:42:16.935 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 12:42:16.935 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:16.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:16.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:16.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:16.935 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:42:16.936 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:42:16.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:16.936 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:42:16.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:16.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:16.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:16.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:16.997 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:16.997 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:16.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:16.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:16.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:16.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:16.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:17.014 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:42:17.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:17.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:17.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:17.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:17.014 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:17.014 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:17.015 DEBUG [main][MenuItemLookup] Item match:Window 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:17.015 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:17.015 DEBUG [main][MenuItemLookup] Item match:Show View 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:17.018 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:42:17.018 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:42:17.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:42:17.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:42:17.037 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:42:17.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:42:17.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:42:17.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:42:17.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:17.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:42:17.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:17.103 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:17.103 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:17.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:17.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:17.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:17.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:17.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:17.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:17.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:17.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:17.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:42:17.104 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:42:17.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:42:17.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:42:17.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:17.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:17.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:17.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:17.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:42:17.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:17.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:17.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:17.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:17.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:17.105 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:42:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:17.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:17.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:17.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:42:17.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:42:17.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:42:17.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:17.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:42:17.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:17.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:17.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:17.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 '\*?\QPackage Explorer\E') 12:42:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:17.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:17.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:17.211 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:17.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:17.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:17.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:42:17.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:17.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:17.239 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:17.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:17.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:17.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:17.240 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:17.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:17.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:17.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:17.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:17.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:17.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:18.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:18.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:18.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:18.242 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:18.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:18.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:18.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:18.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:18.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:18.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:18.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:18.243 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:18.243 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:18.244 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:42:18.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:42:18.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:18.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:18.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:42:18.745 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:42:18.745 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:42:18.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already collapsed. No action performed 12:42:18.745 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:42:18.745 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:42:18.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:42:18.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:19.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:19.245 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:42:19.250 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:19.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:19.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:19.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:19.250 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:42:19.250 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:42:19.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:19.251 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:42:19.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:19.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:19.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:19.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:19.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:19.300 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:42:19.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:19.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:19.317 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:42:19.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:19.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:19.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:19.318 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:19.318 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:19.318 DEBUG [main][MenuItemLookup] Item match:Window 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:19.318 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:19.318 DEBUG [main][MenuItemLookup] Item match:Show View 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:19.321 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:42:19.321 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:42:19.321 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:42:19.321 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:42:19.322 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:42:19.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:42:19.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:42:19.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:42:19.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:19.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:19.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:42:19.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:19.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:19.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:19.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:19.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:19.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:19.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:19.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:19.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:19.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:19.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:19.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:19.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:19.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:19.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:19.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:42:19.396 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:42:19.396 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:42:19.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:42:19.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:19.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:19.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:19.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:19.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:19.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:19.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 "Open") 12:42:19.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:19.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:19.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:19.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:19.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:19.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:19.402 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:42:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:19.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:19.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:19.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:19.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:42:19.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:42:19.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:42:19.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:19.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:19.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:42:19.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:19.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:19.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:42:19.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:19.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:19.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:42:19.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:42:19.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:19.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:19.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:19.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:19.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:19.511 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:19.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:19.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:19.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:42:19.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:19.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:19.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:19.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:19.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:19.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:19.513 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:19.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:19.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:19.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:19.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:19.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:19.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:20.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:20.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:20.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:20.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:20.515 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:20.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:20.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:20.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:20.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:20.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:20.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:20.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:20.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:20.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:20.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:42:20.516 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:42:20.516 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:42:20.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:42:20.519 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:42:20.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:20.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:20.546 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:42:20.546 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:42:20.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:42:20.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:42:20.546 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:42:20.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:20.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:42:21.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:21.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:42:21.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:21.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:21.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:21.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:21.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:42:21.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:21.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:21.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:21.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:21.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:21.047 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 12:42:21.047 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:42:21.047 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:42:21.047 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:42:21.049 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:42:21.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:21.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:21.078 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:21.078 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:42:21.078 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:42:21.078 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:42:21.078 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:42:21.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:42:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:42:21.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:42:21.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:21.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:21.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:21.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:21.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:42:21.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:21.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:21.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:21.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:21.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:21.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:21.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:21.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:21.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:21.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:21.669 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:42:21.669 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:42:21.669 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:42:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:21.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:21.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:21.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:42:21.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:21.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:21.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:21.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:21.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:21.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:21.670 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:42:21.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:21.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:21.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:21.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:21.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:42:21.673 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:42:22.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:42:22.174 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:42:22.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:22.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:22.174 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:42:22.174 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:22.174 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:22.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:22.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.732 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 2.831 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 5.43 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 1.811 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 6.357 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 2.303 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:42:22.182 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:42:22.182 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:42:22.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:22.182 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:42:22.182 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:22.182 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:42:22.183 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:22.183 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:42:22.183 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:22.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:22.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:22.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:22.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:22.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:22.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.184 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:22.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.184 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:22.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.184 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:22.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.184 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:22.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:22.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:22.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:22.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:22.184 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:22.184 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:22.184 DEBUG [main][MenuItemLookup] Item match:File 12:42:22.185 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:42:22.185 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:22.188 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:42:22.188 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:42:22.188 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:42:22.188 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:42:22.188 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:42:22.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:42:22.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:42:22.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:42:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:22.267 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:22.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.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 12:42:22.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:22.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:22.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:22.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:22.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:22.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:22.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:22.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:22.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:22.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:22.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:22.270 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:42:22.270 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:42:22.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:42:22.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:42:22.278 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:22.278 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:42:22.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:42:22.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:22.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:22.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:22.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:22.279 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:42:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:22.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:22.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:22.480 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:22.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:42:22.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:42:22.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:42:22.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:22.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:22.491 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:22.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:22.491 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'JavaTestProject0' 12:42:22.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:42:22.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:22.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:22.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:22.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:22.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:42:22.493 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:42:22.494 INFO [WorkbenchTestable][AbstractText] Text set to: JavaTestProject0 12:42:22.525 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:22.525 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:42:22.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) 12:42:22.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:22.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:22.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:22.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:22.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:22.528 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:42:22.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:22.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:22.528 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:22.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:22.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.... 12:42:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:42:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:42:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:42:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:25.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:25.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:25.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:25.585 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:42:25.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:25.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:25.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:25.586 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:25.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:42:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:25.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:25.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:25.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:25.587 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:25.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:25.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:25.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:42:25.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:25.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:25.589 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:25.589 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 12:42:25.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:42:25.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:25.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:25.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:25.589 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:25.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:25.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:25.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:25.590 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:25.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:25.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:25.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:25.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:25.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:25.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:26.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:26.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:26.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:26.592 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:26.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:26.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:26.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:26.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 12:42:26.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:26.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:26.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:26.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:26.593 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 12:42:26.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:42:26.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:26.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:26.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:26.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:26.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 12:42:26.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:26.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:26.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:26.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:26.596 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:42:26.596 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:42:26.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:26.596 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:42:26.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:26.754 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:42:26.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:26.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:26.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:26.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:26.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:26.755 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:26.755 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:26.755 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:26.755 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:26.755 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:26.755 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:26.755 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:26.755 DEBUG [main][MenuItemLookup] Item match:Window 12:42:26.757 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:26.757 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:26.757 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:26.757 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:26.757 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:26.757 DEBUG [main][MenuItemLookup] Item match:Show View 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:26.762 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:42:26.762 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:42:26.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:42:26.763 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:42:26.763 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:42:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:42:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:42:26.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:42:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:26.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:42:26.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:26.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:26.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:26.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:26.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:26.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:26.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:26.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:26.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:26.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:26.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:26.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:26.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:26.836 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:42:26.836 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:42:26.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:42:26.836 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:42:26.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:26.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:26.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:26.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:26.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 "Open") 12:42:26.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:26.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:26.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:26.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:26.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:26.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:26.837 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:42:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:26.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:26.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:26.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:42:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:42:26.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:42:26.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:26.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:42:26.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:26.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:26.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:26.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 '\*?\QPackage Explorer\E') 12:42:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:26.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:26.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:26.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:26.963 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:26.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:26.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:26.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:42:26.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:26.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:26.965 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:26.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:26.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:26.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:26.966 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:26.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:26.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:26.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:26.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:26.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:26.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:27.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:27.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:27.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:27.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:27.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:27.989 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:27.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:27.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:27.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:27.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 12:42:27.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:27.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:27.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:27.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:27.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:27.990 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 12:42:27.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:27.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:27.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:27.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:27.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:27.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:27.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:27.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:27.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:27.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:27.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:28.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:28.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:28.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:28.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:28.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:28.992 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:28.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:28.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:28.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:28.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:28.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:28.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:28.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:28.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:28.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:28.993 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 12:42:28.994 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 12:42:28.994 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 12:42:28.994 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 12:42:28.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 12:42:29.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:29.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:29.022 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:42:29.022 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:42:29.022 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:42:29.022 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:42:29.022 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:42:29.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:29.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:42:29.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:29.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:29.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:29.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:29.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:29.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:29.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:29.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:29.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:29.523 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'JavaTestProject0' via Explorer 12:42:29.523 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 12:42:29.523 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 12:42:29.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 12:42:29.525 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 12:42:29.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:29.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:29.563 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:29.563 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:42:29.563 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:42:29.563 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:42:29.563 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:42:29.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:42:30.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:42:30.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:42:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:30.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:30.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:30.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:42:30.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:30.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:30.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:30.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:30.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:30.151 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:42:30.151 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:42:30.151 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:42:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:30.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:30.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:30.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:42:30.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:30.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:30.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:30.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:30.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:30.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:30.152 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:42:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:30.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:30.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:30.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:30.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:42:30.156 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:42:30.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:42:30.656 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:42:30.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:30.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:30.656 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:42:30.656 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:30.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:30.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.475 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.006 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:30.665 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:30.666 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:42:30.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:30.666 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:30.666 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:30.666 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:42:30.666 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:30.666 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:42:30.666 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:30.666 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:42:30.667 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:42:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:42:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.667 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:30.667 DEBUG [main][MenuItemLookup] Item match:Window 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.667 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:42:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.667 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:30.668 DEBUG [main][MenuItemLookup] Item match:Window 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:42:30.668 DEBUG [main][MenuItemLookup] Item match:Perspective 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:42:30.668 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:42:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:42:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.668 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:30.668 DEBUG [main][MenuItemLookup] Item match:Window 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.668 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:42:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.669 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:30.669 DEBUG [main][MenuItemLookup] Item match:Window 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:42:30.669 DEBUG [main][MenuItemLookup] Item match:Perspective 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:42:30.669 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:42:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.669 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:30.669 DEBUG [main][MenuItemLookup] Item match:Window 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.669 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:42:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.670 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:30.670 DEBUG [main][MenuItemLookup] Item match:Window 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:42:30.670 DEBUG [main][MenuItemLookup] Item match:Perspective 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:42:30.670 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:42:30.670 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:42:30.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:42:30.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:42:30.670 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:42:30.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:42:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:42:30.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:42:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:30.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:42:30.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:30.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:30.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:30.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 "Reset Perspective") 12:42:30.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:30.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:42:30.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:30.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:30.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:30.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:30.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:30.698 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:42:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:30.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:30.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:30.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:30.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:30.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:30.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:30.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:30.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:30.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:30.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.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"] 12:42:30.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:30.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:30.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:30.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:30.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:30.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:30.851 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:30.852 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:30.852 DEBUG [main][MenuItemLookup] Item match:File 12:42:30.852 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:42:30.852 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:30.855 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:42:30.855 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:42:30.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:42:30.855 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:42:30.855 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:42:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:42:30.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 'New|Select a wizard'] is available. finished successfully 12:42:30.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:42:30.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:30.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:30.930 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:30.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:30.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:42:30.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:30.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:30.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:30.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:30.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:30.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:30.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:30.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:30.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:30.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:30.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:30.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:30.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:30.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:30.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:30.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:42:30.932 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:42:30.932 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:42:30.932 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:42:30.933 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:30.933 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:42:30.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:42:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:30.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:30.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:30.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:30.934 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:42:30.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:30.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:30.934 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:30.934 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:31.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:31.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:31.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:31.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:42:31.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:42:31.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:42:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:31.133 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:31.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:31.133 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject0' 12:42:31.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:42:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:31.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:31.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:31.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:31.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:42:31.134 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:42:31.135 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject0 12:42:31.165 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:31.165 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:42:31.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:42:31.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:31.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:31.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:31.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:31.168 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:42:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:31.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:31.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:31.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:42:34.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:42:34.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:42:34.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:42:34.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:42:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:34.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:34.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:34.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:34.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:34.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:34.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:34.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:34.175 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:34.175 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:34.175 DEBUG [main][MenuItemLookup] Item match:File 12:42:34.176 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:42:34.176 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:34.179 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:42:34.179 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:42:34.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:42:34.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:42:34.179 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:42:34.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:42:34.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:42:34.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:42:34.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:34.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:34.277 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:34.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:42:34.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:34.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:34.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:34.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:34.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:34.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:34.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:34.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:34.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:34.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:34.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:34.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:34.280 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:42:34.280 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:42:34.280 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:42:34.280 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:42:34.280 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:34.280 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:42:34.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:42:34.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:34.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:34.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:34.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:34.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:34.281 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:42:34.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:34.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:34.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:34.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:34.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:34.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:42:34.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:42:34.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:42:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:34.574 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:34.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:34.574 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject1' 12:42:34.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:42:34.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:34.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:34.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:34.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:34.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:42:34.576 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:42:34.577 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject1 12:42:34.625 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:34.625 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:42:34.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.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:42:34.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:34.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:34.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:34.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:34.627 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:42:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:34.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:34.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:34.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:42:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:42:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:42:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:42:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:37.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:37.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:37.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:37.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:37.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:37.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:37.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:37.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:37.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:37.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:37.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:37.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:37.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:37.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:37.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:37.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:37.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:37.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:37.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:37.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:37.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:37.961 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:37.962 DEBUG [main][MenuItemLookup] Item match:File 12:42:37.963 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:42:37.963 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:37.967 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:42:37.967 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:42:37.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:42:37.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:42:37.967 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:42:38.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:42:38.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:42:38.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:42:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:38.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:38.074 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:38.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:38.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:42:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:38.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:38.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:38.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:38.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:38.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:38.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:38.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:38.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:38.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:38.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:38.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:38.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:38.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:42:38.077 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:42:38.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:42:38.077 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:42:38.077 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:38.077 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:42:38.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) 12:42:38.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:38.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:38.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:38.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:38.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:38.079 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:42:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:38.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:38.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:38.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:38.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:38.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:38.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:42:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:42:38.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:42:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:38.297 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:38.297 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:38.297 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject2' 12:42:38.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:42:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:38.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:38.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:38.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:42:38.299 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:42:38.300 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject2 12:42:38.337 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:38.337 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:42:38.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:42:38.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:38.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:38.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:38.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:38.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:38.340 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:42:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:38.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:38.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:38.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:42:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:42:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:42:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:42:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:41.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:41.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:41.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:41.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:41.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:41.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:41.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:41.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:41.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:41.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:41.347 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:42:41.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:41.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:41.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:41.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:41.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:41.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:41.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') 12:42:41.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:41.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:41.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:41.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:41.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:41.349 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:41.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:41.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:41.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:42:41.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:41.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:41.351 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:41.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:41.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:41.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:41.352 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:41.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:41.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:41.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:41.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:41.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:41.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:41.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:41.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:42.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:42.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:42.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:42.354 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:42.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:42.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:42.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:42.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 12:42:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:42.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:42.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:42.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:42.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:42.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:42:42.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:42:42.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:42:42.356 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:42.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:42.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:42.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:42.356 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:42.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:42.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:42.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:42.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:42.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:42.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:42.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:43.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:43.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:43.358 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:43.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:43.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:43.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:43.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:43.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:43.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:43.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:43.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:43.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:43.359 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:42:43.359 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:42:43.359 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:42:43.359 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:43.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:43.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:43.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:43.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:43.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:43.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:43.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:43.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:43.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:43.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:43.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:43.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:44.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:44.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:44.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:44.361 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:44.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:44.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:44.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:44.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:44.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:44.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:44.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:44.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:44.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:44.363 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:42:44.363 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:42:44.363 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:42:44.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:44.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:42:44.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:44.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:44.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:44.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:44.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:44.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:44.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:44.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:44.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:44.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:44.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:44.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:44.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:44.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:44.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:44.365 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:44.365 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:44.365 DEBUG [main][MenuItemLookup] Item match:File 12:42:44.366 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:42:44.366 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:42:44.368 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:42:44.368 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:42:44.368 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:42:44.368 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:44.369 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:42:44.369 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:42:44.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:42:44.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:42:44.369 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:42:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:42:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:42:44.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:42:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:44.447 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:44.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:42:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:44.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:44.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:44.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:44.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:44.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:44.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:44.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:44.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:44.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:44.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:44.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:42:44.450 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:42:44.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:42:44.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:42:44.450 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:44.450 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:42:44.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) 12:42:44.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:44.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:44.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:44.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:44.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:44.458 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:42:44.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:44.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:44.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:44.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:44.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:44.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:42:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:42:44.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:42:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:44.654 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:44.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:44.654 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject3' 12:42:44.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:42:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:44.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:44.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:44.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:44.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:42:44.656 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:42:44.656 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject3 12:42:44.688 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:44.688 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:42:44.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:42:44.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:44.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:44.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:44.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:44.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:44.691 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:42:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:44.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:44.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:44.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.... 12:42:47.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:42:47.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:42:47.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:42:47.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:47.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:47.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:47.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:47.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:47.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:47.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:47.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:47.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:47.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:47.696 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:47.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:47.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:47.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:47.697 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:47.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:47.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:47.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:47.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:47.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:48.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:48.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:48.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:48.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:48.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:48.699 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:48.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:48.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:48.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:48.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:48.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:48.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:48.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:48.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:48.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:48.700 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:42:48.700 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:42:48.700 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:42:48.700 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject3 12:42:48.701 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 12:42:48.701 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 12:42:48.701 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 12:42:48.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 12:42:48.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:48.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.738 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:42:48.738 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:42:48.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:42:48.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:42:48.738 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:42:48.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:48.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:42:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:42:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:49.239 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject3' via Explorer 12:42:49.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 12:42:49.239 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 12:42:49.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 12:42:49.242 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 12:42:49.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:49.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:49.269 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:49.269 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:42:49.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:42:49.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:42:49.269 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:42:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:42:49.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:42:49.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:42:49.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:49.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:49.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:49.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:49.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) 12:42:49.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:49.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:49.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:49.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:49.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:49.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:49.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:49.861 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:42:49.861 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:42:49.861 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:42:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:49.861 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:49.861 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:49.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:42:49.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:49.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:49.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:49.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:49.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:49.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:49.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:49.862 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:42:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:49.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:49.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:49.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:42:49.866 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:42:50.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:42:50.367 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:42:50.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:50.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:50.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:50.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:50.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:50.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:50.368 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:50.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:50.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:50.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:50.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:50.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:50.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:50.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:50.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:51.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:51.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:51.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:51.370 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:51.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:51.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:51.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:51.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:51.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:51.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:51.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:51.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:51.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:51.371 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:42:51.371 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:42:51.371 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:42:51.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:51.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:51.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:51.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:51.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:51.371 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:42:51.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:51.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:42:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:51.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:51.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 12:42:51.372 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 12:42:51.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 12:42:51.375 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 12:42:51.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:51.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:51.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:51.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:51.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:51.376 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:42:51.376 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:51.376 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:42:51.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:51.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:51.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:51.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:51.377 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:51.377 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 12:42:51.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 12:42:51.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:51.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:51.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 12:42:51.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:42:51.878 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:42:51.878 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:42:51.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:42:51.881 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:42:51.882 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 12:42:51.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 12:42:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:51.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectTestProject1 is already expanded. No action performed 12:42:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:51.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 12:42:51.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 12:42:51.882 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 12:42:51.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 12:42:51.884 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 12:42:51.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:51.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:51.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:51.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:51.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:51.886 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:42:51.886 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:51.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:51.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:51.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:51.887 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:42:51.887 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:42:51.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:51.887 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:42:51.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:51.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:51.951 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:42:51.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:51.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:51.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:51.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:51.952 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:51.952 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:51.952 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:42:51.952 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:42:51.952 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:42:51.952 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:42:51.952 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:42:51.952 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:42:51.952 DEBUG [main][MenuItemLookup] Item match:Window 12:42:51.953 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:42:51.953 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:42:51.953 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:42:51.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:51.953 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:42:51.953 DEBUG [main][MenuItemLookup] Item match:Show View 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:51.956 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:42:51.956 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:42:51.956 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:42:51.956 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:42:51.956 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:42:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:42:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:42:52.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:42:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:52.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 12:42:52.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:52.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:52.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:52.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:52.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:52.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:52.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:52.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:52.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:52.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:52.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:52.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:52.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:52.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:42:52.025 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:42:52.025 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:42:52.025 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:42:52.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:52.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:52.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:52.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:52.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:52.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:42:52.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:52.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:42:52.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:52.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:52.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:52.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:52.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:52.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:52.026 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:42:52.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:52.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:52.026 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:52.026 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:52.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:42:52.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:42:52.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:42:52.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:52.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:52.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:42:52.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:52.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:52.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:52.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42: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 '\*?\QPackage Explorer\E') 12:42:52.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:52.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:52.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:52.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:52.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:52.137 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:52.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:52.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:52.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:42:52.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:52.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:52.138 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:52.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:52.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:52.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:52.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:52.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:52.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:52.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:52.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:53.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:53.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:42:53.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:42:53.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:42:53.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:42:53.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:53.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:53.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:53.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:53.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:53.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:53.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:53.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:53.141 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:42:53.141 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:42:53.141 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:42:53.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 12:42:53.142 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 12:42:53.142 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 12:42:53.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 12:42:53.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:53.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:53.171 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:42:53.171 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:42:53.171 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:42:53.171 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:42:53.171 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:42:53.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:53.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:42:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:53.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:53.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:53.672 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject0' via Explorer 12:42:53.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 12:42:53.672 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 12:42:53.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 12:42:53.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 12:42:53.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:53.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:53.705 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:53.705 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:42:53.705 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:42:53.705 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:42:53.705 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:42:53.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:42:54.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. finished successfully 12:42:54.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:42:54.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:54.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:54.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:54.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:42:54.294 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:54.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:54.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:54.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:54.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:54.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:54.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:54.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:54.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:54.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:54.295 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:42:54.295 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:42:54.295 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:42:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:54.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:54.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:54.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:42:54.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:54.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:54.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:54.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:54.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:54.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:54.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:54.296 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:42:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:54.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:54.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:54.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:54.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:42:54.300 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:42:54.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:42:54.800 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:42:54.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:54.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:54.800 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 12:42:54.800 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 12:42:54.801 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 12:42:54.804 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 12:42:54.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:54.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:54.832 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:42:54.832 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:42:54.833 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:42:54.833 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:42:54.833 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:42:54.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:54.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:42:54.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:42:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:42:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:55.334 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject1' via Explorer 12:42:55.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 12:42:55.334 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 12:42:55.334 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 12:42:55.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 12:42:55.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:55.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:55.364 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:55.364 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:42:55.364 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:42:55.364 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:42:55.364 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:42:55.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.... 12:42:55.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. finished successfully 12:42:55.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:42:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:55.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:55.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:55.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:55.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:42:55.973 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:55.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:55.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:55.973 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:55.973 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:55.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:55.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:55.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:55.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:55.974 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:42:55.974 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:42:55.974 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:42:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:55.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:55.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:55.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:42:55.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:55.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:55.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:55.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:55.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:55.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:55.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:55.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:55.975 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:42:55.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:55.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:55.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:55.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:42:55.979 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:42:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:42:56.479 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:42:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:56.479 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 12:42:56.479 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 12:42:56.479 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 12:42:56.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 12:42:56.484 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:56.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:56.510 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:42:56.510 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:42:56.510 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:42:56.511 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:42:56.511 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:42:56.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:56.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:42:56.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:57.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:57.011 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject2' via Explorer 12:42:57.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 12:42:57.011 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 12:42:57.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 12:42:57.013 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 12:42:57.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:57.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'New' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:57.039 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:57.039 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:42:57.039 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:42:57.039 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:42:57.039 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:42:57.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:42:57.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:42:57.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:42:57.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:57.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:57.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:57.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:42:57.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:57.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:57.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:57.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:57.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:57.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:57.648 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:42:57.648 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:42:57.648 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:42:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:57.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:57.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:57.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:42:57.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:57.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:42:57.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:57.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:57.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:57.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:57.649 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:42:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:57.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:57.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:57.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:42:57.653 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:42:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:42:58.153 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:42:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:58.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:58.153 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:42:58.153 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:42:58.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:42:58.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:58.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.489 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 7.008 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 0.004 s selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 0.51 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:42:58.169 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:42:58.169 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:42:58.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:42:58.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:42:58.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:42:58.170 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:42:58.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:42:58.170 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:42:58.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:42:58.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:58.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:58.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:58.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:58.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:58.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:58.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:42:58.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:58.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:58.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:58.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:58.171 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:42:58.171 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:58.172 DEBUG [main][MenuItemLookup] Item match:File 12:42:58.172 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:42:58.172 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'File' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:58.175 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:42:58.175 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:42:58.176 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:42:58.176 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:42:58.176 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:42:58.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:42:58.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:42:58.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:42:58.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:58.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:58.249 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:58.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:42:58.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:58.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:58.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:58.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:58.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:42:58.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:58.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:58.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:42:58.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:42:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:58.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:42:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:58.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:42:58.252 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:42:58.252 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:42:58.252 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:42:58.252 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:42:58.252 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:42:58.252 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:42:58.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:42:58.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:58.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:58.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:58.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:58.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:58.253 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:42:58.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:58.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:58.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:58.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:58.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:42:58.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:42:58.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:42:58.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:42:58.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:58.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:58.509 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:58.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:42:58.509 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject0' 12:42:58.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:") 12:42:58.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:58.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:58.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:58.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:42:58.511 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:42:58.512 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject0 12:42:58.549 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:42:58.549 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:42:58.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:42:58.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:58.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:58.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:58.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:58.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:42:58.551 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:42:58.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:42:58.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:42:58.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:42:58.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:58.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:43:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:43:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:01.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:43:01.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:01.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:01.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:01.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:01.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:01.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:01.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:01.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:01.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:01.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:01.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:01.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:01.570 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:01.570 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:01.570 DEBUG [main][MenuItemLookup] Item match:File 12:43:01.571 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:01.571 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:01.574 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:01.574 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:01.575 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:01.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:01.575 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:01.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:43:01.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:43:01.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:43:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:01.666 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:01.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:01.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:01.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:01.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:01.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:01.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:43:01.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:01.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:01.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:43:01.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:01.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:01.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:01.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:43:01.669 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:43:01.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:43:01.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:43:01.669 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:01.669 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:01.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:01.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:01.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:01.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:01.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:01.671 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:01.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:01.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:01.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:01.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:02.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:02.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:02.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:02.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:43:02.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:43:02.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:43:02.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:02.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:02.081 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:02.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:02.081 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject1' 12:43:02.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:43:02.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:02.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:02.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:02.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:02.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:02.084 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:02.085 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject1 12:43:02.154 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:02.154 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:43:02.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.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:02.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:02.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:02.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:02.157 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:02.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:02.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:43:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:43:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:05.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:05.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:05.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:05.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:05.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:05.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:05.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:05.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:05.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:05.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:05.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:05.179 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:05.179 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:05.179 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:05.180 DEBUG [main][MenuItemLookup] Item match:File 12:43:05.180 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:05.180 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:05.183 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:05.183 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:05.183 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:05.183 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:05.184 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:05.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:43:05.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:43:05.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:43:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:05.258 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:05.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:05.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:05.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:05.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:05.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:43:05.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:05.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:05.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:43:05.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:05.261 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:05.261 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:05.261 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:43:05.261 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:43:05.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:43:05.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:43:05.261 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:05.261 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:05.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) 12:43:05.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:05.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:05.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:05.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:05.262 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:05.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:05.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:05.445 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:05.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:43:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:43:05.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:43:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:05.446 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:05.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:05.446 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject2' 12:43:05.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:43:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:05.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:05.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:05.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:05.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:05.450 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:05.450 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject2 12:43:05.486 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:05.486 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:43:05.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:05.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:05.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:05.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:05.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:05.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:05.495 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:05.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:05.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:05.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:05.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:43:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:43:08.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:08.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:08.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:08.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:08.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:08.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:08.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:08.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:08.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:08.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:08.502 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:43:08.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:08.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:08.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:08.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:08.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:43:08.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:08.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:08.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:08.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:08.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:08.504 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:08.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:08.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:08.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:08.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:08.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:08.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:08.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:08.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:08.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:08.507 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:08.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:08.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:08.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:08.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:08.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:08.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:09.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:09.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:09.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:09.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:09.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:09.510 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:09.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:09.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:09.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:09.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:09.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:09.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:09.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:09.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:09.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:09.511 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:43:09.511 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:43:09.511 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:43:09.512 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:09.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:09.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:09.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:09.512 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:09.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:09.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:09.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:09.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:09.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:09.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:10.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:10.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:10.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:10.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:10.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:10.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:10.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:10.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:10.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:10.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:10.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:10.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:10.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:10.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:10.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:10.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:43:10.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:43:10.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:43:10.516 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:10.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:10.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:10.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:10.517 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:10.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:10.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:10.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:10.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:10.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:10.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:11.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:11.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:11.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:11.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:11.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:11.519 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:11.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:11.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:11.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:11.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:11.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:11.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:11.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:11.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:11.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:11.520 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:43:11.521 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:43:11.521 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:43:11.521 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 12:43:11.521 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 12:43:11.521 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 12:43:11.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 12:43:11.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:11.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:11.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:11.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:11.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:11.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:11.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:11.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:11.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.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 Java Project"] 12:43:11.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:11.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:11.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:11.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.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 Java Project"] 12:43:11.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.525 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:11.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.525 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:11.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:11.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:11.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:11.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:11.525 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:11.525 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:11.525 DEBUG [main][MenuItemLookup] Item match:File 12:43:11.526 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:11.526 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:11.529 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:11.529 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:11.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:11.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:11.547 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:11.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 'New|Select a wizard'] is available.... 12:43:11.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:43:11.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:43:11.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:11.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:11.638 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:11.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:11.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:11.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:11.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:11.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:11.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:11.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:11.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:11.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:43:11.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:11.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:11.640 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:11.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:11.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:11.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:43:11.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:11.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:11.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:11.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:11.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:11.641 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:43:11.641 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:43:11.641 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:43:11.641 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:43:11.641 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:11.641 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:11.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:11.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:11.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:11.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:11.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:11.643 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:11.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:11.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:11.837 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:11.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:43:11.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:43:11.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:43:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:11.838 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:11.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:11.838 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject3' 12:43:11.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:43:11.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:11.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:11.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:11.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:11.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:11.841 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:11.842 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject3 12:43:11.887 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:11.887 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:43:11.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:11.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:11.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:11.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:11.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:11.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:11.897 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:11.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:11.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:11.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:11.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:11.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:43:15.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:43:15.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:15.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:15.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:15.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:15.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:15.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:15.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:15.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:15.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:15.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:15.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:15.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:15.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:15.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:15.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:15.081 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:15.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:15.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:15.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:15.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:15.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:15.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:15.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:15.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:16.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:16.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:16.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:16.083 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:16.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:16.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:16.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:16.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 12:43:16.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:16.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:16.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:16.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:16.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:16.084 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:43:16.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:43:16.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:43:16.085 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject3 12:43:16.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 12:43:16.085 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 12:43:16.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 12:43:16.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 12:43:16.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:16.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:16.117 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:16.117 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:43:16.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:43:16.117 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:43:16.117 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:43:16.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:16.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:43:16.617 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:16.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:16.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:16.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:16.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:16.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:16.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:16.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:16.618 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject3' via Explorer 12:43:16.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 12:43:16.618 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 12:43:16.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 12:43:16.622 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 12:43:16.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:16.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:16.647 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:16.647 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:43:16.647 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:43:16.647 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:43:16.647 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:43:16.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:43:17.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:43:17.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:43:17.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:17.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:17.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:17.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: 32) 12:43:17.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:17.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:17.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:17.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:17.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:17.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:17.260 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:43:17.260 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:43:17.260 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:43:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:17.260 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:17.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:17.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:43:17.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:17.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:17.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:17.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:17.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:17.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:17.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:17.262 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:17.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:17.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:17.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:43:17.265 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:43:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:43:17.765 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:43:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:17.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:17.766 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:17.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:17.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:17.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:17.767 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:17.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:17.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:17.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:17.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:17.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:17.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:18.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:18.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:18.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:18.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:18.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:18.769 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:18.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:18.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:18.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:18.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:18.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:18.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:18.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:18.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:18.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:18.770 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:43:18.770 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:43:18.770 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:43:18.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:18.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:18.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:18.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:18.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:18.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:18.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:18.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:18.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:18.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:18.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 12:43:18.771 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 12:43:18.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 12:43:18.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 12:43:18.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:18.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:18.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:18.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:18.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:18.776 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:18.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:18.776 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:18.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:18.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:18.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:18.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:18.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:18.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:18.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:43:18.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:18.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:18.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:18.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:18.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:18.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:18.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:43:18.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:18.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:18.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:18.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:18.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:18.779 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:18.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:18.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:18.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:18.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:18.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:18.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:18.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:18.781 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:18.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:18.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:18.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:18.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:18.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:18.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:18.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:18.782 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:18.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:18.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:18.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:18.782 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:18.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:18.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:18.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:18.783 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:18.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:18.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:18.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:18.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:18.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:19.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:19.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:19.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:19.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:19.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:19.799 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:19.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:19.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:19.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:19.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:19.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:19.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:19.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:19.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:43:19.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:43:19.801 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:43:19.801 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:19.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:19.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:19.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:19.802 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:19.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:19.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:19.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:19.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:19.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:19.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:20.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:20.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:20.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:20.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:20.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:20.804 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:20.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:20.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:20.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:20.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:20.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:20.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:20.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:20.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:43:20.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:43:20.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:43:20.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:20.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:20.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:20.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:20.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:20.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:20.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:20.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:20.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:20.807 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:43:20.807 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:43:20.807 DEBUG [main][TreeItemHandler] Set Tree selection 12:43:20.807 DEBUG [main][TreeHandler] Notify Tree about selection event 12:43:20.809 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:43:20.810 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject0 12:43:20.810 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject2 12:43:20.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:20.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:20.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:20.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:20.811 INFO [WorkbenchTestable][RequirementsRunner] Finished test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:20.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:20.811 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:20.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:20.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:20.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:20.811 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:20.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:20.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:20.812 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:43:20.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:20.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:20.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:20.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:20.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:43:20.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:20.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:20.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:20.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:20.829 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:20.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:20.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:20.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:20.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:20.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:20.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:20.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:20.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:20.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:20.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:20.845 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:43:20.845 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:20.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:20.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:20.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:20.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:20.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:20.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:21.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:21.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:21.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:21.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:21.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:21.848 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:21.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:21.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:21.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:21.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:21.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:21.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:21.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:21.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:21.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:21.849 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:43:21.849 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:43:21.849 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:43:21.850 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 12:43:21.850 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 12:43:21.850 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 12:43:21.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 12:43:21.853 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:21.853 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:21.880 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:21.880 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:43:21.880 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:43:21.880 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:43:21.880 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:43:21.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:21.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:43:22.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:22.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:22.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:22.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:22.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:22.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:22.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:22.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:22.381 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject0' via Explorer 12:43:22.381 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 12:43:22.381 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 12:43:22.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 12:43:22.383 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 12:43:22.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:22.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:22.408 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:22.408 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:43:22.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:43:22.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:43:22.409 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:43:22.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:43:22.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:43:22.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:43:22.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:22.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:22.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:22.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:22.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) 12:43:22.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:22.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:22.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:22.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:22.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:22.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:22.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:22.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:22.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:22.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:22.993 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:43:22.993 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:43:22.993 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:43:22.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:22.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:22.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:22.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:22.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:43:22.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:22.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:22.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:22.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:22.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:22.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:22.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:22.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:22.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:22.994 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:22.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:22.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:22.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:22.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:43:22.998 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:43:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:43:23.499 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:43:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:23.499 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 12:43:23.499 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 12:43:23.499 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 12:43:23.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 12:43:23.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:23.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:23.530 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:23.530 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:43:23.530 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:43:23.530 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:43:23.530 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:43:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:23.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:23.531 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:43:24.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:43:24.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:24.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:24.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:24.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:24.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:24.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:24.031 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:24.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:24.031 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject1' via Explorer 12:43:24.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 12:43:24.031 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 12:43:24.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 12:43:24.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 12:43:24.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:24.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:24.060 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:24.060 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:43:24.061 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:43:24.061 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:43:24.061 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:43:24.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:43:24.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:43:24.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:43:24.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:24.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:24.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:24.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:24.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: 32) 12:43:24.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:24.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:24.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:24.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:24.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:24.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:24.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:24.673 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:43:24.673 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:43:24.673 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:43:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:24.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:24.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:24.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:43:24.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:24.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:24.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:24.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:24.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:24.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:24.674 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:24.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:24.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:24.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:43:24.678 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:43:25.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:43:25.179 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:43:25.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:25.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:25.179 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 12:43:25.179 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 12:43:25.179 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 12:43:25.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 12:43:25.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:25.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:25.213 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:25.213 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:43:25.213 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:43:25.213 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:43:25.213 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:43:25.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:25.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:25.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:25.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:25.714 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject2' via Explorer 12:43:25.714 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 12:43:25.714 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 12:43:25.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 12:43:25.716 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 12:43:25.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:25.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:25.746 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:25.746 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:43:25.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:43:25.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:43:25.746 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:43:25.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:43:26.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:43:26.329 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:43:26.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:26.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:26.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:26.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:43:26.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:26.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:26.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:26.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:26.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:26.333 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:43:26.333 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:43:26.333 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:43:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:26.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:26.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:26.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:43:26.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:26.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:26.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:26.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:26.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:26.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:26.335 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:26.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:26.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:26.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:43:26.339 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:43:26.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:43:26.840 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:43:26.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:26.840 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:26.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:26.840 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:43:26.840 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:26.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:26.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.672 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: 7.247 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.005 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.005 s multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 2.029 s getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.034 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:26.848 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:26.849 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:43:26.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:26.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:26.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:26.849 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:43:26.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:26.849 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:43:26.849 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:26.850 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:43:26.850 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:43:26.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:43:26.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.850 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:26.850 DEBUG [main][MenuItemLookup] Item match:Window 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.850 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:43:26.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.851 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:26.851 DEBUG [main][MenuItemLookup] Item match:Window 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:26.851 DEBUG [main][MenuItemLookup] Item match:Perspective 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:43:26.851 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:43:26.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:43:26.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.851 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:26.851 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:26.851 DEBUG [main][MenuItemLookup] Item match:Window 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:43:26.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.852 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:26.852 DEBUG [main][MenuItemLookup] Item match:Window 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:26.852 DEBUG [main][MenuItemLookup] Item match:Perspective 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:43:26.852 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:43:26.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.852 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:26.852 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:26.852 DEBUG [main][MenuItemLookup] Item match:Window 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:43:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.853 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:26.853 DEBUG [main][MenuItemLookup] Item match:Window 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:26.853 DEBUG [main][MenuItemLookup] Item match:Perspective 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:43:26.853 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:43:26.853 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:43:26.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:43:26.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:43:26.853 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:43:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:43:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:43:26.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:43:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:26.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:43:26.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:26.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:26.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:26.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:43:26.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:26.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:43:26.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:26.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:26.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:26.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:26.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:26.883 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:43:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:26.883 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:26.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:27.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:27.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:27.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:27.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:27.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:27.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:27.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:27.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:27.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:27.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:27.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:27.024 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:27.024 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:27.024 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:27.024 DEBUG [main][MenuItemLookup] Item match:File 12:43:27.025 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:27.025 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:27.028 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:27.028 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:27.029 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:27.029 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:27.029 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:43:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:43:27.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:43:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:27.103 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:27.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:27.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:27.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:27.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:43:27.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:27.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:27.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:43:27.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:27.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:27.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:27.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:43:27.105 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:43:27.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:43:27.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:43:27.105 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:27.105 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:27.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:27.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:27.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:27.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:27.107 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:27.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:27.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:27.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:27.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43: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: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:27.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:43:27.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. finished successfully 12:43:27.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:43:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:27.303 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:27.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:27.303 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OpenTypeSelectionDialogTest' 12:43:27.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:43:27.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:27.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:27.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:27.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:27.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:27.306 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:27.307 INFO [WorkbenchTestable][AbstractText] Text set to: OpenTypeSelectionDialogTest 12:43:27.337 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:27.337 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:43:27.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:27.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:27.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:27.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:27.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:27.340 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:27.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:27.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:27.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:27.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:43:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:43:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:30.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:43:30.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:30.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:30.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:30.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:30.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:30.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:30.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:30.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:30.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:30.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:30.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:43:30.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:30.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:30.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:30.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:43:30.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:30.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:30.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:30.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:30.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:30.382 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:30.382 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:30.382 DEBUG [main][MenuItemLookup] Item match:File 12:43:30.383 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:30.383 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:30.386 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:30.386 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:30.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:30.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:30.386 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:43:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:43:30.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:43:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:30.458 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:30.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:30.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:30.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:30.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:43:30.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:30.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:30.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:43:30.460 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:30.460 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:30.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:30.460 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:43:30.460 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:43:30.461 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:43:30.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:43:30.463 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:30.463 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:30.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:30.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:30.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:30.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:30.465 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:30.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:30.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:30.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:30.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:43:30.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:43:30.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:43:30.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:30.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:30.582 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:43:30.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:30.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:43:30.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:30.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:30.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:30.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:30.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:30.651 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:30.652 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 12:43:30.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:43:30.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:30.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:30.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:30.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:30.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:30.681 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:30.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.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:43:30.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:30.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:30.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:30.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:30.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:30.734 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:30.734 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:43:30.738 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:43:30.738 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:43:30.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:30.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:30.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:30.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:30.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:30.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:30.751 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:30.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:30.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:30.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:30.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:30.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:31.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:31.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:31.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java... 12:43:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 12:43:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:31.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:31.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:31.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:31.335 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:31.335 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 12:43:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java finished successfully 12:43:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@481a2800 is found... 12:43:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@481a2800 is found finished successfully 12:43:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 12:43:31.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:31.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:31.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:31.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:31.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:31.337 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:31.337 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 12:43:31.337 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:31.337 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 12:43:31.337 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:43:31.337 DEBUG [WorkbenchTestable][EditorHandler] Closing editor FindMe.java 12:43:31.464 DEBUG [WorkbenchTestable][EditorHandler] Editor FindMe.java is closed 12:43:31.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:31.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:43:31.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:31.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:31.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:31.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:31.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:43:31.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:31.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:43:31.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:31.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:31.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:31.467 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:31.467 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:31.467 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:31.467 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:31.467 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:31.467 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:31.467 DEBUG [main][MenuItemLookup] Item match:Navigate 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:31.469 DEBUG [main][MenuItemLookup] Found menu:'Open Type...' 12:43:31.469 DEBUG [main][MenuItemLookup] Item match:Open Type... 12:43:31.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type..." 12:43:31.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... 12:43:31.543 INFO [main][MenuItemHandler] Select menu item: Open &Type... 12:43:31.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 12:43:31.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available. finished successfully 12:43:31.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 12:43:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:31.666 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 12:43:31.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:31.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.dialogs.OpenTypeSelectionDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:43:31.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:31.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:31.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:31.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:31.667 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:43:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:31.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:31.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:31.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:31.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:31.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:31.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:31.736 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:43:31.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:31.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:43:31.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:31.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:31.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:31.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:31.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:43:31.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:31.737 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:43:31.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:31.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:31.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:31.737 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:31.737 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:31.737 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:31.737 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:31.737 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:31.737 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:31.737 DEBUG [main][MenuItemLookup] Item match:Navigate 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:31.738 DEBUG [main][MenuItemLookup] Found menu:'Open Type...' 12:43:31.738 DEBUG [main][MenuItemLookup] Item match:Open Type... 12:43:31.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type..." 12:43:31.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... 12:43:31.739 INFO [main][MenuItemHandler] Select menu item: Open &Type... 12:43:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 12:43:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available. finished successfully 12:43:31.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 12:43:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:31.866 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 12:43:31.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:31.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and no matchers specified 12:43:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:31.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:31.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:31.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:31.867 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:31.867 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 12:43:31.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:31.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 12:43:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:32.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and no matchers specified 12:43:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:32.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:32.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:43:32.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:43:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:43:32.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.375 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:43:32.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:32.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:32.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:32.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:32.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@604a4769 is found... 12:43:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@604a4769 is found finished successfully 12:43:32.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 12:43:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:32.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:32.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:32.551 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:32.551 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 12:43:32.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:32.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:32.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:32.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:32.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:32.551 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:43:32.551 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:32.551 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:43:32.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:32.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:32.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:32.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:32.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 12:43:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:32.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:43:32.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:43:32.552 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:32.552 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:32.552 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:32.552 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:32.552 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:32.552 DEBUG [main][MenuItemLookup] Item match:Navigate 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:32.553 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 12:43:32.553 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 12:43:32.553 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 12:43:32.553 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 12:43:32.553 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 12:43:32.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 12:43:32.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available. finished successfully 12:43:32.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 12:43:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:32.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:43:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:32.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:32.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:32.630 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:43:32.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:32.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:32.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:32.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:32.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:32.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:32.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:32.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:32.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:32.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:32.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:32.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:43:32.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:32.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:43:32.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:32.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:32.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:32.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:32.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 12:43:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:32.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:43:32.665 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:32.666 DEBUG [main][MenuItemLookup] Item match:Navigate 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy' 12:43:32.666 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:43:32.667 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:43:32.667 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 12:43:32.667 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 12:43:32.667 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 12:43:32.667 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 12:43:32.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:32.667 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 12:43:32.667 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 12:43:32.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 12:43:32.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 12:43:32.667 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 12:43:32.768 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:43:32.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:32.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:32.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 12:43:32.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:32.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:32.774 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 12:43:32.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:32.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:43:32.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:32.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:32.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:32.775 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:43:32.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:32.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:32.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:32.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:32.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:32.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:32.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:32.821 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:43:32.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:32.829 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:43:32.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 12:43:32.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:32.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:32.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:43:32.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:32.829 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:32.829 DEBUG [main][MenuItemLookup] Item match:Window 12:43:32.831 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:32.831 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:32.831 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:32.831 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:32.831 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:32.831 DEBUG [main][MenuItemLookup] Item match:Show View 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:32.835 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:43:32.835 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:43:32.836 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:43:32.836 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:43:32.836 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:43:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:43:32.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:43:32.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:43:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:32.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:43:32.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:32.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:43:32.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:32.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:32.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:43:32.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:43:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:32.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:43:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:32.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:43:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:43:32.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:43:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:32.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:43:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:32.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:43:32.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:43:32.925 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:43:32.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:43:32.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:43:32.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:32.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:43:32.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:32.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.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 "Open") 12:43:32.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:32.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:43:32.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:32.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:32.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:32.931 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:43:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:32.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:32.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:32.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:43:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:43:32.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:43:32.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:43:32.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 12:43:32.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:32.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:32.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:43:32.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 '\*?\QProject Explorer\E') 12:43:32.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:32.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:32.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:32.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:32.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:33.051 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:33.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:33.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:33.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform TooltipText=null 12:43:33.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:33.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:33.054 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:33.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:33.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:33.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:33.054 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:33.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:33.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:33.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:33.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:33.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:33.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:33.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:33.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:34.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:34.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:34.056 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:34.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:34.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:34.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:34.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:34.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:34.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:34.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:34.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:34.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:34.057 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 12:43:34.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:34.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:34.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:34.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:34.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:34.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:34.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:34.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:34.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:35.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:35.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:35.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:35.059 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:35.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:35.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:35.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:35.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:35.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:35.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:35.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:35.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:35.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:35.060 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 12:43:35.060 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:35.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:35.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:35.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:35.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 12:43:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:35.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:35.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:35.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:35.061 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:43:35.061 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:43:35.062 DEBUG [main][TreeItemHandler] Set Tree selection 12:43:35.062 DEBUG [main][TreeHandler] Notify Tree about selection event 12:43:35.069 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:43:35.074 DEBUG [WorkbenchTestable][TreeItemHandler] OpenTypeSelectionDialogTest 12:43:35.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:35.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:35.105 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:35.105 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:43:35.105 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:43:35.105 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:43:35.105 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:43:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:35.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:35.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:35.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:35.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:35.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:35.632 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:35.632 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:43:35.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:43:35.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:43:35.633 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:43:35.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:43:36.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:43:36.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:43:36.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:36.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:36.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) 12:43:36.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:36.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:36.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:36.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:36.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:36.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:36.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:36.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:36.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:36.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:36.250 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:43:36.250 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:43:36.250 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:43:36.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:36.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:36.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:36.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:36.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 "OK") 12:43:36.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:36.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:36.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:36.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:36.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:36.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:36.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:36.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:36.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:36.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:36.251 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:36.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:36.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:36.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:36.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:43:36.254 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:43:36.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:43:36.755 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:43:36.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:36.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:36.755 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:43:36.755 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:36.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:36.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:36.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.907 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.271 s findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.815 s constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.114 s nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.156 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:43:36.772 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:43:36.773 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:43:36.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:36.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:43:36.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:36.773 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:43:36.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:36.773 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:43:36.773 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:36.773 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:43:36.773 DEBUG [main][EditorHandler] 0 editor(s) found 12:43:36.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:36.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:36.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:43:36.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:36.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:36.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:36.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:36.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:36.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:36.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:43:36.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:36.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:36.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:36.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:36.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:36.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:36.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:36.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:36.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:36.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:36.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:36.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:36.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:36.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:36.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:43:36.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:36.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:36.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:36.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:43:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:36.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:36.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:36.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:36.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:36.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:36.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:36.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:43:36.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:36.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 12:43:36.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:43:36.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:36.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:36.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:36.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:36.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:36.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:36.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:36.781 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:36.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:36.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:36.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:36.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:36.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:36.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:36.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:36.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:36.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:36.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:36.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:36.782 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:36.782 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:36.782 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:36.782 DEBUG [main][MenuItemLookup] Item match:File 12:43:36.783 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:36.783 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:36.785 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:36.786 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:36.786 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:36.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:36.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:36.802 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:36.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:43:36.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:43:36.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:43:36.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:36.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:36.880 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:36.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:36.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:36.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:36.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:36.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:36.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:36.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:36.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:36.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:36.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:43:36.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:36.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:36.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:36.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:36.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:36.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:43:36.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:36.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:36.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:36.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:36.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:36.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:43:36.883 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:43:36.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:43:36.891 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:43:36.891 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:36.891 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:36.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:36.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:36.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:36.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:36.892 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:36.892 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:36.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:37.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:37.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:37.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:43:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:43:37.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:43:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:37.087 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:37.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:37.087 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'GenHashProject' 12:43:37.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:43:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:37.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:37.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:37.089 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:37.089 INFO [WorkbenchTestable][AbstractText] Text set to: GenHashProject 12:43:37.121 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:37.121 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:43:37.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.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:37.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:37.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:37.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:37.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:37.123 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:37.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:37.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:37.123 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:37.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:37.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:43:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:43:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:40.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:40.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:40.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:43:40.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.129 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:40.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:40.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:40.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:43:40.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:40.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:40.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:40.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:40.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:40.130 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:40.130 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:40.130 DEBUG [main][MenuItemLookup] Item match:File 12:43:40.131 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:40.131 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:40.134 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:40.134 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:40.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:40.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:40.135 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:43:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:43:40.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:43:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:40.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:40.211 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:40.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:40.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:40.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:40.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:40.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:40.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:43:40.212 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:40.212 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:40.212 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:43:40.212 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:40.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:40.213 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:40.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:40.213 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:40.213 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:43:40.213 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:43:40.213 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:43:40.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:43:40.216 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:40.216 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:40.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:40.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:40.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:40.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:40.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:40.217 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:40.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:40.217 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:40.217 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:40.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:40.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:43:40.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:43:40.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:43:40.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:40.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:40.304 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:43:40.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:40.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.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:43:40.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:40.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:40.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:40.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:40.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:40.337 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:40.338 INFO [WorkbenchTestable][AbstractText] Text set to: GenHash 12:43:40.359 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:43:40.359 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:43:40.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:40.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:40.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:40.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:40.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:40.362 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:40.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:40.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60e59c2 is found... 12:43:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60e59c2 is found finished successfully 12:43:40.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QGenHash.java\E') 12:43:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:40.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:40.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:40.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:40.939 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:40.939 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { } TooltipText=null 12:43:40.939 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 3, offser 0 12:43:40.951 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:40.951 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 12:43:40.951 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:43:40.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - GenHashProject/src/GenHash.java - Eclipse Platform 12:43:40.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:40.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:40.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 12:43:40.952 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 12:43:40.952 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:40.952 DEBUG [main][MenuItemLookup] Item match:File 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:40.953 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:43:40.953 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:43:40.953 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:43:40.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:43:40.953 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:43:41.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:43:41.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:43:41.068 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:41.068 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 12:43:41.070 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:43:41.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:43:41.248 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:41.248 DEBUG [main][MenuItemLookup] Item match:Source Shift+Alt+S 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Shift+Ctrl+C' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Remove Block Comment Shift+Ctrl+\' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Generate Element Comment Shift+Alt+J' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Correct Indentation Ctrl+I' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Format Shift+Ctrl+F' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Format Element' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Add Import Shift+Ctrl+M' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Organize Imports Shift+Ctrl+O' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Sort Members...' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Clean Up...' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Override/Implement Methods...' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Generate Getters and Setters...' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Generate Delegate Methods...' 12:43:41.249 DEBUG [main][MenuItemLookup] Found menu:'Generate hashCode() and equals()...' 12:43:41.249 DEBUG [main][MenuItemLookup] Item match:Generate hashCode() and equals()... 12:43:41.249 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Generate &hashCode() and equals()..." 12:43:41.249 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Generate hashCode() and equals()... 12:43:41.249 INFO [main][MenuItemHandler] Select menu item: Generate &hashCode() and equals()... 12:43:41.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Generate hashCode() and equals()"] is available.... 12:43:41.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Generate hashCode() and equals()"] is available. finished successfully 12:43:41.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Generate hashCode() and equals() 12:43:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:41.363 TRACE [WorkbenchTestable][GenerateHashCodeEqualsDialog] Shell Generate hashCode() and equals() is not null and is not disposed 12:43:41.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43: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.shell.DefaultShell, index 0 and no matchers specified 12:43:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:41.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:41.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:41.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:41.365 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 12:43:41.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 12:43:41.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:41.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 12:43:41.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 12:43:41.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:42.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 12:43:42.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.shell.DefaultShell, index 0 and no matchers specified 12:43:42.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:42.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:42.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:42.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:42.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:42.382 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 12:43:42.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 12:43:42.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:42.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:42.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 12:43:42.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 12:43:42.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:43.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:43.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 12:43:43.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:43:43.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:43.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:43.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:43.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:43.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:43.387 INFO [WorkbenchTestable][AbstractButton] Click button Select &All 12:43:43.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:43.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:43.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:43.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:43.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:43.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:43.389 INFO [WorkbenchTestable][AbstractButton] Click button &Generate 12:43:43.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:43.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:43.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:43.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:43:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:43:43.493 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:43.493 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=import java.util.Objects; public class GenHash { @Override public int hashCode() { return Objects.hash(text); } @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; return Objects.equals(text, other.text); } private String text;} TooltipText=null 12:43:43.493 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:43:43.493 DEBUG [WorkbenchTestable][EditorHandler] Closing editor GenHash.java 12:43:43.590 DEBUG [WorkbenchTestable][EditorHandler] Editor GenHash.java is closed 12:43:43.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:43:43.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:43.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:43.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:43.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:43.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 12:43:43.591 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:43:43.591 DEBUG [main][EditorHandler] 0 editor(s) found 12:43:43.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:43.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:43.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:43:43.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:43.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:43.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:43.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:43.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:43.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:43.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:43:43.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:43.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:43.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:43.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:43.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:43.594 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:43.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:43.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:43.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:43.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:43.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:43.596 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:43.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:43.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:43.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:43.596 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:43.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:43.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:43.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:43.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:43.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:43.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:44.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:44.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:44.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:44.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:45.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:45.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:45.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:45.098 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:45.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:45.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:45.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:45.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:45.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:45.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:45.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:45.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:45.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:45.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 12:43:45.099 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:45.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:45.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:45.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:45.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:45.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:45.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:45.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:45.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:46.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:46.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:46.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:46.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:46.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:46.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:46.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:46.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:46.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:46.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:46.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:46.102 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 12:43:46.103 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:46.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:46.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:46.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:46.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:46.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:46.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:46.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:46.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:46.104 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:43:46.104 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:43:46.104 DEBUG [main][TreeItemHandler] Set Tree selection 12:43:46.104 DEBUG [main][TreeHandler] Notify Tree about selection event 12:43:46.111 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:43:46.117 DEBUG [WorkbenchTestable][TreeItemHandler] GenHashProject 12:43:46.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:46.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:46.145 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:46.145 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:43:46.146 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:43:46.146 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:43:46.146 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:43:46.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:46.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:46.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:46.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:46.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:46.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:46.674 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:46.674 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:43:46.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:43:46.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:43:46.674 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:43:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:43:47.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:43:47.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:43:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:47.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:43:47.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:47.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:47.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:47.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:47.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:47.264 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:43:47.264 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:43:47.264 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:43:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:47.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:47.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:47.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:43:47.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:43:47.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:47.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:47.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:47.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:47.265 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:47.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:47.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:47.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:43:47.268 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:43:47.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:43:47.769 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:43:47.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:47.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:47.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:43:47.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:43:47.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:47.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:43:47.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:47.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:47.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:43:47.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:47.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:47.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.999 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: 6.811 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:43:47.788 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:43:47.788 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:43:47.788 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:47.788 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:43:47.788 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:47.788 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:43:47.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:47.789 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:43:47.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:47.789 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:43:47.789 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:43:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:43:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:47.789 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:47.789 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:47.789 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:47.789 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:47.789 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:47.789 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:47.789 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:47.789 DEBUG [main][MenuItemLookup] Item match:Window 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.790 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:43:47.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.791 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:47.791 DEBUG [main][MenuItemLookup] Item match:Window 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:47.791 DEBUG [main][MenuItemLookup] Item match:Perspective 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:43:47.791 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:43:47.791 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:43:47.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:43:47.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.791 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:47.792 DEBUG [main][MenuItemLookup] Item match:Window 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:43:47.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.792 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:47.792 DEBUG [main][MenuItemLookup] Item match:Window 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:47.792 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:47.792 DEBUG [main][MenuItemLookup] Item match:Perspective 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:43:47.793 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:43:47.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:47.793 DEBUG [main][MenuItemLookup] Item match:Window 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:43:47.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:43:47.793 DEBUG [main][MenuItemLookup] Item match:Window 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:43:47.793 DEBUG [main][MenuItemLookup] Item match:Perspective 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:43:47.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.794 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:43:47.794 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:43:47.794 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:43:47.794 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:43:47.794 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:43:47.794 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:43:47.794 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:43:47.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:43:47.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:43:47.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:43:47.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:47.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:47.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:47.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:43:47.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:47.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:47.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:47.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 "Reset Perspective") 12:43:47.824 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:47.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:43:47.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:47.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:47.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:47.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:47.824 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:43:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:47.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:47.824 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:47.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:47.979 INFO [WorkbenchTestable][OomphRecorderRequirement] Enabling Oomph preferences recorder 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:47.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:47.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:47.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:47.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:47.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:47.981 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:47.981 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:47.981 DEBUG [main][MenuItemLookup] Item match:File 12:43:47.982 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:47.982 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:47.985 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:47.985 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:47.985 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:47.985 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:47.985 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:48.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:43:48.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:43:48.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:43:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:48.165 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:48.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:48.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:48.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:48.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:48.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:48.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:48.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:48.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:43:48.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:48.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:48.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:48.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:48.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:48.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:43:48.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:43:48.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:48.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:43:48.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:48.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:43:48.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:43:48.167 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:43:48.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:43:48.178 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:43:48.178 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:43:48.178 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:48.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:48.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:48.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:48.179 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:48.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:48.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:48.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:48.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:48.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:43:48.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:48.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:43:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:43:48.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:43:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:48.406 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:48.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:48.407 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'buildpathspropertypagetest' 12:43:48.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:43:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:48.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:48.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:48.408 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:48.409 INFO [WorkbenchTestable][AbstractText] Text set to: buildpathspropertypagetest 12:43:48.442 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:43:48.442 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:43:48.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:48.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:48.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:48.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:48.444 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:48.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:48.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:48.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:43:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:43:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:51.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:51.450 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:43:51.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:43:51.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:51.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:51.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:51.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:51.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:51.451 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:43:51.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:51.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:51.452 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:51.452 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:51.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:43:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:51.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:51.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:51.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:51.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:51.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:51.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:51.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:51.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:51.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:51.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:51.455 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:51.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:51.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:51.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:51.455 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:51.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:51.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:51.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:51.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:51.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:51.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:51.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:51.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:52.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:52.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:52.457 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:52.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:52.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:52.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:52.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:52.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:52.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:43:52.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:43:52.458 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:43:52.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:43:52.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:43:52.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:52.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:52.490 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:43:52.490 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:43:52.490 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:43:52.490 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:43:52.490 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:43:52.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:43:52.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:52.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:52.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:43:52.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:52.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:52.583 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:43:52.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:52.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:43:52.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:52.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:52.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:52.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:43:52.585 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:43:52.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:43:52.585 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:43:52.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:52.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:52.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:52.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:43:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:52.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Source 12:43:52.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:52.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:52.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Order and Export") 12:43:52.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:52.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Order and Export 12:43:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:52.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Projects") 12:43:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:52.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Projects 12:43:52.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:52.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:52.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:43:52.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:52.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:52.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:43:52.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:52.790 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:43:52.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:52.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:52.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:52.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:52.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:52.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:43:52.860 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:52.860 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:52.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:52.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:43:52.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:52.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:43:52.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:43:52.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:52.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:52.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:52.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.862 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:43:52.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:52.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:52.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:43:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:52.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:52.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:52.863 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:52.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:52.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:52.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:52.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:52.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:52.866 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:52.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:52.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:52.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:52.867 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:52.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:52.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:52.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:52.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:52.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:52.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:53.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:53.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:53.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:53.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:53.869 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:53.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:53.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:53.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:53.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:53.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:53.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:53.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:53.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:53.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:53.870 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:43:53.870 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:43:53.870 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:43:53.870 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:43:53.872 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:43:53.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:53.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:53.915 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:43:53.915 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:43:53.915 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:43:53.915 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:43:53.915 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:43:54.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:43:54.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:54.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:54.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:43:54.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:54.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:54.071 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:43:54.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:54.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:43:54.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:54.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:54.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:54.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:43:54.073 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:43:54.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:43:54.073 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:43:54.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.076 INFO [WorkbenchTestable][BuildPathsPropertyPage] Adding variable on Modulepath: VN=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:43:54.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:54.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:54.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:54.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:54.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:54.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:54.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:43:54.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:43:54.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:43:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:43:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:54.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:54.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 12:43:54.102 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 12:43:54.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 12:43:54.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 12:43:54.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Variable...") 12:43:54.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:54.105 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 12:43:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:54.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:54.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:54.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available.... 12:43:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available. finished successfully 12:43:54.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:43:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:54.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Configure Variables...") 12:43:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:54.192 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 12:43:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:54.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:54.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:54.298 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:43:54.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:54.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:54.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:54.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:43:54.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:54.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:54.299 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 12:43:54.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:54.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:43:54.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:54.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:54.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:43:54.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:43:54.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:43:54.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:43:54.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New...") 12:43:54.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:54.306 INFO [WorkbenchTestable][AbstractButton] Click button &New... 12:43:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:54.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:54.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:54.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 12:43:54.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available. finished successfully 12:43:54.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 12:43:54.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:54.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:54.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:43:54.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:54.361 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:54.361 INFO [WorkbenchTestable][AbstractText] Text set to: VN 12:43:54.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Path:") 12:43:54.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:54.363 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:54.364 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:43:54.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:43:54.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:54.366 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:54.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:54.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:54.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:54.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:43:54.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:43:54.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:43:54.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:43:54.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:43:54.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:43:54.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:43:54.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:54.408 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:43:54.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:54.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:54.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:54.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:54.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:54.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:54.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:43:54.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:54.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:54.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 "OK", Widget matcher matching widgets with style: 8) 12:43:54.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:54.474 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:54.474 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:54.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:54.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:43:54.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:43:54.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:54.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:54.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:54.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.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:43:54.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:54.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:54.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:54.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:54.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:54.516 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:43:54.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:54.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:54.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:54.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:54.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:54.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:55.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:55.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:55.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:55.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:55.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:55.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:55.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:43:55.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:43:55.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:43:55.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:43:55.023 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 12:43:55.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:43:55.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:55.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:43:55.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:55.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:43:55.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:43:55.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:55.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:43:55.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:55.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:43:55.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.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.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:43:55.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.028 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:43:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:55.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:55.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:43:55.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:55.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:55.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:43:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:55.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:55.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:55.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:55.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:55.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:55.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:55.082 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:43:55.082 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:43:55.082 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:43:55.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:43:55.107 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:55.107 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:55.134 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:43:55.134 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:43:55.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:43:55.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:43:55.135 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:43:55.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:43:55.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:55.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:55.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:43:55.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:55.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:55.350 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:43:55.350 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:55.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:43:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:55.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:55.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:55.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:43:55.352 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:43:55.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:43:55.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:43:55.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.353 INFO [WorkbenchTestable][BuildPathsPropertyPage] Removing variable from Modulepath: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:43:55.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:55.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:55.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:55.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:55.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:43:55.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:43:55.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:43:55.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:43:55.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:55.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:55.356 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar of tree item Modulepath 12:43:55.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:43:55.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:55.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:43:55.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:55.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:43:55.357 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:43:55.357 DEBUG [main][TreeItemHandler] Selecting tree item: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:43:55.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar about selection 12:43:55.370 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:43:55.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:43:55.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.373 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:43:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:55.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:43:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:43:55.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:43:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:43:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:55.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:55.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Modulepath 12:43:55.386 DEBUG [main][TreeItemHandler] Selecting tree item: Modulepath 12:43:55.386 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Modulepath about selection 12:43:55.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Modulepath 12:43:55.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Variable...") 12:43:55.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.389 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 12:43:55.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available.... 12:43:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available. finished successfully 12:43:55.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:43:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:55.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar") 12:43:55.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:43:55.465 TRACE [main][WidgetHandler] Notify Table with event 13 12:43:55.465 TRACE [main][WidgetHandler] Wait for synchronization 12:43:55.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Configure Variables...") 12:43:55.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.466 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 12:43:55.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.574 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:43:55.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:55.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:55.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:55.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:55.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:43:55.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:55.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:55.575 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 12:43:55.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:55.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:43:55.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:55.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:43:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:43:55.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar") 12:43:55.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:43:55.590 TRACE [main][WidgetHandler] Notify Table with event 13 12:43:55.590 TRACE [main][WidgetHandler] Wait for synchronization 12:43:55.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:43:55.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.592 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:43:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:55.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:55.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:55.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 12:43:55.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:55.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:43:55.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:43:55.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:55.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:55.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 12:43:55.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:43:55.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.605 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:43:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 12:43:55.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available. finished successfully 12:43:55.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 12:43:55.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:55.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:55.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:43:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.649 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:43:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:43:55.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:43:55.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:43:55.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.826 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:43:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.826 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.826 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:43:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:43:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:55.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:43:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:55.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:55.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:55.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:55.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:55.860 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:43:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:55.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:55.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:55.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:56.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:56.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:56.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:56.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:56.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:56.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:56.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:56.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:56.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:56.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:56.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:43:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:56.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:43:56.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:43:56.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:56.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:43:56.366 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 12:43:56.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:43:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:56.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:43:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:56.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:43:56.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:43:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:56.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:43:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:56.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:43:56.366 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 12:43:56.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:43:56.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:56.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:43:56.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:43:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:57.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:43:57.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:57.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:57.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:43:57.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:57.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:57.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:57.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:57.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:57.377 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:43:57.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:57.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:57.377 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:57.377 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:57.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:57.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:43:57.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:57.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:57.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:57.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:43:57.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:43:57.425 INFO [WorkbenchTestable][RequirementsRunner] Test method addRemoveVariable is ignored because shouldRun method of RunIf conditional run is not met. 12:43:57.426 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:43:57.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:57.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:43:57.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:43:57.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:57.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:57.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:57.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:57.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:57.427 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:43:57.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:57.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:57.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:57.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:57.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:43:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:57.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:57.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:57.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:57.428 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:57.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:57.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:57.431 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:57.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:57.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:57.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:57.432 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:57.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:57.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:57.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:57.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:57.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:57.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:57.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:57.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:58.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:58.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:58.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:58.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:43:58.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:43:58.934 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:43:58.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:43:58.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:58.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:43:58.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:58.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:58.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:58.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:58.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:58.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:58.935 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:43:58.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:43:58.935 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:43:58.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:43:58.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:43:58.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:43:58.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'New' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:58.966 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:43:58.966 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:43:58.966 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:43:58.966 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:43:58.966 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:43:59.125 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:43:59.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:43:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.127 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:43:59.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:43:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:59.128 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:43:59.128 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:43:59.128 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:43:59.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:43:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.129 INFO [WorkbenchTestable][BuildPathsPropertyPage] Adding variable on Classpath: VN=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:43:59.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:59.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:59.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:59.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:59.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:59.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:43:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:43:59.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:43:59.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:43:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:59.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:59.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 12:43:59.134 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 12:43:59.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 12:43:59.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 12:43:59.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Variable...") 12:43:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.137 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 12:43:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available.... 12:43:59.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available. finished successfully 12:43:59.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:43:59.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Configure Variables...") 12:43:59.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.191 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 12:43:59.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:43:59.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:43:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.283 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 12:43:59.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:43:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:43:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:43:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:43:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:43:59.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New...") 12:43:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.287 INFO [WorkbenchTestable][AbstractButton] Click button &New... 12:43:59.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.287 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.287 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 12:43:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available. finished successfully 12:43:59.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 12:43:59.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:43:59.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:59.332 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:59.333 INFO [WorkbenchTestable][AbstractText] Text set to: VN 12:43:59.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Path:") 12:43:59.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:59.334 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:59.335 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:43:59.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:43:59.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.340 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:43:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:43:59.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:43:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:43:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:43:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:43:59.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:43:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.381 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:43:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:59.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:43:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:43:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.442 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:43:59.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:43:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:43:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:59.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:43:59.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.479 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:43:59.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:59.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:59.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:59.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:43:59.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:59.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:43:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:59.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:43:59.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:43:59.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:43:59.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:43:59.986 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 12:43:59.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:43:59.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:59.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 12:43:59.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:59.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:43:59.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:43:59.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:59.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 12:43:59.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:59.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:43:59.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:43:59.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.990 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:43:59.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:00.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:00.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:00.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:00.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:00.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.043 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:44:00.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:00.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:44:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:00.045 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:00.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:00.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:00.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:00.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:00.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:00.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:44:00.048 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:44:00.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:44:00.070 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:44:00.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:00.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.103 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:44:00.103 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:44:00.103 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:44:00.103 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:44:00.103 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:44:00.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:44:00.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:44:00.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.301 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:44:00.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:44:00.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:00.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:00.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:00.302 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:44:00.302 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:44:00.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:44:00.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:44:00.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.303 INFO [WorkbenchTestable][BuildPathsPropertyPage] Removing variable from Classpath: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:44:00.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:44:00.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:00.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:44:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:00.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:44:00.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:44:00.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:44:00.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:44:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:00.307 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar of tree item Classpath 12:44:00.307 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:44:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.307 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Classpath is already expanded. No action performed 12:44:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.307 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:44:00.307 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:44:00.307 DEBUG [main][TreeItemHandler] Selecting tree item: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:44:00.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar about selection 12:44:00.309 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:44:00.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:44:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.310 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:44:00.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:00.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:44:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:00.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:44:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:44:00.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:44:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:44:00.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:00.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath 12:44:00.336 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath 12:44:00.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath about selection 12:44:00.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath 12:44:00.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Variable...") 12:44:00.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.339 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 12:44:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available.... 12:44:00.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available. finished successfully 12:44:00.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:44:00.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar") 12:44:00.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:44:00.387 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:00.387 TRACE [main][WidgetHandler] Wait for synchronization 12:44:00.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Configure Variables...") 12:44:00.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.396 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 12:44:00.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.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.*'] 12:44:00.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.476 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:44:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.477 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 12:44:00.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:44:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:44:00.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:00.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar") 12:44:00.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:44:00.491 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:00.491 TRACE [main][WidgetHandler] Wait for synchronization 12:44:00.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:44:00.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.492 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:00.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:00.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 12:44:00.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:00.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.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 "Apply and Close") 12:44:00.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:00.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 12:44:00.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:00.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.506 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:00.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 12:44:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available. finished successfully 12:44:00.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 12:44:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:44:00.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.551 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:44:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:00.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:00.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:44:00.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.673 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:44:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:00.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:00.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:00.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.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:44:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.737 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:44:00.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:00.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:01.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:44:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:01.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:44:01.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:01.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:01.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:44:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:44:01.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:44:01.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:44:01.243 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 12:44:01.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:44:01.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:44:01.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:44:01.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:44:01.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:44:01.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:44:01.243 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 12:44:01.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:44:01.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:44:01.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:44:01.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:02.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:44:02.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:44:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:02.253 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:02.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:02.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:02.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:02.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:02.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:02.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:02.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:02.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:02.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:02.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:44:02.301 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:02.301 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:02.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:02.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:02.301 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:44:02.301 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:02.301 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:44:02.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:44:02.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:02.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:02.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:02.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:44:02.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:02.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:02.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:44:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:02.303 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:02.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:02.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:02.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:02.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:02.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:02.305 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:02.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:02.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:02.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:02.306 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:02.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:02.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:02.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:02.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:02.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:03.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:03.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:03.307 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:03.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:03.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:03.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:03.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:03.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:03.308 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:44:03.309 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:44:03.309 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:44:03.309 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:44:03.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:44:03.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:03.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:03.340 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:44:03.340 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:44:03.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:44:03.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:44:03.340 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:44:03.481 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:44:03.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:03.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:03.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:44:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:03.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:03.493 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:44:03.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:03.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:44:03.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:03.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:03.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:03.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:44:03.494 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:44:03.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:44:03.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:44:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:44:03.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:03.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate &Libraries 12:44:03.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:03.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:03.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:44:03.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:44:03.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:44:03.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:44:03.509 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Modulepath and wait with time period 1 12:44:03.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:44:03.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:03.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:44:03.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:03.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:44:03.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Modulepath 12:44:03.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:03.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Modulepath is already expanded. No action performed 12:44:03.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:03.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Modulepath 12:44:03.510 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Classpath and wait with time period 1 12:44:03.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:44:03.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:04.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:04.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:44:04.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Classpath 12:44:04.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:04.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:04.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Classpath 12:44:04.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:44:04.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:04.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:44:04.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:04.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:04.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:04.522 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:44:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:04.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:04.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:04.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:04.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:04.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:44:04.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:04.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:44:04.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:04.576 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:44:04.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:04.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:04.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:04.576 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:04.576 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:04.576 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:04.576 DEBUG [main][MenuItemLookup] Item match:Window 12:44:04.577 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:04.577 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:04.577 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:04.577 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.577 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:04.577 DEBUG [main][MenuItemLookup] Item match:Show View 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.580 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:44:04.580 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:44:04.602 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:44:04.602 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:44:04.602 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:44:04.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:44:04.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:44:04.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:44:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:04.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:04.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:04.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:04.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:04.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:44:04.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:44:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:04.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:44:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:04.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:44:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:44:04.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:44:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:04.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:44:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:04.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:44:04.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:44:04.668 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:44:04.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:44:04.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:44:04.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:04.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:04.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:04.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:04.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:04.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:04.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:04.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:04.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:04.669 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:04.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:04.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:04.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:04.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:04.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:04.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:44:04.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:44:04.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:04.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:04.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 '\*?\QProject Explorer\E') 12:44:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:04.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:04.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:04.718 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:04.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:04.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:04.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:04.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:04.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:04.719 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:04.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:04.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:04.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:04.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:04.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:05.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:05.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:05.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:05.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:05.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:05.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:05.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:05.722 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:44:05.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:44:05.723 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:44:05.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:44:05.735 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:44:05.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:05.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:05.764 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:05.764 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:44:05.764 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:44:05.764 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:44:05.764 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:44:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:05.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:05.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:06.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:06.265 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'buildpathspropertypagetest' via Explorer 12:44:06.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:44:06.265 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:44:06.265 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:44:06.271 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:44:06.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:06.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:06.300 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:06.300 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:06.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:44:06.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:06.300 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:44:06.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.... 12:44:06.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 'Delete.*'] is available. finished successfully 12:44:06.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:06.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:06.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:06.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:06.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:06.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) 12:44:06.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:06.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:06.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:06.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:06.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:06.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:06.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:06.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:06.909 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:44:06.909 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:44:06.909 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:44:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:06.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:06.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:06.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) 12:44:06.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:06.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:06.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:06.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:06.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:06.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:06.910 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:06.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:06.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:06.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:06.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:44:06.913 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:44:07.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:44:07.414 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:44:07.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:07.415 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:44:07.415 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:07.415 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 19.631 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 1.41 s addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 4.564 s addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) skipped addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 4.875 s getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 2.269 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:07.424 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:07.425 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:07.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:07.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:07.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:07.425 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:07.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:07.425 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:07.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:07.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:07.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:07.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:07.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:07.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:07.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:07.426 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:07.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:07.426 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:07.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:07.427 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:07.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:07.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:07.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:07.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:07.428 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:07.428 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:07.428 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:07.428 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:07.428 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:07.428 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:07.428 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:07.428 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:07.428 DEBUG [main][MenuItemLookup] Item match:Window 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:07.429 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:07.429 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:07.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:07.429 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:07.429 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:07.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 'Preferences.*'] is available.... 12:44:07.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 12:44:07.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:07.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:07.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:07.546 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:07.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:07.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 12:44:07.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:07.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:07.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:07.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:07.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:07.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:07.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:44:07.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:08.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:44:08.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:08.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:08.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:44:08.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:08.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:08.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:44:08.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:08.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:08.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:08.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:44:08.551 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:44:08.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:44:08.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:44:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:44:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:08.565 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:44:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:08.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:08.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:08.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:08.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:08.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:08.621 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:08.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:08.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:08.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:08.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:08.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:08.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:08.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:08.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:08.621 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:08.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.621 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.621 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:08.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.622 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:08.622 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:08.622 DEBUG [main][MenuItemLookup] Item match:Window 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.622 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:08.622 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:08.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:08.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:08.622 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:08.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:08.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:08.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.697 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:08.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:08.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:08.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:44:08.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:44:08.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:44:08.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:44:08.700 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.700 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.700 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:08.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:44:08.700 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:44:08.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:44:08.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:44:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:44:08.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:08.702 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:44:08.703 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:44:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:08.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:08.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:08.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:08.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:44:08.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.704 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 12:44:08.704 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 12:44:08.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:08.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:08.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:08.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:08.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:08.746 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:08.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:08.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:08.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:08.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:08.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:08.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:08.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:08.747 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:08.747 DEBUG [main][MenuItemLookup] Item match:Window 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.747 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:08.747 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:08.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:08.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:08.747 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:08.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:08.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:08.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.825 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:08.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:08.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:44:08.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:44:08.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:44:08.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:44:08.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:08.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:08.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:08.828 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:44:08.828 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:44:08.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:44:08.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:44:08.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.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") 12:44:08.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:08.832 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:08.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:08.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:08.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:08.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:08.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:08.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:08.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:08.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:08.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:08.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:08.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:08.896 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:08.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:08.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:08.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:08.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:08.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:08.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:08.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:08.896 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:08.896 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:08.897 DEBUG [main][MenuItemLookup] Item match:Window 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:08.897 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:08.897 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:08.897 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:08.897 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:08.897 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:08.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.... 12:44:08.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:08.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.974 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:08.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:08.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:08.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:08.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:08.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:44:08.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:08.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:08.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:08.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:44:08.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:08.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:08.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:08.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:44:08.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:08.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.977 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:08.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:08.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:44:08.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:08.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:08.977 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:08.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:08.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:08.977 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:44:08.977 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:44:08.977 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:44:08.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:44:08.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:08.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:44:08.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:08.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.979 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 12:44:08.980 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 12:44:08.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:09.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:09.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:09.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:09.024 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:09.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:09.024 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:09.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:09.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:09.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:09.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:09.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:09.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:09.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:09.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:09.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.024 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:09.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:09.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:09.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:09.025 DEBUG [main][MenuItemLookup] Item match:Window 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.025 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:09.025 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:09.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:09.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:09.025 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:09.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:09.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:09.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:09.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.102 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:09.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:09.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:09.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:44:09.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:09.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:09.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:09.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:44:09.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:09.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:09.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:09.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:44:09.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:09.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:09.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:09.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:44:09.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:09.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:09.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:09.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:44:09.105 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:44:09.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:44:09.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:44:09.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:44:09.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:09.108 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:44:09.108 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:44:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:09.108 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:09.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:09.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:09.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:44:09.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:09.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.109 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 12:44:09.110 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 12:44:09.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:09.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:09.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:09.149 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:09.149 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:09.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:09.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:09.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:09.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:09.150 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:09.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:09.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:09.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:09.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:09.150 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:09.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.150 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:09.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.150 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:09.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:09.150 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:09.151 DEBUG [main][MenuItemLookup] Item match:Window 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.151 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:09.151 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:09.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:09.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:09.151 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:09.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:09.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:09.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.219 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:09.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:09.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:09.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:44:09.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:09.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:09.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:44:09.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:44:09.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:44:09.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:44:09.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:44:09.228 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:44:09.228 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:44:09.228 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:44:09.229 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:44:09.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:09.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:44:09.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.231 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 12:44:09.231 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 12:44:09.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:09.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:09.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:09.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:09.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:09.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:44:09.272 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:44:09.272 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:09.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:09.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.849 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 1.195 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.125 s ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.15 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.128 s apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.126 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.122 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:09.280 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:09.280 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:09.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:09.280 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:09.280 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:09.280 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:09.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:09.281 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:09.281 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:09.281 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:44:09.281 DEBUG [main][EditorHandler] 0 editor(s) found 12:44:09.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.283 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:09.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:09.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:09.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:09.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:09.286 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:09.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:09.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:09.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:09.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:09.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:09.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:09.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:09.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:09.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:44:09.289 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:09.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:09.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:09.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:44:09.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:09.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:09.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:09.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:44:09.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:09.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:09.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.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 Java Project"] 12:44:09.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:09.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:09.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:09.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.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 Java Project"] 12:44:09.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:09.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:09.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:09.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:09.292 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:09.292 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:09.292 DEBUG [main][MenuItemLookup] Item match:File 12:44:09.293 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:09.293 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:09.296 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:09.296 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:09.296 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:09.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:09.296 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:09.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:44:09.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:44:09.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:44:09.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.380 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:09.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:09.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:09.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:09.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:09.383 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:09.383 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:09.383 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:09.383 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:44:09.383 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:44:09.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:44:09.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:44:09.391 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:09.391 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:09.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:09.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:09.393 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:09.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:09.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:09.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:09.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:09.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:44:09.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:44:09.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:44:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:09.601 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:44:09.601 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:09.601 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'java_project' 12:44:09.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:09.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:09.604 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:09.605 INFO [WorkbenchTestable][AbstractText] Text set to: java_project 12:44:09.645 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:44:09.645 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:44:09.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:09.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:09.649 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:09.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:09.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:09.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:09.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:09.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:44:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:44:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:12.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:12.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:12.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:12.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.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"] 12:44:12.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:12.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:12.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:12.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:44:12.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:12.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:12.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:12.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:12.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:12.656 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:12.656 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:12.656 DEBUG [main][MenuItemLookup] Item match:File 12:44:12.657 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:12.657 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:12.660 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:12.660 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:12.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:12.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:12.661 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:12.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:44:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:44:12.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:44:12.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:12.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:12.831 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:12.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:12.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:12.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:12.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:12.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:12.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:12.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:12.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:12.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:12.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:12.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:12.835 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:12.835 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:12.835 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:12.835 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:44:12.836 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:44:12.836 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:44:12.839 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:44:12.839 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:12.839 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:12.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:12.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:12.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:12.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:12.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:12.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:12.847 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:12.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:12.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:12.968 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:12.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.968 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:44:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:44:12.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:44:12.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:12.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:12.969 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:44:12.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:12.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:44:12.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:12.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:13.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:13.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:13.063 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:13.064 INFO [WorkbenchTestable][AbstractText] Text set to: Demo 12:44:13.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:44:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:13.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:13.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:13.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:13.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:13.153 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:44:13.153 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:44:13.153 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:44:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:13.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:13.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:13.154 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:44:13.154 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:44:13.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.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:13.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:13.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:13.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:13.158 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:13.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:13.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:13.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:13.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a3b6306 is found... 12:44:13.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a3b6306 is found finished successfully 12:44:13.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:44:13.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:13.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:13.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:13.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:13.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:13.987 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:13.988 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub } } TooltipText=null 12:44:13.988 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6 12:44:13.988 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6, offser 0 12:44:14.034 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:14.034 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:14.034 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:44:14.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:14.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:14.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:14.035 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:14.035 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:14.035 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:14.035 DEBUG [main][MenuItemLookup] Item match:File 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:14.036 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:44:14.036 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:44:14.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:44:14.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:44:14.036 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:44:14.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:44:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:44:14.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:14.178 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:14.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:14.178 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:44:14.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:14.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:14.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:14.178 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:14.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:14.271 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' view via menu. 12:44:14.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:14.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:14.272 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:14.343 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:14.346 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:14.346 DEBUG [main][MenuItemLookup] Item match:Window 12:44:14.348 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:14.349 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:14.349 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:14.349 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:14.349 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:14.349 DEBUG [main][MenuItemLookup] Item match:Show View 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:14.352 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:44:14.352 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:44:14.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:44:14.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:44:14.353 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:44:14.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:44:14.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:44:14.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:44:14.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:14.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:14.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:14.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:14.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:14.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:14.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:14.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:14.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children... 12:44:14.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 12:44:14.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:15.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:15.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 12:44:15.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children finished successfully 12:44:15.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 12:44:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:15.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Debug is already expanded. No action performed 12:44:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:15.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 12:44:15.045 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Breakpoints 12:44:15.045 DEBUG [main][TreeItemHandler] Selecting tree item: Breakpoints 12:44:15.045 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Breakpoints about selection 12:44:15.045 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Breakpoints 12:44:15.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:15.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:15.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:15.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:15.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:15.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:15.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:15.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:15.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:15.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:15.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:15.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:15.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:15.048 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:15.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:15.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:15.048 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:15.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:15.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:15.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:15.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open... 12:44:15.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open finished successfully 12:44:15.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:15.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:15.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:15.186 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:15.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:15.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:15.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:15.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:15.192 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:15.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:15.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:15.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:15.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:15.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:15.196 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:44:15.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:15.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:15.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:15.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:15.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:15.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 '\*?\QBreakpoints\E') 12:44:15.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:15.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:15.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:15.261 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:15.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:15.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:15.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:15.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:15.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:15.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:44:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:15.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:15.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:15.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48cfa7e6 is found... 12:44:15.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@48cfa7e6 is found finished successfully 12:44:15.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:44:15.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:15.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:15.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:15.290 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 12:44:15.333 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:15.333 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:15.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:44:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:44:15.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:44:16.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:44:16.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:44:16.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:44:16.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:44:16.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:44:16.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:16.897 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:16.897 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:16.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:16.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:16.898 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:44:16.898 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:16.898 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:44:16.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:16.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:16.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:16.898 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:16.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:16.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:16.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:16.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:16.916 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:16.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 '\*?\QBreakpoints\E') 12:44:16.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:16.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:16.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:16.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:16.946 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:16.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:16.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:16.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:16.990 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:44:16.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:16.996 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:16.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:17.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:17.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:17.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:17.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:17.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:17.042 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:17.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:17.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:17.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:17.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:17.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:44:17.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:17.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:17.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:17.073 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:44:17.073 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:17.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:17.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:44:17.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:44:17.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:44:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:17.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.146 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:17.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:17.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:17.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:17.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:17.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:17.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a07aa21 is found... 12:44:17.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a07aa21 is found finished successfully 12:44:17.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:44:17.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:17.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:17.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:17.211 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 12:44:17.248 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.249 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:44:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:44:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19e4cf9c is found... 12:44:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@19e4cf9c is found finished successfully 12:44:17.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:44:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:17.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:17.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:17.754 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.755 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:17.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:17.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:17.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:17.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:17.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:17.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:17.776 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:17.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:17.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:17.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.825 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:17.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:17.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:17.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:17.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:17.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:17.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:17.862 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:17.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:17.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:17.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:17.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:17.866 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:44:17.888 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:17.888 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:17.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:17.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:17.889 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:44:18.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:44:18.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:18.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:18.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:18.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:18.890 DEBUG [WorkbenchTestable][AbstractView] found: Demo 12:44:18.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:18.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:18.890 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:18.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:18.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:18.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:44:18.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:18.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:44:18.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:18.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:18.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:18.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:18.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:18.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:18.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:18.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:18.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:18.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:18.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:18.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:18.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:18.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:18.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:18.936 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:18.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:18.939 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:44:18.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:18.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:18.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:18.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:18.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:18.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:18.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:18.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 '\*?\QBreakpoints\E') 12:44:18.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:18.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:19.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:19.005 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:19.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:19.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:19.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:19.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:19.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:44:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:19.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:19.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:19.010 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:44:19.011 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:19.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:19.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:44:19.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:44:19.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:44:19.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:19.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:19.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.060 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:19.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:19.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:19.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:19.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:19.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8555088 is found... 12:44:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8555088 is found finished successfully 12:44:19.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:44:19.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:19.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:19.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:19.110 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 12:44:19.146 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.147 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:44:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:44:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68dd1274 is found... 12:44:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@68dd1274 is found finished successfully 12:44:19.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:44:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:19.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:19.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:19.660 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.660 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:19.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.665 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:19.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:19.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:19.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:19.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:19.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:19.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:19.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:19.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:19.684 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:19.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:19.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:19.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.736 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:19.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:19.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:19.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:19.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:19.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:19.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:19.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:19.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:19.781 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:19.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:19.785 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:44:19.786 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:19.786 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:19.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:19.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:19.787 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:44:20.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:44:20.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:20.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:20.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:20.788 DEBUG [WorkbenchTestable][AbstractView] found: Demo [line: 7] - main(String[]) 12:44:20.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:20.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:20.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:20.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:20.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:20.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:44:20.788 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:20.788 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:44:20.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:20.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:20.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:20.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:20.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:20.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:20.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:20.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:20.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:20.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:20.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:20.834 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:20.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:20.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:20.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:20.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:20.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:20.838 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:44:20.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.868 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:20.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:20.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:20.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:20.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:20.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:20.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:20.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:20.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:20.888 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:20.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:20.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:20.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:20.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:20.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:20.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:44:20.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:20.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:20.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:20.916 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:44:20.916 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:20.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:20.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:44:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:44:20.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:44:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:20.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.975 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:20.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:20.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:21.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f1cfbec is found... 12:44:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f1cfbec is found finished successfully 12:44:21.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:44:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:21.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:21.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:21.036 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 12:44:21.071 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.072 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:21.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:44:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:44:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40bb43bc is found... 12:44:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40bb43bc is found finished successfully 12:44:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:44:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:21.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:21.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:21.584 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.584 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:44:21.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:21.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:21.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:21.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:21.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:21.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 '\*?\QBreakpoints\E') 12:44:21.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:21.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:21.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:21.607 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:21.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:21.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:21.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.659 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:21.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:44:21.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:21.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:44:21.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:44:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:21.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:21.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:21.676 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:21.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:21.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:44:21.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:21.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:21.680 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:44:21.680 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:44:21.681 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:44:21.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:44:21.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:21.704 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:44:22.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:44:22.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:22.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:22.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:22.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:22.705 DEBUG [WorkbenchTestable][AbstractView] found: Demo [entry] - main(String[]) 12:44:22.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:22.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:22.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:22.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:22.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:22.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:44:22.705 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:44:22.705 DEBUG [main][EditorHandler] 1 editor(s) found 12:44:22.705 DEBUG [WorkbenchTestable][EditorHandler] Closing editor Demo.java 12:44:22.779 DEBUG [WorkbenchTestable][EditorHandler] Editor Demo.java is closed 12:44:22.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:22.781 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:22.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:22.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:22.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:22.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:22.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:22.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:22.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:22.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:22.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:22.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:22.819 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:22.819 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:22.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:22.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:22.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:22.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:22.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:22.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:22.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:22.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:22.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:22.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:22.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:22.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:23.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:23.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:23.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:23.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:23.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:23.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:23.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:23.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:23.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:23.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 12:44:23.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:23.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:23.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:23.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:23.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:23.833 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 12:44:23.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:23.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:23.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:23.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:23.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:23.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:24.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:24.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:24.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:24.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:24.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:24.836 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:24.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:24.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:24.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:24.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 12:44:24.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:24.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:24.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:24.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:24.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:24.837 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 12:44:24.837 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:24.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:24.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:24.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:24.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:24.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:24.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:24.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:24.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:24.838 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:44:24.838 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:44:24.838 DEBUG [main][TreeItemHandler] Set Tree selection 12:44:24.838 DEBUG [main][TreeHandler] Notify Tree about selection event 12:44:24.845 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:44:24.847 DEBUG [WorkbenchTestable][TreeItemHandler] java_project 12:44:24.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:24.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:24.881 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:24.881 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:44:24.881 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:44:24.881 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:44:24.881 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:44:24.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:24.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:24.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:25.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:25.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:25.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:25.411 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:25.411 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:25.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:44:25.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:25.411 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:44:25.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:44:26.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:44:26.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.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: 32) 12:44:26.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.005 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:26.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:26.006 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:44:26.006 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:44:26.006 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:44:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:26.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:26.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:26.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 "OK") 12:44:26.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:26.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:26.007 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:26.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:26.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:26.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:26.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:26.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:44:26.011 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:44:26.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:44:26.511 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:44:26.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:26.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:26.512 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:26.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:26.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:26.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:44:26.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:26.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:26.513 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:44:26.513 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:26.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:26.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.235 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 2.72 s testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.993 s testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.897 s testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 1.917 s Running org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:44:26.528 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:44:26.528 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:26.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:26.528 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:44:26.528 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:26.528 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:26.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:26.529 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:26.529 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:26.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:26.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 12:44:26.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:44:26.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:26.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:26.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:26.529 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 12:44:26.529 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 12:44:26.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:26.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:44:26.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:26.560 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:44:26.560 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:26.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:26.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:44:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:44:26.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:44:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:26.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:26.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:26.619 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 12:44:26.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:26.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:26.619 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:44:26.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:26.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:26.619 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:26.619 TRACE [main][WidgetHandler] Wait for synchronization 12:44:26.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:26.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:26.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:26.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:26.622 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:26.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:26.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:26.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:26.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:26.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:26.776 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:44:26.776 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:44:26.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:26.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:44:26.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:26.791 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:44:26.791 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:26.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:26.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:44:26.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:44:26.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:44:26.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:26.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:26.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:26.845 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:44:26.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:26.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:26.845 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:44:26.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:26.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:26.846 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:26.846 TRACE [main][WidgetHandler] Wait for synchronization 12:44:26.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:26.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:26.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:26.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:26.848 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:26.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:26.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:26.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:26.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:26.990 INFO [WorkbenchTestable][JavaBrowsingPerspective] Open perspective: 'Java Browsing' 12:44:26.990 DEBUG [WorkbenchTestable][JavaBrowsingPerspective] Trying to open perspective: 'Java Browsing' 12:44:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:44:26.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:27.003 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:44:27.003 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:27.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:44:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:44:27.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:44:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:27.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:27.070 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Browsing') 12:44:27.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.071 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (3) 12:44:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.071 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:27.071 TRACE [main][WidgetHandler] Wait for synchronization 12:44:27.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:27.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:27.073 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:27.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:27.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:27.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:27.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:27.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:27.347 INFO [WorkbenchTestable][JavaTypeHierarchyPerspective] Open perspective: 'Java Type Hierarchy' 12:44:27.347 DEBUG [WorkbenchTestable][JavaTypeHierarchyPerspective] Trying to open perspective: 'Java Type Hierarchy' 12:44:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:44:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:27.369 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:44:27.370 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:27.370 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:44:27.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:44:27.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:44:27.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:27.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:27.421 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Type Hierarchy') 12:44:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.421 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (5) 12:44:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.421 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:27.421 TRACE [main][WidgetHandler] Wait for synchronization 12:44:27.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:27.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:27.423 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:27.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:27.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:27.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:27.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:27.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:27.607 INFO [WorkbenchTestable][ResourcePerspective] Open perspective: 'Resource' 12:44:27.611 DEBUG [WorkbenchTestable][ResourcePerspective] Trying to open perspective: 'Resource' 12:44:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:44:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:27.616 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:44:27.616 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:27.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:44:27.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:44:27.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:44:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.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 12:44:27.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.667 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:27.668 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource') 12:44:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.672 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource (default)') 12:44:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.672 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (8) 12:44:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.672 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:27.672 TRACE [main][WidgetHandler] Wait for synchronization 12:44:27.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:27.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:27.675 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:27.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:27.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:27.790 INFO [WorkbenchTestable][TeamSynchronizingPerspective] Open perspective: 'Team Synchronizing' 12:44:27.790 DEBUG [WorkbenchTestable][TeamSynchronizingPerspective] Trying to open perspective: 'Team Synchronizing' 12:44:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:44:27.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:27.797 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:44:27.797 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:27.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:44:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:44:27.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:44:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:27.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:27.848 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Team Synchronizing') 12:44:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.848 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (9) 12:44:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:27.849 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:27.849 TRACE [main][WidgetHandler] Wait for synchronization 12:44:27.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.849 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.849 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:27.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:27.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:27.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:27.851 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:27.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:27.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:28.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:28.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:28.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:44:28.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:28.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:28.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 12:44:28.066 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:44:28.066 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:28.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.538 s - in org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) Time elapsed: 1.537 s Running org.eclipse.reddeer.eclipse.test.jdt.environment.launcher.EnvironmentTabTest 12:44:28.084 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:44:28.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.085 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:28.085 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:28.085 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:28.085 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:28.085 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:28.085 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:28.085 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:28.085 DEBUG [main][MenuItemLookup] Found menu:'Help' 12:44:28.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:44:28.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. failed, an exception will be thrown Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.505 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.jdt.environment.launcher.EnvironmentTabTest org.eclipse.reddeer.eclipse.test.jdt.environment.launcher.EnvironmentTabTest Time elapsed: 0.505 s <<< ERROR! org.eclipse.reddeer.core.exception.CoreLayerException: No menu item matching Matcher matching widgets with text that without mnenomic matches: is "Run", Matcher matching widgets with text that without mnenomic matches: is "Run Configurations..." was found. The following items were found on path '/': Help Edit Search Window Project Navigate File at org.eclipse.reddeer.eclipse.test.jdt.environment.launcher.EnvironmentTabTest.beforeClass(EnvironmentTabTest.java:46) Running org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:44:28.594 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:44:28.594 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:28.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:28.594 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:44:28.594 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:28.594 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:28.594 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:28.594 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:28.594 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:28.595 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:44:28.595 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:44:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:28.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:44:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:28.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:28.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:28.601 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:44:28.601 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:28.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:44:28.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:44:28.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:44:28.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:28.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:28.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:28.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:28.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:28.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:28.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:28.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:28.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:28.649 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:44:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:28.649 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:44:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:28.649 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:28.649 TRACE [main][WidgetHandler] Wait for synchronization 12:44:28.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:28.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:28.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:28.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:28.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:28.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:28.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:28.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:28.652 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:28.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:28.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:28.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:28.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:28.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:28.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:28.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:44:28.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.797 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:28.798 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:28.798 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:28.798 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:28.798 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:28.798 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:28.798 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:28.798 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:28.798 DEBUG [main][MenuItemLookup] Item match:Window 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.799 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:28.799 DEBUG [main][MenuItemLookup] Item match:Window 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:28.799 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:28.799 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:28.800 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:28.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:44:28.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.800 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:28.800 DEBUG [main][MenuItemLookup] Item match:Window 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:28.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.800 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:28.800 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:28.800 DEBUG [main][MenuItemLookup] Item match:Window 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:28.801 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:28.801 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:28.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:28.801 DEBUG [main][MenuItemLookup] Item match:Window 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:28.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.801 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:28.801 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:28.801 DEBUG [main][MenuItemLookup] Item match:Window 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:28.802 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:28.802 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:28.802 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:28.802 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:44:28.802 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:44:28.802 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:44:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:44:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:44:28.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:44:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:28.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:44:28.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:28.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:44:28.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:28.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:44:28.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:28.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:28.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:28.849 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:44:28.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:28.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:28.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:28.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:29.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:29.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 12:44:29.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:44:29.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:29.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:29.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:29.025 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:44:29.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:29.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:29.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:29.025 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:29.025 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:29.025 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:29.025 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:29.025 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:29.025 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:29.025 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:29.025 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:29.025 DEBUG [main][MenuItemLookup] Item match:Run 12:44:29.026 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:44:29.026 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:44:29.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:29.026 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:44:29.026 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:44:29.026 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:44:29.026 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:44:29.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:44:29.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:44:29.026 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:44:29.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:44:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:44:29.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:44:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:29.131 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 12:44:29.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:29.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:29.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:29.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:29.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:29.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:29.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:29.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:29.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:44:29.133 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:44:29.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:44:29.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:44:29.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:44:29.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:44:29.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:29.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:29.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:44:29.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:44:29.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:44:29.154 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:44:29.154 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:44:29.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:44:29.157 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:29.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:29.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:29.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:29.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:29.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:29.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:29.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:29.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:29.372 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:29.372 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 12:44:29.373 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 12:44:29.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 "Apply") 12:44:29.373 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:29.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:29.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:29.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:29.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:29.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:29.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:29.384 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 12:44:29.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:29.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:29.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:29.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:30.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:30.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:30.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Test") 12:44:30.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:30.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:30.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:30.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:30.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 12:44:30.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project:") 12:44:30.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:30.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:30.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:30.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:30.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:30.391 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:30.392 INFO [WorkbenchTestable][AbstractText] Text set to: abc 12:44:30.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project:") 12:44:30.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:30.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:30.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:30.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:30.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:30.426 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:30.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test class:") 12:44:30.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:30.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:30.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:30.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:30.457 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:30.458 INFO [WorkbenchTestable][AbstractText] Text set to: cde 12:44:30.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test class:") 12:44:30.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:30.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:30.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:30.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:30.492 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:30.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test method:") 12:44:30.492 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:30.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:30.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:30.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:30.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:30.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:30.533 INFO [WorkbenchTestable][AbstractText] Text set to: efg 12:44:30.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test method:") 12:44:30.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:30.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:30.535 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:44:30.535 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:30.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:30.570 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:44:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:44:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:44:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:44:30.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:44:30.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:30.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:30.571 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 12:44:30.571 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 12:44:30.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:30.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:30.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:44:30.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:30.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:30.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:30.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:44:30.667 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 12:44:30.667 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:44:30.667 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:30.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.074 s - in org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) Time elapsed: 1.642 s Running org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:30.676 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:30.676 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:30.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:30.676 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:30.676 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:30.676 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:30.700 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:30.700 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:30.700 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:30.700 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:30.700 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:44:30.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:30.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:30.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:30.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:30.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:30.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:30.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:30.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:30.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:30.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:30.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:30.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:30.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:30.701 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:30.701 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:30.701 DEBUG [main][MenuItemLookup] Item match:Window 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:30.702 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:30.702 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:30.702 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:30.702 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:30.702 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:30.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.... 12:44:30.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:30.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:30.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:30.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:30.777 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:30.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:30.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:30.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:30.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:30.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:30.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:30.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:30.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:31.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:31.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:31.283 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:31.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:31.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:31.283 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:44:31.283 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:44:31.284 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:44:31.284 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:1782): Gtk-CRITICAL **: 12:44:31.334: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:31.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:31.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:31.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:31.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:31.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:31.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:31.377 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item 17.0.2+8 (default): 12:44:31.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:44:31.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:44:31.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:31.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:44:31.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:44:31.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:31.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:31.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:31.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:31.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:44:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:31.409 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:44:31.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:31.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:31.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:31.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:31.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:31.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:31.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:31.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:31.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:44:31.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:31.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:44:31.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:31.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:31.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:31.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:31.449 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:31.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.449 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:31.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.449 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:31.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:31.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:31.449 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:31.450 DEBUG [main][MenuItemLookup] Item match:Window 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:31.450 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:31.450 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:31.450 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:31.450 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:31.450 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:44:31.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:31.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:31.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:31.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.588 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:31.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:31.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:31.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:31.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:31.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:31.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:31.590 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:31.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:31.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:44:31.591 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:44:31.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:44:31.591 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:44:31.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:31.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:31.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:31.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:31.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:31.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:31.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:31.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:44:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:31.636 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:44:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:31.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:31.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:31.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:31.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:31.677 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:31.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:31.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:44:31.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:31.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:44:31.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:31.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:31.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:31.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:31.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:31.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:31.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:31.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:31.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:31.678 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:31.678 DEBUG [main][MenuItemLookup] Item match:Window 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:31.679 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:31.679 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:31.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:31.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:31.679 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:44:31.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:31.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:31.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.829 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:31.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:31.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:31.842 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:31.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:31.842 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:31.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:31.842 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:31.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:31.842 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:31.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:31.842 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:31.842 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:44:31.842 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:44:31.842 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:44:31.842 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:44:31.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:31.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:31.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.844 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:31.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:31.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:31.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:31.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:31.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:31.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:31.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:31.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:31.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:31.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:44:31.847 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:44:31.847 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:44:31.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:44:31.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:44:31.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:31.871 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:44:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:31.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:31.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:31.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available.... 12:44:31.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.936 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:31.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available. finished successfully 12:44:31.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 12:44:31.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:31.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:31.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.VMTypePage, index 0 and no matchers specified 12:44:31.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:31.939 TRACE [main][WidgetHandler] Notify List with event 13 12:44:31.939 TRACE [main][WidgetHandler] Wait for synchronization 12:44:31.939 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:44:31.939 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 12:44:31.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:31.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:31.940 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:31.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:31.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:31.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:31.940 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:31.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 12:44:31.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:31.981 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:31.981 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-17/17.0.2+8 12:44:31.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 12:44:31.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:31.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:31.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:31.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:31.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:31.994 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:31.994 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 12:44:32.061 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:44:32.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:32.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.064 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:44:32.064 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 12:44:32.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:32.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.066 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:32.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:32.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:32.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:32.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:32.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:32.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:32.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:32.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:32.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.138 INFO [WorkbenchTestable][AbstractTableItem] Check table Item jre.test: 12:44:32.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:44:32.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:44:32.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:44:32.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:44:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:32.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:32.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:32.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:32.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:44:32.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.173 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:44:32.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:32.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:32.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:32.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:32.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:32.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:32.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:44:32.229 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:32.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:44:32.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:32.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:32.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:32.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:32.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:32.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:32.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:32.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:32.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:32.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:32.229 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:32.230 DEBUG [main][MenuItemLookup] Item match:Window 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.230 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:32.230 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:32.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:32.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:32.230 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:44:32.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:32.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:32.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.365 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:32.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:32.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:32.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:32.367 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:32.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:32.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:32.367 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:32.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:32.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:44:32.368 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:44:32.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:44:32.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:44:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.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.*'] 12:44:32.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.370 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:32.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:32.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:32.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:32.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:32.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:32.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:32.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:32.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:32.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:32.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:32.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:32.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:32.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:32.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:44:32.372 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:44:32.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:44:32.372 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:44:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.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.debug.ui.jres.JREsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:44:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.386 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:44:32.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available.... 12:44:32.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available. finished successfully 12:44:32.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 12:44:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.VMTypePage, index 0 and no matchers specified 12:44:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:32.432 TRACE [main][WidgetHandler] Notify List with event 13 12:44:32.432 TRACE [main][WidgetHandler] Wait for synchronization 12:44:32.432 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:44:32.432 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 12:44:32.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.434 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:32.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 12:44:32.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:32.474 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:32.475 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-17/17.0.2+8 12:44:32.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 12:44:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:32.486 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:32.487 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 12:44:32.497 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:44:32.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.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:32.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.500 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:44:32.500 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 12:44:32.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.503 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:32.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:32.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:32.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:32.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:32.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:32.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:44:32.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:32.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:32.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:32.573 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:32.574 TRACE [main][WidgetHandler] Wait for synchronization 12:44:32.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 "Remove") 12:44:32.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.576 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.576 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.576 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:44:32.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.604 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:44:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:32.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:32.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:32.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:32.638 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:44:32.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:44:32.638 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:32.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:32.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.963 s - in org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.749 s testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.228 s testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.551 s testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.409 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:32.645 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:32.646 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:32.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:32.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:32.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:32.646 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:32.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:32.646 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:32.646 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:32.646 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:32.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 12:44:32.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:32.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:32.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:32.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:32.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:32.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:32.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:32.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:32.666 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:32.666 DEBUG [main][MenuItemLookup] Item match:Window 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.666 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:32.666 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:32.666 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:32.666 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:32.666 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:44:32.722: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:32.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:32.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 'Preferences.*'] is available. finished successfully 12:44:32.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.797 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:32.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:32.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:32.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:32.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:32.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:44:32.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:32.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:33.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:33.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:33.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:44:33.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:33.302 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:33.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:44:33.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:33.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:33.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:44:33.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:33.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:33.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:33.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:33.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:33.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:44:33.806 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:44:33.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:44:33.806 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:44:33.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:33.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:33.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:33.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:33.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:33.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:33.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:33.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:33.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:33.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:33.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:33.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:33.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:33.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:33.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:33.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:34.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:44:34.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:34.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:44:34.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:34.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:34.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:34.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:34.865 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:34.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:34.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:34.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:34.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:34.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:35.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:35.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:35.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:35.389 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' view via menu. 12:44:35.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:35.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:35.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:35.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:35.389 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:35.389 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:35.389 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:35.389 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:35.390 DEBUG [main][MenuItemLookup] Item match:Window 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:35.390 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:35.390 DEBUG [main][MenuItemLookup] Item match:Show View 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:35.394 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:44:35.394 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:44:35.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:44:35.395 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:44:35.395 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:44:35.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:44:35.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:44:35.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:44:35.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:35.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:35.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:35.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:35.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:35.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:35.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:35.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:35.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:35.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:35.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:35.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:35.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:35.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:35.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:35.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:44:35.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:35.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:35.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:35.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:35.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:44:35.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:35.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:35.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:35.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:35.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:35.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Data Source Explorer 12:44:35.993 DEBUG [main][TreeItemHandler] Selecting tree item: Data Source Explorer 12:44:35.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Data Source Explorer about selection 12:44:35.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Data Source Explorer 12:44:35.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:35.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:35.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:35.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:35.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:35.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:35.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:35.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:35.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:35.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:35.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:35.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:35.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:35.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:35.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:35.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:35.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:35.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:35.995 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:35.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:35.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:35.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:35.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open... 12:44:36.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:36.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:36.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open finished successfully 12:44:36.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:36.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:36.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:36.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:36.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:36.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:36.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:44:36.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:36.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:36.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:36.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:36.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:36.173 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:36.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:36.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:36.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:36.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:36.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:36.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:36.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:36.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:36.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:36.176 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:44:36.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:36.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:36.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:36.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:36.176 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 12:44:36.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:36.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:36.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:36.677 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 12:44:36.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:36.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.178 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:37.178 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:37.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:37.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:37.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:37.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:37.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:37.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:37.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:37.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:37.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:37.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:37.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:37.680 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:37.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:37.680 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:37.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:37.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:37.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:37.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:37.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:37.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:37.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:37.681 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:37.681 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:37.682 DEBUG [main][MenuItemLookup] Item match:Window 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.682 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:37.682 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:37.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:37.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:37.682 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:37.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.... 12:44:37.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 'Preferences.*'] is available. finished successfully 12:44:37.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:37.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:37.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:37.776 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:37.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:37.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:44:37.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:44:37.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:44:37.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:44:37.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:37.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:44:37.778 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:44:37.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:44:37.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:44:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.preferences.DriverPreferences, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:44:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:37.781 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:44:37.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:37.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:37.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:37.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:37.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 12:44:37.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available. finished successfully 12:44:37.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:44:37.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:37.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:37.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:44:37.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:37.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:37.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Name/Type") 12:44:37.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:37.879 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 12:44:37.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:37.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:37.900 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 12:44:37.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:44:37.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:44:37.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:44:37.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:44:37.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:44:37.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:44:37.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 12:44:37.900 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 12:44:37.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 12:44:37.932 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 12:44:37.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Driver name:") 12:44:37.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:37.934 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:37.934 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 12:44:37.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "JAR List") 12:44:37.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:37.935 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 12:44:37.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:37.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:37.940 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 12:44:37.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:37.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:37.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:37.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:37.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:37.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:37.944 TRACE [main][WidgetHandler] Notify List with event 13 12:44:37.944 TRACE [main][WidgetHandler] Wait for synchronization 12:44:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 12:44:37.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:37.952 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 12:44:37.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:37.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:37.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:37.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:37.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Properties") 12:44:37.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:37.969 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 12:44:37.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:37.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:37.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:37.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:37.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:44:37.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:44:37.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:44:37.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:44:37.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:44:37.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:44:37.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:44:37.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:44:37.976 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 12:44:37.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 12:44:37.976 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 12:44:37.977 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 12:44:37.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 12:44:37.977 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:44:37.977 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:44:37.997 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:44:37.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 "...") 12:44:37.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:37.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:37.998 INFO [WorkbenchTestable][AbstractButton] Click button ... 12:44:37.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:37.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:37.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:37.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available.... 12:44:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available. finished successfully 12:44:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available.... 12:44:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available. finished successfully 12:44:38.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 12:44:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 12:44:38.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:38.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:38.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.041 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "") 12:44:38.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:38.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:38.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:38.042 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:38.042 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 12:44:38.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:38.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:38.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:38.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.044 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.044 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:38.083 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:38.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:38.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:38.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:38.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:38.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.085 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:38.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:38.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:44:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.140 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:38.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:38.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.176 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:38.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.176 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:38.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.176 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 12:44:38.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:38.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:38.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:38.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 12:44:38.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:38.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:38.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:38.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.179 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:38.179 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:38.179 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:38.179 DEBUG [main][MenuItemLookup] Item match:File 12:44:38.180 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:38.180 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:38.183 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:38.183 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:38.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:38.208 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:38.208 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:44:38.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:44:38.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:44:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.279 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:38.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 12:44:38.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:44:38.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:38.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:38.782 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:44:38.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 12:44:38.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:44:38.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:38.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:44:38.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:38.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:44:38.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 12:44:38.783 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 12:44:38.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 12:44:38.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 12:44:38.785 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:38.785 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:38.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:38.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.786 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:38.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.820 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:38.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 12:44:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available. finished successfully 12:44:38.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 12:44:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.821 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:38.821 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and no matchers specified 12:44:38.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:38.823 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 12:44:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:38.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:38.843 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:44:38.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:38.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:38.843 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:38.844 TRACE [main][WidgetHandler] Wait for synchronization 12:44:38.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:44:38.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:38.851 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:38.852 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 12:44:38.852 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:38.852 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 12:44:38.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:38.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.854 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Drivers:") 12:44:38.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:38.937 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 12:44:38.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Database:") 12:44:38.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:38.941 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:38.941 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 12:44:38.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "URL:") 12:44:38.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:38.950 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:38.951 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:tcp://localhost/sakila 12:44:38.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "User name:") 12:44:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:38.959 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:38.959 INFO [WorkbenchTestable][AbstractText] Text set to: sa 12:44:38.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Password:") 12:44:38.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:38.977 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:38.977 INFO [WorkbenchTestable][AbstractText] Text set to: 12:44:38.978 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:38.978 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 12:44:38.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:38.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.984 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:38.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:40.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:40.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:40.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:40.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:40.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.427 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:44:40.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:40.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:40.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 '\*?\QData Source Explorer\E') 12:44:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:40.441 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:40.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:40.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:40.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:40.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:40.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:40.444 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:40.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:40.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:40.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:40.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:40.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:40.445 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 12:44:40.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:40.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:40.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:40.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:40.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:40.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:40.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:40.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:40.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:44:40.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 12:44:40.446 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:40.446 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:40.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:40.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.801 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) Time elapsed: 7.799 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:44:40.453 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:44:40.454 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:40.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:40.454 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:44:40.454 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:40.454 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:40.468 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:40.468 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:40.468 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:40.468 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:40.468 INFO [WorkbenchTestable][RequirementsRunner] Started test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 12:44:40.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:44:40.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:40.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:40.468 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:40.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:40.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:40.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:40.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:40.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:40.469 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:40.469 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:40.469 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:40.469 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:40.469 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:40.469 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:40.469 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:40.469 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:40.469 DEBUG [main][MenuItemLookup] Item match:Window 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:40.470 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:40.470 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:40.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:40.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:40.470 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:40.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:40.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:40.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:40.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:40.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:40.589 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:40.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:40.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:40.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:40.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:44:40.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:40.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:40.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:44:40.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:40.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:40.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:44:40.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:40.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:40.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:44:40.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:40.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:40.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:40.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:40.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:44:40.592 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:44:40.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:44:40.592 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:44:40.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.preferences.DriverPreferences, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:44:40.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:40.595 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:44:40.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:40.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:40.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:40.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:40.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 12:44:40.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available. finished successfully 12:44:40.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:44:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:44:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:40.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Name/Type") 12:44:40.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:40.692 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 12:44:40.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:40.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:40.711 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 12:44:40.711 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:44:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:40.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:44:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:40.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:44:40.711 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:44:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:40.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:44:40.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:40.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:44:40.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HSQLDB JDBC Driver 12:44:40.712 DEBUG [main][TreeItemHandler] Selecting tree item: HSQLDB JDBC Driver 12:44:40.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HSQLDB JDBC Driver about selection 12:44:40.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HSQLDB JDBC Driver 12:44:40.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Driver name:") 12:44:40.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:40.736 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:40.736 INFO [WorkbenchTestable][AbstractText] Text set to: Test HSLQDB Driver 12:44:40.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "JAR List") 12:44:40.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:40.738 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 12:44:40.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:40.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:40.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Clear All") 12:44:40.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:40.748 INFO [WorkbenchTestable][AbstractButton] Click button &Clear All 12:44:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:40.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:40.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:40.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:40.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:40.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:40.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:40.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.765 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:40.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:40.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:40.769 TRACE [main][WidgetHandler] Notify List with event 13 12:44:40.769 TRACE [main][WidgetHandler] Wait for synchronization 12:44:40.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 12:44:40.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:40.770 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 12:44:40.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:40.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:40.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:40.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:40.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:40.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:40.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:40.796 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:40.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:40.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:40.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:40.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:40.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:40.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:40.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:40.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:40.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:44:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:40.871 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:40.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:40.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:40.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:40.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:40.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:40.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:40.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:40.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:40.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:44:40.914 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:40.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:40.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:40.914 INFO [WorkbenchTestable][RequirementsRunner] Finished test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 12:44:40.914 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:44:40.914 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:40.914 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:40.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:40.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) Time elapsed: 0.446 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:44:40.922 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:44:40.922 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:40.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:40.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:44:40.922 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:40.922 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:40.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:40.946 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:40.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:40.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:40.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 12:44:40.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:44:40.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:40.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:40.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:40.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:40.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:40.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.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 Connection Profile"] 12:44:40.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:40.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.947 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:40.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:40.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.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 Connection Profile"] 12:44:40.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:40.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.948 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:40.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:40.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:40.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:40.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:40.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:40.948 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:40.948 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:40.948 DEBUG [main][MenuItemLookup] Item match:File 12:44:40.949 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:40.949 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:40.953 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:40.953 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:40.954 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:40.954 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:40.954 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:41.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:44:41.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:44:41.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:44:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.029 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:41.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:41.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:41.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:41.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:41.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 12:44:41.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:44:41.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.031 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:44:41.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.031 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:44:41.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 12:44:41.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:44:41.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.031 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:44:41.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.031 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:44:41.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 12:44:41.031 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 12:44:41.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 12:44:41.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 12:44:41.032 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:41.032 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:41.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:41.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.033 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:41.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:41.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:41.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 12:44:41.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available. finished successfully 12:44:41.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 12:44:41.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.057 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:41.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:41.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and no matchers specified 12:44:41.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:41.059 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Flat File Data Source') 12:44:41.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:41.063 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:44:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:41.063 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:41.063 TRACE [main][WidgetHandler] Wait for synchronization 12:44:41.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:44:41.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:41.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:41.067 INFO [WorkbenchTestable][AbstractText] Text set to: Test Flat File Profile 12:44:41.067 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:41.067 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 12:44:41.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:41.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.069 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FolderSelectionWizardPage, index 0 and no matchers specified 12:44:41.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:41.356 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:41.357 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target 12:44:41.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FolderSelectionWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Select charset:") 12:44:41.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:41.361 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo UTF-8 to selection: UTF-8 12:44:41.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FolderSelectionWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Select flatfile style:") 12:44:41.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:41.366 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo CSV to selection: CSV 12:44:41.366 TRACE [WorkbenchTestable][NewCPWizard] Shell New Flat File Data Source Profile is not null and is not disposed 12:44:41.366 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 12:44:41.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:41.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.375 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:41.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:41.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:41.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.461 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:44:41.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:41.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:41.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:44:41.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:41.479 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:41.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:41.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:41.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:41.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:41.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:41.481 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:41.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:41.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:41.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:41.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children... 12:44:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children finished successfully 12:44:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 12:44:41.483 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Flat File Data Source and wait with time period 1 12:44:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 12:44:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 12:44:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 12:44:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 12:44:41.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:44:41.484 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:41.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.484 INFO [WorkbenchTestable][RequirementsRunner] Finished test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 12:44:41.484 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:44:41.484 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:41.484 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) Time elapsed: 0.538 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:44:41.507 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:44:41.507 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:41.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:41.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:44:41.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:41.507 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:41.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:41.526 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:41.526 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:41.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:41.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:41.526 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:41.526 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:41.527 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:41.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:41.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.527 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:41.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:41.527 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:41.527 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:41.527 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:41.527 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:41.527 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:41.527 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:41.527 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:41.527 DEBUG [main][MenuItemLookup] Item match:Window 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.528 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:41.528 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:41.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:41.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:41.528 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:41.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:41.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:41.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.637 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:41.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:41.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:41.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:41.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:41.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:41.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:44:41.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:44:41.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:44:41.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:44:41.639 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.639 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.639 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:41.639 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:44:41.639 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:44:41.640 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:44:41.640 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:44:41.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:41.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.641 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:41.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:41.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:41.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:41.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 12:44:41.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:41.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:44:41.647 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:41.647 TRACE [main][WidgetHandler] Wait for synchronization 12:44:41.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:44:41.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:41.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.659 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:41.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 12:44:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available. finished successfully 12:44:41.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 12:44:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:44:41.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 12:44:41.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.697 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:44:41.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:41.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:41.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 12:44:41.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:41.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:44:41.749 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:41.749 TRACE [main][WidgetHandler] Wait for synchronization 12:44:41.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:44:41.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:41.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.751 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 12:44:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available. finished successfully 12:44:41.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 12:44:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:44:41.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 12:44:41.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.783 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:44:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:41.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:41.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:44:41.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.819 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:41.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:41.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:41.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:41.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:41.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:41.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:41.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:41.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:41.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:41.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:41.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.891 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:44:41.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.899 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:41.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:44:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:41.906 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:41.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:41.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:41.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:41.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:41.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:41.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:41.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.909 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:44:41.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:41.909 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 12:44:41.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:41.909 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 12:44:41.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:41.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:41.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:41.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:41.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:41.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:41.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:41.910 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile 12:44:41.910 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile 12:44:41.910 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile about selection 12:44:41.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile 12:44:41.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:41.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:44:41.955 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:41.955 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:41.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"D&elete Delete" 12:44:41.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:41.955 INFO [main][MenuItemHandler] Select menu item: D&elete Delete 12:44:41.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete confirmation"] is available.... 12:44:41.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete confirmation"] is available. finished successfully 12:44:41.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete confirmation 12:44:41.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:41.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:41.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:44:41.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:41.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete confirmation" as the parent 12:44:41.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:41.992 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:44:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:41.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:41.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:41.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:42.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:42.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:42.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:44:42.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:42.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:42.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:42.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:42.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:42.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:44:42.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:42.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:42.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:42.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:42.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:42.083 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:42.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:42.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:42.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:42.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:42.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:42.086 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:42.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:42.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:42.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:42.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:42.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:42.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:42.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:42.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:42.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:42.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:42.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:42.087 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 12:44:42.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:42.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:42.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:42.588 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:42.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:42.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:43.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:43.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:43.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.089 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:43.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:43.090 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:43.090 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:43.090 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:43.090 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:43.090 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:43.090 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:43.090 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:43.091 DEBUG [main][MenuItemLookup] Item match:Window 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.091 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:43.091 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:43.091 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:43.091 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:43.091 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:43.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:43.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:43.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:43.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.183 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:43.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:43.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:43.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:43.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:43.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:44:43.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:43.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:43.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:43.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:44:43.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:43.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:43.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:43.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:44:43.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:43.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:43.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:43.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:44:43.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:43.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:43.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:43.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:44:43.186 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:44:43.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:44:43.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:44:43.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.preferences.DriverPreferences, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:44:43.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.191 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:44:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 12:44:43.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available. finished successfully 12:44:43.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Name/Type") 12:44:43.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:43.271 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 12:44:43.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:43.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.271 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:43.290 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 12:44:43.290 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:44:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:44:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:44:43.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:44:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.291 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:44:43.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.291 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:44:43.291 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 12:44:43.291 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 12:44:43.291 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 12:44:43.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 12:44:43.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Driver name:") 12:44:43.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.315 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.315 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 12:44:43.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "JAR List") 12:44:43.318 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:43.319 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 12:44:43.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:43.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:43.328 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 12:44:43.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:43.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:43.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:43.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:43.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:43.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:43.331 TRACE [main][WidgetHandler] Notify List with event 13 12:44:43.331 TRACE [main][WidgetHandler] Wait for synchronization 12:44:43.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 12:44:43.331 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.334 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 12:44:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Properties") 12:44:43.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.351 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.351 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:43.352 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 12:44:43.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 12:44:43.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:44:43.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:44:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:44:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:44:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:44:43.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:44:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:44:43.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:44:43.358 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 12:44:43.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 12:44:43.358 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 12:44:43.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 12:44:43.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 12:44:43.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:44:43.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:44:43.362 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:44:43.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "...") 12:44:43.362 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.363 INFO [WorkbenchTestable][AbstractButton] Click button ... 12:44:43.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available.... 12:44:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available. finished successfully 12:44:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available.... 12:44:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available. finished successfully 12:44:43.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 12:44:43.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 12:44:43.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.403 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "") 12:44:43.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:43.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.404 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.404 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 12:44:43.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:43.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:43.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.409 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:43.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:43.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:43.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:43.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:43.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:43.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.448 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:43.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:43.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:44:43.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.499 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:43.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:43.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:43.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:43.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:43.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.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 Connection Profile"] 12:44:43.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:43.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:43.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:43.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.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 Connection Profile"] 12:44:43.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:43.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.545 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:43.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:43.545 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:43.545 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:43.545 DEBUG [main][MenuItemLookup] Item match:File 12:44:43.546 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:43.546 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.549 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:43.549 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:43.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:43.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:43.549 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:43.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:44:43.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:44:43.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:44:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.627 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:43.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:43.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:43.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:43.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 12:44:43.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:44:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.629 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:44:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:44:43.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 12:44:43.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:44:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:44:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:44:43.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 12:44:43.635 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 12:44:43.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 12:44:43.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 12:44:43.635 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:44:43.635 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:43.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.637 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.658 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:44:43.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 12:44:43.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available. finished successfully 12:44:43.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 12:44:43.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.659 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:43.659 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and no matchers specified 12:44:43.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:43.660 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 12:44:43.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:43.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:43.664 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:44:43.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:43.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:43.664 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:43.664 TRACE [main][WidgetHandler] Wait for synchronization 12:44:43.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:44:43.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.668 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.669 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 12:44:43.669 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:43.669 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 12:44:43.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:43.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.670 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:43.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Drivers:") 12:44:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:43.736 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 12:44:43.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Database:") 12:44:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.739 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.739 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 12:44:43.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "URL:") 12:44:43.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.747 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.747 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:~/test 12:44:43.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "User name:") 12:44:43.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.752 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.752 INFO [WorkbenchTestable][AbstractText] Text set to: sa 12:44:43.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Password:") 12:44:43.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.767 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.767 INFO [WorkbenchTestable][AbstractText] Text set to: 12:44:43.768 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:43.768 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 12:44:43.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:43.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.770 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:43.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.770 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.770 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Loading Core provider' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:44.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:44.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 12:44:44.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:44:44.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:44.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:44.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:44.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:44.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:44.102 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:44:44.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:44.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:44.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:44.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:44.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 '\*?\QData Source Explorer\E') 12:44:44.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:44.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:44.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:44.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:44.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:44.110 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:44.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:44.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:44.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:44.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:44.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:44.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:44.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:44.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:44.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:44.136 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:44:44.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:44.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:44.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:44.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:44.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:44:44.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:44.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:44.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:44:44.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:44.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:44.138 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:44.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:44.138 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:44.138 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:44:44.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:44:44.138 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:44:44.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:44:44.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:44:44.145 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:44:44.146 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:44:44.153 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:44:44.153 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:44:44.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:44:44.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:44.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:44.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:44:44.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:44.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:44.672 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:44:44.672 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:44:44.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:44:44.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:44:44.672 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:44:44.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76b29468 is found... 12:44:44.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@76b29468 is found finished successfully 12:44:44.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:44:44.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:44.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:44.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:44.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:44.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:44.901 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:44.901 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:44:44.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:44:44.901 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:44.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:44.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:44.929 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:44:44.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:44.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:44.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:44.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:44.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:44.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:44.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:") 12:44:44.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:44.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:44.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:44.931 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:44:44.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:44.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:44.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:44.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:44.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:44.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:44.933 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:44:44.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:44:44.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:44.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:44.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:44.967 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:44:44.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:44.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:44.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:44:44.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:44:44.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:44.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:44:44.968 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:44:44.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:44:44.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:45.005 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:44:45.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:45.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:45.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:45.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:45.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:44:45.007 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 12:44:45.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:45.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:45.020 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:44:45.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:45.051 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:44:45.051 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:44:45.051 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:44:45.051 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:44:45.051 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:44:45.227 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:1782): Gtk-CRITICAL **: 12:44:45.299: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:55.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:44:55.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:44:55.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:44:55.239 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:55.239 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 12:44:55.239 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:44:55.239 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:44:55.306 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:44:55.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.316 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:44:55.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:55.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:55.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:44:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:55.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:55.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:55.350 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:44:55.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:44:55.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:55.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:44:55.380 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:44:55.381 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:44:55.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:44:55.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:55.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:44:55.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:55.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:55.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:55.383 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 12:44:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:55.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 12:44:55.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:55.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:55.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:55.385 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 12:44:55.385 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:55.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 12:44:55.435 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 12:44:55.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 12:44:55.436 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:44:55.436 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:44:55.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:44:55.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:55.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:44:55.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 12:44:55.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:55.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:55.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:55.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.449 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:44:55.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:55.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:55.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:44:55.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:55.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:55.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:55.491 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:55.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:55.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:55.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:55.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:55.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:55.524 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:44:55.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:55.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:55.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:55.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:55.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:55.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:44:55.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:55.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:55.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:55.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:55.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:55.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:44:55.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:55.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:55.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:55.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:55.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:55.525 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:44:55.525 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:44:55.526 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:44:55.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:44:55.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:44:55.532 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:44:55.533 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:44:55.540 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:44:55.540 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:44:55.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:44:55.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:56.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:56.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:44:56.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:56.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:56.060 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:44:56.060 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:44:56.060 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:44:56.060 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:44:56.060 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:44:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d48917a is found... 12:44:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d48917a is found finished successfully 12:44:56.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:44:56.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:56.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:56.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:56.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:56.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:56.174 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:56.175 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:44:56.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:44:56.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:56.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:56.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:56.175 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:44:56.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:56.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:56.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:56.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:56.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:56.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:44:56.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:56.177 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:44:56.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:56.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:56.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:56.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:56.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:56.179 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:44:56.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:44:56.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:56.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:56.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:56.205 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:44:56.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:56.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:56.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:44:56.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:44:56.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:56.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:44:56.206 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:44:56.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:44:56.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:56.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:56.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:56.209 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:44:56.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:56.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:56.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:56.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:56.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:44:56.210 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(ID INT,NAME VARCHAR(40)); 12:44:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:56.213 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:44:56.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:56.239 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:44:56.239 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:44:56.239 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:44:56.239 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:44:56.239 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:44:56.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:45:06.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:45:06.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.... 12:45:06.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 12:45:06.250 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:06.252 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(ID INT,NAME VARCHAR(40)); TooltipText=null 12:45:06.253 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:45:06.253 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:45:06.317 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:45:06.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.325 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:06.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:06.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:06.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:45:06.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:06.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:06.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:06.345 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:06.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:06.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:06.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:45:06.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:06.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:06.348 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:06.348 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:06.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:06.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:45:06.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 12:45:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:06.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:06.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:06.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.379 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:45:06.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:06.390 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:06.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 '\*?\QData Source Explorer\E') 12:45:06.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:06.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:06.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:06.417 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:45:06.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:45:06.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:06.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:06.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:06.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:06.450 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:45:06.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:06.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:06.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:45:06.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:06.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:06.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:45:06.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:06.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:06.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:45:06.451 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:45:06.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:45:06.451 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:45:06.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:45:06.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:45:06.458 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:45:06.460 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:45:06.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:45:06.463 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:45:06.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:45:06.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:06.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:06.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:45:06.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:06.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:06.983 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:45:06.983 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:45:06.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:45:06.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:45:06.983 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:45:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@caeceaa is found... 12:45:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@caeceaa is found finished successfully 12:45:07.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:45:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:07.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:07.091 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:07.091 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:45:07.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:45:07.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:07.092 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:07.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:07.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:07.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:45:07.101 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:07.101 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:07.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:07.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:07.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:07.103 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:45:07.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:45:07.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:07.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:07.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:07.131 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:07.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:07.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:45:07.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:45:07.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:07.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:45:07.132 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:45:07.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:45:07.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:07.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:07.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:07.136 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:07.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:07.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:07.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:45:07.137 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 12:45:07.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:07.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:07.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:07.140 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:45:07.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:07.166 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:45:07.166 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:45:07.166 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:45:07.166 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:45:07.166 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:45:07.167 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:1782): Gtk-CRITICAL **: 12:45:07.188: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:45:07.213: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:45:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:45:17.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:45:17.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:45:17.179 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:17.179 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 12:45:17.179 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:45:17.179 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:45:17.234 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:45:17.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.239 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:17.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:17.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:17.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:45:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:17.267 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:17.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:17.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:17.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:45:17.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:17.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:17.269 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:17.269 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:17.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:17.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:17.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:45:17.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 12:45:17.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:17.271 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 12:45:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:17.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 12:45:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:45:17.272 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 12:45:17.272 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:45:17.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:17.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 12:45:17.306 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 12:45:17.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 12:45:17.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:17.306 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:17.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:17.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:17.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:45:17.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:17.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:17.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:45:27.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:45:27.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:45:27.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:27.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:27.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:27.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:27.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 12:45:27.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:27.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 12:45:27.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:45:27.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:27.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:27.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:27.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:27.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:27.318 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:45:27.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:27.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:27.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:27.325 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:27.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:45:27.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:27.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:27.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:27.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:27.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:27.346 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:45:27.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:45:27.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:27.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:27.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:27.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:27.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:27.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:27.367 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:45:27.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:27.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:27.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:27.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:45:27.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:27.367 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:27.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:45:27.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:27.367 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:45:27.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:27.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:45:27.368 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:45:27.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:45:27.368 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:45:27.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:45:27.389 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:45:27.389 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:45:27.391 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:45:27.394 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:45:27.394 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:45:27.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:45:27.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:27.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:27.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:45:27.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:27.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:27.918 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:45:27.918 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:45:27.918 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:45:27.918 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:45:27.918 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:45:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ebe02a1 is found... 12:45:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ebe02a1 is found finished successfully 12:45:28.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:45:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:28.040 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:28.040 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:45:28.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:45:28.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:28.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.040 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:28.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:28.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:28.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:45:28.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:28.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.042 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:28.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:28.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:28.044 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:45:28.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:45:28.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:28.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.072 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:28.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:45:28.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:45:28.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:45:28.073 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:45:28.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:45:28.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:28.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.078 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:28.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:28.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:45:28.079 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 12:45:28.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:28.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:28.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:28.082 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:45:28.082 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:28.106 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:45:28.106 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:45:28.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:45:28.107 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:45:28.107 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:45:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:45:38.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:45:38.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:45:38.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:45:38.119 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:38.119 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 12:45:38.119 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:45:38.119 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:45:38.181 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:45:38.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.191 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:38.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:38.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45: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 '\*?\QSQL Results\E') 12:45:38.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:38.205 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:38.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:38.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:38.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:45:38.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:38.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:38.208 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:38.208 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:38.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:38.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:38.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:45:38.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:38.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:38.211 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 12:45:38.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:38.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 12:45:38.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:45:38.212 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 12:45:38.212 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:45:38.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 12:45:38.248 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 12:45:38.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 12:45:38.248 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:38.248 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:38.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:38.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:38.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:45:38.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:38.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:38.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.257 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:45:38.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:38.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:38.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:45:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:38.265 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:45:38.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:45:38.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:38.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:38.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:38.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:38.298 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:45:38.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:45:38.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:38.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:38.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:45:38.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:38.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:45:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:38.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:45:38.299 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:45:38.299 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:45:38.299 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:45:38.299 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:45:38.308 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:45:38.308 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:45:38.310 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:45:38.313 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:45:38.313 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:45:38.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:45:38.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:38.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:38.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:45:38.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:38.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:38.844 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:45:38.844 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:45:38.844 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:45:38.844 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:45:38.844 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:45:38.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@566738c5 is found... 12:45:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@566738c5 is found finished successfully 12:45:38.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:45:38.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:38.945 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:38.945 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:45:38.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:45:38.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:38.945 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:38.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:38.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:38.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:45:38.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:38.951 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:38.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:38.952 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:45:38.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:45:38.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:38.976 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:38.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:45:38.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:45:38.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:45:38.977 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:45:38.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:45:38.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:38.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:38.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:38.988 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:38.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:38.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:45:38.988 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(INT ID,VARCHAR(40) NAME); 12:45:38.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:38.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:45:38.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:45:38.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:38.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:38.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:38.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:38.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:38.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:38.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:38.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:38.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:38.991 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:45:38.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.008 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:45:39.008 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:45:39.008 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:45:39.008 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:45:39.009 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:45:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:45:49.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:45:49.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:45:49.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:45:49.019 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:49.019 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(INT ID,VARCHAR(40) NAME); TooltipText=null 12:45:49.019 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:45:49.019 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:45:49.080 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:45:49.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.085 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:49.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:49.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:49.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:49.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:45:49.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:49.095 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:49.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:49.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:49.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:45:49.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:49.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:49.114 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:49.114 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:49.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:49.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:49.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:45:49.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:49.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:49.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.120 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:45:49.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:49.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:49.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:49.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:49.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 '\*?\QData Source Explorer\E') 12:45:49.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:49.146 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:45:49.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:45:49.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:49.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:49.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:49.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:49.180 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:45:49.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:45:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:45:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:45:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:49.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:45:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:45:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:45:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:45:49.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:49.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:45:49.181 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:45:49.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:45:49.181 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:45:49.181 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:45:49.188 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:45:49.188 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:45:49.189 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:45:49.193 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:45:49.193 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:45:49.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:45:49.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:49.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:49.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:45:49.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:49.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:49.713 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:45:49.713 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:45:49.713 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:45:49.713 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:45:49.713 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:45:49.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e984db is found... 12:45:49.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e984db is found finished successfully 12:45:49.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:45:49.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:49.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:49.828 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:45:49.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:45:49.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:49.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:49.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:49.829 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:49.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:49.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:49.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:45:49.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:49.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:49.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:49.835 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:49.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:49.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:49.836 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:45:49.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:45:49.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:49.868 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:49.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:49.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:45:49.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:45:49.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:45:49.869 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:45:49.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:45:49.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:49.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:49.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:49.874 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:45:49.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:49.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:49.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:49.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:49.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:49.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:45:49.874 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 12:45:49.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:49.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:49.877 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:45:49.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:49.899 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:45:49.899 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:45:49.900 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:45:49.900 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:45:49.900 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:45:49.901 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:1782): Gtk-CRITICAL **: 12:45:49.921: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:45:49.945: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:45:59.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:45:59.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:45:59.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:45:59.912 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:59.912 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 12:45:59.912 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:45:59.912 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:45:59.970 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:45:59.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:59.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:59.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:45:59.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:59.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:59.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:59.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:59.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:59.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:59.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 '\*?\QSQL Results\E') 12:45:59.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:59.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:59.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:59.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:59.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:59.983 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:45:59.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:45:59.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:59.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:45:59.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:59.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:00.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:46:00.000 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:46:00.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:46:00.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:00.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:46:00.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:00.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:00.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:00.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:00.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:00.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:00.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:00.003 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 12:46:00.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:00.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 12:46:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:00.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:00.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:00.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:46:00.004 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 12:46:00.004 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:46:00.004 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:00.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 12:46:00.026 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 12:46:00.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 12:46:00.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:46:00.026 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:46:00.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:46:00.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:00.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:46:00.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:00.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:00.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:00.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:00.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:00.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:00.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:46:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:46:10.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:46:10.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:10.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 12:46:10.031 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:46:10.031 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:10.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.525 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 43.215 s testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 42.719 s Running org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:46:10.040 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:46:10.040 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:46:10.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:10.040 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:46:10.040 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:10.040 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:46:10.041 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:10.041 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:46:10.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:10.043 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 12:46:10.043 DEBUG [WorkbenchTestable][JavaEEPerspective] Trying to open perspective: 'Java EE' 12:46:10.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:10.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.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.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:46:10.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:46:10.071 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:46:10.071 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:46:10.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:10.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:46:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:46:10.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:46:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:46:10.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:46:10.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:46:10.127 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java EE') 12:46:10.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:46:10.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:46:10.127 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (4) 12:46:10.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:46:10.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:46:10.127 TRACE [main][WidgetHandler] Notify Table with event 13 12:46:10.127 TRACE [main][WidgetHandler] Wait for synchronization 12:46:10.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:46:10.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.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") 12:46:10.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:46:10.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:10.129 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:46:10.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:10.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:10.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:10.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:46:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:10.351 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.351 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:10.351 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:10.351 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:10.351 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:10.351 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:10.351 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:10.351 DEBUG [main][MenuItemLookup] Item match:Window 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:10.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.352 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:10.352 DEBUG [main][MenuItemLookup] Item match:Window 12:46:10.352 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:10.353 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:10.353 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:46:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:10.353 DEBUG [main][MenuItemLookup] Item match:Window 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:10.353 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:10.354 DEBUG [main][MenuItemLookup] Item match:Window 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:10.354 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:10.354 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:10.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.354 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:10.354 DEBUG [main][MenuItemLookup] Item match:Window 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:10.354 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.355 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:10.355 DEBUG [main][MenuItemLookup] Item match:Window 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:10.355 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:10.355 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:10.355 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:10.355 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:46:10.355 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:46:10.355 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:46:10.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:46:10.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:46:10.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:46:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:46:10.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.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 "Reset Perspective") 12:46:10.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:46:10.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:10.397 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:46:10.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:10.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:10.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:10.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:10.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:10.523 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 12:46:10.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:46:10.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:10.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:10.523 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:10.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:10.533 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:46:10.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:10.533 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:10.534 DEBUG [main][MenuItemLookup] Item match:Window 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.534 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:10.534 DEBUG [main][MenuItemLookup] Item match:Show View 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Markers' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Packages' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Servers' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.537 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:46:10.537 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:46:10.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:46:10.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:46:10.537 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:46:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:46:10.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:46:10.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:46:10.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:10.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:10.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:46:10.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:46:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:10.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:46:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:10.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:46:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:46:10.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:46:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:10.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:46:10.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:10.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:46:10.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:46:10.612 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:46:10.612 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:46:10.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:46:10.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:10.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:46:10.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:10.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:10.613 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:46:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:10.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:10.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:10.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:46:10.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:46:10.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:10.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:10.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 '\*?\QPackage Explorer\E') 12:46:10.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:10.691 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:10.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:10.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:10.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:10.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:10.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:10.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:10.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:10.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:46:10.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:10.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:10.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:10.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.693 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:46:10.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.694 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:10.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.694 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:10.694 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:10.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:10.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:10.694 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.694 DEBUG [main][MenuItemLookup] Item match:File 12:46:10.695 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:10.695 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:10.697 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x/4.x)' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x/4.x)' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'HTML File' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'XML File' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:10.698 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:10.698 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:10.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:10.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:10.698 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:10.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 'New|Select a wizard'] is available.... 12:46:10.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:46:10.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:46:10.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.770 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:10.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.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 12:46:10.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:10.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:10.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:46:10.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:46:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:10.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:46:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:10.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:46:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:46:10.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:46:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:10.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:46:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:10.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:46:10.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:46:10.772 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:46:10.772 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:46:10.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:46:10.775 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:10.775 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:10.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:10.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:10.777 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:10.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:10.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:10.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:10.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:10.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:10.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:46:10.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:46:10.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:46:10.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.910 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:46:10.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:10.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:10.913 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:10.914 INFO [WorkbenchTestable][AbstractText] Text set to: web project 12:46:10.937 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:46:10.937 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:46:10.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:10.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:10.941 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:10.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:10.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:10.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:10.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:11.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:11.455 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:11.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:11.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:11.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:11.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:11.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:11.458 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:11.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:11.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:11.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:11.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:11.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:11.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:12.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:12.460 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:12.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:12.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:12.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:12.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 12:46:12.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:12.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:12.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:12.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:12.462 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:46:12.462 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:12.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:12.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:12.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:12.463 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:12.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:12.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:12.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:12.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:12.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:12.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:13.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:13.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:13.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:13.465 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:13.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:13.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:13.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:13.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:13.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:13.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:13.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:13.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:13.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:13.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:46:13.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 12:46:13.467 DEBUG [main][TreeItemHandler] Selecting tree item: web project 12:46:13.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 12:46:13.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 12:46:13.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:13.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:13.528 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:13.528 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:13.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:13.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:13.528 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:13.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:13.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:14.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:14.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:14.029 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:14.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:14.029 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 12:46:14.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 12:46:14.029 DEBUG [main][TreeItemHandler] Selecting tree item: web project 12:46:14.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 12:46:14.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 12:46:14.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:14.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:14.078 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:14.078 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:14.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:14.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:14.079 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:14.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:46:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:46:14.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:14.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:14.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:14.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:14.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:14.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:14.832 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:14.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:14.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:14.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:14.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:14.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:14.832 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:14.833 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:14.833 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:14.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:14.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:14.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) 12:46:14.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:14.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:14.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:14.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:14.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:14.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:14.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:14.834 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:14.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:14.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:14.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:14.837 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:15.338 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:15.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:46:15.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:15.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:15.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:15.338 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 12:46:15.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:15.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 12:46:15.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:46:15.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:15.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:15.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:15.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:46:15.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:15.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:15.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:15.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:15.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:46:15.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:15.354 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:15.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:15.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:15.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:15.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:15.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:15.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:15.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:15.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.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 Dynamic Web Project"] 12:46:15.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:15.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:15.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:15.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.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 Dynamic Web Project"] 12:46:15.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:15.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.357 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:15.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:15.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:15.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:15.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:15.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:15.357 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:15.357 DEBUG [main][MenuItemLookup] Item match:File 12:46:15.358 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:15.358 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x/4.x)' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x/4.x)' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'HTML File' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'XML File' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:15.361 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:15.361 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:15.361 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:15.361 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:15.361 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:15.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 'New|Select a wizard'] is available.... 12:46:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:46:15.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:46:15.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:15.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:15.457 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:15.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:15.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:15.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:15.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:46:15.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:46:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:15.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:46:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:15.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:46:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:46:15.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:46:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:15.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:46:15.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:15.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:46:15.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:46:15.459 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:46:15.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:46:15.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:46:15.460 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:15.460 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:15.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:15.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:15.461 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:15.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:15.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:15.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:15.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:15.581 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:15.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:46:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:46:15.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:46:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:15.633 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:46:15.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:15.637 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:15.637 INFO [WorkbenchTestable][AbstractText] Text set to: web project 12:46:15.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:15.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:15.642 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:15.642 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:46:15.642 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 12:46:15.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:15.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:15.656 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:15.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:15.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:15.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:15.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Folder...") 12:46:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:15.673 INFO [WorkbenchTestable][AbstractButton] Click button &Add Folder... 12:46:15.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:15.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:15.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:15.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:15.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Source Folder"] is available.... 12:46:15.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Source Folder"] is available. finished successfully 12:46:15.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Source Folder 12:46:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:15.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:46:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:15.749 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:15.750 INFO [WorkbenchTestable][AbstractText] Text set to: source 12:46:15.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:46:15.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:15.752 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:15.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:15.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:15.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:15.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:15.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and no matchers specified 12:46:15.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:15.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:15.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:15.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and no matchers specified 12:46:15.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:15.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:15.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:15.780 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src/main/java 12:46:15.780 DEBUG [main][TreeItemHandler] Selecting tree item: src/main/java 12:46:15.780 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src/main/java about selection 12:46:15.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src/main/java 12:46:15.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:46:15.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:15.781 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:46:15.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:15.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:15.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:15.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:15.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and no matchers specified 12:46:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:15.784 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 12:46:15.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 12:46:15.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:16.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:16.284 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 12:46:16.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 12:46:16.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:16.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 12:46:16.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and no matchers specified 12:46:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:16.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:16.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:16.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:16.786 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 12:46:16.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 12:46:16.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:17.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:17.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 12:46:17.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 12:46:17.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:17.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:17.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 12:46:17.787 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:46:17.787 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 12:46:17.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:17.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:17.791 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:17.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:17.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectThirdPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate web.xml deployment descriptor") 12:46:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:17.804 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate web.xml deployment descriptor 12:46:17.804 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate web.xml deployment descriptor 12:46:17.804 INFO [WorkbenchTestable][AbstractButton] Click button &Generate web.xml deployment descriptor 12:46:17.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:17.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:17.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:17.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.804 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:46:17.804 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:46:17.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:17.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:17.805 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:17.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:17.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:18.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:18.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:18.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:18.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:46:18.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:18.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:19.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:19.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:19.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:19.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:19.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:19.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:19.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:19.363 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:19.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:19.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:19.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:19.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:19.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:19.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:19.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:20.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:20.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:20.365 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:20.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:20.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:20.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:20.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 12:46:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:20.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:20.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:20.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:20.367 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:46:20.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:20.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:20.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:20.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:20.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:20.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:20.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:20.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:20.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:20.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:20.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:21.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:21.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:21.369 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:21.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:21.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:21.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:21.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:21.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:21.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:21.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:21.371 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:46:21.372 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:46:21.372 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:46:21.373 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item source of tree item web project 12:46:21.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:46:21.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:21.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:46:21.875 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:21.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:21.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:21.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:21.876 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:21.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:21.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:21.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:21.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:21.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:21.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:22.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:22.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:22.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:22.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:22.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:22.878 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:22.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:22.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:22.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:22.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:22.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:22.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:22.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:22.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:22.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:22.879 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:46:22.880 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:46:22.880 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:46:22.881 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item web project 12:46:22.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:46:22.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:22.881 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 12:46:22.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:22.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:46:22.881 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item main of tree item src 12:46:22.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:46:22.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:23.381 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:46:23.382 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item webapp of tree item main 12:46:23.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item main 12:46:23.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:23.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:23.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: main 12:46:23.883 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item WEB-INF of tree item webapp 12:46:23.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item webapp 12:46:23.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:24.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:24.384 INFO [WorkbenchTestable][TreeItemHandler] Expanded: webapp 12:46:24.384 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item web.xml of tree item WEB-INF 12:46:24.384 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item WEB-INF 12:46:24.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:24.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: WEB-INF 12:46:24.886 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:24.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:24.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:24.887 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:24.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:24.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:24.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:24.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:25.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:25.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:25.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:25.889 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:25.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:25.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:25.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:25.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 12:46:25.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:25.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:25.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:25.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:25.890 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:46:25.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 12:46:25.890 DEBUG [main][TreeItemHandler] Selecting tree item: web project 12:46:25.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 12:46:25.893 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 12:46:25.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:25.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:25.933 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:25.933 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:25.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:25.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:25.933 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:25.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:25.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:25.938 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 12:46:25.938 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 12:46:25.938 DEBUG [main][TreeItemHandler] Selecting tree item: web project 12:46:25.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 12:46:25.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 12:46:25.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:25.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:25.976 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:25.976 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:25.976 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:25.976 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:25.976 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:26.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:46:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:46:26.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:26.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:26.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:26.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:26.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:26.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:26.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:26.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:26.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:26.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:26.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:26.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:26.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:26.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:26.587 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:26.587 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:26.587 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:26.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:26.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:26.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:46:26.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:26.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:26.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:26.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:26.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:26.588 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:26.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:26.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:26.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:26.592 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:27.093 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:27.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:46:27.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:27.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:46:27.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 12:46:27.094 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:46:27.094 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:27.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.055 s - in org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 4.815 s createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 11.755 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:27.110 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:27.110 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:46:27.110 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:27.110 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:27.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:27.111 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:46:27.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:27.111 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:46:27.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:27.111 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 12:46:27.112 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 12:46:27.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:46:27.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.112 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:27.112 DEBUG [main][MenuItemLookup] Item match:Window 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:27.112 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:27.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.113 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:27.113 DEBUG [main][MenuItemLookup] Item match:Window 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:27.113 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:27.113 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:27.113 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:27.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:46:27.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:27.114 DEBUG [main][MenuItemLookup] Item match:Window 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:27.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:27.114 DEBUG [main][MenuItemLookup] Item match:Window 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:27.114 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:27.114 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:27.115 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:27.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:27.115 DEBUG [main][MenuItemLookup] Item match:Window 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:27.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:27.115 DEBUG [main][MenuItemLookup] Item match:Window 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:27.115 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:27.115 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:27.116 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:27.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.116 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:27.116 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:27.116 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:27.116 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:27.116 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:46:27.116 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:46:27.116 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:46:27.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:46:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:46:27.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:46:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:27.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:46:27.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:27.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:27.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:46:27.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:27.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:46:27.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:27.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:27.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:27.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:27.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:27.146 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:46:27.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:27.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:27.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:27.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:27.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:27.288 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:46:27.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:27.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:27.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:27.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:27.288 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:27.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.288 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:27.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.288 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 12:46:27.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:27.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:27.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:27.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.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 EAR Application Project"] 12:46:27.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:27.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:27.289 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:27.289 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:27.289 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:27.290 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.290 DEBUG [main][MenuItemLookup] Item match:File 12:46:27.290 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:27.290 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x/4.x)' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x/4.x)' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'HTML File' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'XML File' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.293 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:27.293 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:27.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:27.307 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:27.307 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:27.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:46:27.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:46:27.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:46:27.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:27.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:27.379 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:27.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:27.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:27.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:27.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:27.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:27.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:27.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:27.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 12:46:27.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:46:27.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:27.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:27.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:46:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 12:46:27.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:46:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:27.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:46:27.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:27.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:46:27.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 12:46:27.882 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 12:46:27.883 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 12:46:27.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 12:46:27.885 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:27.885 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:27.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:27.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:27.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:27.887 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:27.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:27.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:27.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:27.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:27.984 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:27.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.984 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available.... 12:46:27.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available. finished successfully 12:46:27.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 12:46:27.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:27.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:27.985 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:27.985 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:27.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:27.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:27.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:27.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:27.988 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:27.989 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 12:46:28.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "EAR version") 12:46:28.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:46:28.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and no matchers specified 12:46:28.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:46:28.006 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 10.0 12:46:28.064 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:28.064 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 12:46:28.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:28.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.073 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:28.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:28.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:28.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:28.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate application.xml deployment descriptor") 12:46:28.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New Module...") 12:46:28.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.093 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 12:46:28.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:28.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:28.093 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:28.093 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available.... 12:46:28.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available. finished successfully 12:46:28.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 12:46:28.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:28.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:28.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create default modules") 12:46:28.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.230 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &default modules 12:46:28.230 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Create &default modules 12:46:28.230 INFO [WorkbenchTestable][AbstractButton] Click button Create &default modules 12:46:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:28.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:28.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Web") 12:46:28.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.244 INFO [WorkbenchTestable][AbstractButton] Click button &Web 12:46:28.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:28.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:28.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:28.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.244 TRACE [main][WidgetHandler] Notify Button with event 27 12:46:28.245 TRACE [main][WidgetHandler] Wait for synchronization 12:46:28.245 TRACE [main][WidgetHandler] Notify Button with event 13 12:46:28.245 TRACE [main][WidgetHandler] Wait for synchronization 12:46:28.245 TRACE [main][WidgetHandler] Notify Button with event 26 12:46:28.245 TRACE [main][WidgetHandler] Wait for synchronization 12:46:28.245 TRACE [main][WidgetHandler] Notify Button with event 3 12:46:28.245 TRACE [main][WidgetHandler] Wait for synchronization 12:46:28.245 TRACE [main][WidgetHandler] Notify Button with event 4 12:46:28.245 TRACE [main][WidgetHandler] Wait for synchronization 12:46:28.245 TRACE [main][WidgetHandler] Notify Button with event 13 12:46:28.245 TRACE [main][WidgetHandler] Wait for synchronization 12:46:28.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 12:46:28.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.247 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:28.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:28.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:28.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:28.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.353 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:28.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:28.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.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 Dynamic Web Project"] 12:46:28.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:46:28.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:28.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:28.355 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:46:28.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:28.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:28.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:28.385 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:28.386 INFO [WorkbenchTestable][AbstractText] Text set to: CreatedWebProjectModule 12:46:28.388 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:46:28.388 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:46:28.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:28.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.402 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:28.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:28.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:28.906 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:28.906 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 12:46:28.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:28.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.924 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:28.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:28.924 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:28.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:29.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' has no excuses, wait for it 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:29.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:29.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:29.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:29.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:29.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:29.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:29.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:29.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:29.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:29.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:29.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:29.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:29.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:29.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:29.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:29.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:29.944 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:29.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:29.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:29.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:29.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:29.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:29.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:29.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:30.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:30.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:30.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:30.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:30.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:30.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:30.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:30.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:30.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:30.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:30.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:30.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:30.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:30.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:30.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 12:46:30.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:30.949 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:30.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:30.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:30.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:30.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:30.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:30.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:30.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:30.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:30.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:30.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:31.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:31.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:31.953 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:31.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:31.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:31.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:31.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:31.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:31.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:31.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:31.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:31.954 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 12:46:31.955 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:31.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:31.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:31.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:31.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:31.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:31.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:31.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:31.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:31.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:31.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:31.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:31.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:31.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:31.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:31.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:31.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:31.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:31.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:31.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:31.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:31.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:31.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:31.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:31.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:31.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:31.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:31.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:32.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:32.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:32.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:32.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:32.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:32.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:32.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:32.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:32.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:32.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:32.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:32.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:32.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:32.966 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 12:46:32.966 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:32.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:32.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:32.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:32.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:32.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:32.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:32.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:33.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:33.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:33.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:33.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:33.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:33.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:33.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:33.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 12:46:33.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:33.969 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 12:46:33.970 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:33.970 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:33.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:33.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:33.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:33.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:33.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:33.971 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:46:33.971 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:46:33.971 DEBUG [main][TreeItemHandler] Set Tree selection 12:46:33.971 DEBUG [main][TreeHandler] Notify Tree about selection event 12:46:33.980 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:46:34.046 DEBUG [WorkbenchTestable][TreeItemHandler] CreatedWebProjectModule 12:46:34.046 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 12:46:34.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:34.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:34.077 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:34.077 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:34.077 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:34.077 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:34.077 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:34.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:34.077 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:34.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:34.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:34.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:34.616 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:34.616 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:34.616 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:34.616 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:34.616 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1782): Gtk-CRITICAL **: 12:46:34.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:46:34.652: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:46:34.683: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1782): Gtk-CRITICAL **: 12:46:34.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:46:35.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:46:35.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:35.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:35.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:35.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:35.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:35.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:35.208 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:35.208 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:35.208 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:35.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:35.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:35.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:46:35.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:35.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:35.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:35.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:35.210 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:35.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:35.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:35.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:35.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:35.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:35.213 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:35.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:35.714 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:35.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:35.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:35.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:35.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:35.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:35.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:35.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:35.715 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:46:35.715 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:46:35.715 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:35.715 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:46:35.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:35.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:35.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:35.715 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:35.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.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"] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.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"] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.716 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:35.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:35.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:35.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:35.717 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:35.717 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:35.717 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:35.717 DEBUG [main][MenuItemLookup] Item match:File 12:46:35.718 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:35.718 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x/4.x)' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x/4.x)' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'HTML File' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'XML File' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:35.721 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:35.721 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:35.721 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:35.721 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:35.732 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:35.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:46:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:46:35.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:46:35.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:35.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:35.806 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:35.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:35.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:35.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:35.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 12:46:35.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:46:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:35.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:46:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:35.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:46:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 12:46:35.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:46:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:35.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:46:35.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:35.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:46:35.809 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 12:46:35.809 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 12:46:35.809 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 12:46:35.810 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 12:46:35.810 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:35.810 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:35.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) 12:46:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:35.811 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:35.811 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:35.811 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:35.892 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:35.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available.... 12:46:35.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available. finished successfully 12:46:35.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 12:46:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:35.893 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:35.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:35.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:35.896 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:35.896 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 12:46:35.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "EAR version") 12:46:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:46:35.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and no matchers specified 12:46:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:46:35.899 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 7.0 12:46:35.952 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:35.952 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 12:46:35.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:35.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:35.954 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:35.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:35.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:35.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate application.xml deployment descriptor") 12:46:35.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:35.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New Module...") 12:46:35.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:35.965 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 12:46:35.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:35.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:35.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:35.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:36.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available.... 12:46:36.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available. finished successfully 12:46:36.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 12:46:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:36.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 1 and no matchers specified 12:46:36.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:36.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:46:36.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:46:36.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:36.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:46:36.054 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:36.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 3 and no matchers specified 12:46:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:36.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:46:36.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:46:36.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:36.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 3 was found 12:46:36.055 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:36.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 2 and no matchers specified 12:46:36.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:36.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:46:36.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:46:36.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:36.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:46:36.057 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:36.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 0 and no matchers specified 12:46:36.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:36.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:36.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:36.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:36.058 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:36.058 TRACE [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Shell Create default Java EE modules. is not null and is not disposed 12:46:36.058 INFO [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Finish wizard 12:46:36.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.DefaultJ2EEComponentCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:36.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:36.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:36.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:36.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:36.060 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:36.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:36.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:36.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:36.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:36.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:36.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-7/1.7.0_80/jre/lib/resources.jar)' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:37.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:37.126 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:37.126 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 12:46:37.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:37.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:37.130 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:37.130 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:37.130 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-7/1.7.0_80/jre/lib/rt.jar)' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:37.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.635 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:37.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:37.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:37.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:37.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:37.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:37.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:37.638 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:37.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:37.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:37.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:37.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:37.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:37.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:37.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:37.642 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:37.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:37.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:38.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:38.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:38.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:38.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:38.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:38.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:38.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:38.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:38.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:38.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:38.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:38.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:46:38.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:46:38.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:46:38.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:46:38.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:38.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:38.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:38.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:38.647 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:38.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:38.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:38.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:38.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:39.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:39.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:39.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:39.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:39.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:39.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:39.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:39.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:39.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:39.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:39.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:39.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:39.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:39.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:39.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:39.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:39.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:46:39.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:46:39.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:46:39.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:46:39.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:39.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:39.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:39.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:39.661 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:39.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:39.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:39.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:39.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:39.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:39.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:40.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:40.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:40.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:40.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:40.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:40.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:40.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:40.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:40.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:40.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:40.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:40.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:40.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:40.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:40.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:40.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:46:40.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:46:40.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:46:40.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:46:40.665 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:40.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:40.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:40.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:40.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:40.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:40.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:40.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:40.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:40.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:41.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:41.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:41.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:41.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:41.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:41.668 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:41.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:41.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:41.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:41.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:41.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:41.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:41.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:41.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:41.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:46:41.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:46:41.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:46:41.670 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:46:41.670 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:41.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:41.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:41.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:41.671 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:41.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:41.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:41.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:41.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:41.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:41.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:42.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:42.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:42.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:42.674 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:42.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:42.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:42.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:42.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:42.675 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:42.676 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:46:42.676 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:46:42.676 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:46:42.676 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:46:42.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:42.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:42.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:42.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:42.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:42.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:42.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:42.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:42.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:42.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:42.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:42.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:42.682 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:42.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:42.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:42.683 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:42.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:42.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:42.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:43.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:43.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:43.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:43.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:43.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:43.685 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:43.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:43.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:43.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:43.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 12:46:43.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:43.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:43.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:43.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:43.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:43.687 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:43.687 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:46:43.687 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:46:43.687 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:46:43.687 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:46:43.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:43.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:43.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:43.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:43.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:43.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:43.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:44.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:44.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:44.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:44.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:44.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:44.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:44.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:44.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:44.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:44.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:44.691 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:44.691 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:46:44.691 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:46:44.691 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:46:44.691 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:46:44.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:44.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:44.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:44.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:44.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:44.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:44.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:44.693 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:46:44.693 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:46:44.693 DEBUG [main][TreeItemHandler] Set Tree selection 12:46:44.693 DEBUG [main][TreeHandler] Notify Tree about selection event 12:46:44.701 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:46:44.704 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 12:46:44.704 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectClient 12:46:44.705 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectConnector 12:46:44.705 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectEJB 12:46:44.705 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectWeb 12:46:44.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:44.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:44.741 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:44.741 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:44.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:44.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:44.741 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:44.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:44.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:45.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:45.241 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:45.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:45.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:45.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:45.271 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:45.271 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:45.271 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:45.271 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:45.271 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:45.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:46:45.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 12:46:45.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:45.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:45.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:45.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:45.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:45.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:45.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:45.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:45.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:45.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:45.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:45.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:45.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:45.885 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:45.885 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:45.885 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:45.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:45.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:45.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:46:45.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:45.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:45.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:45.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:45.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:45.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:45.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:45.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:45.886 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:45.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:45.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:45.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:45.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:45.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:45.890 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:46.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:46.390 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:46.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:46.390 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:46.391 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:46.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:46.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:46.391 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:46.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:46.391 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:46:46.392 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:46:46.392 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:46.392 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:46:46.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:46.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:46.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:46.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:46.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:46.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:46.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.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 EAR Application Project"] 12:46:46.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.392 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:46.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:46.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:46.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.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 EAR Application Project"] 12:46:46.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:46.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:46.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:46.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:46.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:46.393 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:46.393 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:46.394 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:46.394 DEBUG [main][MenuItemLookup] Item match:File 12:46:46.394 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:46.394 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x/4.x)' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x/4.x)' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'HTML File' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'XML File' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:46.397 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:46.397 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:46.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:46.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:46.410 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:46.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:46:46.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:46:46.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:46:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:46.489 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:46.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 12:46:46.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:46:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:46.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:46:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:46.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:46:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 12:46:46.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:46:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:46.491 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:46:46.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:46.491 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:46:46.492 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 12:46:46.492 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 12:46:46.492 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 12:46:46.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 12:46:46.492 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:46.492 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:46.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:46.493 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:46.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:46.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:46.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available.... 12:46:46.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available. finished successfully 12:46:46.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 12:46:46.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:46.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:46.604 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:46.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:46.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:46.606 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:46.607 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 12:46:46.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "EAR version") 12:46:46.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:46:46.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and no matchers specified 12:46:46.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:46:46.610 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 6.0 to selection: 7.0 12:46:46.686 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:46.686 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 12:46:46.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:46.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:46.689 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:46.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:46.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate application.xml deployment descriptor") 12:46:46.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:46.704 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:46:46.704 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 12:46:46.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:46.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:46.706 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:46.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:46.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:46.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:46.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:47.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:47.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:47.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:47.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.258 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:47.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:47.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:47.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 '\*?\QProject Explorer\E') 12:46:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:47.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:47.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:47.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:47.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:47.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:47.262 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:47.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:47.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:47.263 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:47.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:47.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:47.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:48.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:48.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:48.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:48.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:48.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:48.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:48.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:48.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:48.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:48.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:48.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:48.267 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:48.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:48.268 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:48.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:48.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:48.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:48.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:48.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:48.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:48.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:48.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:48.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:48.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:48.283 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:48.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:48.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:48.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:48.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:48.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:48.285 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:48.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:48.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:48.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:48.286 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:48.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:48.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:48.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:48.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:48.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:48.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:49.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:49.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:49.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:49.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:49.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:49.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:49.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:49.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:49.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:49.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:49.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:49.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:49.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:49.290 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:49.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:49.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:49.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:49.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:49.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:49.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:49.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:49.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:49.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:50.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:50.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:50.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:50.292 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:50.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:50.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:50.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:50.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:50.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:50.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:50.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:50.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:50.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:50.294 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:46:50.294 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:50.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:50.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:50.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:50.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 12:46:50.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:50.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:50.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:50.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:50.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:50.295 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:46:50.295 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:46:50.295 DEBUG [main][TreeItemHandler] Set Tree selection 12:46:50.295 DEBUG [main][TreeHandler] Notify Tree about selection event 12:46:50.305 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:46:50.308 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 12:46:50.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:50.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Import' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Export' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.343 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:50.343 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:50.343 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:50.343 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:50.344 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:50.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:50.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:50.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:50.844 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:50.844 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:50.872 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:50.872 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:50.872 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.872 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:50.872 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.872 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:50.872 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:50.872 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:50.872 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:50.872 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:50.872 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:50.872 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:50.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:46:51.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:46:51.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:51.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) 12:46:51.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:51.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:51.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:51.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:51.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:51.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:51.458 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:51.458 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:51.458 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:51.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:51.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:51.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:46:51.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:51.458 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:51.458 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:51.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:51.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:51.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:51.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:51.459 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:51.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:51.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:51.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:51.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:51.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:51.463 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:51.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:51.963 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:51.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:51.963 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:51.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:51.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:51.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:51.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:51.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:51.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:51.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:51.964 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:51.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:51.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:51.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:51.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:46:51.964 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:46:51.964 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:51.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:51.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:51.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.854 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: 8.427 s createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 10.677 s createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 5.572 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:46:51.971 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:46:51.972 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:46:51.972 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:51.972 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:46:51.972 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:51.972 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:46:51.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:51.973 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:46:51.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:51.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:51.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 12:46:51.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:46:51.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:51.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:51.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:51.973 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:51.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:51.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Utility Module"] 12:46:51.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:51.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:51.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:51.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Utility Module"] 12:46:51.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:51.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:51.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:51.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:51.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:51.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:51.975 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:51.975 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:51.975 DEBUG [main][MenuItemLookup] Item match:File 12:46:51.976 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:51.976 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x/4.x)' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x/4.x)' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'HTML File' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'XML File' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:51.979 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:51.979 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:51.979 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:51.979 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:51.979 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:52.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 'New|Select a wizard'] is available.... 12:46:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:46:52.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:46:52.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:52.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:52.085 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:52.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:52.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:52.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:52.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:52.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 12:46:52.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:46:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:52.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:46:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:52.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:46:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 12:46:52.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:46:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:52.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:46:52.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:52.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:46:52.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Utility Project 12:46:52.088 DEBUG [main][TreeItemHandler] Selecting tree item: Utility Project 12:46:52.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Utility Project about selection 12:46:52.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Utility Project 12:46:52.091 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:52.091 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:52.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:52.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:52.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:52.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:52.092 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:52.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:52.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:52.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:52.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:52.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:52.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:52.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Utility Module"] is available.... 12:46:52.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Utility Module"] is available. finished successfully 12:46:52.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Utility Module 12:46:52.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:52.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:52.178 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 12:46:52.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:52.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.UtilityProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:52.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:52.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:52.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:52.181 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:52.182 INFO [WorkbenchTestable][AbstractText] Text set to: UtilityProject 12:46:52.191 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 12:46:52.191 INFO [WorkbenchTestable][UtilityProjectWizard] Finish wizard 12:46:52.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.UtilityProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:52.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:52.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:52.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:52.211 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:52.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:52.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:52.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:52.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:52.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:52.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:46:53.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:53.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:53.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:53.758 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:53.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:53.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:53.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:53.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:53.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:53.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:53.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:53.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:53.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:53.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:53.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:53.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:53.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:53.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:53.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:53.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:53.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:53.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:53.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:53.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:53.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:53.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:53.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:53.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:53.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:53.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:54.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:54.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:54.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:54.765 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:54.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:54.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:54.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:54.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:54.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:54.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:54.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:54.767 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 12:46:54.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.768 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:54.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:54.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:54.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:54.770 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:54.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:54.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:54.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:54.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:54.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:54.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:54.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:54.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:54.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:54.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:54.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:54.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:54.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:54.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:54.773 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:54.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:54.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:54.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:54.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:54.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:55.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:55.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:55.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:55.776 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:55.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:55.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:55.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:55.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:55.777 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 12:46:55.777 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 12:46:55.778 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 12:46:55.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 12:46:55.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 12:46:55.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:55.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:55.925 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:55.925 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:55.925 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:55.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:55.925 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:55.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:55.925 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index ()' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:56.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:56.426 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'UtilityProject' via Explorer 12:46:56.426 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 12:46:56.426 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 12:46:56.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 12:46:56.438 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 12:46:56.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:56.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:56.528 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:56.528 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:56.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:56.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:56.528 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:56.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:46:57.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:46:57.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:57.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:57.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) 12:46:57.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:57.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:57.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:57.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:57.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:57.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:57.164 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:57.164 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:57.164 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:57.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:57.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:57.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:57.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:57.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:46:57.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:57.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:57.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:57.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:57.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:57.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:57.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:57.166 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:57.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:57.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:57.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:57.166 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:57.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:57.169 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:57.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:57.670 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:57.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:57.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:57.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:46:57.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:57.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:57.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 12:46:57.671 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:46:57.671 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:57.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:57.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.7 s - in org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) Time elapsed: 5.698 s Running org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:46:57.679 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:46:57.679 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:46:57.679 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:57.679 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:46:57.679 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:57.679 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:46:57.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:57.680 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:46:57.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:57.680 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 12:46:57.680 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 12:46:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:46:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.680 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:57.680 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:57.681 DEBUG [main][MenuItemLookup] Item match:Window 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:57.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.681 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:57.681 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:57.681 DEBUG [main][MenuItemLookup] Item match:Window 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:57.682 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:57.682 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:46:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.682 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:57.682 DEBUG [main][MenuItemLookup] Item match:Window 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:57.682 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.682 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:57.683 DEBUG [main][MenuItemLookup] Item match:Window 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:57.683 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:57.683 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:57.683 DEBUG [main][MenuItemLookup] Item match:Window 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:46:57.683 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.684 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:57.684 DEBUG [main][MenuItemLookup] Item match:Window 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:57.684 DEBUG [main][MenuItemLookup] Item match:Perspective 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:46:57.684 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:46:57.684 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:46:57.684 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:46:57.684 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:46:57.684 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:46:57.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:46:57.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:46:57.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:46:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:57.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:46:57.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:57.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:57.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:46:57.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:57.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:46:57.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:57.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:57.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:57.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:57.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:57.716 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:46:57.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:57.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:57.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:57.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:57.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:57.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 12:46:57.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:46:57.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:57.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:57.855 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:57.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:57.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.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 EJB Project"] 12:46:57.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:57.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:57.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:57.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.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 EJB Project"] 12:46:57.856 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:57.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:57.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:57.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:57.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:57.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:57.857 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:57.857 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:57.857 DEBUG [main][MenuItemLookup] Item match:File 12:46:57.858 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:57.858 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'CSS File' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'JavaScript File' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x/4.x)' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x/4.x)' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'HTML File' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'XML File' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:57.861 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:57.861 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:57.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:57.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:57.862 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:57.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:46:57.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:46:57.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:46:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:57.937 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:57.937 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:57.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:57.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:57.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:57.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:57.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children... 12:46:57.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 12:46:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:58.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:58.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 12:46:58.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children finished successfully 12:46:58.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 12:46:58.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:58.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item EJB is already expanded. No action performed 12:46:58.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:58.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 12:46:58.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EJB Project 12:46:58.441 DEBUG [main][TreeItemHandler] Selecting tree item: EJB Project 12:46:58.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EJB Project about selection 12:46:58.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EJB Project 12:46:58.446 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:46:58.446 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:58.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:58.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:58.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:58.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:58.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:58.448 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:58.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:58.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:58.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:58.562 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:46:58.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:58.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:58.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EJB Project"] is available.... 12:46:58.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EJB Project"] is available. finished successfully 12:46:58.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EJB Project 12:46:58.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:58.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:58.563 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 12:46:58.563 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:58.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.ejb.ui.project.facet.EjbProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:58.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:58.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:58.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:58.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:58.567 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:58.568 INFO [WorkbenchTestable][AbstractText] Text set to: ejbProject 12:46:58.570 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 12:46:58.570 INFO [WorkbenchTestable][EjbProjectWizard] Finish wizard 12:46:58.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.ejb.ui.project.facet.EjbProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:58.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:58.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:58.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:58.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:58.573 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:58.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:58.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:58.573 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:58.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:58.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:59.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:59.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:46:59.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:59.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:59.081 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:46:59.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:59.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:59.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:59.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:59.081 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:59.082 DEBUG [main][MenuItemLookup] Item match:Window 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:59.082 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:59.082 DEBUG [main][MenuItemLookup] Item match:Show View 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Markers' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Packages' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Servers' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:59.085 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:46:59.085 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:46:59.086 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:46:59.086 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:46:59.086 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:46:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:46:59.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:46:59.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:46:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:59.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:59.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:59.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:59.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:59.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:59.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:46:59.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:46:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:59.237 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:46:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:59.237 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:46:59.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:46:59.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:46:59.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:59.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:46:59.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:59.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:46:59.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:46:59.238 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:46:59.238 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:46:59.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:46:59.238 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:59.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:59.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:59.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:59.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:59.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:59.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:46:59.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:59.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:59.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:59.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:59.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:59.239 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:46:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:59.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:59.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:59.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:46:59.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:59.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:46:59.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:59.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:59.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:59.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:59.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:59.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:46:59.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:59.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:59.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:59.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:59.338 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:59.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:59.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:59.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:59.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:59.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:59.354 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:59.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:59.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:59.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:59.355 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:59.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:59.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:59.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:59.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:59.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:59.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:00.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:00.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:00.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:00.378 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:00.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:00.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:00.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:00.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:00.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:00.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:00.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:00.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:00.379 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 12:47:00.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:00.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:00.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:47:00.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:00.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:00.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:00.387 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:00.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:47:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:00.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:00.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:00.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:00.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:00.390 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:00.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:00.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:00.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:00.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:00.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:00.404 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:00.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:00.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:00.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:00.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:00.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:00.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:00.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:00.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:01.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:01.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:01.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:01.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:01.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:01.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:01.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:01.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:01.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:01.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:01.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:01.408 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 12:47:01.408 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 12:47:01.408 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 12:47:01.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 12:47:01.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 12:47:01.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:01.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:01.536 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:01.536 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:01.536 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:01.536 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:01.537 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:01.537 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:47:01.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:47:01.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:47:01.537 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:47:01.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:01.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:02.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:02.037 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ejbProject' via Explorer 12:47:02.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 12:47:02.038 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 12:47:02.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 12:47:02.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 12:47:02.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:02.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:02.072 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:02.072 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:47:02.072 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:47:02.072 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:47:02.072 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:47:02.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 'Delete.*'] is available.... 12:47:02.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:47:02.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:47:02.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:02.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:02.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:02.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:02.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:47:02.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:02.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:47:02.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:02.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:02.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:02.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:02.767 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:47:02.768 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:47:02.768 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:47:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:02.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:02.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:02.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:47:02.768 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:02.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:47:02.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:02.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:02.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:02.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:02.769 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:47:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:02.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:02.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:02.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:47:02.773 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:47:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:47:03.273 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:47:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:03.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:03.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:47:03.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:03.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.274 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:47:03.275 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 12:47:03.275 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:47:03.275 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:03.275 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:03.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.596 s - in org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) Time elapsed: 5.42 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:03.300 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:03.303 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:47:03.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:03.304 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:03.304 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:03.304 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:47:03.305 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:03.305 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:47:03.305 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:03.305 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:47:03.305 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:47:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:03.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:03.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:03.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:47:03.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:03.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:03.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:03.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:47:03.315 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:47:03.315 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:47:03.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:03.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:47:03.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:47:03.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:47:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:03.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:47:03.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:47:03.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:03.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:03.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:03.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:03.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:47:03.375 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:47:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:47:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:47:03.376 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:47:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:47:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:47:03.376 TRACE [main][WidgetHandler] Notify Table with event 13 12:47:03.376 TRACE [main][WidgetHandler] Wait for synchronization 12:47:03.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:47:03.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:03.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:03.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:03.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:47:03.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:47:03.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:03.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:03.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:03.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:03.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:03.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:03.378 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:47:03.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:03.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:03.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:03.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:03.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:03.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:03.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:47:03.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.580 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:03.580 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:03.580 DEBUG [main][MenuItemLookup] Item match:Window 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.581 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:47:03.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.581 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:03.582 DEBUG [main][MenuItemLookup] Item match:Window 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:47:03.582 DEBUG [main][MenuItemLookup] Item match:Perspective 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:47:03.582 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:47:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:47:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.582 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:03.582 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:03.582 DEBUG [main][MenuItemLookup] Item match:Window 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:47:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:03.583 DEBUG [main][MenuItemLookup] Item match:Window 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:47:03.583 DEBUG [main][MenuItemLookup] Item match:Perspective 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:47:03.583 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:47:03.583 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:47:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:03.584 DEBUG [main][MenuItemLookup] Item match:Window 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:47:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.584 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:03.584 DEBUG [main][MenuItemLookup] Item match:Window 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:47:03.584 DEBUG [main][MenuItemLookup] Item match:Perspective 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:47:03.584 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:47:03.584 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:47:03.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:47:03.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:47:03.585 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:47:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:47:03.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:47:03.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:47:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:03.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:47:03.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:03.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:03.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:03.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:47:03.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:47:03.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:03.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:03.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:03.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:03.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:03.650 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:47:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:03.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:03.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:03.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:03.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:03.836 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:47:03.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:03.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:03.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:03.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:03.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:03.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:03.849 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' view via menu. 12:47:03.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:03.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:03.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:03.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:03.849 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:03.849 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:03.849 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:03.850 DEBUG [main][MenuItemLookup] Item match:Window 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.850 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:03.850 DEBUG [main][MenuItemLookup] Item match:Show View 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:03.853 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:47:03.853 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:47:03.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:47:03.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:47:03.853 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:47:03.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:47:03.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:47:03.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:47:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:03.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:47:03.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:03.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:03.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:03.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:03.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:03.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children... 12:47:03.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 12:47:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:04.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:04.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 12:47:04.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children finished successfully 12:47:04.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 12:47:04.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:04.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 12:47:04.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:04.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 12:47:04.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Remote Systems 12:47:04.451 DEBUG [main][TreeItemHandler] Selecting tree item: Remote Systems 12:47:04.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Remote Systems about selection 12:47:04.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Remote Systems 12:47:04.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:04.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:04.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:04.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:04.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:04.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:47:04.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:04.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:04.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:04.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:04.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:04.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:04.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:04.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:04.454 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:47:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:04.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:04.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:04.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:04.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:04.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open... 12:47:04.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open finished successfully 12:47:04.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:04.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:04.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:04.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:04.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:04.666 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:04.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:04.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:04.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:04.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:04.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:04.669 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:04.669 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:04.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:04.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:04.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:04.670 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:04.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:04.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:04.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:04.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:04.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:04.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:04.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:04.672 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:04.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:04.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:04.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:04.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:04.738 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:04.738 DEBUG [main][MenuItemLookup] Item match:New 12:47:04.739 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:04.739 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:04.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:04.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:04.739 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:04.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:04.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:04.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:04.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:04.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:04.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:04.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:04.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:04.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:04.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:04.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:04.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 Connection"] 12:47:04.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:04.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:04.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:04.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:04.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:04.851 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:04.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:04.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:04.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:04.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:04.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:04.854 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:04.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:04.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:04.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:04.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:04.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:04.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:04.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:04.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:04.860 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:04.860 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:04.860 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:04.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:04.869 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:04.869 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:04.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:04.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:04.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:04.870 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:04.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:04.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:04.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:04.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:04.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:04.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:04.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:04.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:04.901 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:47:04.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:04.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:04.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:04.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:04.904 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:04.904 INFO [WorkbenchTestable][AbstractText] Text set to: system1 12:47:04.905 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:04.905 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:04.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:04.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:04.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:04.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:04.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:04.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:04.906 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:04.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:04.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:04.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:04.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:04.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:04.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:04.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:04.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:04.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:04.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:04.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:04.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:04.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:04.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:04.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:04.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:04.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:04.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:04.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:04.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:04.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:04.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 12:47:04.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:05.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:05.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 '\*?\QRemote Systems\E') 12:47:05.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:05.025 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:05.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:05.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:05.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 12:47:05.029 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:05.029 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.030 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:05.030 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.031 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:05.032 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:05.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:05.035 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:05.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:05.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.077 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:05.077 DEBUG [main][MenuItemLookup] Item match:New 12:47:05.078 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:05.078 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:05.078 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:05.078 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:05.078 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:05.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:05.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:05.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:05.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:05.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:47:05.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:05.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.168 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:05.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:05.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:05.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:05.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:05.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:05.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:05.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:05.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:05.170 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:05.170 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:05.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:05.172 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:05.172 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:05.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:05.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:05.181 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:05.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:05.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:05.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:05.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:05.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:05.212 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:47:05.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:05.216 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:05.216 INFO [WorkbenchTestable][AbstractText] Text set to: system2 12:47:05.217 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:05.217 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:05.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:05.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:05.230 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:05.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:05.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:05.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 12:47:05.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:05.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 '\*?\QRemote Systems\E') 12:47:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:05.325 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:05.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:05.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:05.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 12:47:05.328 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:05.328 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.328 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.329 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.330 INFO [WorkbenchTestable][System] Deleting system system1 12:47:05.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:47:05.331 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:47:05.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:47:05.333 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:47:05.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:47:05.350 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:47:05.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:47:05.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:47:05.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:05.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.391 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:05.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:05.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:05.410 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:05.410 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:05.410 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:05.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:05.410 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:05.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:05.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:05.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:47:05.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:05.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:05.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:05.462 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:05.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:05.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:05.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:05.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:05.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:05.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 12:47:05.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:05.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:05.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:05.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:05.525 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:05.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:05.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:05.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 12:47:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:05.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:05.528 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:05.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.529 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:05.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:05.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.531 INFO [WorkbenchTestable][System] Deleting system Local 12:47:05.531 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:05.531 INFO [WorkbenchTestable][System] Deleting system system2 12:47:05.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:47:05.531 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:47:05.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:47:05.534 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:47:05.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:47:05.535 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:47:05.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:47:05.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:47:05.538 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:05.538 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.569 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:05.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:05.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:05.583 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:05.583 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:05.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:05.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:05.584 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:05.598: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:05.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.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 "Delete") 12:47:05.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:05.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:05.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:05.626 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:05.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:05.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:05.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:05.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 12:47:05.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:05.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:05.685 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:05.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:05.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:05.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 12:47:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:05.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:05.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:05.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:05.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:05.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:05.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:47:05.688 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:47:05.688 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:05.689 INFO [WorkbenchTestable][RequirementsRunner] Started test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:47:05.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:05.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:05.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:05.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:05.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.693 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:05.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:05.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:05.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:05.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:05.718 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:05.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:05.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:05.721 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:05.721 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.721 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:05.722 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:05.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:05.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:05.727 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:05.727 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.756 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:05.756 DEBUG [main][MenuItemLookup] Item match:New 12:47:05.757 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:05.757 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:05.757 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:05.757 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:05.757 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:05.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:05.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:05.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:05.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:05.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.812 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:47:05.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.812 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:05.812 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:05.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:05.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:05.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:05.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:05.814 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:05.814 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:05.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:05.815 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:05.815 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:05.815 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:05.816 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:05.816 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:05.816 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:05.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:05.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:05.817 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:05.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:05.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:05.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:05.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:05.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:05.847 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:47:05.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:05.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:05.850 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:05.850 INFO [WorkbenchTestable][AbstractText] Text set to: system1 12:47:05.850 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:05.850 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:05.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:05.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:05.852 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:05.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:05.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:05.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:05.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:05.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:05.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:05.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 12:47:05.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:05.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:05.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:05.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:05.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:05.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:05.929 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:05.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:05.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:05.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 12:47:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 12:47:05.946 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:05.946 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.947 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:05.947 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.948 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:05.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:05.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:05.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:05.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:05.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:05.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:05.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:05.949 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:05.949 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:05.949 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:05.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:05.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:05.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:05.971 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:05.971 DEBUG [main][MenuItemLookup] Item match:New 12:47:05.971 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:05.971 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:05.971 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:05.971 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:05.971 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:06.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:06.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:06.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:06.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:06.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:06.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.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 Connection"] 12:47:06.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:06.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.032 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:06.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:06.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:06.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:06.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:06.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:06.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:06.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:06.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:06.037 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:06.037 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:06.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:06.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:06.039 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.039 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:06.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:06.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:06.040 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:06.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:06.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:06.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:06.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:06.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:06.069 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:47:06.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:06.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:06.072 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:06.073 INFO [WorkbenchTestable][AbstractText] Text set to: system2 12:47:06.073 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.073 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:06.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:06.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:06.075 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:06.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:06.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:06.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:06.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:06.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:06.113 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:06.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 12:47:06.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:06.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:06.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:06.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:06.153 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:06.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:06.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:06.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 12:47:06.170 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:06.170 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:06.171 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:06.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.172 INFO [WorkbenchTestable][System] Disconnecting from remote system system1 12:47:06.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:47:06.172 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:47:06.172 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:47:06.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:47:06.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:06.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.195 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:06.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:06.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.196 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:06.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:06.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:06.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:06.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.198 INFO [WorkbenchTestable][System] Deleting system Local 12:47:06.198 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:06.198 INFO [WorkbenchTestable][System] Deleting system system1 12:47:06.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:47:06.198 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:47:06.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:47:06.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:47:06.202 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:47:06.202 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:47:06.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:47:06.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:47:06.223 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:06.223 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.242 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:06.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:06.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:06.260 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:06.260 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:06.260 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:06.260 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:06.260 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:06.275: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:06.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:06.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.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 "Delete") 12:47:06.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:06.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:06.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:06.306 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:06.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:06.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:06.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:06.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:06.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 12:47:06.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:06.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:06.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:06.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:06.372 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:06.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:06.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:06.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:06.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 12:47:06.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:06.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:06.375 INFO [WorkbenchTestable][System] Deleting system system2 12:47:06.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:47:06.375 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:47:06.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:47:06.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:47:06.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:47:06.379 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:47:06.379 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:47:06.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:47:06.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:06.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.414 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:06.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:06.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:06.429 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:06.429 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:06.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:06.429 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:06.429 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:06.444: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:06.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:06.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:47:06.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:06.473 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:06.473 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:06.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:06.474 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:06.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:06.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:06.474 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:06.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:06.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:06.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 12:47:06.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:06.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 '\*?\QRemote Systems\E') 12:47:06.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:06.522 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:06.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:06.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:06.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:06.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 12:47:06.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:06.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:06.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:06.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:06.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:06.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:06.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:06.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:47:06.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:06.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:47:06.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:06.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:06.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:06.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:06.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:06.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:06.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 '\*?\QRemote Systems\E') 12:47:06.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:06.556 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:06.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:06.559 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:06.559 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:06.559 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:06.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.560 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:06.560 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:06.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:06.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:06.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:06.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.594 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:06.594 DEBUG [main][MenuItemLookup] Item match:New 12:47:06.595 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:06.595 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:06.595 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:06.595 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:06.595 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:06.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:06.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:06.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:06.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:06.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:06.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.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 Connection"] 12:47:06.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:06.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.653 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:06.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:06.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:06.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:06.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:06.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:06.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:06.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:06.655 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:06.655 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:06.655 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:06.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:06.656 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.656 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:06.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:06.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:06.657 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:06.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:06.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:06.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:06.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:06.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:06.688 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:47:06.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:06.692 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:06.692 INFO [WorkbenchTestable][AbstractText] Text set to: system1 12:47:06.692 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.692 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:06.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:06.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:06.694 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:06.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:06.695 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:06.695 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 12:47:06.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:06.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:06.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:06.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:06.779 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:06.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:06.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:06.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 12:47:06.782 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:06.782 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:06.783 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:06.783 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:06.784 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:06.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:06.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:06.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.785 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:06.785 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:06.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:06.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:06.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:06.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.826 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:06.826 DEBUG [main][MenuItemLookup] Item match:New 12:47:06.827 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:06.827 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:06.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:06.829 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:06.829 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:06.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:06.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:06.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:06.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:06.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:47:06.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:06.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.890 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:06.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:06.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:06.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:06.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:06.896 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:06.896 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:06.896 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:06.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:06.897 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.897 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:06.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:06.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:06.898 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:06.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:06.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:06.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:06.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:06.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:06.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:06.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:06.926 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:47:06.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:06.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:06.929 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:06.929 INFO [WorkbenchTestable][AbstractText] Text set to: system2 12:47:06.929 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:06.929 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:06.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:06.931 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:06.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:06.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:06.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:06.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:06.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:06.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:06.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:06.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 12:47:06.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:06.988 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:06.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:06.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:06.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:06.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:06.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:06.993 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:06.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:06.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:07.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:07.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:07.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:07.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 12:47:07.026 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:07.026 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:07.027 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:07.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.028 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:47:07.028 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:47:07.028 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:47:07.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:47:07.032 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:07.032 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.051 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:07.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:07.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.052 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:07.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:07.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:07.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.054 INFO [WorkbenchTestable][System] Deleting system Local 12:47:07.054 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:07.054 INFO [WorkbenchTestable][System] Deleting system system1 12:47:07.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:47:07.054 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:47:07.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:47:07.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:47:07.058 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:47:07.058 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:47:07.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:47:07.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:47:07.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:07.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.094 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:07.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:07.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:07.116 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:07.116 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:07.125 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:07.125 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:07.125 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:07.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:07.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:07.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:47:07.168 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:07.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:07.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:07.170 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:07.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:07.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:07.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:07.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 12:47:07.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.210 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:07.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:07.232 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:07.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:07.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:07.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 12:47:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 12:47:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:07.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:07.234 INFO [WorkbenchTestable][System] Deleting system system2 12:47:07.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:47:07.235 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:47:07.235 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:47:07.237 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:47:07.239 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:47:07.239 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:47:07.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:47:07.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:47:07.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:07.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.288 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:07.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:07.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:07.305 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:07.305 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:07.305 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:07.305 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:07.305 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:07.338: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:07.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:07.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:47:07.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:07.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:07.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:07.368 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:07.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:07.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:07.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:07.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 12:47:07.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:07.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 '\*?\QRemote Systems\E') 12:47:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:07.469 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:07.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:07.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:07.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:07.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:07.472 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:07.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:07.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:47:07.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:47:07.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:07.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.173 s - in org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 1.852 s disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 0.836 s isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 0.947 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:07.480 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:07.481 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:47:07.481 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:07.481 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:07.481 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:07.481 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:47:07.481 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:07.481 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:47:07.481 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:07.482 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:07.482 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:07.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:07.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:07.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:07.482 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:07.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:07.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:07.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 '\*?\QRemote Systems\E') 12:47:07.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:07.553 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:07.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:07.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:07.555 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:07.555 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:07.556 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:07.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 12:47:07.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:07.635 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:07.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:07.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:07.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:07.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.658 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:07.658 DEBUG [main][MenuItemLookup] Item match:New 12:47:07.658 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:07.658 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:07.659 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:07.659 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:07.659 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:07.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:07.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:07.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:07.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:07.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:07.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:07.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:07.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:07.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:07.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 Connection"] 12:47:07.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:07.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:07.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.754 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:07.754 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:07.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:07.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:07.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:07.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:07.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:07.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:07.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:07.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:07.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:07.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:07.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:07.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:07.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:07.756 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:07.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:07.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:07.757 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:07.757 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:07.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:07.759 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:07.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:07.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:07.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:07.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:07.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:07.832 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:47:07.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:07.836 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:07.837 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 12:47:07.837 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:07.837 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:07.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:07.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:07.839 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:07.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:07.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:07.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:07.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 12:47:07.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:07.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:07.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:07.901 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:07.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:07.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:07.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:07.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 12:47:07.918 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:07.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:07.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:07.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:07.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:07.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:07.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:07.935 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:07.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:07.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:07.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:07.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:07.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:07.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:07.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:07.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:07.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:07.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:07.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:07.953 INFO [WorkbenchTestable][System] Deleting system Local 12:47:07.953 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:07.953 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 12:47:07.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:47:07.953 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:47:07.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:47:07.955 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:47:07.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:47:07.956 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:47:07.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:47:07.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:47:07.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:07.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.977 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:07.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:07.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:07.992 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:07.992 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:07.992 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:07.992 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:07.992 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:08.007: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:08.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:08.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.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 "Delete") 12:47:08.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:08.035 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:08.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:08.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:08.036 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:08.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:08.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:08.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:08.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:08.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:08.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 12:47:08.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:08.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:08.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 '\*?\QRemote Systems\E') 12:47:08.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:08.097 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:08.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:08.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:08.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 12:47:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:08.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:08.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:08.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:08.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:08.100 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:08.101 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:08.101 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:08.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:08.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:08.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:08.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:08.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.106 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:08.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.111 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:08.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:08.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:08.133 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:08.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:08.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:08.136 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:08.136 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:08.137 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:08.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:08.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:08.138 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:08.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:08.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:08.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:08.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.173 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:08.173 DEBUG [main][MenuItemLookup] Item match:New 12:47:08.174 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:08.174 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:08.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:08.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:08.174 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:08.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:08.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:08.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:08.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:08.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:08.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.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 Connection"] 12:47:08.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:08.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.230 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:08.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:08.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:08.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:08.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:08.231 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:08.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:08.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:08.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:08.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:08.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:08.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:08.232 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:08.232 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:08.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:08.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:08.233 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:08.233 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:08.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:08.235 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:08.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:08.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:08.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:08.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:08.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:08.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:08.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:08.263 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:47:08.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:08.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:08.266 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:08.267 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 12:47:08.267 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:08.267 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:08.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) 12:47:08.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:08.269 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:08.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:08.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:08.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:08.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:08.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:08.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:08.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 12:47:08.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:08.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 '\*?\QRemote Systems\E') 12:47:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:08.343 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:08.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:08.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:08.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 12:47:08.360 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:08.360 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:08.361 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:08.361 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:08.362 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:08.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:08.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:08.363 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:08.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:08.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:08.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:08.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.385 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:08.385 DEBUG [main][MenuItemLookup] Item match:New 12:47:08.386 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:08.386 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:08.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:08.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:08.386 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:08.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:08.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:08.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:08.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:08.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:08.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.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 Connection"] 12:47:08.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:08.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.457 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:08.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:08.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:08.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:08.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:08.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:08.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:08.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:08.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:08.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:08.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:08.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:08.462 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:08.462 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:08.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:08.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:08.463 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:08.463 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:08.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:08.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:08.464 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:08.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:08.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:08.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:08.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:08.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:08.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:08.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:08.492 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:47:08.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:08.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:08.495 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:08.496 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 12:47:08.496 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:08.496 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:08.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:08.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:08.498 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:08.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:08.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:08.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:08.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:08.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:08.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:08.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:08.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 12:47:08.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:08.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:08.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:08.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:08.569 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:08.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:08.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:08.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 12:47:08.586 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:08.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:08.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:08.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.603 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:08.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:08.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:08.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.633 INFO [WorkbenchTestable][System] Deleting system Local 12:47:08.633 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:08.633 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 12:47:08.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:47:08.633 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:47:08.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:47:08.635 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:47:08.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:47:08.637 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:47:08.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:47:08.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:47:08.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:08.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.660 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:08.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:08.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:08.677 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:08.677 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:08.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:08.677 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:08.677 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:08.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:08.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:08.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:47:08.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:08.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:08.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:08.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:08.726 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:08.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:08.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:08.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:08.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:08.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 12:47:08.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:08.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:08.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:08.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:08.786 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:08.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:08.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:08.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 12:47:08.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 12:47:08.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:08.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:08.788 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 12:47:08.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 12:47:08.788 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 12:47:08.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 12:47:08.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 12:47:08.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 12:47:08.792 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 12:47:08.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 12:47:08.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 12:47:08.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:08.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.825 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:08.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:08.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:08.839 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:08.839 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:08.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:08.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:08.839 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:08.854: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:08.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:08.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:08.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.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 "Delete") 12:47:08.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:08.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:08.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:08.882 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:08.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:08.882 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:08.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:08.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:08.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 12:47:08.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:08.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.919 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:08.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:08.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:08.938 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:08.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:08.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:08.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 12:47:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 12:47:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:08.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:08.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:08.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:08.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:08.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:08.942 INFO [WorkbenchTestable][RequirementsRunner] Started test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:08.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:08.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:08.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:08.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:08.942 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:08.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:08.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:08.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:08.952 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:08.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:08.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:08.954 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:08.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:08.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:08.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:08.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:08.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:08.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:08.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:08.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:08.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:08.968 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:08.968 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:08.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:08.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:08.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:08.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:08.988 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:08.988 DEBUG [main][MenuItemLookup] Item match:New 12:47:08.989 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:08.989 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:08.989 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:08.989 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:08.989 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:09.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:09.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:09.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.043 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:09.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:09.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:47:09.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.044 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:09.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.044 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:09.044 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Cancel wizard 12:47:09.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:47:09.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:09.045 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:47:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:09.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:09.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:09.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:09.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:09.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:09.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:09.078 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:09.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.079 INFO [WorkbenchTestable][System] Deleting system Local 12:47:09.079 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:09.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:09.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:09.079 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.080 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:09.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:09.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:09.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:09.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:09.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:09.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:09.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:09.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:09.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:09.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:09.091 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:09.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:09.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:09.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.108 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:09.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.109 INFO [WorkbenchTestable][System] Deleting system Local 12:47:09.109 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:09.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:09.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:09.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:09.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:09.110 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:09.110 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:09.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:09.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:09.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:09.110 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:09.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.114 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:09.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:09.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 '\*?\QRemote Systems\E') 12:47:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:09.125 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:09.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:09.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:09.126 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:09.141 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:09.142 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:09.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:09.142 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:09.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:09.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:09.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:09.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.163 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:09.163 DEBUG [main][MenuItemLookup] Item match:New 12:47:09.163 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:09.163 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:09.163 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:09.163 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:09.163 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:09.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:09.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:09.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.219 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:09.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.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 Connection"] 12:47:09.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.220 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:09.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:09.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:09.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:09.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:09.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:09.221 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:09.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:09.221 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:09.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:09.222 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:09.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:09.223 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:09.223 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:09.223 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:09.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:09.224 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:09.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:09.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:09.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:09.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:09.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:09.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:09.252 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:47:09.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:09.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:09.255 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:09.256 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 12:47:09.256 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:09.256 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:09.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:09.258 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:09.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:09.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:09.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 12:47:09.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:09.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 '\*?\QRemote Systems\E') 12:47:09.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:09.336 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:09.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:09.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:09.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 12:47:09.339 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:47:09.339 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:09.339 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:47:09.339 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:09.340 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47: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 12:47:09.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.341 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:47:09.341 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:47:09.341 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:47:09.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:47:09.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:09.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.377 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:09.377 DEBUG [main][MenuItemLookup] Item match:New 12:47:09.378 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:47:09.378 DEBUG [main][MenuItemLookup] Item match:Connection... 12:47:09.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:47:09.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:47:09.378 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:47:09.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:47:09.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:47:09.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:09.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.438 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:09.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.438 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:09.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.438 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:47:09.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:47:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.438 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:09.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:09.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:47:09.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:09.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:09.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:09.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:09.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:09.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:09.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:09.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:09.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:47:09.443 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:47:09.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:47:09.445 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:47:09.445 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:09.445 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:47:09.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:09.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:09.446 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:09.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:09.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:09.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:09.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:47:09.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:47:09.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:47:09.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:47:09.475 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:47:09.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:47:09.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:09.478 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:09.479 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 12:47:09.479 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:47:09.479 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:47:09.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:09.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:09.481 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:09.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:09.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:09.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:09.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:09.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:09.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:09.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:09.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 12:47:09.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:09.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 '\*?\QRemote Systems\E') 12:47:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:09.543 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:09.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:09.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:09.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 12:47:09.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 12:47:09.559 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:09.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:09.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.576 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:09.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:09.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:09.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 12:47:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.594 INFO [WorkbenchTestable][System] Deleting system Local 12:47:09.594 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:09.594 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 12:47:09.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:47:09.594 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:47:09.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:47:09.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:47:09.600 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:47:09.600 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:47:09.601 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:47:09.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:47:09.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:09.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.636 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:09.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:09.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.661 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:09.673 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:09.673 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:09.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:09.677 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:09.678 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:09.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:09.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:47:09.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:09.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:09.721 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:09.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:09.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:09.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:09.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:09.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 12:47:09.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:09.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:09.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 '\*?\QRemote Systems\E') 12:47:09.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:09.788 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:09.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:09.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:09.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 12:47:09.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:09.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:09.791 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 12:47:09.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 12:47:09.791 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 12:47:09.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 12:47:09.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 12:47:09.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 12:47:09.796 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 12:47:09.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 12:47:09.799 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 12:47:09.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:09.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.835 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:47:09.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:09.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:09.850 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:47:09.850 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:47:09.850 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:47:09.850 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:47:09.850 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1782): Gtk-CRITICAL **: 12:47:09.866: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:47:09.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:47:09.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:47:09.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:47:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.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 "Delete") 12:47:09.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:47:09.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:09.896 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:47:09.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:09.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:09.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:09.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:09.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:09.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:09.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 12:47:09.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:09.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:09.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:47:09.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:09.954 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:09.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:09.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:09.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 12:47:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile centos-7-wj523' is not running, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:09.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:09.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:09.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:09.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:09.958 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:09.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:09.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:09.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:09.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:09.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:09.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:09.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:09.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:09.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 '\*?\QRemote Systems\E') 12:47:09.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:09.984 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:09.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:09.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:09.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.987 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:47:09.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:47:09.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:09.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:09.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:09.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:09.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:09.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:09.988 INFO [WorkbenchTestable][System] Deleting system Local 12:47:09.988 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:47:09.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:09.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:09.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:09.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:47:09.988 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:47:09.988 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:09.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.508 s - in org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.618 s getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.84 s newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.138 s getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.029 s getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.847 s getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:47:10.006 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:47:10.006 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:47:10.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:10.006 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:47:10.006 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:10.006 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:47:10.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:10.019 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:47:10.019 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:10.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:10.026 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:47:10.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:10.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:10.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:10.026 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:10.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:10.026 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:10.026 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:10.026 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:10.026 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:10.026 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:10.026 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:10.026 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:10.026 DEBUG [main][MenuItemLookup] Item match:Window 12:47:10.027 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:10.027 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:10.027 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:10.027 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:10.027 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:10.027 DEBUG [main][MenuItemLookup] Item match:Show View 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:10.030 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:47:10.030 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:47:10.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:47:10.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:47:10.031 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:47:10.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:47:10.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:47:10.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:47:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:10.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:47:10.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:10.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:10.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:10.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:10.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:10.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:10.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:10.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:10.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:10.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:10.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:10.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:10.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:10.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:10.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:10.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:10.115 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:10.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:10.115 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:10.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:47:10.115 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:47:10.116 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:47:10.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:47:10.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:10.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:10.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:10.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:10.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:10.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:47:10.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:10.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:10.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:10.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:10.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:10.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:10.117 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:47:10.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:10.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:10.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:10.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:10.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:47:10.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:47:10.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:10.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:10.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:10.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:10.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 '\*?\QProject Explorer\E') 12:47:10.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:10.197 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:10.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:10.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:10.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:10.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:10.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:10.199 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:10.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:10.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:10.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:47:10.199 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:10.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:10.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:10.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:47:10.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.201 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:10.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:10.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:10.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:10.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:10.202 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:10.202 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:10.202 DEBUG [main][MenuItemLookup] Item match:File 12:47:10.203 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:47:10.203 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:47:10.205 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:10.206 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:47:10.206 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:47:10.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:47:10.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:47:10.206 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:47:10.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:47:10.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:47:10.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:47:10.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:10.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:10.286 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:47:10.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:47:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:47:10.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:47:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:10.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:47:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:10.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:47:10.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:47:10.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:47:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:10.288 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:47:10.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:10.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:47:10.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 12:47:10.288 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 12:47:10.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 12:47:10.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 12:47:10.296 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:47:10.297 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:47:10.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:10.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:10.298 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:10.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:10.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:10.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:47:10.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 12:47:10.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available. finished successfully 12:47:10.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 12:47:10.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:10.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:10.443 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:47:10.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:10.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create a simple project (skip archetype selection)") 12:47:10.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:10.444 INFO [WorkbenchTestable][CheckBox] Select checkbox Create a &simple project (skip archetype selection) 12:47:10.444 INFO [WorkbenchTestable][CheckBox] Check checkbox Create a &simple project (skip archetype selection) 12:47:10.445 INFO [WorkbenchTestable][AbstractButton] Click button Create a &simple project (skip archetype selection) 12:47:10.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:10.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:10.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:10.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:10.445 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:47:10.445 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:47:10.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:10.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:10.446 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:10.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:10.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:10.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 12:47:10.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:47:10.474 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 12:47:10.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 12:47:10.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:47:10.483 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 12:47:10.500 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:47:10.500 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 12:47:10.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:10.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:10.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:10.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:10.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:10.502 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:10.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:10.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:10.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:10.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:10.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:10.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 12:47:11.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:47:11.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:11.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Find Node Job' is a system job, skipped 12:47:11.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 12:47:11.141 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:11.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:11.641 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:11.642 INFO [WorkbenchTestable][RequirementsRunner] Started test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 12:47:11.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:47:11.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:11.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:11.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:11.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:11.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:11.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:11.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:11.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 '\*?\QProject Explorer\E') 12:47:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:11.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:11.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:11.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:11.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:11.644 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:11.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:11.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:11.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:11.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:11.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:11.648 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:11.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:11.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:11.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:11.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:11.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:12.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:12.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:12.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:12.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:12.650 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:12.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:12.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:12.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:12.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:12.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:12.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:12.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:12.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:12.652 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 12:47:12.653 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item mavenProjectTest 12:47:12.653 DEBUG [main][TreeItemHandler] Selecting tree item: mavenProjectTest 12:47:12.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item mavenProjectTest about selection 12:47:12.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: mavenProjectTest 12:47:12.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:12.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:47:12.731 DEBUG [main][MenuItemLookup] Found menu:'Maven' 12:47:12.731 DEBUG [main][MenuItemLookup] Item match:Maven 12:47:12.732 DEBUG [main][MenuItemLookup] Found menu:'Add Dependency' 12:47:12.732 DEBUG [main][MenuItemLookup] Found menu:'Add Plugin' 12:47:12.732 DEBUG [main][MenuItemLookup] Found menu:'New Maven Module Project' 12:47:12.732 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:12.732 DEBUG [main][MenuItemLookup] Found menu:'Download Javadoc' 12:47:12.732 DEBUG [main][MenuItemLookup] Found menu:'Download Sources' 12:47:12.732 DEBUG [main][MenuItemLookup] Found menu:'Update Project... Alt+F5' 12:47:12.732 DEBUG [main][MenuItemLookup] Item match:Update Project... Alt+F5 12:47:12.733 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Update Project... Alt+F5" 12:47:12.733 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Update Project... Alt+F5 12:47:12.733 INFO [main][MenuItemHandler] Select menu item: &Update Project... Alt+F5 12:47:12.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Update Maven Project"] is available.... 12:47:12.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:12.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:12.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Update Maven Project"] is available. finished successfully 12:47:12.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Update Maven Project 12:47:12.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:12.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:12.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.internal.dialogs.UpdateMavenProjectsDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Clean projects") 12:47:12.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:12.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:12.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:12.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:12.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:12.816 INFO [WorkbenchTestable][CheckBox] Select checkbox Clean projects 12:47:12.816 DEBUG [WorkbenchTestable][CheckBox] Checkbox Clean projects already selected, no action performed 12:47:12.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.internal.dialogs.UpdateMavenProjectsDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:47:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:12.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:12.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:12.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:12.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:12.818 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:47:12.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:12.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:12.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:12.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Update Maven Project"] is available.... 12:47:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Update Maven Project"] is available. finished successfully 12:47:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:12.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Project' has no excuses, wait for it 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:13.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:13.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:47:13.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:13.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:13.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:13.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:13.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 12:47:13.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:13.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:13.359 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:47:13.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:13.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:13.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:13.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:13.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:13.360 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:13.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') 12:47:13.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:13.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:13.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:13.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:13.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:13.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:13.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:13.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:13.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:13.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:13.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:13.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:13.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:13.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:13.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:13.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:13.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:13.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:13.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:13.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:13.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:13.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:13.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:13.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:14.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:14.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:14.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:14.365 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:14.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:14.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:14.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:14.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 12:47:14.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:14.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:14.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:14.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:14.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:14.367 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 12:47:14.367 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:14.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:14.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:14.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:14.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:14.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:14.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:14.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:14.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:15.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:15.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:15.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:15.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:15.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:15.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:15.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:15.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:15.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:15.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:15.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:15.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:15.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 12:47:15.370 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:15.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:15.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:15.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:15.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:15.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:15.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:15.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:15.371 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:47:15.371 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:47:15.371 DEBUG [main][TreeItemHandler] Set Tree selection 12:47:15.371 DEBUG [main][TreeHandler] Notify Tree about selection event 12:47:15.379 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:47:15.381 DEBUG [WorkbenchTestable][TreeItemHandler] mavenProjectTest 12:47:15.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:15.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:15.413 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:15.413 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:47:15.413 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:47:15.414 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:47:15.414 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:47:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:15.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:15.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:15.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:15.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:15.956 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:15.957 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:15.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:15.957 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:15.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:15.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:15.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:47:15.957 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:15.957 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:15.957 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:47:15.957 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:47:15.957 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:47:15.957 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:47:15.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:47:16.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:47:16.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:47:16.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:16.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:16.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:47:16.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:16.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:16.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:16.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:47:16.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:16.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:16.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:16.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:16.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:16.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:16.557 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:47:16.557 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:47:16.557 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:47:16.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:16.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:16.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:16.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:16.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:47:16.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:16.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:16.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:16.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:47:16.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:16.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:16.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:16.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:16.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:16.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:16.558 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:47:16.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:16.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:16.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:16.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:16.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:47:16.561 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:47:17.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:47:17.062 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:47:17.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:47:17.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:17.062 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:47:17.062 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:17.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:17.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:17.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.057 s - in org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) Time elapsed: 1.716 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:47:17.070 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:47:17.070 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:47:17.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:17.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:47:17.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:17.070 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:47:17.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:17.071 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:47:17.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:17.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:17.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 12:47:17.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:47:17.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:17.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:17.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:17.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@286efb3e is found... 12:47:17.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@286efb3e is found finished successfully 12:47:17.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 12:47:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:17.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:17.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:17.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:17.204 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:17.204 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:47:17.204 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 12:47:17.204 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:17.204 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 12:47:17.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:17.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:17.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:17.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:17.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:47:17.205 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 12:47:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:17.205 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:17.620 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:17.705 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:17.839 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:17.951 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:18.205 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:18.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:18.205 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.206 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.206 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.206 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.206 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.206 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.206 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.206 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.206 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:28.209 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:28.211 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= W3C

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

TooltipText=null 12:47:28.213 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:47:28.213 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 12:47:28.256 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 12:47:28.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:47:28.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:28.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:28.256 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 12:47:28.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:28.257 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 12:47:28.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:47:28.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:28.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:28.257 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:28.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:28.268 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 12:47:28.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:28.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:28.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:28.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:28.269 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:28.269 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:28.269 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:28.269 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:28.269 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:28.269 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:28.269 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:47:28.269 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:28.269 DEBUG [main][MenuItemLookup] Item match:Window 12:47:28.270 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:28.270 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:28.270 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:28.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:28.270 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:28.270 DEBUG [main][MenuItemLookup] Item match:Show View 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:47:28.273 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:47:28.274 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:47:28.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:28.274 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:47:28.274 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:47:28.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:47:28.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:47:28.289 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:47:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:47:28.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:47:28.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:47:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:28.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:47:28.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:28.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:28.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:28.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:28.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:28.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:28.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:28.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:28.378 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:28.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:28.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:28.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 12:47:28.379 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 12:47:28.379 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 12:47:28.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 12:47:28.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:28.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:28.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:28.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:47:28.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:28.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:28.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:28.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:28.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:28.381 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:47:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:28.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:28.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:28.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:28.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 12:47:28.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 12:47:28.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:28.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:28.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 '\*?\QInternal Web Browser\E') 12:47:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:28.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:28.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:28.477 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:47:28.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:47:28.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:28.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:28.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:28.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:28.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:28.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:28.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:28.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:47:28.509 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:47:28.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:47:28.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:28.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:47:28.510 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 12:47:28.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:28.578 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:28.583 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:28.755 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:28.935 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:29.078 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:29.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:29.078 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:47:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:39.079 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:39.079 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:47:39.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:47:39.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:39.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= W3C

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

TooltipText=null 12:47:39.084 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:47:39.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:47:39.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:39.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= W3C

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

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

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

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

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

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

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

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

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

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

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

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

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

TooltipText=null 12:47:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:39.123 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:39.124 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:47:39.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:47:39.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:39.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= W3C

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

TooltipText=null 12:47:39.128 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 12:47:39.129 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 12:47:39.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:47:39.129 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:47:39.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:47:39.176 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:39.176 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:39.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:39.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:39.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 12:47:39.185 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:47:39.185 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:39.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.116 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 11.185 s testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 10.928 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:47:39.194 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:47:39.194 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:47:39.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:39.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:47:39.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:39.195 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:47:39.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:39.195 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:47:39.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:39.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:39.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 12:47:39.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:47:39.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:39.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:39.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:39.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39d52392 is found... 12:47:39.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39d52392 is found finished successfully 12:47:39.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 12:47:39.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:39.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:39.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:39.351 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:39.351 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:47:39.351 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 12:47:39.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:39.352 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 12:47:39.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:39.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:39.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:39.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:47:39.352 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 12:47:39.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:39.353 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:39.629 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:39.821 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:39.853 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:39.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:39.853 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:47:49.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:49.853 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:49.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:49.854 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 12:47:49.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:49.854 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 12:47:49.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:49.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:49.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:49.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:49.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:47:49.855 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/' 12:47:49.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:47:49.855 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:49.856 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:49.894 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:50.124 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 12:47:50.355 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:50.485 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:50.726 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:50.727 DEBUG [main][BrowserProgressListener] Calling chanded() 12:47:50.856 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:47:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:47:50.856 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:48:00.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:48:00.857 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:48:00.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:48:00.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:48:00.857 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:48:00.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:48:00.858 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 12:48:00.866 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:00.867 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text=The Community for Open Innovation and Collaboration | The Eclipse FoundationSkip to main content

Announcements

Community News

Back to the top

TooltipText=null 12:48:00.867 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:48:00.867 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 12:48:00.912 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 12:48:00.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:48:00.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:00.912 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:00.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:00.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:00.913 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 12:48:00.913 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:00.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 12:48:00.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:48:00.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:00.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:00.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:01.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ff06421 is found... 12:48:01.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ff06421 is found finished successfully 12:48:01.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qbrowser\E') 12:48:01.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:01.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:01.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:01.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:01.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:01.039 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:01.039 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= TooltipText=null 12:48:01.039 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 12:48:01.039 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:01.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:01.041 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 12:48:01.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:01.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:01.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:01.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:01.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:48:01.043 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.w3.org/' 12:48:01.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:48:01.043 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:48:01.243 DEBUG [main][BrowserProgressListener] Calling chanded() 12:48:01.431 DEBUG [main][BrowserProgressListener] Calling chanded() 12:48:01.543 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:48:01.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:48:01.543 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 12:48:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:48:11.543 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:48:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:48:11.543 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 12:48:11.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.544 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "browser"as the parent 12:48:11.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 12:48:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:48:11.545 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:48:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:48:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 12:48:11.545 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 12:48:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 12:48:11.545 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: return document.documentElement.innerHTML; 12:48:11.552 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:11.555 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.browser.Browser Text= W3C

Working with stakeholders of the Web

A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.

The Web Consortium and its members, with help from the public and the web community, focus on a range of business ecosystems that the Web transforms, including E-commerceMedia & Entertainment, Publishing and several other areas.

Inrupt Inc.
British Broadcasting Corporation
University of Edinburgh
HAN University of Applied Science
Shanghai Bilibili Technology Co., Ltd.
Mitsue-Links Co., Ltd.
Discover how W3C supports these organizations
TPAC 2023 illustration with text: 11-15 September in Seville Spain and online

W3C TPAC 2023

The W3C annual conference is an important event for the Web community. TPAC gathers in a single event the W3C Members and Boards, W3C Working and Interest Groups meetings, and a series of one-hour sessions brought by the attendees.

This well-attended and popular event is an important means for W3C to coordinate solutions to technical issues that transcend group borders.

Watch our short video to learn more about TPAC.

Web standards

Web standards are the building blocks of a consistent digitally connected world. They are implemented in browsers, blogs, search engines, and other software that power our experience on the Web.

W3C is an international community where Member, a full-time staff, and the public work together to develop web standards.

Get involved

W3C works at the nexus of core technology, industry needs, and societal needs. Everyone can get involved with the work we do.

There are many ways individuals and organizations can participate in the Web Consortium to advance web standardization.

TooltipText=null 12:48:11.557 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:48:11.557 DEBUG [WorkbenchTestable][EditorHandler] Closing editor browser 12:48:11.596 DEBUG [WorkbenchTestable][EditorHandler] Editor browser is closed 12:48:11.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:48:11.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:11.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 12:48:11.597 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:48:11.597 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:11.597 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:11.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.403 s - in org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 21.717 s testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 10.684 s Running org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest 12:48:11.609 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest 12:48:11.609 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:11.609 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:11.609 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest 12:48:11.609 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:11.609 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:11.610 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:11.610 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:11.610 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:11.610 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:11.610 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsole no-configuration(org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest) 12:48:11.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest 12:48:11.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:11.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:11.610 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:11.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:11.618 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' view via menu. 12:48:11.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:11.619 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:11.619 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:11.619 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:11.619 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:11.619 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:11.619 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:11.619 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:11.619 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:11.619 DEBUG [main][MenuItemLookup] Item match:Window 12:48:11.620 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:11.620 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:11.620 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:11.620 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.620 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:11.620 DEBUG [main][MenuItemLookup] Item match:Show View 12:48:11.624 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.625 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:48:11.625 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:48:11.640 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:48:11.640 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:48:11.640 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:48:11.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:48:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:48:11.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:48:11.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:48:11.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:11.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:11.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:11.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:11.737 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:11.737 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:11.737 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:11.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:11.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:11.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:11.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:11.738 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:11.738 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:11.738 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:11.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:11.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:11.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:11.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:11.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:48:11.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:11.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:11.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:11.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:11.740 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:48:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:11.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:11.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:11.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:11.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open... 12:48:11.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open finished successfully 12:48:11.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:11.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:48:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:11.801 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:48:11.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:48:11.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:11.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:11.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:11.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:11.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Console") 12:48:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:48:11.817 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:48:11.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.855 DEBUG [main][MenuItemLookup] Found menu:'1 New Console View' 12:48:11.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.855 DEBUG [main][MenuItemLookup] Found menu:'2 Java Stack Trace Console' 12:48:11.855 DEBUG [main][MenuItemLookup] Item match:2 Java Stack Trace Console 12:48:11.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Stack Trace Console" 12:48:11.855 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Stack Trace Console 12:48:11.855 INFO [main][MenuItemHandler] Select menu item: &2 Java Stack Trace Console 12:48:11.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'a string ending with "Java Stack Trace Console"... 12:48:11.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.928 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:11.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:48:11.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:11.935 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:48:11.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:48:11.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:11.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:11.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:11.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:11.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'a string ending with "Java Stack Trace Console" finished successfully 12:48:11.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: "Close Console") 12:48:11.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:48:11.937 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Close Console 12:48:11.937 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:48:11.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.972 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:48:11.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:48:11.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:11.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:48:11.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:11.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:11.973 INFO [WorkbenchTestable][AbstractView] Close view 'Console' 12:48:11.973 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Console 12:48:11.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:48:11.975 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:48:12.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.015 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:48:12.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.022 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:12.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 '\*?\QConsole\E') 12:48:12.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:12.025 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:48:12.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:48:12.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:12.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:48:12.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Console") 12:48:12.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:48:12.052 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:48:12.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:12.072 DEBUG [main][MenuItemLookup] Found menu:'1 New Console View' 12:48:12.073 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.073 DEBUG [main][MenuItemLookup] Found menu:'2 Java Stack Trace Console' 12:48:12.073 DEBUG [main][MenuItemLookup] Found menu:'3 Maven Console' 12:48:12.073 DEBUG [main][MenuItemLookup] Item match:3 Maven Console 12:48:12.073 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&3 Maven Console" 12:48:12.073 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 3 Maven Console 12:48:12.073 INFO [main][MenuItemHandler] Select menu item: &3 Maven Console 12:48:12.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'a string ending with "Maven Console"... 12:48:12.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:12.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') 12:48:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:12.134 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:48:12.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:48:12.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:12.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:12.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:12.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:12.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'a string ending with "Maven Console" finished successfully 12:48:12.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest 12:48:12.135 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:12.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:12.135 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsole no-configuration(org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest) 12:48:12.135 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest 12:48:12.135 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:12.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:12.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest testConsole no-configuration(org.eclipse.reddeer.eclipse.test.condition.ConsoleHasLabelTest) Time elapsed: 0.525 s Running org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:12.145 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:12.145 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:12.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:12.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:12.146 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:12.146 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:12.154 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:12.155 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:12.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:12.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:12.156 INFO [WorkbenchTestable][RequirementsRunner] Started test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:48:12.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:12.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:12.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:12.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:12.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:48:12.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:12.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:48:12.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:12.160 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:12.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:12.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:12.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:12.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:12.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:12.189 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:48:12.189 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:48:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:12.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:12.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.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 Dynamic Web Project"] 12:48:12.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:12.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:12.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:12.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.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 Dynamic Web Project"] 12:48:12.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:12.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:12.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:12.190 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:12.190 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:12.190 DEBUG [main][MenuItemLookup] Item match:File 12:48:12.191 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:48:12.191 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.194 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:48:12.194 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:48:12.195 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:48:12.195 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:48:12.195 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:48:12.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:48:12.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 'New|Select a wizard'] is available. finished successfully 12:48:12.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:48:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.302 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:48:12.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:48:12.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:12.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:12.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:48:12.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:48:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:12.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:48:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:12.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:48:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:48:12.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:48:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:12.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:48:12.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:12.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:48:12.305 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:48:12.305 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:48:12.305 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:48:12.308 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:48:12.308 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:48:12.308 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:48:12.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:48:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.310 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:48:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:12.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:12.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:12.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:12.437 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:12.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:48:12.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:48:12.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:48:12.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.450 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:48:12.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:48:12.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:12.453 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:12.454 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 12:48:12.457 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:48:12.457 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:48:12.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:48:12.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.460 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:48:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:12.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:12.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:12.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:12.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:12.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 12:48:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available. finished successfully 12:48:12.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open Perspective") 12:48:12.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:12.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 12:48:12.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.966 INFO [WorkbenchTestable][AbstractButton] Click button &Open Perspective 12:48:12.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:12.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:12.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:12.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:13.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:13.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:13.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:13.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:13.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:13.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:13.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:13.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:13.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:13.250 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:48:13.250 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:48:13.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:13.250 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:48:13.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:13.354 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:48:13.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:13.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:13.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:13.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:13.354 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:13.354 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:13.355 DEBUG [main][MenuItemLookup] Item match:Window 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:13.355 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:13.356 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:13.356 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:13.356 DEBUG [main][MenuItemLookup] Item match:Show View 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Markers' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Packages' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Servers' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:13.359 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:48:13.359 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:48:13.359 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:48:13.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:48:13.360 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:48:13.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:48:13.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:48:13.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:48:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:13.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:48:13.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:13.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:13.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:13.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:13.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:13.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:13.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:13.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:13.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:13.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:13.535 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:13.535 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:13.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:13.535 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:48:13.535 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:48:13.535 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:48:13.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:48:13.535 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:13.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:13.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:13.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:48:13.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:13.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:13.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:13.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:13.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:13.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:13.537 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:48:13.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:13.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:13.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:13.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:13.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:13.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:13.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:48:13.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:48:13.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:13.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:13.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:13.884 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:13.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:48:13.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:13.886 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:13.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:13.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:13.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:13.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:13.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:13.889 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:13.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:13.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:13.890 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:13.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:13.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:13.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:14.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:14.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:14.891 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:14.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:14.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:14.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:14.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 12:48:14.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:14.893 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:48:14.893 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:14.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:14.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:14.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:14.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:15.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:15.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:15.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:15.904 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:15.904 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:15.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:15.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:15.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:15.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:15.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:15.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:15.906 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:48:15.906 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:15.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:15.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:15.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:15.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:15.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:15.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:15.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:15.907 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:48:15.908 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:48:15.908 DEBUG [main][TreeItemHandler] Set Tree selection 12:48:15.908 DEBUG [main][TreeHandler] Notify Tree about selection event 12:48:15.911 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:48:15.912 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 12:48:15.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:15.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:15.950 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:48:15.950 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:48:15.951 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:48:15.951 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:48:15.951 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:48:15.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:15.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:48:15.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:16.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:16.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:16.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:16.478 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:16.478 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:48:16.478 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:48:16.478 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:48:16.478 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:48:16.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:48:17.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:48:17.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:48:17.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:17.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:17.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:17.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:17.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:17.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:17.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:17.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:17.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:17.069 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:48:17.069 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:48:17.069 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:48:17.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:17.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:17.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:17.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:17.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:48:17.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:17.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:17.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:17.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:17.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:17.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:17.071 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:48:17.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:17.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:17.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:17.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:17.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:48:17.074 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:48:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:48:17.575 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:48:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:17.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:17.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:17.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:17.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:17.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:48:17.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:17.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:48:17.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:17.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:17.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:17.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:17.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.579 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:48:17.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:17.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:17.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:48:17.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:17.585 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:17.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:17.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:17.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:17.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:17.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:17.587 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:48:17.587 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:48:17.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:17.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:17.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:17.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:48:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:48:17.594 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:48:17.594 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:48:17.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:17.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:48:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:48:17.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:48:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:17.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:17.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:17.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:48:17.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:17.657 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:48:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:17.657 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:48:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:17.658 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:17.658 TRACE [main][WidgetHandler] Wait for synchronization 12:48:17.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:17.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:48:17.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:17.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:48:17.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:17.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:48:17.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:17.660 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:48:17.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:17.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:17.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:17.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:17.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:17.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:17.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:17.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:48:17.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:17.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:17.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:17.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:48:17.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:17.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:17.828 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:17.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:17.829 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:17.829 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:17.829 DEBUG [main][MenuItemLookup] Item match:File 12:48:17.830 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:48:17.830 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.832 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:48:17.832 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:48:17.833 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:48:17.833 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:48:17.833 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:48:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:48:17.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:48:17.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:48:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:17.941 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:48:17.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:17.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:48:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:17.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:17.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:17.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:48:17.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:48:17.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:17.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:48:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:17.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:48:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:48:17.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:48:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:17.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:48:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:17.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:48:17.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:48:17.950 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:48:17.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:48:17.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:48:17.951 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:48:17.951 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:48:17.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:48:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:17.953 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:48:17.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:17.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:17.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:17.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:18.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:18.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:18.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:18.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:48:18.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:48:18.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:48:18.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:18.089 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:48:18.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:18.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:48:18.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:18.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:18.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:18.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:18.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:18.092 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:18.093 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 12:48:18.095 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:48:18.095 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:48:18.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:48:18.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:18.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:18.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:18.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:18.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:18.098 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:48:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:18.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:18.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:18.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 12:48:18.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available. finished successfully 12:48:18.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8) 12:48:18.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:18.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:18.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:18.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 12:48:18.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:18.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:18.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:18.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:18.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:18.605 INFO [WorkbenchTestable][AbstractButton] Click button &No 12:48:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:18.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:18.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:18.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:18.837 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:18.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:18.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:18.838 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:18.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:18.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:18.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:18.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:18.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:18.840 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:48:18.840 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:48:18.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:18.841 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:48:18.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:18.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:18.913 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:48:18.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:18.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:18.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:18.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:18.913 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:18.913 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:18.913 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:18.913 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:18.913 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:18.913 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:18.913 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:18.913 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:18.913 DEBUG [main][MenuItemLookup] Item match:Window 12:48:18.914 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:18.914 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:18.914 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:18.914 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:18.914 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:18.914 DEBUG [main][MenuItemLookup] Item match:Show View 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:18.926 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:48:18.926 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:48:18.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:48:18.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:48:18.942 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:48:19.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:48:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:48:19.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:48:19.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:19.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:19.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:48:19.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:19.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:19.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:19.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:19.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:19.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:19.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:19.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:19.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:19.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:19.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:19.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:19.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:19.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:19.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:19.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:19.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:19.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:48:19.055 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:48:19.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:48:19.056 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:48:19.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:19.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:19.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:19.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:19.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:48:19.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:19.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:19.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:19.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:19.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:19.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:19.057 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:48:19.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:19.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:19.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:19.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:19.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:19.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:19.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:48:19.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:19.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:48:19.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:19.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:19.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:19.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:48:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:19.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:19.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:19.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:19.108 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:19.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:19.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:19.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:19.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:19.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:19.109 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:19.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:19.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:19.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:19.110 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:19.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:19.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:19.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:19.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:19.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:19.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:20.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:20.112 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:20.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:20.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:20.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:20.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:20.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:20.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:20.114 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:48:20.114 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:20.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:20.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:20.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:20.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:20.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:20.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:21.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:21.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:21.116 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:21.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:21.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:21.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:21.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:21.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:21.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:21.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:21.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:21.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:21.118 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:48:21.118 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:21.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:21.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:21.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:21.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:21.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:21.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:21.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:21.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:21.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:21.119 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:48:21.119 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:48:21.119 DEBUG [main][TreeItemHandler] Set Tree selection 12:48:21.119 DEBUG [main][TreeHandler] Notify Tree about selection event 12:48:21.121 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:48:21.122 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 12:48:21.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:21.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:21.173 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:48:21.173 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:48:21.173 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:48:21.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:48:21.174 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:48:21.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:21.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:21.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:21.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:21.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:21.725 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:21.725 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:48:21.725 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:48:21.725 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:48:21.725 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:48:21.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:48:22.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:48:22.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:48:22.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:22.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:22.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:22.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:22.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:22.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:22.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:22.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:22.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:22.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:22.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:22.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:22.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:22.431 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:48:22.431 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:48:22.431 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:48:22.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:22.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:22.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:22.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:22.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") 12:48:22.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:22.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:22.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:22.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:22.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:22.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:22.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:22.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:22.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:22.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:22.433 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:48:22.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:22.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:22.433 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:22.433 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:22.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:48:22.436 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:48:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:48:22.937 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:48:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:22.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:22.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:22.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:22.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:48:22.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:22.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:48:22.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:22.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:22.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:22.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:22.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:22.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:22.940 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:48:22.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:22.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:22.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:22.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:22.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:22.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:22.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:48:22.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:22.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:22.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:22.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:22.943 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:22.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:22.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:22.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:22.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:22.944 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:22.945 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:48:22.945 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:48:22.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:22.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:22.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:22.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:22.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:22.962 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:22.962 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:22.962 DEBUG [main][MenuItemLookup] Item match:File 12:48:22.963 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:48:22.963 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Maven Project' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:22.966 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:48:22.966 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:48:22.966 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:48:22.966 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:48:22.966 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:48:23.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:48:23.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:48:23.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:48:23.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:23.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:23.047 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:48:23.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:23.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:48:23.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:23.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:23.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:23.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:23.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:23.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:48:23.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:48:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:23.050 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:48:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:23.050 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:48:23.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:48:23.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:48:23.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:23.056 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:48:23.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:23.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:48:23.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:48:23.056 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:48:23.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:48:23.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:48:23.057 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:48:23.057 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:48:23.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:48:23.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:23.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:23.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:23.059 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:48:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:23.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:23.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:23.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:23.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:23.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:23.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:23.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:48:23.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:48:23.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:48:23.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:23.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:23.213 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:48:23.213 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:23.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:") 12:48:23.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:23.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:23.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:23.217 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:23.217 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 12:48:23.231 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:48:23.231 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:48:23.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:48:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:23.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:23.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:23.241 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:48:23.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:23.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:23.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:23.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:23.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:23.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:23.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:23.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell New Dynamic Web Project 12:48:23.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:48:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:23.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:48:23.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:24.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:24.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:24.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:48:24.674 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:48:24.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:48:24.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:24.675 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:24.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:24.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:24.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:24.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:24.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:24.677 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:48:24.677 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:48:24.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:24.678 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:48:24.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:24.781 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:48:24.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:24.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:24.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:24.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:24.781 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:24.782 DEBUG [main][MenuItemLookup] Item match:Window 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:24.782 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:24.782 DEBUG [main][MenuItemLookup] Item match:Show View 12:48:24.785 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:24.786 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:48:24.786 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:48:24.838 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:48:24.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:48:24.838 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:48:24.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:48:24.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:48:24.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:48:24.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:24.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:24.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:48:24.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:24.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:24.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:24.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:24.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:24.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:24.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:24.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:24.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:24.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:24.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:24.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:24.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:24.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:24.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:24.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:24.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:24.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:24.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:24.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:24.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:24.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:24.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:24.970 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:48:24.970 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:48:24.970 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:48:24.970 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:48:24.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:24.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:24.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:24.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:24.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:24.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:24.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:48:24.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:24.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:24.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:24.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:24.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:24.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:24.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:24.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:24.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:24.972 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:48:24.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:24.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:24.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:24.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:25.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:25.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:25.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:48:25.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:25.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:25.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:48:25.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:25.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:25.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:25.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:25.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:25.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:25.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:48:25.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:25.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:25.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:25.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:25.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:25.102 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:25.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:25.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:25.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:25.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:25.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:25.105 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:25.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:25.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:25.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:25.106 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:25.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:25.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:25.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:25.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:25.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:25.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:25.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:25.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:26.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:26.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:26.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:26.160 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:26.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:26.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:26.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:26.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:26.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:26.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:26.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:26.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:26.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:26.162 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:48:26.162 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:26.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:26.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:26.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:26.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:26.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:26.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:26.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:27.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:27.164 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:27.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:27.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:27.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:27.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:27.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:27.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:27.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:27.166 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:48:27.166 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:48:27.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:48:27.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:27.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:27.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:27.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:27.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:27.167 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:48:27.167 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:48:27.167 DEBUG [main][TreeItemHandler] Set Tree selection 12:48:27.167 DEBUG [main][TreeHandler] Notify Tree about selection event 12:48:27.169 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:48:27.170 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 12:48:27.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:27.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.249 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:48:27.249 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:48:27.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:48:27.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:48:27.250 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:48:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:27.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:27.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:27.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:27.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:27.797 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:27.797 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:48:27.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:48:27.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:48:27.797 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:48:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:48:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:48:28.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:48:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:28.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) 12:48:28.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:28.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:28.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:28.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:28.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:28.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:28.454 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:48:28.454 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:48:28.454 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:48:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:28.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:28.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:28.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:48:28.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:28.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:28.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:28.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:28.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:28.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:28.455 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:48:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:28.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:28.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:28.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:48:28.459 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:48:28.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:48:28.959 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:48:28.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:48:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:28.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:28.960 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:28.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:28.960 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:48:28.960 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:48:28.960 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:28.960 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:28.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.815 s - in org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 5.419 s doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 5.362 s testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 6.022 s Running org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:28.979 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:28.979 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:28.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:28.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:28.979 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:28.979 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:28.980 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:28.980 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:28.980 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:28.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:28.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:28.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:28.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:28.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:28.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:28.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:28.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:28.982 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:28.982 DEBUG [main][MenuItemLookup] Item match:Window 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:28.982 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:28.982 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:28.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:28.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:28.983 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:29.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.... 12:48:29.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:29.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:29.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:29.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:29.077 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:29.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:29.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 12:48:29.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:29.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:29.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:29.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:29.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:29.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:29.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:29.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:29.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:29.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:29.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:29.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:29.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:29.581 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:29.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:29.582 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites (Eclipse:1782): Gtk-CRITICAL **: 12:48:29.634: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.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 "Add...") 12:48:29.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:29.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:29.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:29.652 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:29.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:29.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:29.661 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:48:29.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:29.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:29.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:29.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:29.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:48:29.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:29.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Site" as the parent 12:48:29.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:29.697 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:29.697 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse 12:48:29.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Location:") 12:48:29.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:29.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Site" as the parent 12:48:29.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:29.699 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:29.699 INFO [WorkbenchTestable][AbstractText] Text set to: https://download.eclipse.org/releases/latest 12:48:29.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add") 12:48:29.701 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:29.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Site" as the parent 12:48:29.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:29.703 INFO [WorkbenchTestable][AbstractButton] Click button A&dd 12:48:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:29.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:29.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:29.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 "Add...") 12:48:29.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:29.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:29.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:29.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:29.745 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:48:29.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:29.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:29.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:29.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:29.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:48:29.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:29.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Site" as the parent 12:48:29.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:29.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:29.776 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:29.776 INFO [WorkbenchTestable][AbstractText] Text set to: RedDeer 12:48:29.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Location:") 12:48:29.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:29.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:29.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:29.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Site" as the parent 12:48:29.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:29.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:29.778 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:29.778 INFO [WorkbenchTestable][AbstractText] Text set to: http://download.eclipse.org/reddeer/releases/latest 12:48:29.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add") 12:48:29.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:29.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Site" as the parent 12:48:29.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:29.780 INFO [WorkbenchTestable][AbstractButton] Click button A&dd 12:48:29.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:29.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:29.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:29.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:29.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:29.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:29.820 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:29.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:29.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:29.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:29.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:29.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:29.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:29.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: pageIsOpened no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:29.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:29.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:29.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:29.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:29.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:29.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:29.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:29.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:29.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:29.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:29.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:29.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:29.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:29.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:29.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:29.890 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:29.890 DEBUG [main][MenuItemLookup] Item match:Window 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:29.891 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:29.891 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:29.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:29.891 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:29.891 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:29.932: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:29.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:29.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:29.992 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:29.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:29.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:29.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:29.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:29.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:29.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:29.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:29.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:30.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:30.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:30.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:30.011 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:30.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:30.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:30.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:30.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:48:30.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:30.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:30.017 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:30.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:30.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:30.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:30.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:30.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:30.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.051 INFO [WorkbenchTestable][RequirementsRunner] Finished test: pageIsOpened no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:30.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:30.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:30.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:30.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:30.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:30.052 DEBUG [main][MenuItemLookup] Item match:Window 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.052 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:30.052 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:30.052 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:30.052 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:30.053 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:30.095: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:30.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:30.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:30.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:30.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.161 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:30.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:30.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:30.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:30.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:30.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:30.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:30.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.164 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:30.164 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:30.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:30.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:30.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:30.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:30.169 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:30.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:30.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:30.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:30.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:30.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.204 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:30.204 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:30.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:30.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:30.204 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.204 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.204 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.204 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:30.204 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:30.204 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:30.204 DEBUG [main][MenuItemLookup] Item match:Window 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.205 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:30.205 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:30.205 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:30.205 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:30.205 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:30.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:30.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 'Preferences.*'] is available.... 12:48:30.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:30.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:30.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.306 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:30.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:30.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:30.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:30.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:30.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:30.317 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:30.318 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.318 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.318 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:30.318 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:30.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:30.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:30.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.319 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.319 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.321 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item Eclipse: 12:48:30.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:30.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:30.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:30.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.326 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Eclipse: 12:48:30.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:30.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:30.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:30.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:30.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:30.331 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:30.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:30.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:30.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:30.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:30.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.364 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:30.364 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.365 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.365 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:30.365 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:30.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:30.365 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:30.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.*'] 12:48:30.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.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.*'] 12:48:30.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.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.*'] 12:48:30.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:30.365 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:30.365 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:30.365 DEBUG [main][MenuItemLookup] Item match:Window 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.366 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:30.366 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:30.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:30.366 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:30.366 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:30.407: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48: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 'Preferences.*'] is available. finished successfully 12:48:30.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.466 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:30.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:30.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:30.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:30.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:30.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.477 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:30.477 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:30.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:30.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:30.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:30.484 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:30.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:30.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:30.484 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:30.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:30.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.534 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:30.534 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:30.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickRemoveTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:30.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:30.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:30.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.*'] 12:48:30.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.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.*'] 12:48:30.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.535 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:30.535 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:30.535 DEBUG [main][MenuItemLookup] Item match:Window 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.535 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:30.535 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:30.535 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:30.535 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:30.536 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:30.577: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:30.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 'Preferences.*'] is available.... 12:48:30.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:30.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.637 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:30.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:30.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:30.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:30.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:30.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.648 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:30.648 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:30.648 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:30.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:30.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.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 12:48:30.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.652 INFO [WorkbenchTestable][AbstractTableItem] Double click table item RedDeer 12:48:30.652 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:30.652 TRACE [main][WidgetHandler] Wait for synchronization 12:48:30.654 TRACE [main][WidgetHandler] Notify Table with event 3 12:48:30.654 TRACE [main][WidgetHandler] Wait for synchronization 12:48:30.654 TRACE [main][WidgetHandler] Notify Table with event 4 12:48:30.654 TRACE [main][WidgetHandler] Wait for synchronization 12:48:30.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:48:30.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:30.674 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:48:30.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:30.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:30.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:30.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove Sites"] is available.... 12:48:30.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove Sites"] is available. finished successfully 12:48:30.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove Sites 12:48:30.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.703 INFO [WorkbenchTestable][AbstractShell] Close shell Remove Sites 12:48:30.707 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Remove Sites' 12:48:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:30.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:30.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:30.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:30.754 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:30.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:30.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:30.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:30.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:30.806 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.806 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickRemoveTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:30.807 INFO [WorkbenchTestable][RequirementsRunner] Started test: isItemEnabledTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:30.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:30.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:30.807 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.807 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.807 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:30.807 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:30.807 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:30.807 DEBUG [main][MenuItemLookup] Item match:Window 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.808 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:30.808 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:30.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:30.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:30.808 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:30.850: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:30.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:30.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:30.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:30.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.910 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:30.910 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:30.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:30.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:30.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:30.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.920 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.920 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:30.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:30.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:30.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:30.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:30.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:30.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:30.921 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:30.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:30.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:30.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.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 12:48:30.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.925 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item Eclipse: 12:48:30.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:30.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:30.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:30.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:30.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:30.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:30.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:30.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:30.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:30.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:30.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:30.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:30.940 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:30.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:30.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:30.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:30.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:30.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:30.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:30.976 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isItemEnabledTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:30.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectItemAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:30.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:30.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:30.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:30.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:30.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:30.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:30.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:30.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:30.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:30.977 DEBUG [main][MenuItemLookup] Item match:Window 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:30.977 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:30.977 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:30.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:30.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:30.977 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:31.021: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:31.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:31.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:31.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.080 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:31.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:31.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:31.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:31.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:31.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:31.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:31.092 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:31.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:31.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:31.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.095 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Eclipse 12:48:31.095 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:31.095 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.096 TRACE [main][WidgetHandler] Notify Table with event 3 12:48:31.096 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.096 TRACE [main][WidgetHandler] Notify Table with event 4 12:48:31.096 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit") 12:48:31.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.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 "Cancel", Widget matcher matching widgets with style: 8) 12:48:31.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.121 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:31.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:31.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:31.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:31.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:31.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:31.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:31.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:31.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:31.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:31.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectItemAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:31.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:31.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickAddTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:31.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:31.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:31.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:31.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:31.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:31.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:31.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:31.172 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.172 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:31.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:31.173 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:31.173 DEBUG [main][MenuItemLookup] Item match:Window 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.173 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:31.173 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:31.173 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:31.173 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:31.173 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:31.215: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:31.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:31.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:31.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.273 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:31.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:31.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:31.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:31.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:31.275 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:31.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:31.275 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:31.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:48:31.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.288 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:48:31.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:31.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:31.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:31.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Site"] is available.... 12:48:31.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Site"] is available. finished successfully 12:48:31.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Site 12:48:31.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.322 INFO [WorkbenchTestable][AbstractShell] Close shell Add Site 12:48:31.322 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Add Site' 12:48:31.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:31.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:31.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:31.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.359 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:31.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:31.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:31.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:31.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:31.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:31.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:31.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:31.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:31.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:31.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickAddTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:31.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:31.408 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickDisableTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:31.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.*'] 12:48:31.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.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.*'] 12:48:31.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.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.*'] 12:48:31.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:31.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:31.408 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:31.408 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:31.408 DEBUG [main][MenuItemLookup] Item match:Window 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.409 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:31.409 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:31.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:31.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:31.409 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:31.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:31.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:31.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.509 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:31.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:31.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:31.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.511 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:31.511 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:31.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:31.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.521 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.523 INFO [WorkbenchTestable][AbstractTableItem] Double click table item RedDeer 12:48:31.523 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:31.524 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.525 TRACE [main][WidgetHandler] Notify Table with event 3 12:48:31.525 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.525 TRACE [main][WidgetHandler] Notify Table with event 4 12:48:31.525 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Disable") 12:48:31.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.542 INFO [WorkbenchTestable][AbstractButton] Click button &Disable 12:48:31.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:31.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:31.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:31.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:31.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.557 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:31.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:31.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:31.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:31.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:31.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:31.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:31.611 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickDisableTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:31.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:31.612 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleItemAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:31.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:31.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:31.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:31.612 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:31.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.*'] 12:48:31.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.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.*'] 12:48:31.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.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.*'] 12:48:31.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.612 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:31.612 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:31.612 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:31.612 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:31.613 DEBUG [main][MenuItemLookup] Item match:Window 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.613 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:31.613 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:31.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:31.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:31.613 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:31.656: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:31.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:31.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:31.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:31.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.714 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:31.714 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:31.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:31.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:31.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:31.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:31.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:31.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.725 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:31.725 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:31.725 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:31.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.728 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item RedDeer: 12:48:31.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:31.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:31.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:31.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 12:48:31.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.731 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.731 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.732 INFO [WorkbenchTestable][AbstractTableItem] Check table Item RedDeer: 12:48:31.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:31.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:31.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:31.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:31.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.755 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:31.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:31.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:31.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:31.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:31.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:31.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:31.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:31.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleItemAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:31.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:31.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickEnableTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:31.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:31.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:31.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:31.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:31.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:31.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:31.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:31.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:31.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:31.806 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:31.806 DEBUG [main][MenuItemLookup] Item match:Window 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:31.806 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:31.806 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:31.806 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:31.806 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:31.806 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:31.854: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:31.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:31.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:31.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:31.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:31.912 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:31.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:31.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:31.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.914 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.914 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:31.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:31.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:31.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:31.915 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:31.915 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:31.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:31.915 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:31.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.928 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item Eclipse: 12:48:31.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:31.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:31.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:31.929 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item Jetty WTP Adaptor :: Site: 12:48:31.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:31.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:31.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:31.931 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item RedDeer: 12:48:31.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:31.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:31.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:31.932 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item : 12:48:31.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:31.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:31.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:31.944 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item : 12:48:31.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:31.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:31.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:31.945 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item : 12:48:31.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:31.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:31.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:31.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.947 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Eclipse 12:48:31.948 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:31.948 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.949 TRACE [main][WidgetHandler] Notify Table with event 3 12:48:31.949 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.949 TRACE [main][WidgetHandler] Notify Table with event 4 12:48:31.949 TRACE [main][WidgetHandler] Wait for synchronization 12:48:31.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 "Enable") 12:48:31.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.959 INFO [WorkbenchTestable][AbstractButton] Click button E&nable 12:48:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:31.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:31.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:31.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:31.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:31.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:31.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:31.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:31.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:31.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:31.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:31.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:31.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:31.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:31.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:31.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:31.964 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:31.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:31.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:31.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:31.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:32.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:32.014 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:32.014 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickEnableTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:32.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:32.014 INFO [WorkbenchTestable][RequirementsRunner] Started test: isItemEnabledAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:32.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:32.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:32.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:32.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:32.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:32.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:32.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:32.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:32.015 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:32.015 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:32.015 DEBUG [main][MenuItemLookup] Item match:Window 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.016 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:32.016 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:32.016 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:32.016 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:32.016 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:32.059: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:32.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.123 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:32.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:32.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:32.135 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:32.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:32.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:32.135 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:32.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:32.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:32.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:32.136 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:32.136 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:32.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:32.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:32.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:32.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:32.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:32.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:32.140 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item Eclipse: 12:48:32.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:32.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:32.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:32.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:32.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:32.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:32.158 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:32.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:32.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:32.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:32.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:32.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:32.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:32.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:32.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:32.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.198 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isItemEnabledAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:32.198 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:32.198 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleAllItemsTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:32.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:32.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:32.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:32.198 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:32.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:32.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.199 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:32.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.199 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:32.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:32.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.199 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:32.199 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:32.199 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:32.199 DEBUG [main][MenuItemLookup] Item match:Window 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.200 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:32.200 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:32.200 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:32.200 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:32.200 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:32.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:32.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:32.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:32.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.321 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:32.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:32.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:32.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:32.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:32.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:32.323 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:32.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:32.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:32.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:32.324 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:32.324 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:32.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:32.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:32.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:32.327 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item Eclipse: 12:48:32.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.329 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item Jetty WTP Adaptor :: Site: 12:48:32.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.330 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item RedDeer: 12:48:32.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.331 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item : 12:48:32.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.345 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item : 12:48:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.346 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item : 12:48:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:32.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:32.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:32.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:32.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:32.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:32.350 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Eclipse: 12:48:32.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.352 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Jetty WTP Adaptor :: Site: 12:48:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.353 INFO [WorkbenchTestable][AbstractTableItem] Check table Item RedDeer: 12:48:32.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.354 INFO [WorkbenchTestable][AbstractTableItem] Check table Item : 12:48:32.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.355 INFO [WorkbenchTestable][AbstractTableItem] Check table Item : 12:48:32.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.356 INFO [WorkbenchTestable][AbstractTableItem] Check table Item : 12:48:32.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:48:32.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:48:32.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:48:32.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:32.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:32.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:32.369 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:32.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:32.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:32.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:32.420 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:32.420 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.421 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleAllItemsTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:32.421 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:32.421 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickReloadTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:32.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:32.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:32.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:32.421 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:32.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.*'] 12:48:32.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.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.*'] 12:48:32.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.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.*'] 12:48:32.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:32.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:32.421 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:32.422 DEBUG [main][MenuItemLookup] Item match:Window 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:32.422 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:32.422 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:32.422 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:32.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:32.422 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:32.464: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:32.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:32.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:32.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:32.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.522 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:32.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:32.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:32.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:32.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:32.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:32.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:32.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:32.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:32.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:32.524 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:32.524 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:32.524 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:32.524 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:32.524 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:32.524 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:32.524 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:32.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:32.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:32.536 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Eclipse 12:48:32.536 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:32.536 TRACE [main][WidgetHandler] Wait for synchronization 12:48:32.537 TRACE [main][WidgetHandler] Notify Table with event 3 12:48:32.537 TRACE [main][WidgetHandler] Wait for synchronization 12:48:32.537 TRACE [main][WidgetHandler] Notify Table with event 4 12:48:32.537 TRACE [main][WidgetHandler] Wait for synchronization 12:48:32.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reload") 12:48:32.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:32.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:32.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:32.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:32.554 INFO [WorkbenchTestable][AbstractButton] Click button Re&load 12:48:32.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:32.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:32.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:32.554 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:48:32.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:48:32.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Progress Information 12:48:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:32.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:48:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:32.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:32.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:32.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:32.586 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:32.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:32.586 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:32.586 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:32.587 INFO [WorkbenchTestable][AbstractShell] Close shell Progress Information 12:48:32.587 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Progress Information' 12:48:32.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:33.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:33.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:33.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.091 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:33.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:33.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:33.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:33.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:33.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:33.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:33.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.148 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickReloadTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:33.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:33.148 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickEditTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:33.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:33.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:33.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:33.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:33.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.148 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:33.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:33.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:33.149 DEBUG [main][MenuItemLookup] Item match:Window 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.149 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:33.149 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:33.149 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:33.149 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:33.149 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:33.193: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:33.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:33.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:33.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.253 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:33.253 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:33.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:33.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:33.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:33.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:33.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:33.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:33.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:33.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:33.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:33.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:33.265 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:33.265 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:33.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:33.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:33.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:33.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:33.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:33.269 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Eclipse 12:48:33.269 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:33.269 TRACE [main][WidgetHandler] Wait for synchronization 12:48:33.270 TRACE [main][WidgetHandler] Notify Table with event 3 12:48:33.271 TRACE [main][WidgetHandler] Wait for synchronization 12:48:33.271 TRACE [main][WidgetHandler] Notify Table with event 4 12:48:33.271 TRACE [main][WidgetHandler] Wait for synchronization 12:48:33.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit") 12:48:33.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.289 INFO [WorkbenchTestable][AbstractButton] Click button &Edit 12:48:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:33.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:33.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:33.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Edit Site"] is available.... 12:48:33.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Edit Site"] is available. finished successfully 12:48:33.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Edit Site 12:48:33.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.326 INFO [WorkbenchTestable][AbstractShell] Close shell Edit Site 12:48:33.326 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Edit Site' 12:48:33.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:33.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:33.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:33.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.373 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:33.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:33.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:33.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:33.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:33.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:33.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:33.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:33.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:33.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:33.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:33.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickEditTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:33.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:33.427 INFO [WorkbenchTestable][RequirementsRunner] Started test: isButtonEnabledTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:33.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:33.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:33.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:33.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:33.427 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.427 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.427 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:33.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.428 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:33.428 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:33.428 DEBUG [main][MenuItemLookup] Item match:Window 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.428 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:33.428 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:33.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:33.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:33.429 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:33.474: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:33.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:33.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 12:48:33.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:33.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.548 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:33.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:33.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:33.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:33.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:33.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:33.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:33.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:33.550 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:33.550 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:33.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:33.550 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:33.550 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:33.550 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:33.550 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:33.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.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 "Add...") 12:48:33.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit") 12:48:33.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.563 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:33.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.567 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:33.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:33.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:33.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:33.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:33.606 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:33.606 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.607 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isButtonEnabledTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:33.607 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:33.607 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemAlternateSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:33.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:33.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:33.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:33.607 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:33.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.*'] 12:48:33.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.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.*'] 12:48:33.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.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.*'] 12:48:33.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.607 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:33.607 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:33.607 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:33.608 DEBUG [main][MenuItemLookup] Item match:Window 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.608 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:33.608 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:33.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:33.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:33.674 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:33.718: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:33.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:33.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:33.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:33.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.779 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:33.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:33.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:33.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:33.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:33.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:33.791 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:33.791 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:33.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:33.791 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:33.791 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:33.791 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:33.791 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:33.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:33.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.792 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.792 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:33.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:33.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:33.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:33.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:33.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.812 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:33.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:33.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:33.812 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:33.812 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:33.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:33.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:33.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemAlternateSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:33.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:33.849 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:33.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:33.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:33.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:33.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:33.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:33.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:33.849 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:33.849 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:33.849 DEBUG [main][MenuItemLookup] Item match:Window 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:33.850 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:33.850 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:33.850 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:33.850 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:33.850 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:33.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:33.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:33.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 12:48:33.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:33.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:33.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:33.953 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:33.953 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:33.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:33.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:33.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:33.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:33.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children... 12:48:33.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:33.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:33.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:33.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:33.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:33.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Install/Update has children finished successfully 12:48:33.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Install/Update 12:48:33.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:33.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Install/Update is already expanded. No action performed 12:48:33.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:33.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Install/Update 12:48:33.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Available Software Sites 12:48:33.964 DEBUG [main][TreeItemHandler] Selecting tree item: Available Software Sites 12:48:33.965 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Available Software Sites about selection 12:48:33.965 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Available Software Sites 12:48:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.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 12:48:33.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:33.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:33.968 INFO [WorkbenchTestable][AbstractTableItem] Double click table item RedDeer 12:48:33.968 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:33.968 TRACE [main][WidgetHandler] Wait for synchronization 12:48:33.969 TRACE [main][WidgetHandler] Notify Table with event 3 12:48:33.969 TRACE [main][WidgetHandler] Wait for synchronization 12:48:33.969 TRACE [main][WidgetHandler] Notify Table with event 4 12:48:33.969 TRACE [main][WidgetHandler] Wait for synchronization 12:48:33.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit") 12:48:33.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:33.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:33.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:33.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:33.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:33.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:33.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:33.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:33.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:33.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:33.989 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:33.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:33.989 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:33.989 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:34.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:34.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:34.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:34.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:34.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:34.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:34.042 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:34.042 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:34.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:34.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:34.043 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) 12:48:34.043 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest 12:48:34.043 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:34.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:34.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:34.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.065 s - in org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest pageIsOpened no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.162 s getItemsTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.153 s toggleItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.161 s getItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.169 s clickRemoveTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.272 s isItemEnabledTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.169 s selectItemAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.196 s clickAddTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.235 s clickDisableTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.204 s toggleItemAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.193 s clickEnableTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.209 s isItemEnabledAlternativeSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.184 s toggleAllItemsTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.223 s clickReloadTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.727 s clickEditTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.278 s isButtonEnabledTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.18 s getItemAlternateSearchTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.242 s selectItemTest no-configuration(org.eclipse.reddeer.eclipse.test.integration.AvailableSoftwareSitesPreferencePageTest) Time elapsed: 0.193 s Running org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:34.050 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:34.050 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:34.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:34.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:34.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:34.051 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:34.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:34.051 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:34.051 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:34.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:34.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:34.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:34.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:34.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:34.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:34.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:34.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:34.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:34.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:34.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:34.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:34.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:34.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:34.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:34.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:34.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:34.052 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:34.052 DEBUG [main][MenuItemLookup] Item match:Window 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:34.053 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:34.053 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:34.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:34.053 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:34.053 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1782): Gtk-CRITICAL **: 12:48:34.097: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:48:34.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:34.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:34.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:34.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:34.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:34.156 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:34.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:34.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:34.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:34.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:34.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:34.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:34.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:34.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:34.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:34.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:34.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:34.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:34.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:34.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:48:34.662 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:35.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:35.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:48:35.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:35.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:35.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:35.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:35.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:35.166 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:48:35.166 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:48:35.166 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:48:35.166 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:48:35.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:35.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:35.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:35.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:35.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:35.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:35.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Contents") 12:48:35.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:35.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:35.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:35.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:35.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:35.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:35.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:35.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:35.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:35.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Contents") 12:48:35.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:35.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:35.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:35.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:35.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:35.756 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 12:48:35.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:48:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:35.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:35.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:35.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:35.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:35.764 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:35.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Password") 12:48:35.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:35.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:35.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:35.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:35.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:35.769 INFO [WorkbenchTestable][AbstractTabItem] Activate Password 12:48:35.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:35.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:35.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:35.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:35.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:35.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:35.779 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:35.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:35.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:35.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:35.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:35.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:35.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:35.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:35.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:35.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:35.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:35.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:35.836 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:35.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:35.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:35.836 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:35.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.*'] 12:48:35.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:35.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:35.836 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:35.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:35.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:35.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:35.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:35.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.*'] 12:48:35.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:35.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.*'] 12:48:35.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:35.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:35.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:35.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:35.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:35.837 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:35.837 DEBUG [main][MenuItemLookup] Item match:Window 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:35.837 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:35.837 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:35.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:35.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:35.837 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:35.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.... 12:48:36.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. finished successfully 12:48:36.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:36.545 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:36.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:36.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:36.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:36.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:36.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:36.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:36.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:36.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:48:36.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:36.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:36.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:48:36.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:36.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:36.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:36.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:36.548 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:48:36.548 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:48:36.548 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:48:36.548 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:48:36.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:48:36.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:36.550 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:36.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:36.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:48:36.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:36.556 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:36.556 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:36.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:36.558 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:36.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:36.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:36.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:36.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:36.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:36.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:36.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:36.604 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:36.604 INFO [WorkbenchTestable][RequirementsRunner] Test method changeMasterPasswordTest is ignored because @Ignore annotation is presented. 12:48:36.605 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: changeMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:36.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:36.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:36.605 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:36.605 INFO [WorkbenchTestable][RequirementsRunner] Started test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:36.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:36.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:36.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:36.605 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:36.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:36.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:36.605 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:36.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:36.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:36.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:36.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:36.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:36.606 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:36.606 DEBUG [main][MenuItemLookup] Item match:Window 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:36.606 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:36.606 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:36.606 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:36.606 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:36.606 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:36.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:36.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:36.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:36.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:36.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:36.831 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:36.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:36.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:36.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:36.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:36.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:36.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:36.833 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:48:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:36.833 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:36.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:36.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:48:36.834 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:36.834 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:36.834 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:36.834 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:48:36.834 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:48:36.834 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:48:36.834 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:48:36.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:48:36.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:36.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:36.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:36.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:36.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:36.848 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:36.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:36.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:36.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:36.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:36.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:36.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:36.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:36.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:36.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:36.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:36.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:36.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:36.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:36.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:36.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:36.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:36.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:36.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:36.896 INFO [WorkbenchTestable][RequirementsRunner] Started test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:36.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:36.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:36.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:36.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:36.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:36.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:36.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:36.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:36.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:36.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:36.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:36.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:36.897 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:36.897 DEBUG [main][MenuItemLookup] Item match:Window 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:36.897 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:36.897 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:36.897 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:36.897 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:36.897 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:37.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:37.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:37.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:37.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:37.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:37.615 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:37.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:37.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:37.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:37.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:37.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:37.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:37.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:37.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:37.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:37.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:48:37.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:37.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:37.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:48:37.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:37.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:37.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:37.618 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:48:37.618 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:48:37.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:48:37.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:48:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:48:37.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:37.620 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:37.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:37.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:48:37.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:37.627 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:37.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:37.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:37.629 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:37.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:37.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:37.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:37.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:37.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:37.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:37.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:37.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:37.675 INFO [WorkbenchTestable][RequirementsRunner] Finished test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:37.675 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:37.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:37.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:37.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:37.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:37.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:37.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:37.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:37.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:37.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:37.676 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:37.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:37.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:37.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:37.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:37.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:37.676 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:37.676 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:37.676 DEBUG [main][MenuItemLookup] Item match:Window 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:37.677 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:37.677 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:37.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:37.677 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:37.677 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:37.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:37.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:37.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:37.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:37.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:37.892 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:37.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:37.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:37.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:37.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:37.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:37.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:37.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:37.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:37.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:48:37.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:37.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:37.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:48:37.894 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:37.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:37.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:37.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:37.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:37.895 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:48:37.895 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:48:37.895 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:48:37.895 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:48:37.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:48:37.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:37.897 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:37.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:37.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:37.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:48:37.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:37.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:37.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:37.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:37.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:37.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:37.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:37.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:37.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:37.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:37.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:37.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:37.929 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:37.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:37.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:37.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:37.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:37.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:37.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:37.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:37.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:37.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:37.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:37.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:37.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:37.975 INFO [WorkbenchTestable][RequirementsRunner] Started test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:37.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:37.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:37.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:37.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:37.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:37.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:37.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:37.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:37.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:37.975 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:37.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:37.976 DEBUG [main][MenuItemLookup] Item match:Window 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:37.976 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:37.976 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:37.976 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:37.976 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:37.976 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:38.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 'Preferences.*'] is available.... 12:48:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:38.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:38.738 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:38.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:38.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:38.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:38.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:38.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:38.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:38.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:38.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:48:38.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:38.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:38.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:48:38.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:38.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:38.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:38.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:38.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:48:38.741 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:48:38.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:48:38.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:48:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.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") 12:48:38.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:38.743 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:38.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:38.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:48:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:38.750 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:38.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:48:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:38.751 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:38.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:38.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:38.752 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo PBEWithMD5AndDES to selection: PBEWithHmacSHA224AndAES_128 12:48:38.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:48:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:38.753 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:48:38.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:48:38.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:38.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:38.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:38.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:38.766 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:38.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:38.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:38.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:38.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:38.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:38.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:38.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:38.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:38.814 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:38.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:38.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:38.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:38.815 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:38.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:38.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:38.815 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:38.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:38.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:38.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:38.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:38.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:38.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:38.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:38.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:38.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:38.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:38.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:38.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:38.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:38.815 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:38.816 DEBUG [main][MenuItemLookup] Item match:Window 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:38.816 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:38.816 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:38.816 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:38.816 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:38.816 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:38.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:39.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:39.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:39.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:39.529 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:39.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:39.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:39.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:39.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:39.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:39.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:39.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:39.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:39.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:39.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:39.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:39.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:39.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:48:39.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:39.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:39.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:39.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:39.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:39.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:48:39.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:39.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:39.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:39.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:39.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:39.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:48:39.532 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:48:39.532 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:48:39.532 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:48:39.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:39.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:39.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:39.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:39.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Contents") 12:48:39.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:39.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:39.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:39.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:39.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:48:39.534 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 12:48:39.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Storage location:") 12:48:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:39.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:39.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:39.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:39.543 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:39.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:39.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:39.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:39.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:39.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:39.555 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:39.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:39.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:39.555 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:39.555 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:39.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:39.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:39.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:39.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:39.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:39.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:39.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:39.608 INFO [WorkbenchTestable][RequirementsRunner] Test method recoverMasterPasswordTest is ignored because @Ignore annotation is presented. 12:48:39.608 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: recoverMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:39.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:39.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:39.608 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:39.609 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:39.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:39.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:39.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:39.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:39.609 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:39.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:39.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:39.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:39.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:39.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:39.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:39.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:39.629 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:39.629 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:39.629 DEBUG [main][MenuItemLookup] Item match:Window 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:39.630 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:39.630 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:39.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:39.630 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:39.630 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:39.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:40.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:40.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:40.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:40.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:40.346 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:40.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:40.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:40.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:40.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:40.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:40.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:40.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:40.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:40.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:40.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:40.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:40.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:40.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:40.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:40.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:40.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:40.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:40.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:40.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:40.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:40.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:40.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:48:40.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:40.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:40.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:40.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:40.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:40.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:48:40.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:48:40.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:40.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:48:40.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:40.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:48:40.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:48:40.349 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:48:40.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:48:40.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:48:40.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:40.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:40.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:40.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:40.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:48:40.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:40.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:40.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:40.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:40.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:40.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:40.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:48:40.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:40.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:48:40.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:40.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:40.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:40.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:40.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:40.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:40.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:40.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:40.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:40.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:40.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:40.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:40.358 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:40.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:40.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:40.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:40.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:40.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:40.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:40.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:40.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:40.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:40.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:40.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:40.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:40.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:40.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:40.406 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:48:40.406 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:48:40.406 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:40.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:40.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:40.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.356 s - in org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.784 s getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.768 s changeMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) skipped openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.291 s availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.779 s getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.299 s setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.84 s getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.793 s recoverMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) skipped getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.797 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:40.415 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:40.416 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:40.416 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:40.416 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:40.416 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:40.416 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:40.434 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:40.434 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:40.434 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:40.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.*'] 12:48:40.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:40.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:40.435 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:40.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:40.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:40.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:40.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:40.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.*'] 12:48:40.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:40.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.*'] 12:48:40.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:40.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:40.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:40.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:40.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:40.435 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:40.436 DEBUG [main][MenuItemLookup] Item match:Window 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:40.436 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:40.436 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:40.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:40.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:40.436 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:40.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 'Preferences.*'] is available.... 12:48:41.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:41.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:41.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:41.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:41.164 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:41.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:41.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:41.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:41.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:41.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:41.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:41.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:41.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:41.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:41.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:41.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:48:41.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:41.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:48:42.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:48:42.172 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:48:42.173 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:48:42.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:48:42.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.203 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 12:48:42.204 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enable f&olding 12:48:42.204 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 12:48:42.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.205 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 12:48:42.205 INFO [WorkbenchTestable][CheckBox] Check checkbox Enable f&olding 12:48:42.205 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 12:48:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.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.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:42.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.208 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:42.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:42.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:42.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:42.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:42.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:42.260 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.260 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:42.261 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:42.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:42.261 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:42.261 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.261 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:42.261 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:42.261 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:42.261 DEBUG [main][MenuItemLookup] Item match:Window 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.262 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:42.262 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:42.262 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:42.262 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:42.262 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:42.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:42.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.359 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:42.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:42.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:42.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:48:42.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:48:42.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.361 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:48:42.361 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:48:42.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:48:42.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:48:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:48:42.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:48:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:48:42.363 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 12:48:42.363 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Header Comments 12:48:42.363 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 12:48:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.363 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:48:42.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:48:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:48:42.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:48:42.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:48:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:48:42.365 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 12:48:42.365 INFO [WorkbenchTestable][CheckBox] Check checkbox &Header Comments 12:48:42.365 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 12:48:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.365 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.365 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:48:42.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:48:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:48:42.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.380 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:42.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:42.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:42.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:42.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:42.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:42.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:42.434 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:42.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:42.434 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:42.434 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.434 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:42.434 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:42.434 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:42.434 DEBUG [main][MenuItemLookup] Item match:Window 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.435 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:42.435 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:42.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:42.435 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:42.435 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:42.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.... 12:48:42.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:42.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:42.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.525 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:42.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:42.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:42.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:42.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:42.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:42.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:48:42.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:48:42.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:48:42.528 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:48:42.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:48:42.528 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:48:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:48:42.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:48:42.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 12:48:42.530 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 12:48:42.530 INFO [WorkbenchTestable][CheckBox] Check checkbox Inner &types 12:48:42.530 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 12:48:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.530 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.530 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:48:42.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:48:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 12:48:42.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:48:42.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 12:48:42.532 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 12:48:42.532 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Inner &types 12:48:42.532 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 12:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:48:42.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:48:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 12:48:42.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.535 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:42.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:42.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:42.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:42.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:42.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:42.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:42.571 INFO [WorkbenchTestable][RequirementsRunner] Started test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:42.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:42.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:42.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:42.571 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:42.571 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:42.571 DEBUG [main][MenuItemLookup] Item match:Window 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.572 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:42.572 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:42.572 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:42.572 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:42.572 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:42.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:42.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.670 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:42.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:42.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:48:42.672 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:48:42.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:48:42.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:48:42.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:42.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:48:42.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:48:42.686 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 12:48:42.687 INFO [WorkbenchTestable][CheckBox] Check checkbox &Comments 12:48:42.687 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 12:48:42.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:42.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:48:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:48:42.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:42.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:48:42.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:48:42.689 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 12:48:42.689 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Comments 12:48:42.689 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 12:48:42.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:42.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:48:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:48:42.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:42.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.699 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.699 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.699 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:42.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:42.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:42.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.735 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:42.735 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:42.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:42.735 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:42.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:42.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.735 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:42.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:42.735 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:42.735 DEBUG [main][MenuItemLookup] Item match:Window 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.736 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:42.736 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:42.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:42.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:42.736 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:42.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:42.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:42.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.829 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:42.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:42.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:42.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:48:42.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:48:42.832 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.832 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.832 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.832 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:48:42.832 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:48:42.832 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:48:42.832 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:48:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:48:42.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:48:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 12:48:42.834 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 12:48:42.834 INFO [WorkbenchTestable][CheckBox] Check checkbox &Members 12:48:42.834 INFO [WorkbenchTestable][AbstractButton] Click button &Members 12:48:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:48:42.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:48:42.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 12:48:42.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:48:42.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:48:42.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 12:48:42.836 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 12:48:42.836 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Members 12:48:42.836 INFO [WorkbenchTestable][AbstractButton] Click button &Members 12:48:42.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:48:42.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:48:42.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 12:48:42.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:42.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:42.851 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:42.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:42.885 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:42.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:42.886 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.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.*'] 12:48:42.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:42.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:42.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:42.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:42.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:42.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:42.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.*'] 12:48:42.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.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.*'] 12:48:42.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:42.886 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:42.886 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:42.886 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:42.886 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:42.886 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:42.887 DEBUG [main][MenuItemLookup] Item match:Window 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:42.887 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:42.887 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:42.887 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:42.887 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:42.887 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:42.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:42.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:42.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:42.980 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:42.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:42.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:42.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:42.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:48:42.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:48:42.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:42.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:48:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:42.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:48:42.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:48:42.982 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:48:42.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:48:42.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:48:42.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:42.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:42.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:48:42.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 12:48:42.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 12:48:42.985 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 12:48:42.985 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Imports already selected, no action performed 12:48:42.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:48:42.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 12:48:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 12:48:42.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:48:42.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 12:48:42.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 12:48:42.987 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 12:48:42.988 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Imports 12:48:42.988 INFO [WorkbenchTestable][AbstractButton] Click button &Imports 12:48:42.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:42.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:42.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:42.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:42.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:42.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:42.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:48:42.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 12:48:42.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:42.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 12:48:43.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:43.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:43.002 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:43.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:43.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:43.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:43.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:43.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:43.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:43.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:43.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:43.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:48:43.038 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:48:43.038 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:43.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:43.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.623 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 1.825 s testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.172 s testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.136 s testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.163 s testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.151 s testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.152 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:48:43.047 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:48:43.047 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:43.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:43.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:48:43.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:43.047 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:43.061 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:43.061 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:43.061 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:43.061 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:48:43.061 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:48:43.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:48:43.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.062 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:43.062 DEBUG [main][MenuItemLookup] Item match:Window 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.062 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.062 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:43.063 DEBUG [main][MenuItemLookup] Item match:Window 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:43.063 DEBUG [main][MenuItemLookup] Item match:Perspective 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:48:43.063 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:48:43.063 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:48:43.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:48:43.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.063 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:43.064 DEBUG [main][MenuItemLookup] Item match:Window 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:43.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:43.064 DEBUG [main][MenuItemLookup] Item match:Window 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:43.064 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:43.064 DEBUG [main][MenuItemLookup] Item match:Perspective 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:48:43.065 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:48:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.065 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:43.065 DEBUG [main][MenuItemLookup] Item match:Window 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.065 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:43.065 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:43.065 DEBUG [main][MenuItemLookup] Item match:Window 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:43.066 DEBUG [main][MenuItemLookup] Item match:Perspective 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:48:43.066 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:48:43.066 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:48:43.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:48:43.066 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:48:43.066 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:48:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:48:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:48:43.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:48:43.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:43.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:43.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:43.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:48:43.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:43.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:48:43.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:43.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:43.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:43.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:48:43.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:43.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:43.111 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:48:43.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:43.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:43.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:43.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:43.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:43.302 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 12:48:43.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:48:43.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:43.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:43.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:43.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:43.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:43.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:43.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:43.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:43.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:43.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:43.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:43.303 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:43.303 DEBUG [main][MenuItemLookup] Item match:Window 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:43.303 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:43.303 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:43.303 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:43.303 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:43.303 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:43.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:43.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:43.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:43.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:43.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:43.395 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:43.395 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:43.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:43.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:43.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:43.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:43.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:43.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:43.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:43.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 12:48:43.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:48:43.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:43.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:43.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:48:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 12:48:43.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:48:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:43.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:48:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:43.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:48:43.899 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 12:48:43.899 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 12:48:43.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 12:48:43.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 12:48:43.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.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.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:48:43.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:43.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New...") 12:48:43.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:43.951 INFO [WorkbenchTestable][AbstractButton] Click button &New... 12:48:43.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:43.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:43.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:43.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:43.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 12:48:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available. finished successfully 12:48:43.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 12:48:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:43.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:48:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:43.996 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:43.997 INFO [WorkbenchTestable][AbstractText] Text set to: VN 12:48:43.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Path:") 12:48:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:43.998 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:43.999 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar 12:48:43.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:48:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:43.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:43.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:43.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:43.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:44.000 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:48:44.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:44.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:44.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:44.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:44.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:48:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:48:44.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:48:44.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:44.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:44.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:48:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:44.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:44.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:44.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:44.041 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:44.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:44.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:44.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:44.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:44.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:44.105 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:44.105 DEBUG [main][MenuItemLookup] Item match:Window 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.105 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:44.105 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:44.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:44.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:44.106 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:44.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:44.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:44.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:44.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.222 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:44.222 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:44.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:44.223 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:44.223 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:44.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:44.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:44.224 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:44.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 12:48:44.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:48:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:44.224 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:48:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:44.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:48:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 12:48:44.224 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:48:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:44.224 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:48:44.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:44.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:48:44.224 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 12:48:44.224 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 12:48:44.225 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 12:48:44.225 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 12:48:44.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:48:44.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:44.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-4.7.0-SNAPSHOT-sources.jar") 12:48:44.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:48:44.228 TRACE [main][WidgetHandler] Notify Table with event 13 12:48:44.228 TRACE [main][WidgetHandler] Wait for synchronization 12:48:44.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:48:44.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:44.240 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:48:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:44.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:44.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:44.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:48:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:44.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:44.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:44.253 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:44.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:44.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:44.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:44.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:44.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:44.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:44.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:44.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:48:44.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:44.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:44.328 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 12:48:44.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:44.328 INFO [WorkbenchTestable][RequirementsRunner] Started test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 12:48:44.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:48:44.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:44.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:44.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:44.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:44.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:44.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:44.328 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:44.329 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:44.329 DEBUG [main][MenuItemLookup] Item match:Window 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.329 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:44.329 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:44.329 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:44.329 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:44.329 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:44.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:44.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.432 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:44.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:44.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:44.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:44.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:44.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:44.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:48:44.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:44.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:44.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 12:48:44.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:44.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:44.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:48:44.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 12:48:44.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:48:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:44.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:48:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:44.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:48:44.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 12:48:44.443 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 12:48:44.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 12:48:44.443 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 12:48:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:48:44.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:48:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:48:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:48:44.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:44.446 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:44.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:44.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:44.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:44.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:44.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:48:44.480 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:44.480 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:44.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 12:48:44.480 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:48:44.480 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:44.480 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:44.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.434 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 1.026 s getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.152 s Results: Failures: org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest.createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) Run 1: HTMLWizardTest.createHTMLFile:52 expected:<[webapp]> but was:<[HTMLProjectTest]> Run 2: HTMLWizardTest.createHTMLFile no-configuration The following shells remained open [New HTML File] Errors: EnvironmentTabTest.beforeClass:46 » CoreLayer No menu item matching Matcher ma... ServerModuleTest.removeServerModule:92 » WaitTimeoutExpired Timeout after: 10 ... Tests run: 306, Failures: 1, Errors: 2, Skipped: 3 (Eclipse:1782): Gdk-CRITICAL **: 12:48:45.282: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/surefire-reports for the individual test results. [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.eclipse.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.integration.test' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.test >---------- [INFO] Building RedDeer GEF Tests 4.7.0-SNAPSHOT [38/58] [INFO] from tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.gef.test --- [INFO] Resolving class path of RedDeer GEF Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.gef.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.gef.test --- [INFO] Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/ (63B) [INFO] Fetching org.eclipse.gef.examples.logic_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (260.87kB) [INFO] Fetching org.eclipse.gef.examples.flow_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (99.24kB) [INFO] Fetching org.eclipse.gef.examples.text_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (151.15kB) [INFO] Fetching org.eclipse.gef.examples.shapes_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (67.13kB) [INFO] Fetching org.eclipse.gef.examples.logic.source_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (185.14kB) [INFO] Fetching org.eclipse.gef.examples.flow.source_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (80.36kB) [INFO] Fetching org.eclipse.gef.examples.text.source_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (108.94kB) [INFO] Fetching org.eclipse.gef.examples.shapes.source_3.11.0.201606061308.jar from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (57.7kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest testMacthingEditPartWithHigherParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0.007 s testMacthingEditPartWithParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest testMacthingEditPartWithLabelTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.011 s testMacthingEditPartWithLabelTooltipByRegex(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.003 s testMacthingEditPartWithTextFlowTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.01 s testMacthingEditPartWithNullTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest testMacthingEditPartWithNoLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.004 s testMacthingEditPartWithTextFlowLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0 s testMacthingEditPartWithSimpleLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.001 s testMacthingEditPartWithSimpleLabelByRegex(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.gef.test.GEFEditorTest 12:48:57.430 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:48:57.432 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:48:57.449 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:48:57.451 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:48:57.477 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:48:57.491 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:57.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:57.527 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:48:57.530 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:48:57.530 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:48:57.539 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:48:57.543 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:57.544 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:57.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:57.572 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:57.575 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:57.576 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:57.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:57.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:57.624 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:57.625 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:57.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.*'] 12:48:57.626 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:57.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:57.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:57.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:57.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:57.641 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:57.645 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:57.645 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:57.645 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:57.645 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:57.645 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:57.645 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:57.645 DEBUG [main][MenuItemLookup] Item match:Window 12:48:57.650 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:57.650 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:57.650 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:57.650 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:57.651 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:57.651 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:57.651 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:57.651 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:57.651 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:57.651 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:57.651 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:57.654 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:57.654 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:57.655 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:57.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:57.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:57.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:57.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:57.864 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:57.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:57.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:57.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:57.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:57.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:57.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:57.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:57.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:57.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:57.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:57.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:57.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:57.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:57.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:57.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:57.958 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:57.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:57.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:57.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:57.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:57.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:57.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:57.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:58.026 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:48:58.035 DEBUG [main][EditorHandler] 0 editor(s) found 12:48:58.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:58.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:58.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:48:58.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:58.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:58.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:58.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:58.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:48:58.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:58.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:58.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:58.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:58.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:58.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:58.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:58.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:58.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:58.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:58.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:58.080 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:58.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:58.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:58.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:48:58.083 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:58.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:58.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:58.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:48:58.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:58.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:58.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:58.087 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:58.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:58.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:58.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:48:58.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:58.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:58.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:58.124 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:48:58.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:58.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 12:48:58.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:48:58.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:58.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:58.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:58.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:58.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:58.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.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 Project"] 12:48:58.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:58.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:58.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:58.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.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 Project"] 12:48:58.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.152 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:58.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:58.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:58.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:58.153 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:58.153 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:58.153 DEBUG [main][MenuItemLookup] Item match:File 12:48:58.157 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:48:58.157 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:48:58.162 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:48:58.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:58.163 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:48:58.163 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:58.163 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:48:58.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:58.163 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:48:58.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:58.163 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:48:58.163 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:48:58.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:48:58.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:48:58.164 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:48:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:48:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:48:58.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:48:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:58.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:58.299 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:48:58.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:48:58.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:58.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:58.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:58.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:58.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:58.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:58.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:58.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:58.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:58.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:58.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:58.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:58.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:58.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:58.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:58.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:58.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:58.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:48:58.814 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:48:58.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:48:58.818 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:48:58.818 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:48:58.818 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:48:58.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:48:58.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:58.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:58.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:58.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:58.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:58.821 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:48:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:58.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:58.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:58.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:58.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:48:58.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:48:58.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:48:58.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:48:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:58.867 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:48:58.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:58.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:48:58.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:58.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:58.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:58.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:48:58.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:58.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:58.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:58.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:58.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:58.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:58.875 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:58.876 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:48:58.886 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:48:58.886 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:48:58.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:48:58.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:58.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:58.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:58.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:58.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:58.890 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:48:58.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:58.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:58.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:58.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:58.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:59.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:59.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:59.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:59.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:59.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:59.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:59.444 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:48:59.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:59.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:59.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:59.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:59.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:59.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:59.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:48:59.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:59.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:59.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:59.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:59.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:59.448 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:59.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:59.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:48:59.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:59.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:59.470 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:48:59.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:59.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:59.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:59.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:59.472 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:59.472 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:59.472 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:59.472 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:59.473 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:59.473 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:59.473 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:59.473 DEBUG [main][MenuItemLookup] Item match:Window 12:48:59.473 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:59.474 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:59.474 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:59.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:59.474 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:59.474 DEBUG [main][MenuItemLookup] Item match:Show View 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:59.483 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:48:59.484 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:48:59.484 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:48:59.484 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:48:59.484 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:48:59.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:48:59.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:48:59.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:48:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:59.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:59.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:48:59.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:59.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:48:59.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:59.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:59.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:59.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:59.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:59.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:59.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:48:59.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:48:59.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:00.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:00.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:49:00.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:49:00.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:49:00.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:00.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:49:00.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:00.048 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:49:00.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:49:00.048 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:49:00.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:49:00.049 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:49:00.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:00.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:00.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:00.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:00.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:00.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:00.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:00.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:49:00.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:00.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:00.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:00.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:00.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:00.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:00.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:00.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:00.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:00.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:00.053 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:49:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:00.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:00.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:00.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:00.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:00.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:49:00.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:00.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:00.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:49:00.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:00.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:00.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:00.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:00.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:00.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:00.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:49:00.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:00.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:00.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:00.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:00.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:00.366 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:00.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:00.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:00.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:00.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:00.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:00.370 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:00.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:00.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:00.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:00.371 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:00.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:00.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:00.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:00.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:00.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:00.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:00.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:00.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:01.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:01.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:01.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:01.373 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:01.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:01.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:01.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:01.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:01.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:01.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:01.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:01.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:01.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:01.378 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:01.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:49:01.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:01.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:01.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:01.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:01.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:01.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:01.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 '\*?\QProject Explorer\E') 12:49:01.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:01.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:01.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:01.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:01.388 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:01.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:01.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:01.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:01.424 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:01.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:01.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:01.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:01.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:01.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:01.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:01.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:01.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:02.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:02.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:02.427 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:02.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:02.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:02.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:02.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 12:49:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:02.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:02.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:02.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:02.429 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:02.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:49:02.429 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:49:02.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:49:02.439 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:49:02.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:02.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:02.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:49:02.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:02.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:02.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.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: ""] 12:49:02.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.454 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:49:02.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:02.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:02.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:02.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:02.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:02.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:02.455 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:02.455 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:02.455 DEBUG [main][MenuItemLookup] Item match:File 12:49:02.457 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:02.457 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:02.458 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:02.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:02.459 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:02.459 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:02.459 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:02.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:02.459 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:02.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:02.459 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:02.459 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:02.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:02.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:02.459 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:02.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:02.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:02.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:02.551 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:02.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:02.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:02.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:02.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:49:02.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:02.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:02.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:02.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:02.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:02.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:49:02.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:02.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:03.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:03.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:03.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:49:03.056 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:03.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:03.057 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:03.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:03.057 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:03.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 12:49:03.057 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 12:49:03.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 12:49:03.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 12:49:03.060 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:03.060 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:03.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:03.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:03.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:03.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:03.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:03.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:03.062 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:03.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:03.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:03.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:03.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:03.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:49:03.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:49:03.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:49:03.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:03.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:03.120 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:03.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:03.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:49:03.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:03.121 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:49:03.121 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:03.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:03.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:03.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:03.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:03.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:03.125 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:03.127 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 12:49:03.128 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:03.128 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:49:03.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:03.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:03.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:03.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:03.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:03.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:03.131 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:03.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:03.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:03.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:03.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:03.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:49:03.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:49:03.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:49:03.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:49:03.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:03.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:03.600 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:03.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:03.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e6b2fc5 is found... 12:49:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4e6b2fc5 is found finished successfully 12:49:03.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:03.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:03.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:03.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:03.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:03.644 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:03.644 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:03.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:03.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:03.657 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 12:49:03.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:03.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:03.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:03.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:03.660 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 12:49:03.661 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:03.661 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:03.661 DEBUG [main][MenuItemLookup] Found menu:'View' 12:49:03.661 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:03.661 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:03.661 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:03.661 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:03.661 DEBUG [main][MenuItemLookup] Item match:Window 12:49:03.663 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:03.663 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:03.663 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:03.663 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:03.663 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:03.663 DEBUG [main][MenuItemLookup] Item match:Show View 12:49:03.666 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:03.667 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:49:03.667 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:49:03.682 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:49:03.682 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:49:03.682 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:49:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:49:03.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:49:03.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:49:03.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:03.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:03.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:03.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:03.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:03.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:03.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:03.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:03.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:03.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:03.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:03.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:03.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:03.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:03.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:03.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:03.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:03.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:04.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:04.273 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:04.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:04.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:04.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:04.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:04.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:04.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:04.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 12:49:04.275 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 12:49:04.276 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 12:49:04.276 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 12:49:04.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:04.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:04.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:04.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:04.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:04.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:49:04.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:04.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:04.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:04.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:04.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:04.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:04.278 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:49:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:04.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:04.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:04.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 12:49:04.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 12:49:04.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.385 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:04.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.386 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:04.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:04.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 12:49:04.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:04.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:04.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:04.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.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 '\*?\QPalette\E') 12:49:04.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.414 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:04.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:04.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 12:49:04.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:04.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:04.417 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 12:49:04.417 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:04.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.448 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:04.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.468 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:04.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.477 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #0 Text=Label ) 12:49:04.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:49:04.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:49:04.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:04.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.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 '\*?\QPalette\E') 12:49:04.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.533 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:04.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:04.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:04.560 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 0] 12:49:04.560 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:04.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.560 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:04.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.573 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:04.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.583 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 12:49:04.583 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 12:49:04.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:49:04.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:49:04.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:04.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.627 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.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 '\*?\QPalette\E') 12:49:04.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.628 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:04.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:04.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:04.639 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 12:49:04.639 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:04.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.640 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:04.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.673 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:04.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.675 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 12:49:04.675 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 12:49:04.675 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 12:49:04.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 12:49:04.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 12:49:04.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.683 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:04.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:04.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.687 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:04.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:04.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:04.729 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 0] 12:49:04.730 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:04.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.730 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:04.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.754 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:04.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.756 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 12:49:04.756 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 12:49:04.756 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 12:49:04.756 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 12:49:04.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 12:49:04.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 12:49:04.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.767 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:04.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.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 '\*?\QPalette\E') 12:49:04.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.772 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:04.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:04.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:04.801 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 0] 12:49:04.801 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:04.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.801 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:04.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.840 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:04.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.842 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:49:04.842 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:49:04.842 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:49:04.842 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:49:04.842 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:49:04.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5... 12:49:04.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5 finished successfully 12:49:04.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:04.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.853 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:04.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:04.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:04.882 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 12:49:04.882 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:04.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.883 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:04.883 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.901 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:04.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.903 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:49:04.903 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:49:04.903 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:49:04.903 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:49:04.903 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:49:04.903 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:49:04.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6... 12:49:04.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6 finished successfully 12:49:04.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.923 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:04.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.934 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.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 '\*?\QPalette\E') 12:49:04.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.935 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:04.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:04.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:04.961 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 12:49:04.961 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:04.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.962 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:04.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.973 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:04.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:04.974 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:49:04.974 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:49:04.974 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:49:04.974 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:49:04.974 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:49:04.974 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:49:04.974 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:49:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7... 12:49:04.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7 finished successfully 12:49:04.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.988 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:04.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:04.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:04.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:04.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:04.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 '\*?\QPalette\E') 12:49:04.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:04.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:04.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:04.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:04.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:04.993 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:04.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:05.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.042 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 12:49:05.042 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:05.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.043 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:05.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.056 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:05.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.064 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:49:05.064 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:49:05.064 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:49:05.064 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:49:05.064 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:49:05.064 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:49:05.064 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:49:05.064 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:49:05.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8... 12:49:05.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8 finished successfully 12:49:05.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:05.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:05.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:05.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:05.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49: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 '\*?\QPalette\E') 12:49:05.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:05.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:05.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:05.092 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:05.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:05.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.103 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 100] 12:49:05.103 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:05.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.104 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:05.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.145 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:05.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.147 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:49:05.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9... 12:49:05.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9 finished successfully 12:49:05.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:05.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:05.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:05.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:05.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:05.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:05.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:05.157 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:05.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:05.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.185 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 100] 12:49:05.185 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:05.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.185 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:05.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.196 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:05.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.204 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:49:05.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10... 12:49:05.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10 finished successfully 12:49:05.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.232 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:05.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:05.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:05.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:05.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:05.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 '\*?\QPalette\E') 12:49:05.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:05.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:05.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:05.237 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:05.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:05.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.263 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 12:49:05.263 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:05.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.266 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:05.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.278 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:05.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.293 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:49:05.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11... 12:49:05.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11 finished successfully 12:49:05.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.328 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:05.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:05.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:05.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:05.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:05.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:05.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:05.339 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:05.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:05.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.367 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 200] 12:49:05.367 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:05.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.368 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:05.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.379 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:05.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.382 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.383 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:49:05.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14... 12:49:05.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14 finished successfully 12:49:05.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.442 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:05.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:05.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:05.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 '\*?\QPalette\E') 12:49:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:05.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:05.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:05.446 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:05.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:05.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.472 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 300] 12:49:05.472 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:05.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.473 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:05.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.483 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:05.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.487 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:49:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22... 12:49:05.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22 finished successfully 12:49:05.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:05.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:05.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:05.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:05.532 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:05.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 '\*?\QPalette\E') 12:49:05.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:05.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:05.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:05.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:05.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:05.534 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:05.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.558 INFO [WorkbenchTestable][ViewerHandler] Click at [105, 305] 12:49:05.558 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:05.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.559 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:05.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.569 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:05.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.570 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #2 Value=0 ) 12:49:05.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23... 12:49:05.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23 finished successfully 12:49:05.586 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.586 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.586 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:49:05.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:05.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:05.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:05.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:05.589 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 12:49:05.589 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:05.589 DEBUG [main][MenuItemLookup] Item match:File 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:05.592 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:49:05.592 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:49:05.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:49:05.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:49:05.593 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:49:05.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:49:05.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:49:05.661 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:05.661 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:05.662 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 12:49:05.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:05.739 DEBUG [main][MenuItemLookup] Found menu:'Undo Create Object' 12:49:05.740 DEBUG [main][MenuItemLookup] Item match:Undo Create Object 12:49:05.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo Create Object" 12:49:05.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo Create Object 12:49:05.741 INFO [main][MenuItemHandler] Select menu item: &Undo Create Object 12:49:05.757 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:49:05.759 DEBUG [main][EditorHandler] 1 editor(s) found 12:49:05.760 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 12:49:05.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 'Save .*'] is available.... 12:49:06.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 'Save .*'] is available. finished successfully 12:49:06.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:49:06.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:06.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:06.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:06.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:06.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:06.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:06.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:06.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:49:06.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:06.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:06.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:06.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:06.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:06.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:06.315 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:49:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:06.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:06.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:06.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:06.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:06.438 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 12:49:06.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:06.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:06.442 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:06.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:06.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:06.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:06.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:06.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:06.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:06.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:06.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:06.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:06.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:06.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:06.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:06.467 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:06.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:06.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:06.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:06.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:06.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:06.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:06.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:06.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:06.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:07.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:07.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:07.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:07.470 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:07.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:07.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:07.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:07.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:07.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:07.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:07.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:07.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:07.472 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:07.473 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:07.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:07.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:07.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:07.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:07.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:07.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:07.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:08.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:08.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:08.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:08.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:08.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:08.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:08.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:08.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:08.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:08.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:08.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:08.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:08.477 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:08.477 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:08.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:08.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:08.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:08.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:08.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:08.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:08.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:08.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:08.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:08.479 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:49:08.479 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:49:08.479 DEBUG [main][TreeItemHandler] Set Tree selection 12:49:08.480 DEBUG [main][TreeHandler] Notify Tree about selection event 12:49:08.488 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:49:08.489 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:49:08.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:08.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:08.540 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:49:08.540 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:49:08.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:49:08.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:49:08.541 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:49:08.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:08.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:49:09.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:09.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:09.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:09.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:09.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:09.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:09.068 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:09.068 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:09.068 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:09.068 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:09.068 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:09.068 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:09.068 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:09.068 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:09.068 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:49:09.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:49:09.069 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:49:09.069 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:49:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:49:09.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:49:09.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:49:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:09.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49: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: 32) 12:49:09.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:09.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:09.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:09.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:09.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:09.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:09.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:09.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:09.746 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:49:09.747 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:49:09.747 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:49:09.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:09.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:09.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:09.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:09.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:49:09.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:09.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:09.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:09.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:09.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:09.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:09.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:09.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:09.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:09.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:09.750 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:49:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:09.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:09.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:09.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:09.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:49:09.771 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:49:10.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:49:10.272 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:49:10.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:10.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:49:10.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:49:10.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:10.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:10.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:10.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:10.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:10.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:10.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:49:10.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:10.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:10.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:49:10.275 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:10.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:10.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:10.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 12:49:10.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:10.279 INFO [WorkbenchTestable][RequirementsRunner] Started test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 12:49:10.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:49:10.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:10.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:10.279 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:10.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:10.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.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 Project"] 12:49:10.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:10.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:10.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:10.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.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 Project"] 12:49:10.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:10.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:10.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:10.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:10.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:10.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:10.290 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:10.290 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:10.291 DEBUG [main][MenuItemLookup] Item match:File 12:49:10.292 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:10.292 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:10.294 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:10.294 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:10.294 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:10.294 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:10.295 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:10.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:10.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:10.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:10.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:10.367 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:10.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:49:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:10.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:10.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:10.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:10.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:10.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:10.369 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:10.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:10.369 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:10.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:49:10.370 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:49:10.370 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:49:10.373 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:49:10.373 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:10.373 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:10.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:10.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:10.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:10.376 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:10.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:10.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:10.376 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:10.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:10.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:10.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:49:10.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:49:10.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:49:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:10.402 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:10.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:49:10.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:10.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:10.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:49:10.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:10.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:10.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:10.405 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:10.406 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:49:10.407 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:10.407 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:49:10.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:10.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:10.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:10.432 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:10.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:10.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:10.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:10.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:10.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:10.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:10.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:10.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:49:10.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:49:10.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:49:10.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:49:10.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:10.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:10.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:10.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.534 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:10.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:10.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:10.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:10.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:10.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:10.538 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:10.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:10.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:10.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:10.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:10.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:10.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:49:10.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.555 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:49:10.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:10.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:10.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:10.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:10.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 '\*?\QPackage Explorer\E') 12:49:10.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:10.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:10.566 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:10.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:10.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:10.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:10.596 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:10.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:10.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:10.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:10.597 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:10.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:10.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:10.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:10.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:11.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:11.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:11.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:11.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:11.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:11.599 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:11.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:11.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:11.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:11.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:11.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:11.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:11.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:11.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:11.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:11.601 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:11.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:49:11.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:11.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:11.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:11.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:11.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:11.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:11.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:11.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:11.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:11.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:11.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:11.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:11.606 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:11.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:11.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:11.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:11.618 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:11.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:11.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:11.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:11.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:11.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:11.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:12.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:12.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:12.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:12.631 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:12.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:12.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:12.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:12.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 12:49:12.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:12.633 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:12.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:49:12.633 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:49:12.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:49:12.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:49:12.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:12.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:12.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:49:12.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:12.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:12.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:49:12.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.644 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:49:12.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:12.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:12.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:12.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:12.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:12.646 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:12.646 DEBUG [main][MenuItemLookup] Item match:File 12:49:12.647 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:12.647 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:12.649 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:12.649 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:12.650 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:12.650 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:12.650 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:12.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 'New|Select a wizard'] is available.... 12:49:12.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 'New|Select a wizard'] is available. finished successfully 12:49:12.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.743 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:12.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:12.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:12.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:49:12.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:49:12.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:12.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:12.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:49:12.746 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:12.746 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:12.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:12.746 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:12.747 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Shapes Diagram 12:49:12.747 DEBUG [main][TreeItemHandler] Selecting tree item: Shapes Diagram 12:49:12.747 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Shapes Diagram about selection 12:49:12.755 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Shapes Diagram 12:49:12.755 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:12.756 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:12.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:12.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:12.758 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:12.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:12.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:12.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:12.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:49:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:49:12.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:49:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.793 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:12.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:49:12.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:12.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:49:12.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:12.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:12.798 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:12.799 INFO [WorkbenchTestable][AbstractText] Text set to: test.shapes 12:49:12.800 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:12.800 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:49:12.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:12.802 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:12.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:12.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:12.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:12.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:12.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:12.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:49:12.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:49:12.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:49:12.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:12.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:12.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3289c441 is found... 12:49:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3289c441 is found finished successfully 12:49:12.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 '\*?\Qtest.shapes\E') 12:49:12.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:12.944 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:12.944 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:12.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.946 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:12.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:49:12.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:49:12.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:12.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:12.948 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:12.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:12.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:12.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:12.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:12.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:49:12.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.970 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:49:12.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:12.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:12.971 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:12.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:12.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:12.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.shapes - Eclipse Platform TooltipText=null 12:49:12.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:12.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:12.983 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 12:49:12.983 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:12.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:12.984 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:12.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.027 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:13.027 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.030 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 1978865375 ) 12:49:13.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:49:13.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:49:13.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:13.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:49:13.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:49:13.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 '\*?\QPalette\E') 12:49:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:13.040 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:13.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:13.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:13.061 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 12:49:13.061 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:13.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.062 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:13.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.068 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:13.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.068 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1343473340 ) 12:49:13.068 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1343473340 ) 12:49:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:49:13.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:49:13.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.073 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:13.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:49:13.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.074 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:49:13.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 '\*?\QPalette\E') 12:49:13.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:13.092 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:13.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:13.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:13.100 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 200] 12:49:13.100 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:13.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.101 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:13.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.144 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:13.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.145 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 163399548 ) 12:49:13.145 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 163399548 ) 12:49:13.145 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 163399548 ) 12:49:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 12:49:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 12:49:13.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.155 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:13.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:49:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:49:13.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:13.157 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:13.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:13.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:13.183 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 12:49:13.183 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:13.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.183 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:13.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.190 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:13.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.190 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 980700722 ) 12:49:13.190 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 980700722 ) 12:49:13.190 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 980700722 ) 12:49:13.190 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 980700722 ) 12:49:13.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 12:49:13.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 12:49:13.195 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.195 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:13.195 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:49:13.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:49:13.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:49:13.196 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.shapes - Eclipse Platform' 12:49:13.197 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:13.197 DEBUG [main][MenuItemLookup] Item match:File 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:13.198 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:49:13.198 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:49:13.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:49:13.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:49:13.227 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:49:13.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:49:13.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:49:13.245 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.245 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:13.245 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 12:49:13.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.256 DEBUG [main][MenuItemLookup] Found menu:'Undo shape creation' 12:49:13.256 DEBUG [main][MenuItemLookup] Item match:Undo shape creation 12:49:13.256 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo shape creation" 12:49:13.256 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo shape creation 12:49:13.256 INFO [main][MenuItemHandler] Select menu item: &Undo shape creation 12:49:13.260 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:49:13.271 DEBUG [main][EditorHandler] 1 editor(s) found 12:49:13.271 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.shapes 12:49:13.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:49:13.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:49:13.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:49:13.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:13.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:13.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:13.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:49:13.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:13.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:13.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:13.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:13.789 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:49:13.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:13.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:13.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:13.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:13.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:13.858 DEBUG [WorkbenchTestable][EditorHandler] Editor test.shapes is closed 12:49:13.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.861 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:13.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:13.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:13.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:13.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:13.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:13.883 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:13.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:13.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:13.884 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:13.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:13.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:14.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:14.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:14.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:14.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:14.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:14.887 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:14.887 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:14.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:14.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:14.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 12:49:14.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:14.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:14.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:14.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:14.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:14.889 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:14.889 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:14.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:14.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:14.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:14.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:14.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:14.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:15.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:15.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:15.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:15.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:15.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:15.892 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:15.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:15.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:15.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:15.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 12:49:15.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:15.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:15.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:15.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:15.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:15.894 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:15.894 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:15.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:15.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:15.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:15.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:15.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:15.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:15.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:15.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:15.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:15.895 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:49:15.895 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:49:15.895 DEBUG [main][TreeItemHandler] Set Tree selection 12:49:15.896 DEBUG [main][TreeHandler] Notify Tree about selection event 12:49:15.901 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:49:15.905 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:49:15.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:15.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:15.926 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:15.926 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:15.926 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.927 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:49:15.927 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:49:15.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:49:15.927 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:49:15.927 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:49:15.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:15.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:49:15.927 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:49:16.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:49:16.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:16.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:16.428 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:16.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:16.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:16.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:16.451 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:16.451 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:16.451 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:16.451 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:16.451 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:16.451 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:16.451 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:16.451 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:16.451 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:49:16.451 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:49:16.451 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:49:16.451 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:49:16.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:49:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:49:17.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:49:17.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:49:17.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:17.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:17.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:17.028 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:49:17.029 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:49:17.029 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:49:17.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:17.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:17.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:17.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:17.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:49:17.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:17.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:17.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:17.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:17.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:17.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:17.031 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:49:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:17.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:17.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:49:17.035 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:49:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:49:17.536 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:49:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:17.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:49:17.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:49:17.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:17.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:17.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:17.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:17.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:17.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:49:17.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:17.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:17.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:49:17.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:17.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:17.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:17.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:17.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 12:49:17.540 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:49:17.540 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:17.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:17.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:17.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.165 s - in org.eclipse.reddeer.gef.test.GEFEditorTest logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 12.153 s shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 7.26 s Running org.eclipse.reddeer.gef.test.EditPartTest 12:49:17.552 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:17.553 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:49:17.553 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:17.553 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:17.553 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:17.553 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:49:17.553 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:17.553 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:49:17.554 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:17.554 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:49:17.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:17.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:17.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:17.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:17.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:17.555 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:17.555 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:17.555 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:17.555 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:17.555 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:17.555 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:17.555 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:17.555 DEBUG [main][MenuItemLookup] Item match:Window 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:17.556 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:49:17.556 DEBUG [main][MenuItemLookup] Item match:Preferences 12:49:17.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:49:17.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:49:17.556 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:49:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:49:17.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:49:17.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:49:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.645 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:49:17.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:49:17.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:17.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:17.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:49:17.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:17.663 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:49:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:17.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:17.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:17.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:17.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:17.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:17.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.684 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:49:17.684 DEBUG [main][EditorHandler] 0 editor(s) found 12:49:17.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.687 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:17.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:17.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:17.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:17.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:17.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:17.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:17.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:17.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:17.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:17.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:17.708 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:17.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:17.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:17.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:49:17.719 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:17.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:17.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:17.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:49:17.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.721 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:17.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:17.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:17.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:49:17.722 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:17.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:17.722 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:49:17.722 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:17.722 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:49:17.722 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:17.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:17.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:17.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:17.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:17.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:17.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:49:17.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:17.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:17.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:17.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:49:17.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:17.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:17.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:17.724 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:17.724 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:17.725 DEBUG [main][MenuItemLookup] Item match:File 12:49:17.726 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:17.726 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:17.727 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:17.727 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:17.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:17.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:17.738 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:17.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:17.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:17.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:17.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.802 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:17.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:49:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:17.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:17.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:17.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:17.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:17.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:17.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:17.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:17.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:49:17.806 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:49:17.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:49:17.809 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:49:17.809 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:17.809 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:17.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:17.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:17.811 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:17.811 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:17.811 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:17.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:17.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:49:17.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:49:17.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:49:17.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.835 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:17.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:49:17.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:17.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:17.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:17.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:49:17.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:17.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:17.838 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:17.839 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:49:17.840 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:17.840 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:49:17.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:17.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:17.843 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:17.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:17.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:17.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:17.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:17.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:18.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:49:18.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:49:18.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:49:18.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:18.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:18.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:18.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:18.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:18.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:18.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:18.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:18.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:18.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:18.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:18.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:18.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:18.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:18.354 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:18.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:18.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:18.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:18.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:18.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:18.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:49:18.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:18.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:49:18.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:18.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:18.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:18.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:18.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:18.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:49:18.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:18.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:18.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:18.380 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:18.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:18.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:18.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:18.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:18.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:18.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:18.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:18.407 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:18.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:18.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:18.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:18.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:18.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:18.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:19.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:19.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:19.409 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:19.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:19.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:19.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:19.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:19.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:19.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:19.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:19.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:19.411 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:19.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:49:19.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:19.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:19.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:19.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:19.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:19.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 '\*?\QProject Explorer\E') 12:49:19.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:19.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:19.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:19.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:19.416 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:19.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:19.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:19.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:19.439 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:19.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:19.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:19.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:19.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:19.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:19.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:20.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:20.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:20.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:20.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:20.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:20.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:20.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:20.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:20.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:20.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:20.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:49:20.443 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:49:20.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:49:20.450 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:49:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:20.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.457 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:20.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.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: ""] 12:49:20.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:20.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:20.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.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: ""] 12:49:20.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.460 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:49:20.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:20.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:20.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:20.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:20.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:20.461 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:20.461 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:20.462 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:20.462 DEBUG [main][MenuItemLookup] Item match:File 12:49:20.462 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:20.463 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:20.464 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:20.464 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:20.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:20.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:20.465 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:20.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:20.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:20.529 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:20.529 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:20.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:20.530 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:49:20.530 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:49:20.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:20.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:20.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:49:20.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:20.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:20.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:20.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:20.532 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 12:49:20.532 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 12:49:20.532 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 12:49:20.535 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 12:49:20.535 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:20.535 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:20.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:20.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:20.537 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:20.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:20.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:20.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:20.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:20.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:49:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:49:20.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:49:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:20.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:20.574 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:20.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:20.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:49:20.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:20.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:49:20.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:20.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:20.580 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:20.580 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 12:49:20.581 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:20.581 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:49:20.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:20.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:20.583 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:20.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:20.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:20.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:20.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:21.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:21.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:21.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@408763ba is found... 12:49:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@408763ba is found finished successfully 12:49:21.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:21.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.093 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.093 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.095 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:21.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:21.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:21.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:21.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 '\*?\QPalette\E') 12:49:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.099 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:21.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:21.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.108 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 12:49:21.108 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:21.108 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.109 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:21.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.128 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:21.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.130 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #2 Text=Label ) 12:49:21.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:49:21.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:49:21.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.137 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:21.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:21.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:21.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:21.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:21.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:21.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.141 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:21.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:21.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.163 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 12:49:21.163 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:21.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.164 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:21.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.172 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:21.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.173 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 12:49:21.173 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 12:49:21.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:49:21.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:49:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:21.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.189 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.189 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.200 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.200 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:21.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.206 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.207 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.LabeledEditPart, index 0 and no matchers specified 12:49:21.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:21.243 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:21.243 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 12:49:21.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 12:49:21.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.254 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.254 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.LabeledEditPart, index 0 and no matchers specified 12:49:21.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:21.267 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:21.267 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 12:49:21.268 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 12:49:21.268 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:21.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.276 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.276 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:21.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.281 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.282 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:21.283 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:49:21.286 DEBUG [main][EditorHandler] 1 editor(s) found 12:49:21.286 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 12:49:21.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:49:21.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:49:21.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:49:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:21.800 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:21.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:21.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:21.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:49:21.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:21.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:21.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:21.802 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:49:21.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:21.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:21.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:21.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:21.869 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 12:49:21.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:21.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:21.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:21.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:21.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:21.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:21.875 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:21.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:21.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:21.892 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:21.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:21.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:21.894 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:21.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:21.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:21.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:21.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:21.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:21.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:22.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:22.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:22.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:22.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:22.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:22.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:22.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:22.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:22.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:22.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:22.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:22.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:22.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:22.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:22.898 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:22.898 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:22.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:22.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:22.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:22.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:22.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:22.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:23.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:23.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:23.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:23.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:23.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:23.901 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:23.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:23.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:23.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:23.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:23.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:23.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:23.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:23.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:23.902 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:23.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:23.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:23.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:23.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:23.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:23.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:23.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:23.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:23.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:23.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:23.904 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:49:23.904 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:49:23.904 DEBUG [main][TreeItemHandler] Set Tree selection 12:49:23.904 DEBUG [main][TreeHandler] Notify Tree about selection event 12:49:23.912 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:49:23.916 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:49:23.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:23.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:23.947 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:23.947 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:23.947 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:23.947 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:23.947 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:23.948 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:49:23.948 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:49:23.948 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:49:23.948 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:49:23.948 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:49:23.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:49:23.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:49:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:24.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:24.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:24.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:24.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:24.470 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:24.470 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:24.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:24.470 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:24.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:24.470 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:24.470 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:24.470 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:24.470 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:49:24.470 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:49:24.470 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:49:24.470 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:49:24.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:49:25.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:49:25.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:49:25.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:25.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:25.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:49:25.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:25.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:25.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:25.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:25.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:25.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:25.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:25.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:25.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:25.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:25.066 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:49:25.067 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:49:25.067 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:49:25.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:25.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:25.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:25.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:25.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:49:25.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:25.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:25.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:25.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:25.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:25.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:25.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:25.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:25.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:25.068 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:49:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:25.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:25.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:25.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:49:25.073 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:49:25.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:49:25.574 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:49:25.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:25.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:49:25.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:49:25.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:25.574 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:25.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:25.574 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:25.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:25.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:25.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:49:25.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:25.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:25.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:25.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:25.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:25.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:25.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:25.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:49:25.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:25.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:49:25.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:25.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:25.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:25.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:25.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:25.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:25.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.577 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:49:25.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:25.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:25.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:25.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.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 Project"] 12:49:25.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:25.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:25.578 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:25.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:25.579 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:25.579 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:25.579 DEBUG [main][MenuItemLookup] Item match:File 12:49:25.580 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:25.580 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:25.582 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:25.582 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:25.591 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:25.591 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:25.591 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:25.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:25.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:25.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:25.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:25.652 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:25.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:49:25.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:25.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:25.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:25.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:25.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:25.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:25.654 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:25.654 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:49:25.654 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:49:25.654 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:49:25.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:49:25.657 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:25.657 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:25.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.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:25.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:25.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:25.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:25.659 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:25.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:25.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:25.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:25.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:25.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:25.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:49:25.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:49:25.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:49:25.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:25.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:25.682 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:25.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:25.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:49:25.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:25.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:25.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:25.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:49:25.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:25.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:25.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:25.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:25.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:25.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:25.684 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:25.684 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:49:25.685 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:25.685 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:49:25.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:25.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:25.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:25.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:25.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:25.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:25.687 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:25.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:25.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:25.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:25.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:26.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:26.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:26.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:49:26.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:49:26.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:26.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:26.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:26.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:26.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:26.192 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:26.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:26.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:26.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:26.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:26.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') 12:49:26.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:26.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:26.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:26.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:26.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:26.194 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:26.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:26.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:26.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:26.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:26.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:26.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:49:26.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:26.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:26.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:49:26.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:26.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:26.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:26.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:26.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:49:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:26.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:26.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:26.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:26.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:26.211 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:26.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:26.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:26.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:26.246 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:26.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:26.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:26.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:26.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:26.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:26.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:26.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:26.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:26.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:26.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:26.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:26.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:27.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:27.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:27.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:27.249 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:27.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:27.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:27.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:27.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:27.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:27.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:27.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:27.250 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:49:27.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:27.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:27.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:27.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:27.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:27.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:27.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:27.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:27.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:27.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:27.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:27.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:27.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:27.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:27.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:27.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:27.275 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:27.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:27.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:27.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:27.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:27.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:27.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:27.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:27.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:28.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:28.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:28.277 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:28.277 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:28.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:28.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:28.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:28.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:28.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:28.279 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:28.279 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:49:28.279 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:49:28.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:49:28.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:49:28.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:28.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:28.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.286 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:49:28.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:28.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:28.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.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: ""] 12:49:28.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.287 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:49:28.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:28.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.287 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:28.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:28.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:28.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:28.288 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:28.288 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:28.288 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:28.288 DEBUG [main][MenuItemLookup] Item match:File 12:49:28.289 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:28.289 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:28.290 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:28.290 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:28.291 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:28.291 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:28.291 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:28.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:28.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 'New|Select a wizard'] is available. finished successfully 12:49:28.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:28.354 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:28.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:28.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:28.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:49:28.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:28.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:49:28.356 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:28.356 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:28.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:49:28.356 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:28.356 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:28.356 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:28.356 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 12:49:28.356 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 12:49:28.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 12:49:28.360 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 12:49:28.360 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:28.360 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:28.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:28.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:28.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:28.361 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:28.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:28.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:28.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:49:28.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:49:28.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:49:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:28.398 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:28.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:28.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:49:28.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:28.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:49:28.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:28.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:28.401 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:28.402 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 12:49:28.402 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:28.402 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:49:28.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:28.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:28.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:28.404 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:28.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:28.404 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:28.404 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:28.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:28.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:28.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:28.908 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:28.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c27c3b7 is found... 12:49:28.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c27c3b7 is found finished successfully 12:49:28.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:28.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:28.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:28.911 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:28.911 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:28.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:28.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:28.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:28.914 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:28.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 '\*?\QPalette\E') 12:49:28.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:28.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:28.915 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:28.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:28.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:28.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:28.924 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 12:49:28.924 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:28.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:28.924 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:28.924 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:28.944 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:28.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:28.945 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #3 Value=0 ) 12:49:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:49:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:49:28.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:28.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:28.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:28.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:28.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:28.954 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:28.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:28.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:28.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:28.976 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 12:49:28.976 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:28.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:28.977 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:28.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:28.985 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:28.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:28.986 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 12:49:28.986 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 12:49:28.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:49:28.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:49:28.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.989 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:28.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:28.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:28.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:28.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:28.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:28.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:28.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:28.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:28.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:29.006 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:29.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:29.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:29.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:29.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:29.040 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 12:49:29.056 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.056 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:29.056 INFO [WorkbenchTestable][ViewerHandler] Click at [30, 121] 12:49:29.056 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:29.056 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.057 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:29.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.058 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:29.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:29.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:29.060 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.061 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:29.061 INFO [WorkbenchTestable][ViewerHandler] Click at [130, 121] 12:49:29.061 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:29.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.061 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:29.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.064 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:29.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.065 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:29.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:29.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:29.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:29.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:29.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 '\*?\QPalette\E') 12:49:29.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:29.068 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:29.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:29.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:29.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:29.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:29.127 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 12:49:29.137 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.137 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:29.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:29.144 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.144 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:29.144 INFO [WorkbenchTestable][ViewerHandler] Click at [86, 121] 12:49:29.144 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:29.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.145 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:29.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.149 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:29.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.150 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 12:49:29.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.164 DEBUG [main][MenuItemLookup] Found menu:'Undo Connection change' 12:49:29.164 DEBUG [main][MenuItemLookup] Found menu:'Redo' 12:49:29.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:29.164 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:49:29.164 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:49:29.164 DEBUG [main][MenuItemLookup] Item match:Delete 12:49:29.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 12:49:29.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:49:29.164 INFO [main][MenuItemHandler] Select menu item: &Delete 12:49:29.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 '\*?\Qtest.logic\E') 12:49:29.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:29.171 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.171 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:29.172 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:49:29.172 DEBUG [main][EditorHandler] 1 editor(s) found 12:49:29.172 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 12:49:29.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:49:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:49:29.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:49:29.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:29.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:29.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:29.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:29.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:49:29.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:29.703 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:29.703 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:29.704 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:49:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:29.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:29.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:29.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:29.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:29.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:29.768 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 12:49:29.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.770 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:29.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:29.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:29.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:29.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:29.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 '\*?\QProject Explorer\E') 12:49:29.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:29.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:29.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:29.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:29.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:29.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:29.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:29.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:29.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:29.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:29.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:29.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:29.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:29.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:29.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:29.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:30.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:30.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:30.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:30.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:30.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:30.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:30.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:30.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:30.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:30.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:30.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:30.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:30.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:30.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:30.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:30.783 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:30.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:30.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:30.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:30.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:30.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:30.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:30.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:31.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:31.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:31.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:31.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:31.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:31.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:31.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:31.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:31.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:31.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:31.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:31.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:31.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:31.787 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:31.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:31.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:31.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:31.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:31.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:31.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:31.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:31.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:31.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:31.787 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:49:31.787 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:49:31.787 DEBUG [main][TreeItemHandler] Set Tree selection 12:49:31.788 DEBUG [main][TreeHandler] Notify Tree about selection event 12:49:31.793 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:49:31.794 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:49:31.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:31.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:31.814 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:49:31.814 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:49:31.814 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:49:31.814 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:49:31.814 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:49:31.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:31.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:49:31.814 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:49:32.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:49:32.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:32.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:32.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:32.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:32.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:32.333 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:32.333 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:32.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:32.333 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:32.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:32.333 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:32.333 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:32.333 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:32.333 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:49:32.333 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:49:32.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:49:32.334 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:49:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:49:32.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:49:32.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:49:32.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:32.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:49:32.921 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:32.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:32.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:32.921 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:32.921 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:32.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:32.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:32.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:32.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:32.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:32.921 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:49:32.921 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:49:32.921 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:49:32.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:32.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:32.922 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:32.922 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:32.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") 12:49:32.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:32.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:32.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:32.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:32.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:32.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:32.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:32.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:32.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:32.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:32.923 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:49:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:32.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:32.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:32.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:32.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:49:32.927 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:49:33.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:49:33.427 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:49:33.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:33.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:49:33.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:49:33.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:33.427 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:33.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:33.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:33.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:33.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:33.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:49:33.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:33.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:33.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:33.429 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:33.429 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:33.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:33.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:33.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:49:33.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:33.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:49:33.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:33.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:33.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:33.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:33.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:33.430 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.430 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:33.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.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 Project"] 12:49:33.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:33.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:33.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:33.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.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 Project"] 12:49:33.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.431 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:33.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:33.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:33.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:33.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:33.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:33.432 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:33.432 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:33.432 DEBUG [main][MenuItemLookup] Item match:File 12:49:33.433 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:33.433 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:33.435 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:33.435 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:33.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:33.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:33.436 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:33.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:33.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:33.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:33.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:33.500 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:33.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:49:33.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:33.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:33.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:33.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:33.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:33.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:33.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:33.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:33.502 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:33.502 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:33.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:33.502 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:33.502 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:49:33.502 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:49:33.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:49:33.506 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:49:33.506 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:33.506 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:33.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:33.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:33.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:33.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:33.507 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:33.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:33.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:33.530 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:33.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.530 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:49:33.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:49:33.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:49:33.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:33.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:33.531 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:33.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:33.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:49:33.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:33.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:33.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:33.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:49:33.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:33.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:33.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:33.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:33.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:33.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:33.532 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:33.533 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:49:33.534 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:33.534 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:49:33.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:33.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:33.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:33.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:33.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:33.535 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:33.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:33.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:33.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:33.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:34.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:34.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:34.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:49:34.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:49:34.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:34.039 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:34.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:34.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:34.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:34.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:34.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:34.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:34.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:34.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:34.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:34.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:34.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 '\*?\QProject Explorer\E') 12:49:34.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:34.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:34.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:34.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:34.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:34.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:34.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:34.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:34.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:34.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:34.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:34.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:49:34.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:34.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:34.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:49:34.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:34.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:34.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:34.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:34.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 '\*?\QPackage Explorer\E') 12:49:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:34.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:34.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:34.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:34.050 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:34.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:34.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:34.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:34.075 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:34.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:34.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:34.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:34.076 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:34.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:34.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:34.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:34.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:34.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:34.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:34.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:34.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:35.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:35.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:35.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:35.078 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:35.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:35.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:35.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:35.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:35.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:35.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:35.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:35.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:49:35.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:35.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:35.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:35.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:35.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:35.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:35.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 '\*?\QProject Explorer\E') 12:49:35.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:35.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:35.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:35.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:35.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:35.082 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:35.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:35.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:35.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:35.104 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:35.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:35.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:35.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:35.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:35.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:35.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:35.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:35.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:36.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:36.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:36.106 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:36.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:36.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:36.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 12:49:36.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:36.108 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:36.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:49:36.108 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:49:36.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:49:36.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:49:36.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:36.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:36.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.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: ""] 12:49:36.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:36.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:36.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.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: ""] 12:49:36.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.115 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:49:36.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:36.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:36.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:36.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:36.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:36.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:36.116 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:36.116 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:36.116 DEBUG [main][MenuItemLookup] Item match:File 12:49:36.117 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:36.117 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:36.118 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:36.118 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:36.118 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:36.118 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:36.119 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:36.119 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:36.119 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:49:36.119 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:36.119 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:36.119 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:36.129 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:36.130 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:36.130 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:36.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:36.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:36.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:36.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:36.190 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:36.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:36.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:36.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:36.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:36.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 12:49:36.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:36.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:36.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:36.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:49:36.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:36.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:36.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:49:36.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:49:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:36.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:49:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:36.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:49:36.192 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 12:49:36.192 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 12:49:36.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 12:49:36.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 12:49:36.196 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:36.196 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:36.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) 12:49:36.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:36.197 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:36.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:36.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:36.197 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:36.197 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:49:36.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:49:36.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:49:36.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:36.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:36.233 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:36.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:36.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:49:36.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:36.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:36.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:36.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:49:36.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:36.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:36.236 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:36.237 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 12:49:36.237 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:49:36.237 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:49:36.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:36.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:36.239 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:36.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:36.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:36.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:36.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:36.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:36.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:36.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7efce897 is found... 12:49:36.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7efce897 is found finished successfully 12:49:36.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:36.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.747 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.749 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:36.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:36.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:36.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:36.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:36.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.763 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:36.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:36.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.781 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 12:49:36.781 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:36.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.782 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:36.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.789 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:36.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.790 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #4 Text=Label ) 12:49:36.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:49:36.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:49:36.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:49:36.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:49:36.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:36.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:36.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:49:36.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 '\*?\QPalette\E') 12:49:36.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.812 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:36.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:36.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.830 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 12:49:36.830 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:36.830 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.831 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:36.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.838 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:36.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.839 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 12:49:36.839 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 12:49:36.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:49:36.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:49:36.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:36.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.845 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.845 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:36.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.853 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.854 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:36.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.857 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.857 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.LabeledEditPart, index 0 and no matchers specified 12:49:36.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:36.872 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:36.872 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 12:49:36.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 12:49:36.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:36.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.879 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.879 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.LabeledEditPart, index 0 and no matchers specified 12:49:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:36.892 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:36.892 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 12:49:36.893 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 12:49:36.893 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:36.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.900 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.900 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:36.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.906 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.907 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.908 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 12:49:36.908 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:36.934 DEBUG [main][MenuItemLookup] Found menu:'Undo' 12:49:36.934 DEBUG [main][MenuItemLookup] Found menu:'Redo' 12:49:36.934 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:36.934 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:49:36.934 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:49:36.934 DEBUG [main][MenuItemLookup] Item match:Delete 12:49:36.934 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 12:49:36.934 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:49:36.935 INFO [main][MenuItemHandler] Select menu item: &Delete 12:49:36.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:49:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:36.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:36.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:36.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:36.942 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:36.942 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:36.945 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:49:36.945 DEBUG [main][EditorHandler] 1 editor(s) found 12:49:36.945 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 12:49:36.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:49:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:49:37.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:49:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:37.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:37.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:37.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:37.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:37.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:37.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:49:37.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:37.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:37.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:49:37.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:37.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:37.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:37.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:37.477 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:49:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:37.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:37.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:37.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:37.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:37.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:37.540 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 12:49:37.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:37.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:37.541 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:37.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:37.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:37.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:37.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:37.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:37.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:37.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:37.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:37.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:37.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:37.543 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:37.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:37.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:37.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:37.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:37.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:37.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:37.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:37.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:38.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:38.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:38.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:38.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:38.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:38.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:38.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:38.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:38.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:38.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:38.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:38.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:38.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:38.553 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:38.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:38.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:38.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:38.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:38.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:38.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:39.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:39.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:39.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:39.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:39.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:39.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:39.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:39.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:39.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:39.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:39.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:39.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:39.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:39.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:39.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:39.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:39.556 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:39.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:39.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:39.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:39.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:39.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:39.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:39.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:39.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:39.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:39.557 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:49:39.557 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:49:39.557 DEBUG [main][TreeItemHandler] Set Tree selection 12:49:39.557 DEBUG [main][TreeHandler] Notify Tree about selection event 12:49:39.562 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:49:39.563 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:49:39.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:39.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:39.582 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:49:39.582 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:49:39.582 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:49:39.582 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:49:39.583 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:49:39.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:39.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:49:39.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:49:40.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:40.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:40.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:40.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:40.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:40.099 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:40.099 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:40.099 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:40.099 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:40.099 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:40.099 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:40.099 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:40.099 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:40.099 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:49:40.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:49:40.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:49:40.100 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:49:40.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:49:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:49:40.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:49:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:40.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:40.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:49:40.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:40.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:40.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:40.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:40.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:40.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:40.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:40.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:40.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:40.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:40.666 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:49:40.666 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:49:40.666 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:49:40.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:40.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:40.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:40.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:40.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:49:40.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:40.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:40.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:40.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:49:40.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:40.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:40.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:40.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:40.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:40.667 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:49:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:40.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:40.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:40.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:49:40.671 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:49:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:49:41.172 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:49:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:41.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:49:41.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:49:41.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:41.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:41.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:41.172 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:41.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:41.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:41.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:49:41.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:41.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:41.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:41.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:41.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:41.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:41.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:41.174 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:49:41.174 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:49:41.174 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:41.174 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:41.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:41.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.623 s - in org.eclipse.reddeer.gef.test.EditPartTest selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 7.854 s clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 7.853 s nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 7.744 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.gef.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test >-------- [INFO] Building RedDeer Graphiti Tests 4.7.0-SNAPSHOT [39/58] [INFO] from tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.graphiti.test --- [INFO] Resolving class path of RedDeer Graphiti Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.graphiti.test --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.graphiti.test --- [INFO] Fetching org.eclipse.graphiti.doc_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (6.03MB) [INFO] Fetching org.eclipse.graphiti.examples.chess_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (76.05kB) [INFO] Fetching org.eclipse.graphiti.examples.common_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (131.96kB) [INFO] Fetching org.eclipse.graphiti.pattern_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (72.12kB) [INFO] Fetching org.eclipse.graphiti.examples.composite_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (20.01kB) [INFO] Fetching org.eclipse.graphiti.examples.filesystem_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (47.17kB) [INFO] Fetching org.eclipse.graphiti.examples.filesystem.mm_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (36.85kB) [INFO] Fetching org.eclipse.graphiti.examples.tutorial_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (69.68kB) [INFO] Fetching org.eclipse.graphiti.ui.capabilities_0.19.1.202211181144.jar from https://download.eclipse.org/staging/2023-09/plugins/ (11.97kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:49:50.339 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:49:50.342 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:49:50.358 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:49:50.360 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:49:50.453 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:49:50.534 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:49:50.538 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:50.542 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:49:50.545 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:49:50.545 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:49:50.554 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:49:50.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:50.558 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:49:50.561 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:50.561 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:49:50.564 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:50.565 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:49:50.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:50.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:50.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:50.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:50.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:50.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:50.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:50.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:50.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:50.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:50.669 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:50.672 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:50.672 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:50.672 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:50.672 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:50.672 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:50.672 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:50.672 DEBUG [main][MenuItemLookup] Item match:Window 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:50.676 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:49:50.677 DEBUG [main][MenuItemLookup] Item match:Preferences 12:49:50.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:49:50.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:49:50.680 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:49:50.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.... 12:49:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:49:50.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:49:50.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:50.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:50.961 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:49:50.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:50.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:49:50.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:50.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:50.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:50.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:50.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:50.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:50.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:51.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:49:51.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:51.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:51.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:51.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:51.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:51.038 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:49:51.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:51.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:51.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:51.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:51.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:51.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:51.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:51.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:51.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:51.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:51.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:51.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:51.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:51.096 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:49:51.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:51.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 12:49:51.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:49:51.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:51.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:51.099 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:51.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:51.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:51.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.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 Project"] 12:49:51.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:51.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:51.132 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.132 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:51.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.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 Project"] 12:49:51.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.133 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:51.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.133 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:51.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:51.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:51.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:51.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:51.134 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:51.134 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:51.134 DEBUG [main][MenuItemLookup] Item match:File 12:49:51.138 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:51.139 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:51.144 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:51.144 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:51.144 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:51.144 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:51.144 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:51.144 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:51.145 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:51.145 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:51.145 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:51.145 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:51.146 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:51.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:49:51.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:51.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:51.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:51.255 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:51.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:49:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:51.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:51.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:51.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:51.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:51.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:51.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:51.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:51.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:51.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:51.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:51.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:51.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:51.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:51.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:51.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:51.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:49:51.771 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:49:51.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:49:51.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:49:51.775 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:51.775 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:51.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:51.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:51.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:51.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:51.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:51.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:51.778 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:51.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:51.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:51.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:51.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:51.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:51.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:49:51.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:49:51.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:49:51.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:51.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:51.826 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:51.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:51.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:49:51.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:51.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:51.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:51.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:49:51.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:51.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:51.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:51.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:51.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:51.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:51.836 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:51.838 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:49:51.848 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:49:51.848 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:49:51.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:51.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:51.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:51.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:51.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:51.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:51.853 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:51.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:51.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:51.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:51.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:51.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:52.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:52.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:52.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:49:52.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:52.375 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:52.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:52.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:52.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:52.385 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:52.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:52.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:52.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:52.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:52.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:52.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:52.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:52.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:52.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:52.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:52.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:52.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:52.401 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:52.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:52.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:52.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:52.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:52.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:52.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:49:52.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:52.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:52.432 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:49:52.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:52.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:52.434 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:52.435 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:52.435 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:52.435 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:52.435 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:52.435 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:52.435 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:52.435 DEBUG [main][MenuItemLookup] Item match:Window 12:49:52.436 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:52.436 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:52.436 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:52.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:52.436 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:52.436 DEBUG [main][MenuItemLookup] Item match:Show View 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:52.446 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:49:52.447 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:49:52.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:49:52.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:49:52.459 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:49:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:49:52.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:49:52.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:49:52.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:52.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:52.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:52.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:52.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:52.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:52.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:52.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:52.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:52.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:52.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:52.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:52.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:52.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:52.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:52.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:49:52.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:49:52.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:53.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:53.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:49:53.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:49:53.036 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:49:53.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:53.036 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:49:53.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:53.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:49:53.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:49:53.036 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:49:53.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:49:53.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:49:53.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:53.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:53.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:53.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:53.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:53.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:53.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") 12:49:53.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:53.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:53.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:53.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:53.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:53.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:53.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:53.043 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:49:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:53.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:53.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:53.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:53.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:53.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:49:53.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:53.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:53.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:49:53.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:53.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:53.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:53.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:53.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:53.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 '\*?\QPackage Explorer\E') 12:49:53.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:53.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:53.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:53.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:53.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:53.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:53.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:53.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:53.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:53.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:53.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:53.461 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:53.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:53.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:53.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:53.464 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:53.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:53.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:53.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:53.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:53.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:53.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:53.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:53.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:54.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:54.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:54.469 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:49:54.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:49:54.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:54.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:54.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:54.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:54.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:54.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:54.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:54.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:54.473 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:49:54.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:54.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:54.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:54.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:54.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:54.491 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:54.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:54.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:54.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:54.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:54.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:54.493 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:54.493 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:54.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:54.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:54.522 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:54.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:54.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:54.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:54.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:54.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:54.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:55.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:55.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:55.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:55.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:55.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:55.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:55.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:55.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:55.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:55.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:49:55.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:55.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:55.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:55.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:55.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:55.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:55.528 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:49:55.528 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:49:55.530 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:49:55.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:49:55.540 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:55.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.540 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:55.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.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 Diagram"] 12:49:55.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:55.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:55.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:55.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.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 Diagram"] 12:49:55.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:55.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:55.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:55.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:55.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:55.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:55.543 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:55.543 DEBUG [main][MenuItemLookup] Item match:File 12:49:55.544 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:55.544 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:55.545 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:55.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:55.546 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:55.546 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:55.546 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:55.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:55.546 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:55.546 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:55.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:55.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:55.546 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:55.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 'New|Select a wizard'] is available.... 12:49:55.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:49:55.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:49:55.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:55.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:55.651 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:55.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49: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.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:49:55.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:55.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:55.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:55.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:55.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 12:49:55.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 12:49:55.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:56.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:56.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 12:49:56.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 12:49:56.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 12:49:56.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:56.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 12:49:56.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:56.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 12:49:56.157 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 12:49:56.157 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 12:49:56.157 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 12:49:56.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 12:49:56.160 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:49:56.160 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:56.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:56.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:56.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:56.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:56.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:56.162 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:56.162 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:56.162 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:56.205 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:49:56.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:56.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:56.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 12:49:56.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available. finished successfully 12:49:56.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 12:49:56.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:56.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:56.207 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:49:56.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:56.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Type") 12:49:56.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:56.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:56.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:56.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 12:49:56.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:56.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:56.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:56.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:49:56.214 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 12:49:56.216 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:49:56.216 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 12:49:56.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$TutorialDiagramWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:56.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:56.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:56.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:56.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:56.218 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:56.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:56.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:56.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:56.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Name") 12:49:56.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:56.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:56.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:56.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 12:49:56.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:56.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:56.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:56.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:56.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:56.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:56.228 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:56.228 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:49:56.229 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:49:56.229 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 12:49:56.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$TutorialDiagramWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:56.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:56.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:56.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:56.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:56.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:56.231 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:56.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:56.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:56.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:56.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:49:56.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:49:56.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:56.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:56.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:49:56.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:56.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60283f3f is found... 12:49:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60283f3f is found finished successfully 12:49:56.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 12:49:56.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:56.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:56.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:56.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:56.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:56.828 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:56.828 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:56.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:56.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:56.844 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 12:49:56.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 12:49:56.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:56.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:56.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 12:49:56.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 12:49:56.845 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:56.845 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:56.845 DEBUG [main][MenuItemLookup] Found menu:'View' 12:49:56.845 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:56.845 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:56.845 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:56.845 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:56.845 DEBUG [main][MenuItemLookup] Item match:Window 12:49:56.847 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:56.848 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:56.848 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:56.848 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:56.848 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:56.848 DEBUG [main][MenuItemLookup] Item match:Show View 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:56.851 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:49:56.851 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:49:56.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:49:56.851 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:49:56.852 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:49:56.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:49:56.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:49:56.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:49:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:56.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:56.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:56.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:56.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:56.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:56.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:56.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:56.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:56.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:56.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:56.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:56.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:56.927 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:56.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:57.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:57.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:57.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:57.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:57.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:57.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 12:49:57.435 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 12:49:57.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 12:49:57.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 12:49:57.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:57.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:57.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:57.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:57.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:57.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:49:57.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:57.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:57.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:57.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:57.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:57.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:57.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:57.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:57.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:57.438 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:49:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:57.438 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:57.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:57.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:57.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 12:49:57.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:57.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:57.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 12:49:57.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:57.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:57.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 12:49:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:57.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:57.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 12:49:57.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:49:57.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:57.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:57.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:57.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:57.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:57.541 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:49:57.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:49:57.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:57.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform TooltipText=null 12:49:57.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:57.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:57.549 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 12:49:57.549 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:49:57.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:57.573 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:49:57.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:57.596 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:49:57.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:57.655 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@277dddcf 12:49:57.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:49:57.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:49:57.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.internal.BasicEditPart, index 0 and no matchers specified 12:49:57.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:57.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:57.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:58.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:58.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:58.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:58.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:58.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:49:58.715 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:49: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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 12:49:58.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:58.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:58.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:58.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:58.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:58.727 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:58.728 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:58.728 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:58.728 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:49:58.728 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:49:58.729 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 12:49:58.833 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 12:49:58.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:58.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:58.837 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:49:58.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:58.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:58.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:58.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:58.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:49:58.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:58.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:58.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:58.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:58.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:58.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:58.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:58.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:58.876 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:58.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:58.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:58.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:58.877 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:58.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:58.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:58.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:58.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:58.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:58.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:59.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:59.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:59.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:59.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:59.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:49:59.879 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:49:59.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:49:59.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:59.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:49:59.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 12:49:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:59.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:59.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:59.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:59.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:59.881 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:49:59.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:49:59.885 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:49:59.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:49:59.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:49:59.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:49:59.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'New' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:59.964 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:49:59.964 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:49:59.964 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:49:59.964 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:49:59.964 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:49:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:49:59.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:50:00.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:00.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:00.466 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:50:00.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:00.467 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 12:50:00.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:50:00.467 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:50:00.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:50:00.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:50:00.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:50:00.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:00.508 DEBUG [main][MenuItemLookup] Found menu:'New' 12:50:00.508 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:50:00.508 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:00.508 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:50:00.508 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:00.508 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:50:00.508 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:50:00.508 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:50:00.508 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:50:00.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:50:00.509 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:50:00.509 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:50:00.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:50:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:50:00.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:50:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:00.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:00.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:00.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:50:00.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:00.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:00.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:00.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:50:00.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:00.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:00.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:00.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:00.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:00.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:00.696 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:50:00.696 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:50:00.696 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:50:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:00.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:00.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:00.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) 12:50:00.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:00.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:00.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:00.709 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:50:00.709 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:00.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:00.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:00.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:00.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:00.711 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:50:00.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:00.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:00.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:00.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:00.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:50:00.738 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:50:01.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:50:01.243 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:50:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:50:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:50:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:50:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:01.244 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:01.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:01.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:50:01.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:01.252 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:01.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:01.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:01.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 12:50:01.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:01.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 12:50:01.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:50:01.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:01.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:01.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:01.257 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:01.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.257 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:01.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.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 Project"] 12:50:01.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.257 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:01.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:01.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:01.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.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 Project"] 12:50:01.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:01.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.258 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:01.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:01.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:01.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:01.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:01.260 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:01.260 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:01.260 DEBUG [main][MenuItemLookup] Item match:File 12:50:01.263 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:50:01.263 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:50:01.265 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:50:01.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:01.265 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:50:01.265 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:01.265 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:50:01.266 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:01.266 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:50:01.266 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:50:01.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:50:01.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:50:01.266 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:50:01.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:50:01.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 'New|Select a wizard'] is available. finished successfully 12:50:01.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:50:01.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:01.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:01.347 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:50:01.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:50:01.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:01.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:01.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:50:01.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:01.349 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:50:01.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:01.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:50:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:50:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:01.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:01.350 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:50:01.350 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:50:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:50:01.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:50:01.354 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:50:01.354 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:50:01.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:50:01.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:01.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:01.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:01.361 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:50:01.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:01.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:01.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:01.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:01.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:01.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:50:01.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:50:01.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:50:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:01.387 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:50:01.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:01.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:50:01.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:01.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:01.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:50:01.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:01.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:01.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:01.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:50:01.390 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:50:01.390 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:50:01.391 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:50:01.391 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:50:01.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:50:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:01.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:01.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:01.393 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:50:01.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:01.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:01.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:01.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:01.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:01.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:50:01.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:50:01.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:01.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:01.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.900 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:50:01.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:01.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:01.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:50:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:01.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:01.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:01.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:01.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:01.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:01.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:01.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:01.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:01.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:50:01.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.917 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:50:01.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:01.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:01.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:01.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50: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 '\*?\QPackage Explorer\E') 12:50:01.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:01.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:01.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:01.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:01.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:50:01.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:50:01.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:01.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:01.958 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:50:01.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:50:01.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:01.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:01.959 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:50:01.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:50:01.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:01.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:01.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:01.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:02.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:02.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:02.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:02.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:02.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:02.961 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:50:02.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:50:02.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:02.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:02.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:50:02.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:02.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:02.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:02.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:02.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:02.963 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:50:02.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:50:02.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:02.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:02.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:02.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:02.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:02.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:02.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:50:02.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:02.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:02.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:02.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:02.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:02.967 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:02.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:02.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:02.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:02.996 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:02.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:02.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:02.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:02.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:02.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:02.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:03.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:03.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:03.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:03.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:03.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:03.999 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:03.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:04.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:04.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:04.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:50:04.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:04.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:50:04.001 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:50:04.001 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:50:04.001 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:50:04.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:50:04.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:04.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:04.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 12:50:04.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:04.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:04.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:04.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 12:50:04.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:04.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:04.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:04.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:04.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:04.014 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:04.014 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:04.014 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:04.015 DEBUG [main][MenuItemLookup] Item match:File 12:50:04.016 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:50:04.016 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:50:04.018 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:50:04.018 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:04.018 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:50:04.018 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:04.018 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:50:04.018 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:04.018 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:50:04.018 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:50:04.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:50:04.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:50:04.018 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:50:04.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:50:04.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:50:04.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:50:04.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:04.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:04.092 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:50:04.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:50:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 12:50:04.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 12:50:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:04.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 12:50:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:04.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 12:50:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 12:50:04.094 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 12:50:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:04.094 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 12:50:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:04.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 12:50:04.094 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 12:50:04.094 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 12:50:04.095 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 12:50:04.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 12:50:04.098 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:50:04.098 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:50:04.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:50:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:04.100 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:50:04.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:04.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:04.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:04.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:04.128 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:50:04.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.128 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 12:50:04.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available. finished successfully 12:50:04.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 12:50:04.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:04.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:04.129 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:50:04.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:04.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Type") 12:50:04.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:04.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:04.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:04.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 12:50:04.129 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:04.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:50:04.131 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 12:50:04.132 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:50:04.132 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 12:50:04.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$TutorialDiagramWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:50:04.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:04.133 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:50:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:04.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:04.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:04.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Name") 12:50:04.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:04.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:04.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:04.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 12:50:04.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:04.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:50:04.144 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:50:04.144 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:50:04.145 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:50:04.145 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 12:50:04.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$TutorialDiagramWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:50:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:04.146 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:50:04.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:04.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:04.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:04.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:04.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:04.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:50:04.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:50:04.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:04.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:04.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:50:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1605b3ac is found... 12:50:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1605b3ac is found finished successfully 12:50:04.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 12:50:04.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:04.351 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:04.351 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:50:04.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.353 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:50:04.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 12:50:04.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:04.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:04.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 12:50:04.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:50:04.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:04.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:04.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:04.355 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:50:04.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:50:04.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:04.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:50:04.382 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 12:50:04.382 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:50:04.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:04.382 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:50:04.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:04.395 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:50:04.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:04.429 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@520e6089 12:50:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:50:04.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:50:04.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.internal.BasicEditPart, index 0 and no matchers specified 12:50:04.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:04.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:04.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:04.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:05.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:05.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:05.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:50:05.475 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:50:05.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 12:50:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:05.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:05.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:05.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:05.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:05.480 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:05.480 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:50:05.480 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:05.480 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:50:05.480 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:50:05.480 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 12:50:05.537 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 12:50:05.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:05.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:05.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:50:05.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:05.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:05.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:05.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:05.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:05.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:05.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:50:05.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:05.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:05.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:05.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:05.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:05.542 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:05.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:05.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:05.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:05.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:05.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:05.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:05.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:05.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:05.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:05.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:05.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:05.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:05.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:05.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:06.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:06.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:06.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:06.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:06.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:06.573 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:06.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:06.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:06.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:06.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:50:06.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:06.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:06.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:06.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:06.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:06.575 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:50:06.575 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:50:06.575 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:50:06.575 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:50:06.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:50:06.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:50:06.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'New' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:06.617 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:50:06.617 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:50:06.617 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:50:06.618 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:50:06.618 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:50:06.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:06.618 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:50:07.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:07.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:07.118 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:50:07.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:07.119 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 12:50:07.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:50:07.119 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:50:07.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:50:07.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:50:07.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:50:07.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:07.160 DEBUG [main][MenuItemLookup] Found menu:'New' 12:50:07.160 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:50:07.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:07.160 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:50:07.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:07.160 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:50:07.160 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:50:07.161 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:50:07.161 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:50:07.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:50:07.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:50:07.161 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:50:07.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:50:07.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 12:50:07.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:50:07.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:07.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:07.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:07.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:07.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:50:07.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:07.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:50:07.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:07.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:07.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:07.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:07.780 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:50:07.780 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:50:07.780 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:50:07.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:07.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:07.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:07.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:07.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 "OK", Widget matcher matching widgets with style: 8) 12:50:07.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:07.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:50:07.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:07.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:07.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:07.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:07.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:07.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:07.782 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:50:07.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:07.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:07.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:07.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:07.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:50:07.788 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:50:08.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:50:08.289 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:50:08.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:08.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:50:08.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:50:08.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:08.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:08.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:08.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:50:08.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:08.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:08.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:08.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:08.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 12:50:08.290 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:50:08.290 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:08.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:08.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:08.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.044 s - in org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 10.156 s doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 7.034 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.graphiti.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.direct.test >--------- [INFO] Building RedDeer Direct Tests 4.7.0-SNAPSHOT [40/58] [INFO] from tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.direct.test --- [INFO] Resolving class path of RedDeer Direct Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources: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:2.7.5:compile (default-compile) @ org.eclipse.reddeer.direct.test --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.direct.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -pluginCustomization, resources/plugin_customization.ini, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.direct.test.project.ProjectTest 12:50:19.834 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:50:19.837 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:50:19.847 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:50:19.848 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:50:19.935 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:50:19.964 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:20.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:20.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:50:20.032 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:50:20.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:50:20.053 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:50:20.058 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:20.059 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:20.063 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:20.063 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:20.068 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:20.125 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:20.128 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 12:50:20.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:50:20.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:20.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:20.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:20.139 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:50:20.150 DEBUG [main][EditorHandler] 0 editor(s) found 12:50:20.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:20.236 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:50:20.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:20.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:20.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:20.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:20.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 '\*?\QProject Explorer\E') 12:50:20.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:20.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:20.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:20.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:20.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:20.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:20.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:20.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:20.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:20.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:20.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:20.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:20.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:20.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:50:20.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:20.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:20.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:20.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:50:20.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:20.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:20.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:20.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:20.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:20.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:50:20.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:50:20.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:20.466 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:20.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:20.649 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 12:50:20.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:20.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 12:50:20.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:50:20.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:20.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:20.651 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:20.651 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:50:20.651 DEBUG [main][EditorHandler] 0 editor(s) found 12:50:20.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:20.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:50:20.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:20.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:20.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:20.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 '\*?\QProject Explorer\E') 12:50:20.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:20.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:20.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:20.669 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:20.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:20.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:20.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:20.728 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:20.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:20.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:20.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:20.730 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:20.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:20.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:20.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:20.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:20.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:21.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:21.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:21.733 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:21.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:21.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:21.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 12:50:21.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:21.747 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-creation 12:50:21.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:21.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:21.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:21.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:22.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:22.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:22.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:22.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:22.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:22.756 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:22.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:22.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:22.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:22.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:50:22.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:22.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:22.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:22.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:22.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:22.758 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-creation 12:50:22.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:22.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:22.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:22.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:22.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:50:22.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:22.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:22.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:22.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:22.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:22.761 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:50:22.761 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:50:22.763 DEBUG [main][TreeItemHandler] Set Tree selection 12:50:22.763 DEBUG [main][TreeHandler] Notify Tree about selection event 12:50:22.795 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:50:22.824 DEBUG [WorkbenchTestable][TreeItemHandler] test-creation 12:50:22.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:50:22.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:22.940 DEBUG [main][MenuItemLookup] Found menu:'New' 12:50:22.940 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:50:22.940 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:22.940 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:50:22.940 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:22.941 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:50:22.941 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:50:22.943 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:50:22.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:50:22.945 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:50:22.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:22.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:50:23.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:23.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:23.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:50:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:23.451 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:50:23.451 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:23.492 DEBUG [main][MenuItemLookup] Found menu:'New' 12:50:23.492 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:50:23.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:23.492 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:50:23.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:23.492 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:50:23.492 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:50:23.492 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:50:23.492 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:50:23.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:50:23.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:50:23.493 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:50:23.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:50:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:50:23.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:50:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:23.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:23.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:50:23.710 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:23.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:23.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:23.711 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:50:23.711 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:23.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:23.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:23.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:23.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:23.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:23.729 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:50:23.730 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:50:23.730 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:50:23.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:23.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:23.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:23.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:23.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:50:23.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:23.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:23.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:50:23.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:23.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:23.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:23.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:23.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:23.748 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:50:23.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:23.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:23.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:23.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:23.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:50:23.766 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:50:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:50:24.267 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:50:24.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:24.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:50:24.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:50:24.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:50:24.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:24.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:24.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:24.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:24.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:24.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:24.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:50:24.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:24.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:24.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:50:24.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:24.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:24.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 12:50:24.295 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:50:24.295 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:24.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:24.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:24.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.555 s - in org.eclipse.reddeer.direct.test.project.ProjectTest testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 0.521 s testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 3.644 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:24.326 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:24.327 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:24.327 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:24.327 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:24.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:24.328 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:24.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:24.328 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:24.328 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:24.328 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:50:24.328 DEBUG [main][EditorHandler] 0 editor(s) found 12:50:24.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:24.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:24.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:50:24.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:24.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:24.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:24.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:24.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:50:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:24.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:24.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:24.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:24.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:24.334 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:24.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:24.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:24.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:24.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:24.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:24.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:24.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:24.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:24.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:24.348 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:24.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:24.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:24.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:24.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:24.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:24.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:24.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:24.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:25.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:25.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:25.351 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:25.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:25.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:25.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:25.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:50:25.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:25.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:25.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:25.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:25.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:25.353 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-location 12:50:25.354 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:25.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:25.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:25.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:25.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:25.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:25.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:25.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:25.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:26.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:26.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:26.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:26.357 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:26.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:26.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:26.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:26.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:50:26.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:26.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:26.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:26.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:26.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:26.359 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-location 12:50:26.360 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:26.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:26.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:26.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:26.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:50:26.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:26.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:26.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:26.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:26.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:26.361 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:50:26.361 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:50:26.362 DEBUG [main][TreeItemHandler] Set Tree selection 12:50:26.362 DEBUG [main][TreeHandler] Notify Tree about selection event 12:50:26.371 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:50:26.376 DEBUG [WorkbenchTestable][TreeItemHandler] test-location 12:50:26.376 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:50:26.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'New' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:50:26.417 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:50:26.418 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:26.418 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:50:26.418 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:50:26.418 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:50:26.418 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:50:26.418 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:50:26.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:26.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:50:26.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:26.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:26.919 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:50:26.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:26.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:50:26.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:26.953 DEBUG [main][MenuItemLookup] Found menu:'New' 12:50:26.953 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:50:26.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:26.953 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:50:26.953 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:26.953 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:50:26.953 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:50:26.953 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:50:26.953 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:50:26.954 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:50:26.954 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:50:26.954 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:50:26.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:50:27.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:50:27.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:50:27.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:27.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: 32) 12:50:27.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:27.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:50:27.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:27.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:27.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:27.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:27.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:27.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:27.535 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:50:27.536 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:50:27.536 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:50:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:27.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:27.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:27.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: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:50:27.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:27.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:50:27.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:27.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:27.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:27.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:27.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:27.538 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:50:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:27.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:27.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:27.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:50:27.543 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:50:28.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:50:28.043 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:50:28.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:28.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:50:28.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:28.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:28.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:28.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:50:28.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:50:28.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:28.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:50:28.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:28.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:28.046 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:28.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:28.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:28.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:28.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:28.047 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:28.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:28.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:28.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:28.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:28.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:28.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:28.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:28.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:28.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:28.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:28.058 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:28.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:28.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:28.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:28.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:28.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:28.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:28.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:28.061 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:28.062 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:28.062 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:28.062 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:28.062 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:28.062 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:28.062 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:28.062 DEBUG [main][MenuItemLookup] Item match:Window 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:28.066 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:28.067 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:28.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:28.067 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:28.067 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:28.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:28.206 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:28.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:28.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:28.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:28.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:28.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:28.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:28.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:28.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:28.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:28.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:50:28.236 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:28.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:28.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:28.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:50:28.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:28.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:28.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:28.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:28.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:28.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:50:28.746 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:50:28.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:50:28.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:50:28.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:28.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:28.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:29.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:29.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:29.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:29.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:50:29.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:29.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:29.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:29.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:29.802 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:50:29.802 DEBUG [main][AbstractWait] Waiting until widget is found... 12:50:29.802 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:50:29.802 TRACE [main][WidgetLookup] widget with index 1 is found 12:50:29.802 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:50:29.802 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:50:29.802 DEBUG [main][AbstractText] Set focus to Text 12:50:29.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:29.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:29.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:29.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:29.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:29.815 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:29.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:29.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:29.815 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:29.815 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:29.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:29.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:29.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:29.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:29.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:29.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:29.868 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:29.868 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:29.868 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:29.868 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:29.868 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:29.868 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:29.868 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:29.868 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:29.868 DEBUG [main][MenuItemLookup] Item match:Window 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:29.869 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:29.869 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:29.869 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:29.869 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:29.869 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:29.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:29.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:29.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:29.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:29.949 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:29.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:29.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:29.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:29.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:29.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:29.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:29.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:50:29.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:29.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:29.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:29.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:29.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:29.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:50:29.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:29.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:29.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:29.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:29.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:29.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:50:29.952 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:50:29.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:50:29.952 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:50:29.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:29.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:30.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:30.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:30.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:50:30.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:30.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:30.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:30.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:30.968 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:50:30.968 DEBUG [main][AbstractWait] Waiting until widget is found... 12:50:30.968 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:50:30.968 TRACE [main][WidgetLookup] widget with index 1 is found 12:50:30.968 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:50:30.968 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:50:30.968 DEBUG [main][AbstractText] Set focus to Text 12:50:30.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:30.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:30.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:30.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:30.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:30.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:30.976 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:30.976 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:30.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:31.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:31.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:31.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:31.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:31.018 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:31.018 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:31.018 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:31.018 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:31.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:31.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:31.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:31.018 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:31.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:31.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:31.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:31.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:31.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:31.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:31.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:31.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:31.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:31.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:31.019 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:31.019 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:31.020 DEBUG [main][MenuItemLookup] Item match:Window 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:31.020 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:31.020 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:31.020 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:31.020 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:31.021 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:31.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:31.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:31.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:31.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:31.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:31.098 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:31.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:31.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:31.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:31.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:31.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:50:31.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:31.100 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:31.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:50:31.101 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:31.101 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:31.101 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:31.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:50:31.101 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:50:31.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:50:31.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:50:31.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:31.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:31.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:31.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:31.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:32.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:32.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:32.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:50:32.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:32.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:32.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:32.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:32.115 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:50:32.116 DEBUG [main][AbstractWait] Waiting until widget is found... 12:50:32.116 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:50:32.116 TRACE [main][WidgetLookup] widget with index 1 is found 12:50:32.116 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:50:32.116 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:50:32.116 DEBUG [main][AbstractText] Set focus to Text 12:50:32.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:32.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:32.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:32.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:32.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:32.124 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:32.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:32.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:32.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:32.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:32.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:32.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:32.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:32.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:32.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:32.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:32.157 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:32.157 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:32.157 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:32.157 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:32.157 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:32.157 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:32.157 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:32.157 DEBUG [main][MenuItemLookup] Item match:Window 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:32.158 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:32.158 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:32.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:32.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:32.158 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:32.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:32.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:32.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:32.245 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:32.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:32.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:32.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:32.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:32.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:32.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:32.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:50:32.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:32.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:32.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:32.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:32.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:32.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:50:32.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:32.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:32.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:32.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:32.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:32.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:50:32.249 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:50:32.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:50:32.256 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:50:32.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:32.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:32.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:33.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:33.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:50:33.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:33.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:33.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:33.270 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:50:33.270 DEBUG [main][AbstractWait] Waiting until widget is found... 12:50:33.270 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:50:33.270 TRACE [main][WidgetLookup] widget with index 1 is found 12:50:33.270 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:50:33.270 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:50:33.270 DEBUG [main][AbstractText] Set focus to Text 12:50:33.271 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 12:50:33.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:33.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:33.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:33.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:33.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:33.282 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:33.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:33.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:33.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:33.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:33.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:33.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:33.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 12:50:33.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 12:50:33.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:33.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:33.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:33.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:33.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:33.817 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:33.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:33.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:33.817 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:33.817 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:33.818 INFO [WorkbenchTestable][RequirementsRunner] Started test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:33.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:33.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:33.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:33.818 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:33.818 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:33.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:33.818 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:33.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:33.819 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:33.819 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:33.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:33.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:33.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:33.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:33.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:33.819 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:33.820 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:33.820 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:33.820 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:33.820 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:33.820 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:33.820 DEBUG [main][MenuItemLookup] Item match:Window 12:50:33.820 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:33.821 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:33.821 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:33.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:33.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:33.821 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:33.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:33.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:33.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:33.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:33.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:33.899 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:33.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:33.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:33.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:33.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:33.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:50:33.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:33.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:33.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:33.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:33.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:33.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:50:33.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:33.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:33.901 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:33.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:33.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:33.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:50:33.902 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:50:33.902 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:50:33.902 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:50:33.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:34.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:34.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:34.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:34.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:34.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:34.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:50:34.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:34.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:34.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:34.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:34.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:34.915 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:50:34.915 DEBUG [main][AbstractWait] Waiting until widget is found... 12:50:34.915 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:50:34.915 TRACE [main][WidgetLookup] widget with index 1 is found 12:50:34.915 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:50:34.915 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:50:34.915 DEBUG [main][AbstractText] Set focus to Text 12:50:34.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:50:34.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:34.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:34.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:34.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:34.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:34.920 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:50:34.920 DEBUG [main][AbstractWait] Waiting until widget is found... 12:50:34.920 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:50:34.920 TRACE [main][WidgetLookup] widget with index 1 is found 12:50:34.920 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:50:34.920 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:50:34.920 DEBUG [main][AbstractText] Set focus to Text 12:50:34.921 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 12:50:34.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:34.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:34.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:34.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:34.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:34.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:34.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:34.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:34.928 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:34.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:34.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:34.928 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:34.928 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:34.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:34.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:34.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:34.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:34.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:34.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:34.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:50:34.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 12:50:34.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:34.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:34.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:34.966 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:34.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:34.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:34.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:34.966 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:34.966 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:34.966 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:34.966 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:34.966 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:34.966 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:34.966 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:34.966 DEBUG [main][MenuItemLookup] Item match:Window 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:34.967 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:34.967 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:34.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:34.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:34.967 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:35.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:35.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:35.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:35.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:35.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:35.049 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:35.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:35.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:35.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:35.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:35.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:35.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:50:35.050 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:35.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:35.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:50:35.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:50:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:35.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:50:35.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:35.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:50:35.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:50:35.051 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:50:35.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:50:35.052 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:50:35.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:35.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:35.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:35.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:35.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:36.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:36.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:50:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:36.066 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:50:36.066 DEBUG [main][AbstractWait] Waiting until widget is found... 12:50:36.066 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:50:36.066 TRACE [main][WidgetLookup] widget with index 1 is found 12:50:36.066 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:50:36.066 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:50:36.066 DEBUG [main][AbstractText] Set focus to Text 12:50:36.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:36.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:36.074 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:36.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:36.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:36.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:36.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:36.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:36.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:36.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:36.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:36.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:36.095 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:36.095 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:36.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:36.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:36.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:36.095 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:36.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:36.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:36.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:36.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:50:36.096 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:50:36.096 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:36.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:36.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.772 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesTest getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.004 s setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.968 s getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.799 s setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.277 s getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:36.110 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:36.111 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:36.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:36.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:36.111 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:36.111 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:36.112 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:36.112 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:36.112 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:36.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:36.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:36.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:36.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:36.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:36.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:36.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:36.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:36.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:36.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:36.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:36.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:36.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:36.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:36.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:36.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:36.115 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:36.115 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:36.115 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:36.115 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:36.115 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:36.115 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:36.115 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:36.115 DEBUG [main][MenuItemLookup] Item match:Window 12:50:36.115 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.116 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:36.116 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:36.116 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:36.116 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:36.116 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:36.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:36.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:36.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:36.199 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:36.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:36.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:50:36.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:36.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:36.703 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:36.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:50:36.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:36.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:36.705 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:50:36.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:36.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:36.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:50:36.705 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:50:36.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:50:36.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:50:36.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:50:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:50:36.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 12:50:36.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:36.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:36.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:36.798 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:36.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:36.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:36.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:36.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:36.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:36.826 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:36.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:36.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:36.838 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:36.838 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:36.838 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:36.838 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:36.838 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:36.838 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:36.838 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:36.838 DEBUG [main][MenuItemLookup] Item match:Window 12:50:36.838 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.839 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:36.839 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:36.839 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:36.839 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:36.839 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:36.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:36.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:36.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:36.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:36.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:36.933 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:36.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:36.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:36.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:50:36.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:36.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:50:36.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:36.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:36.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:50:36.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:36.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:36.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:50:36.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:36.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:36.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:50:36.935 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:50:36.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:50:36.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:50:36.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:50:36.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:50:36.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Prompt") 12:50:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:36.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:36.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:36.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:36.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:36.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:36.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:36.956 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:36.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:36.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:36.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:36.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:36.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:36.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:36.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:36.990 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:36.990 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:36.990 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:36.990 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:36.990 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:36.990 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:36.990 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:36.990 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:36.990 DEBUG [main][MenuItemLookup] Item match:Window 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:36.991 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:36.991 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:36.991 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:36.991 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:36.991 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:37.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:37.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:37.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:37.089 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:37.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:50:37.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:37.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:50:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:37.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:50:37.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:37.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:50:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:37.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:37.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:50:37.092 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:50:37.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:50:37.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:50:37.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:50:37.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:50:37.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.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Never open") 12:50:37.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:37.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:37.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:37.099 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:37.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:37.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:37.099 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:37.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:37.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:37.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:37.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:37.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:37.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:37.130 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:37.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:37.131 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:37.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:37.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:37.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:37.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:37.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:37.131 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:37.131 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:37.131 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:37.131 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:37.131 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:37.131 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:37.131 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:37.131 DEBUG [main][MenuItemLookup] Item match:Window 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:37.132 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:37.132 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:37.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:37.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:37.132 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:37.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:37.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:37.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:37.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:37.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:37.240 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:37.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:37.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:37.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:37.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:37.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:37.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:37.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:37.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:37.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:37.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:37.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:37.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:37.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:37.745 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:37.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:37.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.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 "Restore Defaults") 12:50:37.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:37.843 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:50:37.843 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:50:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:37.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:37.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:37.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:50:37.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:37.848 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:37.848 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:37.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:37.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:37.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:37.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:37.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:37.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:37.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:37.862 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:37.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:37.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:37.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:37.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:37.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:37.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:37.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:37.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:37.888 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:37.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:37.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:37.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:37.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:37.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:37.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:37.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:37.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:37.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:37.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:37.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:37.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:37.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:37.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:37.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:37.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:37.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:37.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:37.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:37.890 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:37.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:37.890 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:37.890 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:37.890 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:37.890 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:37.890 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:37.890 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:37.890 DEBUG [main][MenuItemLookup] Item match:Window 12:50:37.890 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:37.891 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:37.891 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:37.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:37.891 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:37.891 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:38.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:38.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:38.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:38.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.035 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:38.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:38.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:38.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:38.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:38.038 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:38.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:38.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:38.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:50:38.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:50:38.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:38.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.073 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:38.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.073 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.073 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:38.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:38.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.095 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 12:50:38.095 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 12:50:38.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:38.096 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:38.096 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:38.096 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:38.096 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:38.096 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:38.096 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:38.096 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:38.096 DEBUG [main][MenuItemLookup] Item match:Window 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.097 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:38.097 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:38.097 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:38.097 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:38.097 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:38.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:38.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:38.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.218 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:38.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:38.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:38.220 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.220 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.220 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.220 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:38.220 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:38.220 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:38.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:38.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:50:38.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:50:38.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.250 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:38.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:38.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.272 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 12:50:38.272 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 12:50:38.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:38.273 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:38.273 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:38.273 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:38.273 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:38.273 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:38.273 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:38.273 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:38.273 DEBUG [main][MenuItemLookup] Item match:Window 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.274 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:38.274 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:38.274 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:38.274 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:38.274 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:38.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:38.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 'Preferences.*'] is available. finished successfully 12:50:38.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:38.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.387 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:38.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:38.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:38.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:38.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:38.390 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:38.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:38.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:38.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:50:38.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:50:38.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:38.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.429 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:38.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.463 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.463 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.463 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:38.464 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:38.464 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:38.464 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:38.464 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:38.464 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:38.464 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:38.464 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:38.464 DEBUG [main][MenuItemLookup] Item match:Window 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.465 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:38.465 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:38.465 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:38.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:38.465 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:38.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:38.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:38.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:38.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.589 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:38.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:38.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:38.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.592 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:38.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.607 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:38.607 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:38.607 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:38.608 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:38.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:50:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.625 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:50:38.626 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:50:38.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:50:38.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.639 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:38.639 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:38.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:38.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.648 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:38.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:38.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:38.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:38.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:38.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:38.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:38.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:38.672 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:38.672 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:38.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:38.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:38.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:38.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:38.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.673 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:38.673 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:38.673 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:38.673 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:38.673 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:38.673 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:38.673 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:38.673 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:38.673 DEBUG [main][MenuItemLookup] Item match:Window 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.674 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:38.674 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:38.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:38.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:38.686 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:38.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:38.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:38.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:38.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.796 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:38.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:38.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:38.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:38.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.799 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:38.799 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:38.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:38.799 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:38.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:50:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.803 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:50:38.803 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:50:38.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:50:38.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.808 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:38.808 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:38.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:38.850 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:38.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:38.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:38.850 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:38.850 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:38.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:38.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:38.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:38.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:38.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:38.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:38.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:38.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:38.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:38.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:38.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:38.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:38.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:38.885 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:38.885 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:38.886 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:38.886 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:38.886 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:38.886 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:38.886 DEBUG [main][MenuItemLookup] Item match:Project 12:50:38.888 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 12:50:38.888 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:50:38.888 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.888 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 12:50:38.888 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 12:50:38.888 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 12:50:38.888 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:50:38.888 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 12:50:38.888 DEBUG [main][MenuItemLookup] Item match:Build Automatically 12:50:38.889 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:50:38.890 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:50:38.891 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.891 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.891 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:38.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:38.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:38.891 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:38.891 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:38.891 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:38.891 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:38.891 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:38.891 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:38.891 DEBUG [main][MenuItemLookup] Item match:Window 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:38.892 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:38.892 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:38.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:38.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:38.892 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:38.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:38.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:38.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:38.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:38.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:38.993 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:38.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:38.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 12:50:38.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:38.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:38.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:38.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:38.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:38.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:38.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:38.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:38.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:38.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:39.011 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:39.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:39.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:50:39.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.030 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:50:39.035 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:50:39.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.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 "Apply") 12:50:39.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.039 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:39.039 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:39.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.042 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:39.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:39.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:39.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:39.074 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:39.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:39.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:39.074 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:39.074 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:39.074 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:39.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:39.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:39.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:39.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:39.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.*'] 12:50:39.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.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.*'] 12:50:39.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.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.*'] 12:50:39.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:39.075 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:39.075 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:39.075 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:39.075 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:39.075 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:39.075 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:39.075 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:39.075 DEBUG [main][MenuItemLookup] Item match:Window 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.076 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:39.076 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:39.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:39.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:39.076 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:39.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:39.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.183 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:39.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:39.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:39.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:39.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:39.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:39.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:39.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:39.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:39.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:39.185 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:39.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:39.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:50:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:50:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:50:39.250 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:50:39.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) 12:50:39.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.256 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:39.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:39.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:39.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.277 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:39.277 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:39.277 DEBUG [main][MenuItemLookup] Item match:Window 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.277 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:39.277 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:39.277 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:39.278 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:39.278 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:39.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:39.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.400 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:39.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:39.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:39.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:39.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:39.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:39.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:39.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:39.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:39.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:39.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:39.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:39.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:39.402 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:39.402 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:39.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:39.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:50:39.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:39.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.442 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:39.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:39.464 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:39.464 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:39.464 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:39.464 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:39.464 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:39.464 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:39.464 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:39.464 DEBUG [main][MenuItemLookup] Item match:Window 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.465 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:39.465 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:39.465 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:39.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:39.465 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:39.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:39.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:39.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:39.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.571 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:39.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:39.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:39.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:39.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:39.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:39.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:39.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:39.573 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:39.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:39.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:39.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:39.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:39.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:39.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:39.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:39.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:39.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:39.590 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:39.593 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:39.594 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:39.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:50:39.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:50:39.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:50:39.628 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:50:39.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:39.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.633 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.633 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.633 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:39.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:39.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:39.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:39.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:39.667 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:39.667 DEBUG [main][MenuItemLookup] Item match:Window 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.667 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:39.667 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:39.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:39.668 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:39.668 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:39.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:39.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.764 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:39.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:39.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:39.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:39.766 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:39.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:39.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:39.766 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:39.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:39.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:39.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:39.767 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:39.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:39.767 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:50:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.790 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:50:39.790 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:50:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.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 "Apply") 12:50:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.795 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:39.795 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:39.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:39.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:39.808 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:39.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:39.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:39.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:39.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:39.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:39.841 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:39.841 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:39.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:39.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:39.841 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:39.841 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:39.841 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:39.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:39.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:39.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:39.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:39.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:39.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:39.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:39.842 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:39.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:39.842 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:39.842 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:39.842 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:39.842 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:39.842 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:39.842 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:39.842 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:39.842 DEBUG [main][MenuItemLookup] Item match:Window 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:39.843 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:39.843 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:39.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:39.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:39.843 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:39.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:39.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:39.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:39.951 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:39.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:39.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:39.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:39.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:39.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:39.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:50:39.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:39.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:40.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:40.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:50:40.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:50:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:40.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:50:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:40.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:50:40.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:50:40.456 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:50:40.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:50:40.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:50:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:50:40.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:50:40.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 12:50:40.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:40.501 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 12:50:40.502 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 12:50:40.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:40.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:40.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:40.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:40.502 TRACE [main][WidgetHandler] Notify Button with event 27 12:50:40.502 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.502 TRACE [main][WidgetHandler] Notify Button with event 13 12:50:40.502 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.502 TRACE [main][WidgetHandler] Notify Button with event 26 12:50:40.502 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.502 TRACE [main][WidgetHandler] Notify Button with event 3 12:50:40.502 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.502 TRACE [main][WidgetHandler] Notify Button with event 4 12:50:40.502 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.502 TRACE [main][WidgetHandler] Notify Button with event 13 12:50:40.502 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.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 "Apply") 12:50:40.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:40.512 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:40.512 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:40.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:40.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:40.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:50:40.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:50:40.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Prompt") 12:50:40.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:40.516 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 12:50:40.516 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 12:50:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:40.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:40.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:40.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:40.516 TRACE [main][WidgetHandler] Notify Button with event 27 12:50:40.516 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.516 TRACE [main][WidgetHandler] Notify Button with event 13 12:50:40.517 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.517 TRACE [main][WidgetHandler] Notify Button with event 26 12:50:40.517 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.517 TRACE [main][WidgetHandler] Notify Button with event 3 12:50:40.517 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.517 TRACE [main][WidgetHandler] Notify Button with event 4 12:50:40.517 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.517 TRACE [main][WidgetHandler] Notify Button with event 13 12:50:40.517 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:50:40.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:40.520 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:40.520 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:40.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:40.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:40.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:40.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:40.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:50:40.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:50:40.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Never open") 12:50:40.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:40.528 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 12:50:40.529 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 12:50:40.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:40.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:40.529 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:40.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:40.529 TRACE [main][WidgetHandler] Notify Button with event 27 12:50:40.529 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.529 TRACE [main][WidgetHandler] Notify Button with event 13 12:50:40.529 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.529 TRACE [main][WidgetHandler] Notify Button with event 26 12:50:40.529 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.529 TRACE [main][WidgetHandler] Notify Button with event 3 12:50:40.529 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.529 TRACE [main][WidgetHandler] Notify Button with event 4 12:50:40.529 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.529 TRACE [main][WidgetHandler] Notify Button with event 13 12:50:40.529 TRACE [main][WidgetHandler] Wait for synchronization 12:50:40.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:50:40.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:40.532 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:40.532 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:40.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:40.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:40.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:40.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:40.542 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:40.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:40.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:40.542 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:40.542 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:40.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:40.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:40.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:40.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:40.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:40.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:40.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:40.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:40.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:40.567 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:40.567 DEBUG [main][MenuItemLookup] Item match:Window 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:40.567 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:40.567 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:40.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:40.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:40.568 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:40.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:40.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:40.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:40.662 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:40.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:40.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:40.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:40.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:40.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:40.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:50:40.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:40.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:41.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:41.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:50:41.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:50:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:41.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:50:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:41.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:50:41.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:50:41.167 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:50:41.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:50:41.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:50:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:41.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:41.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:41.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:50:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:41.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:41.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:41.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:41.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:41.215 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:50:41.215 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:50:41.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:41.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:41.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:41.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:41.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:50:41.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:41.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:41.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:41.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:41.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:41.220 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:50:41.220 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:50:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:41.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:41.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:41.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:41.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:41.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:41.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:41.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:41.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:41.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:41.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:41.227 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:41.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:41.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:41.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:41.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:41.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:41.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:41.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:41.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:41.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:50:41.269 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:50:41.269 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:41.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:41.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.16 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.777 s testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.782 s setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.213 s autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.189 s testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.767 s getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.428 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.direct.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 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 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.junit.test >--------- [INFO] Building RedDeer JUnit Tests 4.7.0-SNAPSHOT [41/58] [INFO] from tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.junit.test --- [INFO] Resolving class path of RedDeer JUnit Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources: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:2.7.5:compile (default-compile) @ org.eclipse.reddeer.junit.test --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.junit.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest testGetNonexistingObjectAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0.004 s testGetStringObjectAttributeInPlaceOfSimpleAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0.001 s testGetAttributeOfComplexConfiguration(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s getNonexistingStringAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s testGetStringAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s testGetObjectAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest 12:50:51.530 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 12:50:51.533 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.browser.InternalBrowserRequirement 12:50:51.534 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 12:50:51.535 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 12:50:51.535 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 12:50:51.537 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 12:50:51.543 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 12:50:51.545 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.preferences.OomphRecorderRequirement 12:50:51.546 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 12:50:51.547 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 12:50:51.549 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 12:50:51.554 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.JavaRequirement 12:50:51.554 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 12:50:51.554 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomJavaTestRequirement 12:50:51.555 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomServerTestRequirement 12:50:51.555 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.ComplexRequirement 12:50:51.556 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.SimpleRequirement Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest numberOfTestRunsWithConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0.298 s numberOfTestRunsNoConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest testGetConfigurationsFromConfigPoolWithNonexistingConfigFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.001 s getSimpleRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.006 s getComplexRequirementConfigurationsFromPoolYAML(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.043 s testGetConfigurationFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.001 s testGetNonexistingConfigurationFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0 s getSimpleRequirementConfigurationsFromPoolYAML(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.005 s getRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.003 s testGetInvalidConfigurationFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.018 s getComplexRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest testRequirementVersionMatcherOnComparisonGreaterThanNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.005 s testRequirementRegexMatcherOnRegex(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 s testRequirementVersionMatcherOnPreciseMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testThrowExceptionOnNonexistingAttribute(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementRegexMatcherOnNonexistingValue(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 s testNestedAttributeOnPreciseMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange2(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange3(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange4(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 s testRequirementVersionMatcherOnComparisonGreaterThanOrEquals(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRangeNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testNestedAttributeOnPreciseMatchInSubClass(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 s testThrowExceptionOnNonexistingNestedAttribute(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonGreaterThan(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRangeNoMatch2(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 s testNestedAttributeOnVersionMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnNonexistingvalue(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonGreaterThanOrEqualsNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest testVersions3a(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0.001 s testVersions3b(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions1(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions2(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions4(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions5(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions6(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions7(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest testGetCustomRequirementFromAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s testGetValueOfStaticAnnotatedMethodWhichDoesNotExist(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.026 s getAnnotationWithNoEnclosingClass(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetRequirementAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s testGetGrandChildClassAnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.005 s testGetValueOfStaticAnnotatedMethod(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetValueOfStaticAnnotatedMethodTwoPossibilities(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s testGetTopClassAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetRequirementAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s testGetValueOfStaticAnnotatedMethodWithWrongReturnType(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetChildsClassAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetDefaultRequirementFromAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:50:51.845 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:50:51.847 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:50:51.853 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:50:51.854 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=3 12:50:51.861 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:50:51.873 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:51.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:51.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:50:51.883 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:50:51.883 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:50:51.892 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:50:51.958 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:51.958 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:51.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:51.970 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:51.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:51.974 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:51.986 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:51.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:51.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:51.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:51.990 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:51.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:51.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:51.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:51.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:51.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:52.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:52.028 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:52.029 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:52.029 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:52.029 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:52.029 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:52.029 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:52.029 DEBUG [main][MenuItemLookup] Item match:Window 12:50:52.034 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:52.034 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:52.034 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:52.034 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.034 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:52.034 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:52.035 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.035 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:52.035 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.035 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:52.035 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:52.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:52.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:52.039 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:52.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:52.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:52.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:52.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:52.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:52.249 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:52.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:52.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:52.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:52.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:52.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:52.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:52.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:52.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:52.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:52.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:52.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:52.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:52.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:52.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:52.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:52.296 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:52.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:52.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:52.297 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:52.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:52.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:52.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:52.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:52.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:52.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:52.355 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:52.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:52.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 12:50:52.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:50:52.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:52.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:52.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:52.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:52.372 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest.png 12:50:52.495 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest.png 12:50:52.497 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest(2).png 12:50:52.586 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest(2).png 12:50:52.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:50:52.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:52.592 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:52.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:52.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:52.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:52.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 12:50:52.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:52.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 12:50:52.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:50:52.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:52.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:52.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:52.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:52.595 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest.png 12:50:52.679 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest.png 12:50:52.680 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest(2).png 12:50:52.761 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest(2).png 12:50:52.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:50:52.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:52.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:52.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:52.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:52.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:52.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 12:50:52.763 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:50:52.764 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:52.764 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:52.764 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 s - in org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.234 s failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.169 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:50:52.773 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:50:52.775 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:50:52.779 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:52.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:50:52.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:52.780 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:52.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:52.780 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:52.780 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:52.780 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:52.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:52.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:52.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:52.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:52.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:52.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:52.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:52.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:52.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:52.782 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:52.782 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:52.782 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:52.782 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:52.782 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:52.782 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:52.782 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:52.782 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:52.782 DEBUG [main][MenuItemLookup] Item match:Window 12:50:52.783 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:52.783 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:52.783 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:52.783 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.784 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:52.784 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:52.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.784 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:52.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.784 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:52.784 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:52.784 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:52.784 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:52.784 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:52.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.... 12:50:52.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:52.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:52.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:52.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:52.889 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:52.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:52.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:52.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:52.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:52.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:52.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:52.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:52.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) 12:50:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:52.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:52.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:52.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:52.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:52.938 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:52.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:52.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:52.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:52.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:52.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:52.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:52.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:52.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:52.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:52.965 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:52.965 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:52.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 12:50:52.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:50:52.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:52.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:52.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:52.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:52.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:50:52.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:52.965 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:52.965 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:52.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:52.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 12:50:52.966 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:52.966 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 12:50:52.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:50:52.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:52.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:52.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:52.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:52.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:50:52.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:52.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:52.966 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:52.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:52.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 12:50:52.967 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:50:52.967 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:52.967 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:52.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) Time elapsed: 0.001 s test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:50:52.975 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:50:52.975 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:50:52.977 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:52.977 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:50:52.978 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:52.978 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:52.982 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:52.982 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:52.982 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:52.982 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:52.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:52.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:52.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:52.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:52.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:52.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:52.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:52.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:52.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:52.984 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:52.984 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:52.984 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:52.984 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:52.984 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:52.984 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:52.984 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:52.984 DEBUG [main][MenuItemLookup] Item match:Window 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:52.985 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:52.985 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:52.985 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:52.986 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:52.986 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:53.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:53.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:53.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:53.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.102 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:53.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:53.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:53.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:53.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:53.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:53.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:53.139 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:53.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:53.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:53.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.163 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:53.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 12:50:53.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:50:53.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:50:53.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.164 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 12:50:53.164 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:53.164 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 12:50:53.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:50:53.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.164 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:50:53.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.164 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 12:50:53.165 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:50:53.165 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.165 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) Time elapsed: 0.001 s test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.172 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.172 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:53.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.173 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.173 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.173 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:53.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.179 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:53.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.179 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:53.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.180 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.180 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:53.180 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:53.180 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:53.181 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:53.181 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:53.181 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:53.181 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:53.181 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:53.181 DEBUG [main][MenuItemLookup] Item match:Window 12:50:53.181 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.182 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:53.182 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:53.182 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:53.182 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:53.182 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:53.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:53.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:53.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:53.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.303 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:53.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:53.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:53.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:53.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:53.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:53.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:53.321 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:53.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:53.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:53.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:53.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:53.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.343 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.344 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.345 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:50:53.345 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.345 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.345 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:50:53.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:50:53.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:50:53.346 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:50:53.346 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.346 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.001 s testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.001 s testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.357 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.358 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:50:53.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun1 is ignored because shouldRun method of RunIf conditional run is not met. 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun2 is ignored because @Ignore annotation is presented. 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun3 is ignored because @Ignore annotation is presented. 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun4 is ignored because shouldRun method of RunIf conditional run is not met. 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun5 is ignored because shouldRun method of RunIf conditional run is not met. 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun6 is ignored because shouldRun method of RunIf conditional run is not met. 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun6 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun7 is ignored because shouldRun method of RunIf conditional run is not met. 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun7 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun8 is ignored because shouldRun method of RunIf conditional run is not met. 12:50:53.360 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun8 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:50:53.360 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.007 s - in org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0.001 s testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldNotRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun6 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun7 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun8 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped Running org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest testLoadConfigsFromInvalidJSONFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0 s testLoadConfigFromFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0.004 s testLoadConfigsFromNonexistingFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest testNoRequirementFieldInjection(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.002 s testInjectingToChild(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.001 s testInjectingToParent(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0 s testInjectingToGrandParent(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0 s testInjectToStatic(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest 12:50:53.394 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.394 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:50:53.395 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:53.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.395 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.395 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:53.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.396 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:53.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.396 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:53.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:53.424 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:53.424 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:53.424 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:53.424 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:53.424 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:53.424 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:53.424 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:53.424 DEBUG [main][MenuItemLookup] Item match:Window 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.425 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:53.425 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:53.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:53.425 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:53.426 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:53.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:53.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:53.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.528 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:53.528 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:53.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:53.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:53.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:53.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:53.545 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:53.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:53.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:53.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:53.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:53.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:53.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:53.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.578 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.578 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:53.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.578 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.579 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:53.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.579 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.579 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.579 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.580 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.580 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:50:53.581 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:53.581 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.581 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.581 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:53.581 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.581 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:53.581 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.581 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:53.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.582 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:53.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:53.583 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:53.583 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:53.583 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:53.583 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:53.583 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:53.583 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:53.583 DEBUG [main][MenuItemLookup] Item match:Window 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.584 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:53.584 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:53.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:53.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:53.584 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:53.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:53.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:53.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.688 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:53.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:53.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:53.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:53.706 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:53.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:53.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:53.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:53.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:53.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:53.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:53.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.750 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.750 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:53.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.751 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.751 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.751 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:53.751 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.751 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.752 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.752 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.752 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.752 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.753 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.753 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:50:53.755 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:53.755 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.755 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.755 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:53.755 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.755 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:53.755 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.755 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:53.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:53.757 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:53.757 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:53.757 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:53.757 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:53.757 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:53.757 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:53.757 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:53.757 DEBUG [main][MenuItemLookup] Item match:Window 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.758 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:53.758 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:53.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:53.758 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:53.758 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:53.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:53.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:53.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.863 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:53.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:53.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:53.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:53.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:53.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:53.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:53.869 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:53.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:53.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:53.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:53.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.892 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.893 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:53.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.893 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.893 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.893 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:53.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:53.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.893 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:53.894 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.894 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:53.894 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:53.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:53.894 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.894 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:50:53.895 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:53.895 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:53.895 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:53.895 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:53.895 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:53.895 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:53.895 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:53.895 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:53.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:53.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:53.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:53.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:53.907 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:53.907 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:53.907 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:53.908 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:53.908 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:53.908 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:53.908 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:53.908 DEBUG [main][MenuItemLookup] Item match:Window 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:53.924 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:53.924 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:53.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:53.924 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:53.924 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:54.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:54.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:54.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:54.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:54.040 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:54.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:54.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:54.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:54.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:54.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:54.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:54.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:54.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:54.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:54.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:54.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:54.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:54.059 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:54.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:54.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:54.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:54.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:54.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:54.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:54.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:54.093 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:54.094 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:54.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:54.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:54.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:54.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:54.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:54.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:54.094 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:54.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:54.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:54.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:54.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:54.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:54.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:54.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:50:54.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:50:54.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:54.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:54.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:54.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:54.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s - in org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest testRequirementInjectionInParameters(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.189 s testRequirementInjectionInBefore(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.172 s testRequirementInjectionInBeforeClass(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.141 s testStaticInject(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.201 s Running org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest testNullConfigArgument(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.001 s testBuildRequirementsWithConfigurableRequirementWithoutConfiguration(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s testBuildRequirementsWithConfiguredRequirement(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.001 s testBuildRequiremenetsWithMixedRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.001 s testBuildRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.002 s testBuildNoRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s testNullClassArgument(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 s - in org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest constructor_nullList(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s sortByPriority(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s fulfill(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 1.029 s size(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.002 s cleanup(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.002 s iterator(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest 12:50:55.433 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest testInjectMethodInvocation(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest) Time elapsed: 0.191 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest 12:50:55.494 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest$ParameterizedSuite 12:50:55.494 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest parameterizedRunnerTest(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest) Time elapsed: 0.006 s Running org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:50:55.567 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:50:55.569 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:55.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:55.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:50:55.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:55.570 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:55.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:55.571 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:55.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:55.571 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:55.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.*'] 12:50:55.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:55.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.*'] 12:50:55.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:55.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.*'] 12:50:55.573 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:55.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:55.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:55.573 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:55.574 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:55.574 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:55.574 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:55.574 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:55.574 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:55.574 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:55.574 DEBUG [main][MenuItemLookup] Item match:Window 12:50:55.576 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:55.576 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:55.576 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:55.576 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:55.576 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:55.577 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:55.577 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:55.577 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:55.577 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:55.577 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:55.577 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:55.577 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:55.577 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:55.577 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:55.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.... 12:50:55.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:55.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:55.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:55.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:55.761 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:55.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:55.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:55.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:55.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:55.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:55.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:55.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:55.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:55.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:55.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:55.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:55.782 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:55.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:55.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:55.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:55.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:55.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:55.855 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:55.855 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 12:50:55.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:50:55.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:55.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:55.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:55.856 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:55.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:50:55.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:55.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:55.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:55.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:55.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:55.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 12:50:55.871 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:50:55.872 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:55.872 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:55.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) Time elapsed: 0.015 s Running org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:55.939 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:55.941 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:55.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:55.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:55.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:55.942 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:55.943 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:55.943 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:55.943 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:55.943 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:55.944 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:55.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:55.944 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:55.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:55.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:55.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:55.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:55.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:55.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:55.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:55.946 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:55.946 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:55.946 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:55.946 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:55.947 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:55.947 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:55.947 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:55.947 DEBUG [main][MenuItemLookup] Item match:Window 12:50:55.948 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:55.948 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:55.949 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:55.949 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:55.949 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:55.949 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:55.949 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:55.949 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:55.949 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:55.949 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:55.949 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:55.949 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:55.949 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:55.950 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:56.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 'Preferences.*'] is available.... 12:50:56.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:56.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:56.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.082 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:56.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:56.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:56.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:56.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:56.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:56.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:56.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:56.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:56.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:56.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:56.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:56.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:56.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:56.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:56.088 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:56.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:56.089 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:56.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:56.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:56.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:56.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:56.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.142 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.142 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.143 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:50:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.151 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:50:56.153 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:56.153 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:50:56.153 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.153 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:56.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.160 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:56.160 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.160 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:56.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.162 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:56.162 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:56.162 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:56.162 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:56.162 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:56.162 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:56.162 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:56.162 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:56.162 DEBUG [main][MenuItemLookup] Item match:Window 12:50:56.163 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:56.163 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:56.163 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:56.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.163 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:56.164 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:56.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.164 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:56.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.164 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:56.164 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:56.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:56.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:56.164 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:56.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:56.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:56.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.301 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:56.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:56.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:56.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:56.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:56.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:56.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:56.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:56.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:56.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:56.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:56.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:56.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:56.343 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:56.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:56.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:56.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:56.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:56.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:56.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:56.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.383 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.383 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 12:50:56.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:50:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.384 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test throws exception: org.eclipse.reddeer.common.exception.RedDeerException: Test in error at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test(RequirementsOrderRunnerSuite.java:139) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testErroneousTest(RequirementOrderCallWithFailsTest.java:78) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:50:56.387 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test.png 12:50:56.503 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test.png 12:50:56.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:50:56.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.507 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) org.eclipse.reddeer.common.exception.RedDeerException: Test in error at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test(RequirementsOrderRunnerSuite.java:139) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testErroneousTest(RequirementOrderCallWithFailsTest.java:78) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:50:56.507 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 12:50:56.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:50:56.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.508 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:56.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.508 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.508 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.509 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:50:56.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.511 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:50:56.512 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:56.512 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.512 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:50:56.512 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.512 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:56.512 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.512 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:56.512 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.512 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:56.513 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.513 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.513 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:56.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:56.513 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:56.514 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:56.514 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:56.514 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:56.514 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:56.514 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:56.514 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:56.514 DEBUG [main][MenuItemLookup] Item match:Window 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.515 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:56.515 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:56.515 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:56.515 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:56.515 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:56.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.... 12:50:56.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:56.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:56.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.639 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:56.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:56.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:56.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:56.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:56.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:56.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:56.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:56.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:56.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 "Cancel", Widget matcher matching widgets with style: 8) 12:50:56.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:56.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:56.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:56.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:56.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:56.644 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:56.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:56.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:56.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:56.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:56.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:56.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 12:50:56.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:50:56.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.684 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test throws exception: java.lang.AssertionError: Test in failure at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test(RequirementsOrderRunnerSuite.java:130) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testFailingTest(RequirementOrderCallWithFailsTest.java:66) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:50:56.685 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test.png 12:50:56.786 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test.png 12:50:56.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:50:56.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.786 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.786 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.787 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) java.lang.AssertionError: Test in failure at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test(RequirementsOrderRunnerSuite.java:130) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testFailingTest(RequirementOrderCallWithFailsTest.java:66) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) 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:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) 12:50:56.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 12:50:56.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:50:56.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:56.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:50:56.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:50:56.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:56.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.790 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:50:56.791 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:56.791 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:50:56.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.791 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:56.791 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.792 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:56.792 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.792 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:56.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.792 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:56.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.792 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:56.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:56.793 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:56.793 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:56.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:56.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:56.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:56.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:56.793 DEBUG [main][MenuItemLookup] Item match:Window 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:56.794 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:56.794 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:56.794 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:56.794 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:56.794 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:56.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:56.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:56.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.892 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:56.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:56.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:56.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:56.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:56.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:56.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:56.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:56.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:56.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:56.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:56.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:56.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:56.941 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:56.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:56.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:56.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:56.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:56.991 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:56.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:56.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.992 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:56.992 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 12:50:56.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:50:56.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:56.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:56.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:56.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:56.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:50:56.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 12:50:56.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:50:56.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.993 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:56.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:56.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:50:56.994 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:50:56.994 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:56.994 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:56.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 s - in org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.366 s testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.279 s testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.205 s Running org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:50:57.024 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:50:57.024 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:50:57.026 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:50:57.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:57.026 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:57.027 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:57.027 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:57.027 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:57.027 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:57.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:57.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:57.028 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:57.028 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:57.028 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:57.028 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:57.028 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:57.028 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:57.028 DEBUG [main][MenuItemLookup] Item match:Window 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.030 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:57.030 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:57.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:57.030 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:57.030 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:57.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.... 12:50:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:57.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:57.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.175 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:57.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:57.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:57.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:57.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:57.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:57.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:57.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:57.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:57.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:57.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:57.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:57.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:57.194 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:57.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:57.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:57.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:57.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:57.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:57.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:57.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:57.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:57.242 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:57.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 12:50:57.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:57.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:50:57.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:57.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:57.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:57.243 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 12:50:57.243 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:50:57.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:57.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:57.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:50:57.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:57.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:57.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:57.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:57.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:57.244 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 12:50:57.244 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:50:57.244 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:57.244 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:57.244 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:57.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:57.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0.001 s test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:50:57.255 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:50:57.256 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.256 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:57.256 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:50:57.256 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:57.256 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:57.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:57.263 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:57.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:57.263 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:57.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:57.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.264 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:57.264 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:57.265 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:57.265 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:57.265 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:57.265 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:57.265 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:57.265 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:57.265 DEBUG [main][MenuItemLookup] Item match:Window 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.266 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:57.266 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:57.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:57.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:57.266 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:57.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:57.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:57.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:57.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.384 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:57.384 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:57.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:57.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:57.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:57.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:57.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:57.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:57.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:57.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:57.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:57.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:57.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:57.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:57.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:57.389 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:57.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:57.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:57.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:57.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:57.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.444 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:57.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:57.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 12:50:57.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:50:57.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:57.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:57.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:57.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:57.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:50:57.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:57.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:57.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:57.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:57.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 12:50:57.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:50:57.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:57.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:57.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:57.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:57.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:50:57.454 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:50:57.455 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.455 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:57.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:50:57.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:57.455 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:57.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:57.455 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:57.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:57.455 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:57.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:57.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:57.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:57.456 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:57.457 DEBUG [main][MenuItemLookup] Item match:Window 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:57.457 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.458 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:57.458 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:57.458 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:57.458 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:57.458 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:57.458 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:57.458 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:57.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:57.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:57.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:57.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.569 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:57.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:57.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:57.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:57.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:57.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:57.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:57.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:57.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:57.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:57.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:57.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:57.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:57.575 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:57.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:57.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:57.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:57.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:57.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:57.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:57.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:57.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:57.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:57.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:57.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 12:50:57.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:50:57.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:57.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:57.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:57.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:50:57.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:50:57.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:57.599 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:57.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:57.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:57.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:57.599 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 12:50:57.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:50:57.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:50:57.599 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:57.599 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:57.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:57.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.util.ReflectionUtilTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.reddeer.junit.test.util.ReflectionUtilTest testGettingComplexValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0.002 s testGettingNullAttributeValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testGettingSimpleValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testGettingObjectValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testGettingInheritedValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testHandlingNonExistingAttributeValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testGettingNonAttributeValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testHandlingNPE(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest 12:50:57.650 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:50:57.650 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass2 12:50:57.650 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.669 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 12:50:57.669 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 12:50:57.670 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.673 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:50:57.674 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:50:57.677 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:50:57.678 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:50:57.678 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.682 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 12:50:57.683 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 12:50:57.683 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 12:50:57.684 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 12:50:57.684 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.688 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:50:57.688 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:50:57.688 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:50:57.689 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:50:57.689 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:50:57.690 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:50:57.690 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.694 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 12:50:57.694 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 12:50:57.695 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.728 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 12:50:57.729 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 12:50:57.729 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.733 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 12:50:57.733 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 12:50:57.734 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.735 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:50:57.735 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.736 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:50:57.736 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:50:57.737 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.741 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 12:50:57.741 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 12:50:57.742 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.745 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 12:50:57.746 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:50:57.746 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 12:50:57.746 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:50:57.747 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:50:57.747 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:50:57.747 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.753 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.753 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:50:57.754 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.759 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirementsCorrect 12:50:57.759 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.762 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:50:57.763 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:50:57.763 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:50:57.763 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:50:57.763 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:50:57.764 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:50:57.764 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:57.768 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:50:57.768 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest testSimpleSuiteWithMoreTestClassesWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testCorrectRestrictionDiffAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.018 s testRequirementsSuite_withPartialConfig(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.008 s testRestrictedConfigurationTwoRequirements2(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testRestrictedConfigurationTwoRequirements3(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testJavaServerTestWithRestrictedConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.033 s testJavaServerTestWithRestrictedConfiguration2(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testJavaServerTestWithRestrictedConfigurationCollection(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.005 s testNestedSuiteWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testNestedSuiteAndTestClassWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.002 s testRestrictedConfigurationTwoRequirements(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.005 s testRequirementsSuiteWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.008 s testJavaServerTestWithPartialConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.003 s testSimpleSuiteWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testSameReqClassRestrictionDiffAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.005 s testJavaServerTestWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testIncorrectRestriction(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testSameReqClassIncorrectRestrictionSameAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testJavaServerTestWithRestrictedConfigurationCollectionAndMatcher(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testSingleTestWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s Results: Tests run: 141, Failures: 0, Errors: 0, Skipped: 8 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.junit.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.requirements.test >------ [INFO] Building RedDeer Requirements Tests 4.7.0-SNAPSHOT [42/58] [INFO] from tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.requirements.test --- [INFO] Resolving class path of RedDeer Requirements Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/../../plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.requirements.test --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- download:1.2.1:wget (install-apache-tomcat-10) @ org.eclipse.reddeer.requirements.test --- Downloading: http://archive.apache.org/dist/tomcat/tomcat-10//v10.0.4/bin/apache-tomcat-10.0.4.zip 61/12066K 121/12066K 181/12066K 241/12066K 301/12066K 361/12066K 421/12066K 481/12066K 543/12066K 603/12066K 664/12066K 726/12066K 786/12066K 846/12066K 907/12066K 967/12066K 1027/12066K 1089/12066K 1149/12066K 1209/12066K 1269/12066K 1332/12066K 1392/12066K 1453/12066K 1515/12066K 1575/12066K 1636/12066K 1702/12066K 1762/12066K 1822/12066K 1882/12066K 1943/12066K 2003/12066K 2065/12066K 2125/12066K 2186/12066K 2246/12066K 2308/12066K 2372/12066K 2436/12066K 2499/12066K 2560/12066K 2620/12066K 2683/12066K 2743/12066K 2803/12066K 2863/12066K 2924/12066K 2985/12066K 3045/12066K 3105/12066K 3165/12066K 3225/12066K 3288/12066K 3348/12066K 3410/12066K 3470/12066K 3530/12066K 3591/12066K 3651/12066K 3711/12066K 3771/12066K 3831/12066K 3891/12066K 3952/12066K 4012/12066K 4072/12066K 4132/12066K 4193/12066K 4253/12066K 4313/12066K 4375/12066K 4435/12066K 4495/12066K 4555/12066K 4615/12066K 4676/12066K 4738/12066K 4798/12066K 4859/12066K 4921/12066K 4981/12066K 5041/12066K 5102/12066K 5163/12066K 5223/12066K 5283/12066K 5343/12066K 5403/12066K 5463/12066K 5523/12066K 5583/12066K 5643/12066K 5703/12066K 5765/12066K 5825/12066K 5885/12066K 5945/12066K 6005/12066K 6065/12066K 6126/12066K 6186/12066K 6249/12066K 6311/12066K 6371/12066K 6431/12066K 6491/12066K 6551/12066K 6611/12066K 6672/12066K 6733/12066K 6794/12066K 6854/12066K 6915/12066K 6976/12066K 7036/12066K 7096/12066K 7156/12066K 7217/12066K 7277/12066K 7337/12066K 7397/12066K 7457/12066K 7518/12066K 7578/12066K 7638/12066K 7698/12066K 7758/12066K 7818/12066K 7879/12066K 7939/12066K 7999/12066K 8060/12066K 8120/12066K 8180/12066K 8240/12066K 8301/12066K 8361/12066K 8421/12066K 8481/12066K 8541/12066K 8602/12066K 8662/12066K 8722/12066K 8782/12066K 8842/12066K 8902/12066K 8963/12066K 9023/12066K 9083/12066K 9144/12066K 9204/12066K 9264/12066K 9324/12066K 9384/12066K 9444/12066K 9504/12066K 9564/12066K 9625/12066K 9686/12066K 9746/12066K 9807/12066K 9867/12066K 9927/12066K 9987/12066K 10047/12066K 10107/12066K 10167/12066K 10228/12066K 10288/12066K 10348/12066K 10409/12066K 10469/12066K 10529/12066K 10589/12066K 10651/12066K 10711/12066K 10772/12066K 10832/12066K 10892/12066K 10954/12066K 11014/12066K 11074/12066K 11137/12066K 11198/12066K 11258/12066K 11318/12066K 11378/12066K 11440/12066K 11500/12066K 11560/12066K 11620/12066K 11680/12066K 11740/12066K 11800/12066K 11860/12066K 11922/12066K 11983/12066K 12043/12066K 12066/12066K 12066K downloaded [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.requirements.test --- [INFO] Fetching org.eclipse.jst.server.tomcat.core_1.2.400.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (457.33kB) [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.1100.v202307100353.jar from https://download.eclipse.org/staging/2023-09/plugins/ (145.07kB) [INFO] Fetching org.eclipse.jst.server.ui_1.1.500.v202308172116.jar from https://download.eclipse.org/staging/2023-09/plugins/ (47.86kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.config=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/resources/requirements.json, -Dapache-tomcat-10.home=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-10.0.4, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:08.563 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:51:08.565 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:51:08.631 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:51:08.632 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:51:08.656 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:08.728 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:51:08.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:51:08.732 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:08.734 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:51:08.734 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:51:08.741 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:51:08.745 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:51:08.745 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:51:08.775 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:51:08.775 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:51:08.778 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:51:08.779 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:51:08.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:08.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:08.825 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:08.825 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:08.826 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:08.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:08.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:08.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:08.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:08.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:08.841 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:08.844 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:08.845 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:51:08.845 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:51:08.845 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:51:08.845 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:51:08.845 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:51:08.845 DEBUG [main][MenuItemLookup] Item match:Window 12:51:08.849 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:51:08.849 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:51:08.849 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:51:08.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:08.849 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:51:08.849 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:51:08.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:08.849 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:51:08.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:08.850 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:51:08.850 DEBUG [main][MenuItemLookup] Item match:Preferences 12:51:08.852 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:51:08.852 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:51:08.854 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:51:09.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:51:09.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:51:09.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:51:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:09.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:09.071 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:51:09.071 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:09.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:51:09.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:09.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:09.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:09.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:09.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:09.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:09.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:51:09.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:09.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:09.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:09.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:09.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:09.150 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:51:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:09.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:09.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:09.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:51:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:51:09.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:09.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:51:09.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInternalBrowser no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) 12:51:09.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:09.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:51:09.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:51:09.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:51:09.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:09.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:09.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:09.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:09.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:09.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:09.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:09.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:09.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:09.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:09.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:09.234 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:09.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:51:09.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:51:09.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:51:09.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:51:09.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:51:09.235 DEBUG [main][MenuItemLookup] Item match:Window 12:51:09.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:51:09.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:51:09.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:51:09.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:09.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:51:09.236 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:51:09.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:09.237 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:51:09.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:09.237 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:51:09.237 DEBUG [main][MenuItemLookup] Item match:Preferences 12:51:09.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:51:09.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:51:09.237 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:51:09.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:51:09.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:51:09.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:51:09.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:09.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:09.368 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:51:09.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:09.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 12:51:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:09.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:09.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:09.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:09.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:09.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:09.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:09.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:51:09.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:51:09.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:09.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:09.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:51:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:51:09.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:51:09.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:09.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:51:09.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:09.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:51:09.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Web Browser 12:51:09.893 DEBUG [main][TreeItemHandler] Selecting tree item: Web Browser 12:51:09.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Web Browser about selection 12:51:09.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Web Browser 12:51:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widget which text matches: "Use &internal web browser") 12:51:10.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:10.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:10.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:51:10.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:10.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:10.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:51:10.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:10.159 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:51:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:10.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:10.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:10.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:10.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:51:10.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:51:10.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:10.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:10.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:51:10.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:51:10.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:10.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:10.227 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInternalBrowser no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) 12:51:10.227 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:51:10.227 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClenaupAction no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) 12:51:10.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:10.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:51:10.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:51:10.227 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:51:10.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:10.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:51:10.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:51:10.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:10.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:10.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClenaupAction no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) 12:51:10.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:51:10.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExternalBrowserRequirement no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) 12:51:10.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:10.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:51:10.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:51:10.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:51:10.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:10.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.232 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:10.232 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:10.232 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:10.232 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:51:10.232 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:51:10.232 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:51:10.232 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:51:10.232 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:51:10.232 DEBUG [main][MenuItemLookup] Item match:Window 12:51:10.233 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:51:10.233 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:51:10.233 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:51:10.233 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.234 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:51:10.234 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:51:10.234 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.234 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:51:10.234 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.234 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:51:10.234 DEBUG [main][MenuItemLookup] Item match:Preferences 12:51:10.234 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:51:10.234 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:51:10.234 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:51:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:51:10.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:51:10.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:51:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.348 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:51:10.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:51:10.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:51:10.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:51:10.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:10.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:51:10.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:10.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:51:10.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:51:10.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:51:10.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:10.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:51:10.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:10.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:51:10.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Web Browser 12:51:10.353 DEBUG [main][TreeItemHandler] Selecting tree item: Web Browser 12:51:10.353 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Web Browser about selection 12:51:10.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Web Browser 12:51:10.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widget which text matches: "Use &internal web browser") 12:51:10.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:10.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:51:10.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:10.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:51:10.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:10.374 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:51:10.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:10.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:10.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:10.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:10.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:51:10.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:51:10.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:10.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.423 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:10.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:10.424 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:10.425 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:10.425 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:51:10.425 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:51:10.425 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:51:10.425 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:51:10.425 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:51:10.425 DEBUG [main][MenuItemLookup] Item match:Window 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.426 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:51:10.426 DEBUG [main][MenuItemLookup] Item match:Preferences 12:51:10.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:51:10.427 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:51:10.427 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:51:10.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.... 12:51:10.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. finished successfully 12:51:10.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:51:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.539 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:51:10.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:51:10.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:51:10.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:51:10.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:10.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:51:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:10.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:51:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:51:10.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:51:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:10.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:51:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:10.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:51:10.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Web Browser 12:51:10.543 DEBUG [main][TreeItemHandler] Selecting tree item: Web Browser 12:51:10.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Web Browser about selection 12:51:10.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Web Browser 12:51:10.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widget which text matches: "Use &internal web browser") 12:51:10.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:10.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:51:10.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:10.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:10.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:51:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:10.563 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:51:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:10.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:10.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:10.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:10.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:51:10.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:51:10.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:10.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:10.601 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:51:10.601 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:51:10.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:10.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:10.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExternalBrowserRequirement no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) 12:51:10.602 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest 12:51:10.602 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:51:10.602 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:51:10.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:10.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 s - in org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest testInternalBrowser no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) Time elapsed: 1.031 s testClenaupAction no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) Time elapsed: 0.002 s testExternalBrowserRequirement no-configuration(org.eclipse.reddeer.requirements.test.browser.InternalBrowserRequirementTest) Time elapsed: 0.371 s Running org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:51:10.795 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 12:51:10.796 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.browser.InternalBrowserRequirement 12:51:10.796 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 12:51:10.797 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 12:51:10.798 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 12:51:10.798 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 12:51:10.799 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 12:51:10.801 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.preferences.OomphRecorderRequirement 12:51:10.801 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 12:51:10.802 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 12:51:10.803 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 12:51:10.856 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:51:10.858 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:51:10.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:51:10.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:51:10.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:51:10.859 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:51:10.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:51:10.859 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:51:10.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:51:10.860 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:51:10.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:10.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:10.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:10.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:10.861 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:10.861 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:51:10.861 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:51:10.861 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:51:10.861 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:51:10.861 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:51:10.861 DEBUG [main][MenuItemLookup] Item match:Window 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:10.863 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:51:10.863 DEBUG [main][MenuItemLookup] Item match:Preferences 12:51:10.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:51:10.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:51:10.863 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:51:10.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:51:10.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:51:10.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:51:10.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:10.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:10.986 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:51:10.986 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:10.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:51:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:10.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:10.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:10.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:51:10.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:10.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:10.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:10.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:10.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:11.008 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:51:11.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:11.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:11.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:11.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:11.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:51:11.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:51:11.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:11.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:11.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:11.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:11.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:11.073 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 12:51:11.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:11.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:11.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:11.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:11.075 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:11.075 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:11.075 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:51:11.075 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:51:11.075 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:51:11.075 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:51:11.075 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:51:11.075 DEBUG [main][MenuItemLookup] Item match:Window 12:51:11.076 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:51:11.076 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:51:11.076 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:51:11.076 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:11.076 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:51:11.076 DEBUG [main][MenuItemLookup] Item match:Show View 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:11.086 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:51:11.086 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:51:11.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:51:11.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:51:11.088 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:51:11.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:51:11.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:51:11.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:51:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51: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 12:51:11.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:11.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:51:11.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:11.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:11.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:11.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:51:11.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:51:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:11.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:11.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:51:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:51:11.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:51:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:11.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:51:11.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:11.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:51:11.675 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 12:51:11.675 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 12:51:11.675 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 12:51:11.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 12:51:11.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:11.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:11.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:51:11.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:11.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:11.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:11.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 "Open") 12:51:11.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:11.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:11.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:51:11.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:11.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:11.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:11.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:11.679 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:51:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:11.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:11.679 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:11.679 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:11.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:51:11.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:51:11.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 12:51:11.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:11.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:11.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 12:51:11.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:11.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:11.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:11.945 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:11.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 '\*?\QServers\E') 12:51:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:11.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:11.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:11.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:11.949 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:11.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:11.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:11.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:11.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:11.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:11.973 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:11.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:11.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:11.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:51:11.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:11.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:11.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:12.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:12.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:12.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:12.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:12.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:51:12.988 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:51:12.988 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 12:51:12.993 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:51:12.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:51:12.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:51:12.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:51:12.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:51:12.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:51:12.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:51:12.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:51:12.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:51:12.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:12.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:12.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:12.996 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:12.997 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:12.997 DEBUG [main][MenuItemLookup] Item match:File 12:51:13.001 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:51:13.001 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:51:13.006 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:51:13.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:13.006 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:51:13.006 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:13.006 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:51:13.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:13.006 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:51:13.006 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:51:13.016 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:51:13.017 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:51:13.017 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:51:13.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:51:13.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:51:13.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:51:13.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:13.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:13.102 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:51:13.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:13.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:51:13.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:13.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:13.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:13.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:13.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:13.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:51:13.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:51:13.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:13.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:13.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:51:13.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:51:13.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:51:13.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:13.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:51:13.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:13.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:51:13.608 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 12:51:13.608 DEBUG [main][TreeItemHandler] Selecting tree item: Server 12:51:13.608 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 12:51:13.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 12:51:13.611 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:51:13.611 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:51:13.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:51:13.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:13.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:13.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:13.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:13.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:13.614 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:51:13.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:13.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:13.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:13.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:13.752 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:51:13.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:13.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:13.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:51:13.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 12:51:13.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:51:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:13.756 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:51:13.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:13.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:51:13.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:13.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:13.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:13.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:13.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:51:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:51:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v10.0 Server]... 12:51:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:13.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:51:13.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:51:13.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:14.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:14.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:51:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:51:14.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:51:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:14.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:51:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:14.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:51:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v10.0 Server] finished successfully 12:51:14.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:51:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:14.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:14.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:14.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:51:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:51:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:51:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:14.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:51:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:51:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:51:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:14.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:51:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:14.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:51:14.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v10.0 Server 12:51:14.349 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v10.0 Server 12:51:14.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v10.0 Server about selection 12:51:14.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v10.0 Server 12:51:14.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:51:14.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:14.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:14.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:14.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:14.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:14.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:14.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:14.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:51:14.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:14.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:14.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:14.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:14.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:51:14.911 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:51:14.912 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v10.0 Server at localhost 12:51:14.913 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:51:14.913 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 12:51:14.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:51:14.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:14.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:14.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:14.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:14.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:14.915 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:51:14.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:14.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:14.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:14.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51: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 no matchers specified 12:51:15.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:15.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:15.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:51:15.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:15.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:15.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:15.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:51:15.061 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:51:15.061 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v10.0 Runtime 12:51:15.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:51:15.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:15.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:15.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:51:15.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:15.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:51:15.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:51:15.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:15.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:51:15.062 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:51:15.063 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-10.0.4 12:51:15.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:52:15.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:52:15.112 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:52:15.112 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:52:15.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:52:15.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:15.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:15.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:15.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:15.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:15.117 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:52:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:15.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:15.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:15.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:52:15.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:52:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:52:15.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:52:15.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:52:15.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:52:15.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:52:15.632 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v10.0 Server at localhost' 12:52:15.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:15.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:15.636 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:15.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:15.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:15.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:15.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:15.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:15.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:15.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:15.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:15.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:15.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:15.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:15.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:15.643 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:15.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:15.647 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:15.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:15.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:15.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:15.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:15.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:15.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:15.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:15.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:15.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:15.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') 12:52:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:15.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:15.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:15.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:15.672 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:15.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:15.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:15.681 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:15.682 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.683 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:15.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:52:15.693 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:52:15.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] about selection 12:52:15.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:52:15.726 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:15.727 INFO [WorkbenchTestable][AbstractServer] Start server Apache Tomcat v10.0 Server at localhost 12:52:15.727 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:15.728 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:15.729 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Apache Tomcat v10.0 Server at localhost 12:52:15.729 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:15.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:15.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:15.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:15.730 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:52:15.730 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:52:15.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] about selection 12:52:15.739 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:52:15.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:15.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:52:15.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'New' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:52:15.779 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:52:15.779 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:52:15.779 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:52:15.779 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:52:15.779 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:52:15.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:52:18.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:52:18.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:52:18.287 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:18.789 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:52:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:52:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:52:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:52:18.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:52:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:52:18.790 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:18.791 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:52:18.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:18.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:52:18.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerRunningTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 12:52:18.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:52:18.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:52:18.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:52:18.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:52:18.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:18.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:18.798 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:18.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 '\*?\QServers\E') 12:52:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:18.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:18.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:18.810 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:18.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:18.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:18.813 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:18.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:18.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:18.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:18.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:18.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:18.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:18.826 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:18.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:18.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:18.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:18.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:18.828 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:18.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:18.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:18.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:18.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:18.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') 12:52:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:18.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:18.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:18.863 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:18.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:18.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:18.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:52:18.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:52:18.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:52:18.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:18.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:18.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerRunningTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 12:52:18.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:18.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:18.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:18.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:18.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:18.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:18.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:18.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:18.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:18.893 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:18.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:18.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:18.896 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:18.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:18.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:18.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:18.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:18.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:18.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:18.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:18.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:18.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:18.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:18.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:18.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:18.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:18.936 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:18.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:18.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:18.939 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:18.940 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v10.0 Server at localhost [Started, Synchronized] 12:52:18.940 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v10.0 Server at localhost [Started, Synchronized] 12:52:18.940 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v10.0 Server at localhost [Started, Synchronized] about selection 12:52:18.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v10.0 Server at localhost [Started, Synchronized] 12:52:18.947 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:18.948 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v10.0 Server at localhost'. Stop server first: true 12:52:18.948 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:18.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:18.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:18.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:18.958 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:52:18.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:18.976 DEBUG [main][MenuItemLookup] Found menu:'New' 12:52:18.976 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:52:18.976 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:52:18.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:18.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:52:18.976 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:52:18.976 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:52:18.976 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:52:18.976 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:52:18.976 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:52:18.976 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:52:19.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:52:19.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:52:19.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:52:19.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:19.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:19.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: 32) 12:52:19.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:52:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:19.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:52:19.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:52:19.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:19.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:19.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:19.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:19.034 INFO [WorkbenchTestable][CheckBox] Select checkbox Delete unused server configuration(s) 12:52:19.034 DEBUG [WorkbenchTestable][CheckBox] Checkbox Delete unused server configuration(s) already selected, no action performed 12:52:19.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:52:19.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:52:19.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:19.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:19.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:52:19.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:52:19.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:19.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:19.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:19.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:19.035 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:52:19.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:19.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:19.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:19.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:19.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:52:19.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:52:19.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:19.069 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:19.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:19.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:19.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:19.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:19.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:19.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:19.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:19.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:19.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:19.161 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:19.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:19.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:19.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:19.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:19.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:19.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v10.0 Server at localhost... 12:52:19.164 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:19.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:19.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:19.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:19.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:19.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:19.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:19.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:19.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:19.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:19.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:19.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:19.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:19.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:19.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:19.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:19.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:19.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:19.228 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:19.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:19.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:19.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:19.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:19.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:19.731 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:19.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:19.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:19.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:52:19.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:19.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:19.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:19.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:20.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:20.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:20.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:20.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:20.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:52:20.735 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:52:20.735 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v10.0 Server at localhost' was not found on Servers view 12:52:20.735 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:20.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:20.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:20.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:52:20.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.cnf.ServersView2, index 0 and no matchers specified 12:52:20.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:20.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:20.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:21.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:21.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:21.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:21.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:21.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:52:21.739 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:52:21.740 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:52:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v10.0 Server at localhost finished successfully 12:52:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:52:21.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:52:21.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:52:21.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:52:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:52:21.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:21.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:21.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:21.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:21.741 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:21.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:21.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:21.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:21.742 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:52:21.742 DEBUG [main][MenuItemLookup] Found menu:'File' 12:52:21.742 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:52:21.742 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:52:21.742 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:52:21.742 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:52:21.742 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:52:21.742 DEBUG [main][MenuItemLookup] Item match:Window 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:21.743 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:52:21.743 DEBUG [main][MenuItemLookup] Item match:Preferences 12:52:21.743 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:52:21.743 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:52:21.743 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:52:21.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:52:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:52:21.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:52:21.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:21.838 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:52:21.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:21.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:52:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:21.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:21.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:21.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:52:21.842 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:52:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:22.343 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:52:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:52:22.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:52:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:22.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:52:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:22.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:52:22.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:52:22.345 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:52:22.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:52:22.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:52:22.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:22.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:22.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:22.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:22.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:23.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:23.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:23.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:52:23.393 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v10.0 Runtime(test)' 12:52:23.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:52:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:23.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:23.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:23.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:52:23.398 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v10.0 Runtime' 12:52:23.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:52:23.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:52:23.405 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v10.0 Runtime' was found 12:52:23.405 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v10.0 Runtime' matched 'Apache Tomcat v10.0 Runtime'! Selecting... 12:52:23.405 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:52:23.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:52:23.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:52:23.405 TRACE [main][WidgetHandler] Notify Table with event 13 12:52:23.405 TRACE [main][WidgetHandler] Wait for synchronization 12:52:23.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:52:23.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:23.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:23.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:23.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:23.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:23.408 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:52:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:23.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:23.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:23.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:23.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:52:26.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:52:26.442 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:52:26.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:26.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:26.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:52:26.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:26.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:26.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:26.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:26.446 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:52:26.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:26.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:26.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:26.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:52:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:52:26.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:26.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:26.478 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:52:26.478 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:52:26.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:52:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:26.478 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.832 s - in org.eclipse.reddeer.requirements.test.server.ServerRunningTest isServerRunningTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) Time elapsed: 0.084 s Running org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:52:26.488 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:52:26.489 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:52:26.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:52:26.489 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:52:26.489 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:52:26.489 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:52:26.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:52:26.491 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:52:26.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:52:26.491 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:52: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.*'] 12:52:26.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52: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.*'] 12:52:26.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52: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.*'] 12:52:26.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:26.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:26.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:26.492 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:26.492 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:52:26.492 DEBUG [main][MenuItemLookup] Found menu:'File' 12:52:26.492 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:52:26.492 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:52:26.492 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:52:26.492 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:52:26.492 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:52:26.492 DEBUG [main][MenuItemLookup] Item match:Window 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:26.493 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:52:26.493 DEBUG [main][MenuItemLookup] Item match:Preferences 12:52:26.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:52:26.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:52:26.493 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:52:26.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:52:26.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:52:26.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:52:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:26.576 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:52:26.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:26.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:52:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:26.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:26.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:26.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:26.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:26.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:26.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:26.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:52:26.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:26.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:26.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:26.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:26.588 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:52:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:26.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:26.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:26.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:26.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:52:26.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:52:26.627 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:26.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:26.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:26.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:26.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:26.633 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:26.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:26.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:26.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:26.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:26.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:26.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:26.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:26.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:26.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:26.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:26.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:26.644 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:26.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:26.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:26.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:26.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:26.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:26.647 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:26.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:26.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:26.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:52:26.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:26.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:26.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:26.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:27.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:27.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:27.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:27.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:52:27.652 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:52:27.652 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 12:52:27.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:52:27.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:52:27.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.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 Server"] 12:52:27.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:52:27.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:52:27.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:52:27.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.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 Server"] 12:52:27.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:52:27.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:52:27.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:27.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:27.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:27.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:27.664 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:52:27.664 DEBUG [main][MenuItemLookup] Found menu:'File' 12:52:27.664 DEBUG [main][MenuItemLookup] Item match:File 12:52:27.665 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:52:27.665 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:52:27.667 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:52:27.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:27.667 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:52:27.667 DEBUG [main][MenuItemLookup] Found menu:'File' 12:52:27.667 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:52:27.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:27.667 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:52:27.667 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:52:27.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:52:27.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:52:27.667 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:52:27.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:52:27.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:52:27.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:52:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:27.731 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:52:27.731 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:52:27.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:27.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:27.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:27.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:27.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:52:27.733 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:52:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:27.733 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:52:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:27.733 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:52:27.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:52:27.734 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:52:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:27.734 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:52:27.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:27.734 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:52:27.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 12:52:27.734 DEBUG [main][TreeItemHandler] Selecting tree item: Server 12:52:27.734 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 12:52:27.735 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 12:52:27.735 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:52:27.735 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:52:27.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:52:27.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:27.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:27.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:27.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:27.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:27.737 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:52:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:27.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:27.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:27.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:52:27.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:52:27.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:52:27.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:52:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:27.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:27.837 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:52:27.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:27.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:52:27.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:27.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:27.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:27.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:27.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:27.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:52:27.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:52:27.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v10.0 Server]... 12:52:27.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:27.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:52:27.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:52:27.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:28.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:28.349 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:52:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:52:28.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:52:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:28.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:52:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:28.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:52:28.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v10.0 Server] finished successfully 12:52:28.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:52:28.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:28.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:28.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:28.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:28.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:52:28.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:52:28.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:28.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:52:28.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:28.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:52:28.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:52:28.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:52:28.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:28.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:52:28.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:28.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:52:28.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v10.0 Server 12:52:28.358 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v10.0 Server 12:52:28.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v10.0 Server about selection 12:52:28.385 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v10.0 Server 12:52:28.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:52:28.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:28.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:28.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:28.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:28.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:28.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:28.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:28.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:52:28.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:28.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:28.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:28.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:28.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:52:28.896 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:52:28.897 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v10.0 Server at localhost 12:52:28.897 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:52:28.897 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 12:52:28.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:52:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:28.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:28.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:28.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:28.900 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:52:28.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:28.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:28.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:28.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:28.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:52:28.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:52:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:28.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:52:28.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:52:28.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:28.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:28.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:28.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:52:28.931 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:52:28.931 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v10.0 Runtime 12:52:28.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:52:28.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:52:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:28.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:52:28.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:52:28.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:28.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:52:28.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:52:28.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:28.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:52:28.933 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:52:28.933 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-10.0.4 12:52:28.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:53:28.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:53:28.952 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:53:28.952 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:53:28.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:53:28.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:28.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:28.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:28.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:28.956 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:53:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:28.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:28.956 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:28.956 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:28.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:53:29.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:53:29.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:53:29.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:53:29.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:53:29.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:53:29.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:53:29.468 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v10.0 Server at localhost' 12:53:29.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.472 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:29.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:29.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:29.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:29.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:29.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:29.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:29.479 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:29.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:29.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:29.482 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:29.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:29.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:29.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:29.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:29.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:29.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:29.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:29.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:29.491 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:29.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:29.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:29.504 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:29.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:53:29.505 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerPresentTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 12:53:29.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:53:29.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:53:29.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:53:29.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:53:29.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.508 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:29.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:29.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:29.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:29.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:29.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:29.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:29.512 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:29.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:29.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:29.514 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:29.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:29.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:29.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:29.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:29.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:29.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:29.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:29.520 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:29.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:29.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:29.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:53:29.531 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:53:29.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:53:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:53:29.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:53:29.532 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerPresentTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 12:53:29.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.534 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:29.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:29.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:29.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:29.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:29.538 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:29.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:29.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:29.540 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:29.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:29.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:29.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:29.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:29.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:29.544 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:29.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:29.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:29.546 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:29.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:29.558 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:29.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:53:29.559 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:53:29.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] about selection 12:53:29.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:53:29.570 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:29.571 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v10.0 Server at localhost'. Stop server first: true 12:53:29.571 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:29.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:53:29.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:29.591 DEBUG [main][MenuItemLookup] Found menu:'New' 12:53:29.591 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:53:29.591 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:53:29.591 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:29.591 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:53:29.591 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:53:29.591 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:53:29.591 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:53:29.591 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:53:29.592 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:53:29.592 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:53:29.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:53:29.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 12:53:29.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:53:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:29.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:53:29.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:53:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:53:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:53:29.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:53:29.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:53:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:29.639 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:53:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:29.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:29.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:29.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:53:29.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:53:29.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.671 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:29.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:29.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:29.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:29.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:29.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:29.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:29.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:29.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:29.688 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:29.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:29.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v10.0 Server at localhost... 12:53:29.691 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:29.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:29.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:29.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:53:29.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:29.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:29.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:29.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:30.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:30.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:30.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:30.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:30.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:53:30.695 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:53:30.695 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v10.0 Server at localhost' was not found on Servers view 12:53:30.695 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:30.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:30.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:30.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:53:30.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:30.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:30.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:30.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:31.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:31.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:31.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:31.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:31.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:53:31.699 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:53:31.699 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:53:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v10.0 Server at localhost finished successfully 12:53:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:53:31.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:53:31.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:53:31.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:53:31.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:53:31.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:53:31.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:31.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:53:31.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:31.699 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:53:31.699 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:31.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:31.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:31.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:31.700 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:31.700 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:53:31.700 DEBUG [main][MenuItemLookup] Found menu:'File' 12:53:31.700 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:53:31.700 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:53:31.700 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:53:31.700 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:53:31.700 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:53:31.700 DEBUG [main][MenuItemLookup] Item match:Window 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:31.701 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:53:31.701 DEBUG [main][MenuItemLookup] Item match:Preferences 12:53:31.701 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:53:31.701 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:53:31.701 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:53:31.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:53:31.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:53:31.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:53:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:31.783 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:53:31.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:31.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:53:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:31.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:31.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:31.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:53:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:53:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:53:31.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:53:31.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:53:31.793 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:53:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:53:31.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:53:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:53:31.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:53:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:53:31.793 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:53:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:53:31.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:53:31.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:53:31.793 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:53:31.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:53:31.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:53:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:31.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:31.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:32.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:32.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:32.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:32.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:32.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:53:32.802 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v10.0 Runtime(test)' 12:53:32.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:53:32.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:32.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:32.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:32.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:32.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:53:32.804 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v10.0 Runtime' 12:53:32.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:53:32.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:53:32.809 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v10.0 Runtime' was found 12:53:32.809 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v10.0 Runtime' matched 'Apache Tomcat v10.0 Runtime'! Selecting... 12:53:32.809 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:53:32.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:53:32.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:53:32.809 TRACE [main][WidgetHandler] Notify Table with event 13 12:53:32.809 TRACE [main][WidgetHandler] Wait for synchronization 12:53:32.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:53:32.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:32.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:32.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:32.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:32.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:32.813 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:53:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:32.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:32.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:32.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:32.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:53:35.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:53:35.819 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:53:35.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:35.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:35.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:53:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:35.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:35.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:35.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:35.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:35.825 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:53:35.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:35.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:35.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:35.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:53:35.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:53:35.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:35.855 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:53:35.855 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:53:35.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:53:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:53:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.368 s - in org.eclipse.reddeer.requirements.test.server.ServerPresentTest isServerPresentTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) Time elapsed: 0.027 s Running org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:53:35.868 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:53:35.869 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:53:35.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:53:35.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:53:35.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:53:35.869 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:53:35.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:53:35.869 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:53:35.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:53:35.870 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:53:35.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:53:35.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:35.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:53:35.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:35.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:53:35.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:35.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:35.870 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:35.870 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:53:35.870 DEBUG [main][MenuItemLookup] Found menu:'File' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:53:35.871 DEBUG [main][MenuItemLookup] Item match:Window 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:35.871 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:53:35.872 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:53:35.872 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:35.872 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:53:35.872 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:35.872 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:53:35.872 DEBUG [main][MenuItemLookup] Item match:Preferences 12:53:35.872 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:53:35.872 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:53:35.872 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:53:35.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:53:35.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:53:35.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:53:35.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:35.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:35.957 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:53:35.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:35.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:53:35.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:35.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:35.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:35.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:35.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:35.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:53:35.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:53:35.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:53:35.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:35.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:35.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:35.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:35.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:35.969 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:53:35.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:35.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:35.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:35.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:36.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:53:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:53:36.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:36.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:36.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:36.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:36.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:36.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:36.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:36.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:36.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:36.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:36.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:36.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:36.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:36.013 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:36.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:36.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:36.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:36.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:36.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:36.014 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:36.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:36.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:36.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:53:36.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:36.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:36.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:36.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:36.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:36.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:37.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:37.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:37.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:53:37.018 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:53:37.018 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 12:53:37.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:53:37.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:53:37.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.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 Server"] 12:53:37.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.019 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:53:37.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:53:37.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:53:37.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.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"] 12:53:37.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:53:37.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:53:37.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:37.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:37.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:37.021 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:37.021 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:53:37.021 DEBUG [main][MenuItemLookup] Found menu:'File' 12:53:37.021 DEBUG [main][MenuItemLookup] Item match:File 12:53:37.022 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:53:37.023 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:53:37.024 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:53:37.024 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:37.024 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:53:37.024 DEBUG [main][MenuItemLookup] Found menu:'File' 12:53:37.024 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:53:37.024 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:37.024 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:53:37.024 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:53:37.034 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:53:37.034 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:53:37.034 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:53:37.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:53:37.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:53:37.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:53:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:37.107 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:53:37.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.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 12:53:37.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:37.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:37.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:37.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:37.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:53:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:53:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:53:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:53:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:53:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:53:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:53:37.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:53:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:53:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:53:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:53:37.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:53:37.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:53:37.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:53:37.109 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 12:53:37.109 DEBUG [main][TreeItemHandler] Selecting tree item: Server 12:53:37.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 12:53:37.110 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 12:53:37.110 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:53:37.110 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:53:37.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:53:37.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:37.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:37.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:37.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:37.111 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:53:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:37.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:37.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:37.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:37.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:53:37.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:53:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:53:37.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:53:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:37.181 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:53:37.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:53:37.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.NewServerWizardPage, index 0 and no matchers specified 12:53:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:37.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:37.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:37.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:37.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:53:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:53:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v10.0 Server]... 12:53:37.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:53:37.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:53:37.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:53:37.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:53:37.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:53:37.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:53:37.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:53:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:53:37.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:53:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:53:37.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:53:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:53:37.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:53:37.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v10.0 Server] finished successfully 12:53:37.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:53:37.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:37.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:37.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:37.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:53:37.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:53:37.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:53:37.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:53:37.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:53:37.699 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:53:37.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:53:37.699 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:53:37.700 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v10.0 Server 12:53:37.700 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v10.0 Server 12:53:37.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v10.0 Server about selection 12:53:37.717 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v10.0 Server 12:53:37.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.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:53:37.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:37.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:37.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:37.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:37.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:37.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:38.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:38.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:53:38.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:38.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:38.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:38.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:38.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:53:38.226 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:53:38.226 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v10.0 Server at localhost 12:53:38.227 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:53:38.227 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 12:53:38.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:53:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:38.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:38.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:38.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:38.230 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:53:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:38.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:38.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:38.230 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:38.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:53:38.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:53:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:53:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:53:38.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:53:38.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:53:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:38.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:38.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:38.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:38.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:53:38.261 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:53:38.261 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v10.0 Runtime 12:53:38.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:53:38.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:53:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:53:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:53:38.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:53:38.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:53:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:38.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:53:38.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:53:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:38.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:53:38.263 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:53:38.264 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-10.0.4 12:53:38.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:54:38.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:54:38.286 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:54:38.286 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:54:38.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:54:38.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:38.291 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:54:38.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:38.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:38.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:38.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:38.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:38.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:38.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:38.800 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:54:38.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:38.800 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v10.0 Server at localhost' 12:54:38.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.804 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:54:38.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:38.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:38.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:54:38.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:38.811 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:38.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:38.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:38.814 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:38.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:54:38.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:38.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:38.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:38.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:38.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:38.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:54:38.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:38.823 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:38.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:38.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:38.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:38.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:38.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: testServerCleanup server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 12:54:38.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:54:38.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:38.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:38.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:38.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.839 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:54:38.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:38.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:38.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:38.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:38.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:54:38.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:38.857 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:38.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:38.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:38.860 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:38.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:54:38.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:38.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:38.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:38.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:38.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:38.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:54:38.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:38.889 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:38.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:38.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:38.892 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:38.893 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:54:38.893 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:54:38.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] about selection 12:54:38.906 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:54:38.907 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:38.908 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v10.0 Server at localhost'. Stop server first: true 12:54:38.908 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:38.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:38.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:38.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:38.909 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:54:38.909 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:38.938 DEBUG [main][MenuItemLookup] Found menu:'New' 12:54:38.938 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:54:38.938 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:54:38.938 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.938 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:54:38.938 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:54:38.938 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:54:38.938 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:54:38.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:54:38.939 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:54:38.939 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:54:38.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:54:38.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:54:38.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:54:38.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:38.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:38.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:54:38.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:38.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:54:38.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:38.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:38.971 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:54:38.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:38.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:38.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:38.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:38.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:54:38.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:54:38.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.996 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:54:38.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:38.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:38.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:38.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:38.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 '\*?\QServers\E') 12:54:38.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:39.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:39.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:39.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:39.035 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:39.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:39.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:39.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:39.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:39.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:39.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v10.0 Server at localhost... 12:54:39.037 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:39.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:39.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:54:39.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:54:39.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:39.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:39.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:39.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:39.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:40.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:40.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:40.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:54:40.040 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:54:40.040 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v10.0 Server at localhost' was not found on Servers view 12:54:40.041 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:40.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:40.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:40.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:54:40.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:54:40.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:40.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:40.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:40.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:40.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:41.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:41.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:54:41.045 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:54:41.045 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:54:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v10.0 Server at localhost finished successfully 12:54:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:41.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:41.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:41.045 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:54:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:41.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:41.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:41.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:41.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:41.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:41.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:41.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:41.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:41.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:41.047 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:41.047 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:41.047 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:41.047 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:41.047 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:41.047 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:41.047 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:41.047 DEBUG [main][MenuItemLookup] Item match:Window 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:41.048 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:41.048 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:41.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:41.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:41.048 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:54:41.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:41.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:41.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:41.138 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:41.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:41.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:41.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:54:41.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:54:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:41.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:54:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:41.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:54:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:54:41.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:54:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:41.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:54:41.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:41.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:54:41.141 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:54:41.141 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:54:41.141 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:54:41.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:54:41.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:41.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:42.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:42.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:42.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:42.148 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v10.0 Runtime(test)' 12:54:42.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:54:42.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:42.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:42.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:42.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:42.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:54:42.150 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v10.0 Runtime' 12:54:42.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:54:42.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:54:42.153 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v10.0 Runtime' was found 12:54:42.153 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v10.0 Runtime' matched 'Apache Tomcat v10.0 Runtime'! Selecting... 12:54:42.153 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:54:42.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:54:42.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:54:42.154 TRACE [main][WidgetHandler] Notify Table with event 13 12:54:42.154 TRACE [main][WidgetHandler] Wait for synchronization 12:54:42.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:54:42.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:42.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:42.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:42.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:42.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:42.156 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:54:42.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:42.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:42.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:42.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:42.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:54:45.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:54:45.163 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:54:45.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:45.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:54:45.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:45.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:45.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:45.169 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:54:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:45.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:45.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:45.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:45.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:45.192 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:54:45.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:45.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:45.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:45.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:45.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:45.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 '\*?\QServers\E') 12:54:45.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:45.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:45.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:45.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:45.210 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:45.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:45.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:45.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:45.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:45.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:45.212 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:45.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:45.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:45.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 12:54:45.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:54:45.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:45.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:45.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:46.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:46.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:46.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:54:46.215 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:54:46.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:54:46.215 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:46.215 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:46.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:46.216 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testServerCleanup server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 12:54:46.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:46.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:46.220 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:54:46.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:46.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:46.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:46.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:46.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:46.224 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:46.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:54:46.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:46.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:46.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:46.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:46.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:46.236 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:46.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:46.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:46.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:46.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:46.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:46.238 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:46.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:46.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:46.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:54:46.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.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:54:46.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:46.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:46.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:46.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:46.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:47.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:47.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:47.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:54:47.242 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:54:47.242 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:54:47.242 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:47.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:47.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:47.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.375 s - in org.eclipse.reddeer.requirements.test.server.ServerCleanupTest testServerCleanup server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) Time elapsed: 7.39 s Running org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:54:47.249 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:54:47.250 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:47.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:47.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:54:47.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:47.251 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:47.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:47.251 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:47.251 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:47.251 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:47.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:47.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:47.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:47.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:47.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:47.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:47.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:47.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:47.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:47.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:47.253 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:47.253 DEBUG [main][MenuItemLookup] Item match:Window 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:47.253 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:47.254 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:47.254 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:47.254 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:47.254 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:47.254 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:47.254 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:54:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:47.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 12:54:47.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:47.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:47.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:47.327 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:47.327 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:47.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:47.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:47.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:47.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:47.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:47.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:47.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:47.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:47.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:47.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:47.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:47.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:47.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:47.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:47.331 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:47.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:47.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:47.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:47.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:47.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:47.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:47.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:47.358 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:54:47.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:47.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:47.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:47.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:47.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:47.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:47.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:54:47.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:47.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:47.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:47.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:47.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:47.373 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:47.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:47.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:47.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:47.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:47.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:47.375 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:47.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:47.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:47.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:54:47.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:54:47.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:47.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:47.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:47.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:47.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:48.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:48.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:54:48.379 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:54:48.379 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 12:54:48.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:54:48.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:54:48.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:54:48.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:54:48.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:54:48.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:54:48.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:54:48.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:54:48.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:54:48.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:48.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:48.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:48.381 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:48.381 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:48.381 DEBUG [main][MenuItemLookup] Item match:File 12:54:48.382 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:54:48.382 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:54:48.383 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:54:48.383 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:48.383 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:54:48.383 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:48.383 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:54:48.383 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:48.383 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:54:48.383 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:54:48.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:54:48.384 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:54:48.384 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:54:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:54:48.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:54:48.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:54:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:48.444 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:54:48.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:54:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:48.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:48.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:48.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:54:48.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:54:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:48.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:54:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:48.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:54:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:54:48.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:54:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:48.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:54:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:48.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:54:48.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 12:54:48.446 DEBUG [main][TreeItemHandler] Selecting tree item: Server 12:54:48.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 12:54:48.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 12:54:48.447 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:54:48.447 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:54:48.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:54:48.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:48.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:48.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:48.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:48.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:48.448 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:54:48.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:48.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:48.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:48.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:48.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:54:48.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:54:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:54:48.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:54:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:48.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:48.512 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:54:48.512 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:48.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:54:48.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:48.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:48.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:48.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:48.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:54:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:54:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v10.0 Server]... 12:54:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:54:48.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:54:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:49.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:49.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:54:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:54:49.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:54:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:49.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:54:49.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:49.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:54:49.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v10.0 Server] finished successfully 12:54:49.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:54:49.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:49.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:49.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:49.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:49.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:54:49.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:54:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:49.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:54:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:49.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:54:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:54:49.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:54:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:49.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:54:49.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:49.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:54:49.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v10.0 Server 12:54:49.024 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v10.0 Server 12:54:49.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v10.0 Server about selection 12:54:49.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v10.0 Server 12:54:49.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:54:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:49.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:49.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:49.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:49.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:49.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:49.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:49.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:54:49.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:49.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:49.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:49.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:49.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:49.548 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:49.548 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v10.0 Server at localhost 12:54:49.549 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:54:49.549 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 12:54:49.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:54:49.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:49.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:49.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:49.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:49.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:49.551 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:54:49.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:49.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:49.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:49.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:49.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:54:49.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:49.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:54:49.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:49.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:49.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:49.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:49.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:49.580 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:49.580 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v10.0 Runtime 12:54:49.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:54:49.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:49.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:54:49.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:49.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:49.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:54:49.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:54:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:49.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:54:49.582 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:49.582 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-10.0.4 12:54:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:55:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:55:49.597 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:55:49.597 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:55:49.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:55:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:49.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:49.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:49.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:49.600 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:55:49.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:49.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:49.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:49.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:49.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:50.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:50.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:55:50.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:55:50.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:55:50.112 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:55:50.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:55:50.112 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v10.0 Server at localhost' 12:55:50.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.114 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:55:50.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:50.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:50.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:55:50.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:50.118 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:50.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:50.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:50.130 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:55:50.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:55:50.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:50.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:50.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.134 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:50.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:55:50.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:50.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:50.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:50.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:50.147 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:55:50.148 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:50.148 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerStoppedTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 12:55:50.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:55:50.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:50.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:50.148 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:50.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.150 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:55:50.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:50.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:50.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:55:50.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:50.154 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:50.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:50.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:50.156 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:55:50.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:55:50.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:50.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:50.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:50.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:55:50.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:50.161 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:50.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:50.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:50.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:50.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:50.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:55:50.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:50.176 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:50.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:50.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:50.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:55:50.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:50.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:50.178 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerStoppedTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 12:55:50.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:55:50.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:50.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:50.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:55:50.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:50.194 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:50.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:50.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:50.205 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:55:50.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:55:50.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:50.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:50.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.226 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:50.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:55:50.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:50.228 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:50.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:50.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:50.240 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:55:50.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:55:50.241 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:55:50.241 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v10.0 Server at localhost [Stopped, Republish] about selection 12:55:50.250 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v10.0 Server at localhost [Stopped, Republish] 12:55:50.251 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:55:50.252 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v10.0 Server at localhost'. Stop server first: true 12:55:50.252 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:55:50.253 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:55:50.253 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:50.266 DEBUG [main][MenuItemLookup] Found menu:'New' 12:55:50.267 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:55:50.267 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:55:50.267 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:50.267 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:55:50.267 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:55:50.267 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:55:50.267 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:55:50.267 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:55:50.267 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:55:50.267 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:55:50.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:55:50.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:55:50.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:55:50.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:55:50.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:50.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:55:50.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:50.299 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:55:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:50.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:50.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:50.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:50.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:55:50.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:55:50.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:55:50.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:50.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:50.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:55:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:50.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:50.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:50.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:50.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:50.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v10.0 Server at localhost... 12:55:50.349 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:50.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:50.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:50.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:55:50.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:55:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:50.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:50.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:50.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:51.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:51.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:51.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:55:51.352 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:55:51.352 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v10.0 Server at localhost' was not found on Servers view 12:55:51.352 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:55:51.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:55:51.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:51.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:55:51.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:55:51.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:51.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:51.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:51.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:51.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:52.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:52.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:52.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:55:52.355 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:55:52.356 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:55:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v10.0 Server at localhost finished successfully 12:55:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:55:52.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:55:52.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:55:52.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:55:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:55:52.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:52.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:52.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:52.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:52.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:52.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:52.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:52.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:52.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:52.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:52.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:52.357 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:52.357 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:52.357 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:52.357 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:52.357 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:52.357 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:52.357 DEBUG [main][MenuItemLookup] Item match:Window 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:52.358 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:52.358 DEBUG [main][MenuItemLookup] Item match:Preferences 12:55:52.358 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:55:52.358 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:55:52.358 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:55:52.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:55:52.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:55:52.432 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:55:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:52.433 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:55:52.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:52.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:55:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:52.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:52.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:52.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:52.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:55:52.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:55:52.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:52.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:55:52.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:52.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:55:52.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:55:52.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:55:52.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:52.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:55:52.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:52.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:55:52.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:55:52.435 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:55:52.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:55:52.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:55:52.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:52.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:52.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:52.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:52.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:53.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:53.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:53.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:55:53.440 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v10.0 Runtime(test)' 12:55:53.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:55:53.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:53.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:53.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:53.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:55:53.442 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v10.0 Runtime' 12:55:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:55:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:55:53.445 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v10.0 Runtime' was found 12:55:53.445 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v10.0 Runtime' matched 'Apache Tomcat v10.0 Runtime'! Selecting... 12:55:53.445 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:55:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:55:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:55:53.445 TRACE [main][WidgetHandler] Notify Table with event 13 12:55:53.445 TRACE [main][WidgetHandler] Wait for synchronization 12:55:53.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:55:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:53.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:53.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:53.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:53.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:53.448 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:55:53.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:53.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:53.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:53.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:53.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:55:56.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:55:56.454 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:55:56.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:56.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:55:56.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:56.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:56.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:56.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:56.458 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:55:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:56.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:56.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:56.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:56.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.483 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:55:56.483 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:56.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.235 s - in org.eclipse.reddeer.requirements.test.server.ServerStoppedTest isServerStoppedTest server-Apache-Tomcat-10.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) Time elapsed: 0.03 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:55:56.489 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:55:56.490 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:55:56.490 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:56.490 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:55:56.490 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:56.490 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:55:56.490 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:56.490 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:55:56.490 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:56.490 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:55:56.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.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.*'] 12:55:56.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.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.*'] 12:55:56.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:56.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.491 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:56.491 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:56.491 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:56.491 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:56.491 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:56.491 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:56.491 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:56.491 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:56.491 DEBUG [main][MenuItemLookup] Item match:Window 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.492 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:56.492 DEBUG [main][MenuItemLookup] Item match:Preferences 12:55:56.500 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:55:56.500 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:55:56.501 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:55:56.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:55:56.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:55:56.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:55:56.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.576 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:55:56.576 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:55:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:56.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:56.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:56.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:55:56.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:56.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:56.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:56.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:56.579 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:55:56.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:56.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:56.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:56.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:56.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:56.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:56.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:56.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.610 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:55:56.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:56.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 12:55:56.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:55:56.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:56.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:56.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:56.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:56.612 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:56.612 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:56.612 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:56.612 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:56.612 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:56.612 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:56.612 DEBUG [main][MenuItemLookup] Item match:Project 12:55:56.615 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 12:55:56.615 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:55:56.615 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.615 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 12:55:56.615 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 12:55:56.615 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 12:55:56.616 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:55:56.616 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 12:55:56.616 DEBUG [main][MenuItemLookup] Item match:Build Automatically 12:55:56.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:55:56.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:56.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:56.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:56.624 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 12:55:56.624 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:56.625 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:55:56.625 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:56.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:56.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) Time elapsed: 0.013 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:55:56.630 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:55:56.630 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:55:56.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:56.631 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:55:56.631 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:56.631 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:55:56.631 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:56.631 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:55:56.631 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:56.631 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:55:56.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:56.632 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:56.632 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:56.632 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:56.632 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:56.632 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:56.632 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:56.632 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:56.632 DEBUG [main][MenuItemLookup] Item match:Window 12:55:56.632 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.633 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:56.633 DEBUG [main][MenuItemLookup] Item match:Preferences 12:55:56.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:55:56.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:55:56.633 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:55:56.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 'Preferences.*'] is available.... 12:55:56.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:55:56.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:55:56.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.712 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:55:56.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:55:56.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:56.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:56.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:56.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:56.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:55:56.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:56.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:56.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:56.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:56.741 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:55:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:56.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:56.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:56.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:56.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:56.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:56.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:56.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.768 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:56.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:56.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 12:55:56.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:55:56.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:56.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:56.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:56.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:56.769 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:56.769 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:56.769 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:56.769 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:56.769 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:56.769 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:56.769 DEBUG [main][MenuItemLookup] Item match:Project 12:55:56.770 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 12:55:56.770 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:55:56.770 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.770 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 12:55:56.770 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 12:55:56.770 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 12:55:56.770 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:55:56.770 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 12:55:56.770 DEBUG [main][MenuItemLookup] Item match:Build Automatically 12:55:56.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:55:56.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:56.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:56.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 12:55:56.771 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:56.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:55:56.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:56.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:55:56.789 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:55:56.789 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:55:56.790 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:56.790 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:55:56.790 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:56.790 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:55:56.795 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:56.795 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:55:56.795 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:56.795 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:55:56.795 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.795 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.795 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:56.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:56.796 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:56.796 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:56.796 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:56.796 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:56.796 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:56.796 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:56.796 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:56.796 DEBUG [main][MenuItemLookup] Item match:Window 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.797 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:56.797 DEBUG [main][MenuItemLookup] Item match:Preferences 12:55:56.797 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:55:56.797 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:55:56.797 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:55:56.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:55:56.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:55:56.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:55:56.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.884 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:55:56.884 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:55:56.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:56.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:56.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:56.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:56.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:56.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:56.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:55:56.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:56.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:56.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:56.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:56.889 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:55:56.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:56.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:56.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:56.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:56.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.917 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:56.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:56.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 12:55:56.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:55:56.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:56.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:56.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:56.917 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:56.917 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:56.918 DEBUG [main][MenuItemLookup] Item match:Project 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:55:56.918 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 12:55:56.918 DEBUG [main][MenuItemLookup] Item match:Build Automatically 12:55:56.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:55:56.918 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:56.918 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:56.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:56.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 12:55:56.919 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:55:56.919 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:56.919 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:56.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:56.924 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:56.925 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:55:56.925 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:56.925 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:56.925 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:56.925 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:55:56.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:56.926 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:55:56.926 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:56.926 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:55:56.926 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.926 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.926 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:56.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:56.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:56.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:56.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:56.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:56.926 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:56.927 DEBUG [main][MenuItemLookup] Item match:Window 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:56.927 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:56.927 DEBUG [main][MenuItemLookup] Item match:Preferences 12:55:56.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:55:56.927 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:55:56.927 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:55:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:55:56.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:55:56.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:55:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.001 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:55:57.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:57.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:55:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:57.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:55:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:57.006 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:55:57.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:57.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:57.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:57.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:57.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:57.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:57.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:57.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:57.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:55:57.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:57.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:57.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:57.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:57.025 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:55:57.026 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:57.027 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:55:57.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:57.027 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:57.027 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:57.028 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:55:57.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:57.028 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:55:57.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:57.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:57.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:57.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:57.028 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:55:57.028 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:57.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:57.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:57.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:57.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:57.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:55:57.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:57.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:55:57.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:57.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:57.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:57.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:57.030 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:57.030 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:55:57.030 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:57.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:57.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:57.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:57.031 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:55:57.031 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:55:57.031 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:55:57.031 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:57.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:57.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.003 s autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.001 s autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:55:57.038 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:55:57.039 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:55:57.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:57.039 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:55:57.039 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:57.039 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:55:57.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:57.047 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:55:57.047 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:57.047 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:55:57.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:57.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:57.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:57.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:57.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:57.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:57.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:57.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:57.048 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:57.048 DEBUG [main][MenuItemLookup] Item match:Window 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:57.048 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:57.048 DEBUG [main][MenuItemLookup] Item match:Preferences 12:55:57.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:55:57.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:55:57.049 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:55:57.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:55:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:55:57.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:55:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.119 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:55:57.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:57.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:55:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:57.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:55:57.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:57.127 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:55:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:57.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:57.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:57.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:57.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:57.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:57.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:57.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:57.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 12:55:57.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:55:57.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:57.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:57.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:57.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:57.169 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:55:57.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:57.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:57.170 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:57.170 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:57.170 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:57.170 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:57.170 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:57.170 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:57.170 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:57.170 DEBUG [main][MenuItemLookup] Item match:Window 12:55:57.171 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:57.171 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:57.171 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:57.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:57.171 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:57.171 DEBUG [main][MenuItemLookup] Item match:Show View 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:57.174 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:55:57.174 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:55:57.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:55:57.175 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:55:57.175 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:55:57.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:55:57.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:55:57.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:55:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:55:57.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:57.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:55:57.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:57.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:57.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:57.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:55:57.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:55:57.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:57.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:57.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:55:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:55:57.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:55:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:57.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:55:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:57.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:55:57.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:55:57.723 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:55:57.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:55:57.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:55:57.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:57.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:57.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:55:57.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:57.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.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") 12:55:57.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:57.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:55:57.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:57.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:57.725 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:55:57.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:57.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:57.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:57.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:57.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:55:57.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:55:57.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 12:55:57.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 12:55:57.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:57.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:55:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:57.855 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:55:57.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:55:57.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:57.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:57.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:57.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:57.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:57.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:55:57.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:57.878 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:55:57.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:55:57.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:57.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:57.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:57.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:57.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.886 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:55:57.886 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:57.886 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:57.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:57.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:57.886 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:55:57.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 12:55:57.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:57.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 12:55:57.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:55:57.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:57.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:57.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:57.891 INFO [WorkbenchTestable][CleanErrorLogRequirement] Clean all records in Error Log 12:55:57.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:55:57.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.930 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:57.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:55:57.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:57.934 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:55:57.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:55:57.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:57.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:57.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:57.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:57.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:57.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:57.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:55:57.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:57.956 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:55:57.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:55:57.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:57.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:57.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:57.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:57.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:55:57.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:57.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:57.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:57.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:57.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:55:57.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:57.973 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:55:57.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:57.973 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:55:57.973 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:55:57.973 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:55:57.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:55:57.973 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:55:57.973 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:55:58.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:55:58.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:55:58.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:55:58.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.006 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:58.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:55:58.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:58.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 12:55:58.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:55:58.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:58.007 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:55:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:58.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:58.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:58.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:55:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:55:58.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:55:58.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:58.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 '\*?\QError Log\E') 12:55:58.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:58.063 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:55:58.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:55:58.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:58.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:58.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:58.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:58.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:58.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:58.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:55:58.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:58.072 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:55:58.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:55:58.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:55:58.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:55:58.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:55:58.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:55:58.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:55:58.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:58.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.076 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 12:55:58.076 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:55:58.076 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:58.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.038 s - in org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.741 s testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.189 s Running org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:55:58.082 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:55:58.083 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:55:58.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:58.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:55:58.083 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:58.083 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:55:58.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:58.084 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:55:58.084 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:58.084 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:55:58.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:58.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:58.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:58.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:58.084 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:58.084 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:58.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:58.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:58.085 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:58.095 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:58.095 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:58.095 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:58.095 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:58.095 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:58.095 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:58.095 DEBUG [main][MenuItemLookup] Item match:Window 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.096 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:58.096 DEBUG [main][MenuItemLookup] Item match:Preferences 12:55:58.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:55:58.096 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:55:58.096 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:55:58.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 'Preferences.*'] is available.... 12:55:58.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:55:58.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:55:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.184 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:55:58.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:58.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:55:58.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:58.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:58.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:58.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:55:58.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:58.188 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:55:58.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:58.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:58.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:58.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:58.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:58.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:58.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:58.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 12:55:58.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:55:58.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:58.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:58.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:58.213 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:55:58.227 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:55:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:55:58.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:55:58.240 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:55:58.241 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:55:58.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:55:58.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:55:58.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:55:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:55:58.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:55:58.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:55:58.290 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:55:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:55:58.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:55:58.291 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:55:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:55:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:55:58.291 TRACE [main][WidgetHandler] Notify Table with event 13 12:55:58.291 TRACE [main][WidgetHandler] Wait for synchronization 12:55:58.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:55:58.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:58.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:55:58.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:55:58.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:58.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:58.293 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:55:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:58.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:58.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:58.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:55:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:55:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:55:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.775 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:58.776 DEBUG [main][MenuItemLookup] Item match:Window 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.776 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:58.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:58.777 DEBUG [main][MenuItemLookup] Item match:Window 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:58.777 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:58.778 DEBUG [main][MenuItemLookup] Item match:Perspective 12:55:58.781 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:55:58.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.781 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:55:58.781 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:55:58.781 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:55:58.781 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:55:58.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:55:58.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.782 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:58.782 DEBUG [main][MenuItemLookup] Item match:Window 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:58.782 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:58.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.783 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:58.783 DEBUG [main][MenuItemLookup] Item match:Window 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:58.783 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:58.783 DEBUG [main][MenuItemLookup] Item match:Perspective 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:55:58.784 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:55:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.784 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:58.784 DEBUG [main][MenuItemLookup] Item match:Window 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:58.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.785 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:58.785 DEBUG [main][MenuItemLookup] Item match:Window 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:58.785 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:58.785 DEBUG [main][MenuItemLookup] Item match:Perspective 12:55:58.786 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:55:58.786 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.786 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:55:58.786 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:55:58.786 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:55:58.786 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:55:58.786 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:55:58.786 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:55:58.786 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:55:58.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:55:58.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:55:58.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:55:58.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:58.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:55:58.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:58.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.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 "Reset Perspective") 12:55:58.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:58.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:55:58.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:58.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:58.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:58.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:58.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:58.827 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:55:58.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:58.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:58.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:58.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:58.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:55:58.966 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:58.966 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:58.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 12:55:58.967 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:58.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 12:55:58.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:55:58.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:58.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:58.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:58.971 WARNING [WorkbenchTestable][ScreenshotCapturer] Screenshot has not been captured on failure, because RedDeer property whether screenshot should be captured or not is set to false. 12:55:58.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:55:58.971 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:58.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:58.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:58.971 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 12:55:58.971 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:55:58.971 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:58.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:58.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:58.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 s - in org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.758 s fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.004 s Running org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:55:58.977 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:55:58.977 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:55:58.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:58.978 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:55:58.978 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:58.978 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:55:58.978 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:58.978 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:55:58.978 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:58.978 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:55:58.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:58.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:58.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:58.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:58.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:55:58.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:58.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:58.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:58.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:58.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:58.979 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:58.979 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:58.979 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:58.979 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:58.979 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:58.979 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:55:58.980 DEBUG [main][MenuItemLookup] Item match:Window 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:58.980 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:55:58.980 DEBUG [main][MenuItemLookup] Item match:Preferences 12:55:58.980 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:55:58.980 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:55:58.981 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:55:59.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:55:59.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 'Preferences.*'] is available. finished successfully 12:55:59.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:55:59.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:59.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:59.075 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:55:59.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:59.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:55:59.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:59.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:59.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:59.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:59.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:59.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:59.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:59.077 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:55:59.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:59.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:59.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:59.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:59.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:59.080 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:55:59.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:59.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:59.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:59.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:59.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:59.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:59.112 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 12:55:59.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:55:59.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:59.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:59.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:59.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:55:59.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:59.113 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:55:59.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:59.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:55:59.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:59.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:59.113 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:55:59.113 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:59.113 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:59.114 DEBUG [main][MenuItemLookup] Item match:File 12:55:59.115 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:55:59.115 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:55:59.118 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:55:59.119 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:59.119 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:55:59.119 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:55:59.119 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:59.119 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:55:59.119 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:55:59.131 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:55:59.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:55:59.132 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:55:59.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:55:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:55:59.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:55:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:59.218 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:55:59.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:55:59.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 12:55:59.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:59.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:59.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:59.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:55:59.221 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:55:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:59.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:59.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:55:59.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:55:59.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:55:59.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:59.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:55:59.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:59.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:55:59.724 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 12:55:59.724 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 12:55:59.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 12:55:59.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 12:55:59.728 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:55:59.728 INFO [WorkbenchTestable][NewWizard] Finish wizard 12:55:59.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:55:59.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:59.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:59.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:59.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:59.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:59.730 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:55:59.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:59.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:59.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:59.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:00.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:00.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:00.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:00.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:56:00.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:00.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:00.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:00.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:00.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:00.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:00.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 1 - Eclipse Platform 12:56:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 1 - Eclipse Platform' 12:56:00.051 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 1 - Eclipse Platform' 12:56:00.051 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:00.051 DEBUG [main][MenuItemLookup] Item match:File 12:56:00.052 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:00.052 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.056 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:00.056 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:00.057 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:00.057 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:00.057 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:00.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:56:00.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:56:00.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:56:00.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.163 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:56:00.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 12:56:00.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:56:00.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:00.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:00.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:56:00.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:00.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:00.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:00.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 12:56:00.174 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 12:56:00.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 12:56:00.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 12:56:00.174 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:56:00.174 INFO [WorkbenchTestable][NewWizard] Finish wizard 12:56:00.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.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:00.176 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:56:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:00.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:00.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:00.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:56:00.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:56:00.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:00.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:00.264 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:00.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:00.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:00.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 2 - Eclipse Platform 12:56:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 2 - Eclipse Platform' 12:56:00.265 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 2 - Eclipse Platform' 12:56:00.266 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:00.266 DEBUG [main][MenuItemLookup] Item match:File 12:56:00.267 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:00.267 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.269 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:00.269 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:00.270 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:00.270 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:00.270 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:56:00.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:56:00.347 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:56:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.349 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:56:00.349 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 12:56:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:00.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:56:00.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:00.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:00.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:00.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:00.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:00.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:56:00.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:00.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:00.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:00.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:00.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:00.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 12:56:00.351 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 12:56:00.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 12:56:00.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 12:56:00.359 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:56:00.359 INFO [WorkbenchTestable][NewWizard] Finish wizard 12:56:00.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 "Finish", Widget matcher matching widgets with style: 8) 12:56:00.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:00.361 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:56:00.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:00.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:00.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:00.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:00.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:00.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:00.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:00.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:56:00.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:56:00.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:00.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:00.455 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:00.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:00.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUntitled 3\E') 12:56:00.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:00.471 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:00.471 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:56:00.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:56:00.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:00.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:00.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:00.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:00.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 12:56:00.590 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:56:00.590 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:00.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:00.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:00.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 s - in org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) Time elapsed: 1.478 s Running org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:56:00.595 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:56:00.596 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:56:00.596 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:00.596 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:56:00.596 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:00.596 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:56:00.596 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:00.596 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:56:00.596 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:00.596 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:56:00.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:00.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:00.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.597 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:00.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:00.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.597 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:00.597 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:00.598 DEBUG [main][MenuItemLookup] Item match:Window 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.598 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:00.598 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:00.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:00.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:00.599 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:56:00.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:00.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:56:00.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:00.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.701 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:00.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:00.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:00.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:00.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:00.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:00.705 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:00.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:00.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:00.705 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:00.705 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:00.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.744 TRACE [WorkbenchTestable][DatabaseRequirement] Database requirement performed 12:56:00.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:00.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 12:56:00.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:56:00.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:00.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:00.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:00.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:56:00.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:00.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:00.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 12:56:00.745 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:56:00.745 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:00.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) Time elapsed: 0 s Running org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest 12:56:00.751 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest 12:56:00.751 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:56:00.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:00.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest 12:56:00.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:00.752 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:56:00.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:00.752 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:56:00.752 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:00.752 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:56:00.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.*'] 12:56:00.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:00.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:00.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:00.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:00.766 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:00.766 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:00.766 DEBUG [main][MenuItemLookup] Item match:Window 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.767 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:00.767 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:00.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:00.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:00.767 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:56:00.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:00.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:56:00.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:00.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.863 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:00.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:00.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:00.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:00.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:00.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:00.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:00.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:00.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:00.867 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:00.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:00.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:00.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:00.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.889 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:00.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisableOomphRecorder no-configuration(org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest) 12:56:00.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest 12:56:00.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:00.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:00.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:00.890 INFO [WorkbenchTestable][OomphRecorderRequirement] Enabling Oomph preferences recorder 12:56:00.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest 12:56:00.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:00.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:00.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:00.891 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisableOomphRecorder no-configuration(org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest) 12:56:00.891 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:00.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEnableOomphRecorder no-configuration(org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest) 12:56:00.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest 12:56:00.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:00.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:00.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:00.891 INFO [WorkbenchTestable][OomphRecorderRequirement] Disabling 12:56:00.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest 12:56:00.892 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:00.892 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:00.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEnableOomphRecorder no-configuration(org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest) 12:56:00.903 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest 12:56:00.903 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:00.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest testDisableOomphRecorder no-configuration(org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest) Time elapsed: 0.002 s testEnableOomphRecorder no-configuration(org.eclipse.reddeer.requirements.test.preferences.OomphRecorderRequirementTest) Time elapsed: 0.012 s Running org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:56:00.907 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:56:00.908 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:56:00.908 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:00.908 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:56:00.908 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:00.908 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:56:00.909 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:00.909 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:56:00.909 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:00.909 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:56:00.909 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:00.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.909 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:00.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.909 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:00.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:00.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:00.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:00.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:00.909 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:00.909 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:00.910 DEBUG [main][MenuItemLookup] Item match:Window 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:00.910 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:00.910 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:00.910 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:00.910 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:00.910 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:56:00.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:01.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:56:01.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:01.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:01.002 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:01.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:01.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:01.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:01.006 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:01.006 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:01.006 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:01.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:01.052 INFO [WorkbenchTestable][JRERequirement] JRE Requirement fulfill performed 12:56:01.052 DEBUG [WorkbenchTestable][JRERequirement] Configuration (name,version,path): testName, 1.7, ${java.home} 12:56:01.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:01.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:01.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:01.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:01.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:01.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:01.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:01.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:01.053 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:01.053 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:01.053 DEBUG [main][MenuItemLookup] Item match:Window 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:01.054 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:01.054 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:01.054 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:01.054 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:01.054 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:56:01.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:01.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 12:56:01.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:01.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:01.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:01.143 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:01.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:01.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:01.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:01.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:01.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:01.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:56:01.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:01.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:01.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:01.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:56:01.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:01.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:56:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:01.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:01.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:56:01.649 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:56:01.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:56:01.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:5989): Gtk-CRITICAL **: 12:56:01.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:56:01.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.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.debug.ui.jres.JREsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:56:01.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:01.719 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:56:01.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:01.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:01.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:01.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:01.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available.... 12:56:01.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:01.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:01.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available. finished successfully 12:56:01.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 12:56:01.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:01.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:01.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.VMTypePage, index 0 and no matchers specified 12:56:01.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:56:01.783 TRACE [main][WidgetHandler] Notify List with event 13 12:56:01.783 TRACE [main][WidgetHandler] Wait for synchronization 12:56:01.784 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:56:01.784 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 12:56:01.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:01.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:01.786 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:01.786 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:01.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:01.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 12:56:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:01.828 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:01.829 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/openjdk/jdk-17/17.0.2+8 12:56:01.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 12:56:01.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:01.849 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:01.850 INFO [WorkbenchTestable][AbstractText] Text set to: testName 12:56:01.855 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:56:01.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:01.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:01.863 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:56:01.863 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 12:56:01.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:01.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:01.865 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:56:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:01.865 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:01.865 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:01.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:01.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:01.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:01.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:01.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:56:01.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:01.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:01.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:01.907 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:56:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:01.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:01.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:02.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:02.025 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 12:56:02.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:56:02.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:02.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:02.025 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:02.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:02.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:02.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.025 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:02.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:02.026 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:02.026 DEBUG [main][MenuItemLookup] Item match:Window 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:02.026 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:02.026 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:02.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:02.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:02.027 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:5989): Gtk-CRITICAL **: 12:56:02.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:56:02.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:02.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:56:02.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.156 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:02.157 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:02.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:02.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:56:02.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:02.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:56:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:02.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:56:02.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:02.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:56:02.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:02.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:02.159 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:56:02.159 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:56:02.159 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:56:02.159 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:56:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:02.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:02.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:56:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:02.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:02.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:02.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:56:02.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:56:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:56:02.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:56:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:02.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:02.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:56:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:56:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:56:02.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:02.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:02.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:02.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:02.186 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:02.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:02.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:02.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:02.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:02.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:56:02.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:02.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:02.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:02.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 12:56:02.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:02.240 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 12:56:02.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:56:02.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:02.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:02.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:02.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:56:02.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:02.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:02.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 12:56:02.240 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:56:02.240 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:02.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 s - in org.eclipse.reddeer.requirements.test.jre.JRERequirementTest testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0.214 s testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0 s Running org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:56:02.248 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:56:02.249 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:56:02.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:02.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:56:02.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:02.250 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:56:02.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:02.250 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:56:02.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:02.250 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:56:02.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:02.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:02.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:02.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:02.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:02.251 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:02.251 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:02.251 DEBUG [main][MenuItemLookup] Item match:Window 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:02.252 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:02.252 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:02.252 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:02.252 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:02.252 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:5989): Gtk-CRITICAL **: 12:56:02.301: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:56:02.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:02.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:56:02.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.368 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:02.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:02.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:02.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:02.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:02.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:02.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:02.370 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:02.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:02.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:02.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:02.373 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:02.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:02.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:02.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:02.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:02.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:02.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:02.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:02.409 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 12:56:02.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:56:02.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:02.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:02.409 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:02.410 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 12:56:02.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:02.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:02.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.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 Project"] 12:56:02.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:02.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:02.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:02.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.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 Java Project"] 12:56:02.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:02.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.413 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:02.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:02.413 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:02.413 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:02.413 DEBUG [main][MenuItemLookup] Item match:File 12:56:02.424 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:02.424 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:02.428 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:02.428 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:02.429 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:02.429 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:02.429 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:02.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:56:02.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:56:02.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:56:02.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:02.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:02.497 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:56:02.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:02.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:56:02.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:02.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:02.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:02.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:02.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:02.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:02.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:56:02.499 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:02.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:03.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:03.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:03.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:56:03.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:03.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:03.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:56:03.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:03.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:03.004 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:56:03.004 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:56:03.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:56:03.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:56:03.007 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:56:03.007 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:56:03.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:03.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:03.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:03.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:03.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:03.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:03.009 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:03.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:03.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:03.009 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:03.009 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:03.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:03.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:03.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:03.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:56:03.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:56:03.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:56:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:03.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:03.313 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:56:03.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:03.314 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'TestProject' 12:56:03.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:56:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:03.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:03.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:03.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:03.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:03.318 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:03.319 INFO [WorkbenchTestable][AbstractText] Text set to: TestProject 12:56:03.363 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:56:03.364 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:56:03.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:03.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:03.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:03.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:03.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:03.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:03.368 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:56:03.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:03.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:03.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:03.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:56:06.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:56:06.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:06.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:06.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:06.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:56:06.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:06.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:06.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:06.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:06.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:06.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:06.873 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:56:06.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:06.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:06.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:06.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:06.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:06.874 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:06.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:56:06.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:06.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:06.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:06.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:06.875 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:06.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:06.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:06.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:56:06.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:56:06.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:56:06.877 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:06.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:06.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:06.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:06.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:06.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:07.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:07.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:07.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:07.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:07.880 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:07.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:07.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:07.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:07.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:07.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:07.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:07.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:07.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:07.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:07.882 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 12:56:07.887 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 12:56:07.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:56:07.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:07.887 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:07.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:07.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:07.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:56:07.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 12:56:07.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:07.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 12:56:07.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:56:07.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:07.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:07.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:07.888 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 12:56:07.889 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:56:07.889 DEBUG [main][EditorHandler] 0 editor(s) found 12:56:07.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:07.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:07.893 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:56:07.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:07.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:07.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:07.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:07.894 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:07.894 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:07.894 DEBUG [main][MenuItemLookup] Item match:Window 12:56:07.935 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:07.935 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:07.935 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:07.935 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:07.935 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:07.935 DEBUG [main][MenuItemLookup] Item match:Show View 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:07.940 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:56:07.940 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:56:07.952 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:56:07.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:56:07.953 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:56:08.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:56:08.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:56:08.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:56:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:08.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:56:08.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:08.130 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:08.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:08.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:08.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:56:08.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:08.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:08.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:08.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:56:08.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:08.132 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:08.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:08.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:56:08.132 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:56:08.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:56:08.132 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:56:08.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:08.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:08.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:08.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:08.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") 12:56:08.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:08.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:08.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:08.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:08.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:08.134 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:56:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:08.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:08.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:56:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:56:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:56:08.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:08.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:56:08.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:08.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:08.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:08.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:56:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:08.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:08.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:08.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:08.249 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:08.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:08.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:08.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:56:08.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:56:08.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:56:08.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:08.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:08.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:08.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:08.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:08.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:08.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:08.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:08.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:08.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:08.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:09.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:09.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:09.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:09.255 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:09.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:09.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:09.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:09.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:09.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:09.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:09.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:09.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:09.256 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 12:56:09.257 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 12:56:09.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:09.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:09.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:09.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:09.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:09.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:09.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:09.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:09.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:10.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:10.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:10.259 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:10.259 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:10.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:10.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:10.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:10.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:10.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:10.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:10.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:10.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:10.261 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 12:56:10.261 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 12:56:10.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:10.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:10.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:10.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:10.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:10.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:10.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:10.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:10.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:10.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:10.262 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:56:10.263 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:56:10.264 DEBUG [main][TreeItemHandler] Set Tree selection 12:56:10.265 DEBUG [main][TreeHandler] Notify Tree about selection event 12:56:10.274 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:56:10.278 DEBUG [WorkbenchTestable][TreeItemHandler] Servers 12:56:10.278 DEBUG [WorkbenchTestable][TreeItemHandler] TestProject 12:56:10.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:56:10.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'New' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:10.353 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:56:10.353 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:56:10.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:56:10.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:56:10.353 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:56:10.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:10.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:56:10.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:56:10.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:56:10.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:10.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:10.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:10.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:10.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:56:10.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'New' 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:56:10.881 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:56:10.881 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:56:10.881 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:56:10.881 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:56:10.881 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:56:10.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:5989): Gtk-CRITICAL **: 12:56:11.041: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5989): Gtk-CRITICAL **: 12:56:11.044: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5989): Gtk-CRITICAL **: 12:56:11.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:5989): Gtk-CRITICAL **: 12:56:11.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:56:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:56:11.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:56:11.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:11.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:56:11.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:11.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:56:11.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:11.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:11.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:11.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:11.648 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:56:11.648 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:56:11.648 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:56:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:11.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:11.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:56:11.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:11.648 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:56:11.648 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:11.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:11.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:11.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:11.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:11.649 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:56:11.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:11.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:11.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:11.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:11.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:56:11.659 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:56:12.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:56:12.160 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:56:12.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:12.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:56:12.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:56:12.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:56:12.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:12.160 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:12.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:12.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:12.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:12.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:12.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:56:12.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:56:12.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:56:12.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:56:12.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:12.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:12.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:12.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:12.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 12:56:12.163 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:56:12.163 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:12.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:12.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:12.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.916 s - in org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 5.479 s fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 4.275 s Results: Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.requirements.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.ui.test >----------- [INFO] Building RedDeer UI Tests 4.7.0-SNAPSHOT [43/58] [INFO] from tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.ui.test --- [INFO] Resolving class path of RedDeer UI Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.ui.test --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/resources does not exist [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.ui.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:22.743 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:56:22.745 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 12:56:22.755 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:56:22.756 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:56:22.826 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:22.859 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:56:22.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:22.863 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:22.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:56:22.865 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:56:22.873 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:56:22.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:22.944 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:56:22.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:22.947 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:56:22.950 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:22.950 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:56:22.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:22.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:22.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:22.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:22.973 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:22.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:22.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:22.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:22.985 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:22.988 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:22.988 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:22.988 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:22.988 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:22.988 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:22.988 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:22.989 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:22.989 DEBUG [main][MenuItemLookup] Item match:Window 12:56:22.992 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:22.992 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:22.993 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:22.993 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:22.993 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:22.993 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:22.993 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:22.993 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:22.993 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:22.993 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:22.993 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:23.024 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:23.024 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:23.025 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:56:23.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:23.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:56:23.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:23.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:23.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:23.238 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:23.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:23.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:23.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:23.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:23.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:23.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:23.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:23.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:23.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:23.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:23.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:23.330 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:23.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:23.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:23.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:23.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:23.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:23.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:23.386 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:56:23.387 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:56:23.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:23.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:23.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:23.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:23.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:23.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:56:23.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:23.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:23.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:23.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:56:23.431 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:56:23.431 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:56:23.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:23.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:56:23.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:56:23.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:56:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:23.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:56:23.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:23.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:56:23.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:23.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:23.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:23.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:23.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:56:23.499 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:56:23.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:56:23.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:56:23.503 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:56:23.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:56:23.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:56:23.504 TRACE [main][WidgetHandler] Notify Table with event 13 12:56:23.504 TRACE [main][WidgetHandler] Wait for synchronization 12:56:23.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:23.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:23.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:23.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:56:23.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:23.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:23.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:56:23.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:23.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:56:23.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:23.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:23.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:23.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:23.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:23.531 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:56:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:23.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:23.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:23.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:24.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:56:24.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:56:24.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:56:24.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:24.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:24.084 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:24.084 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:24.084 DEBUG [main][MenuItemLookup] Item match:Window 12:56:24.085 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:24.085 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:24.086 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:24.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.086 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:24.086 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:24.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.086 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:24.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.086 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:24.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:24.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:24.086 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:24.087 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:24.087 DEBUG [main][MenuItemLookup] Item match:Window 12:56:24.088 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:24.088 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:24.088 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:24.088 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.088 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:24.088 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:24.088 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:24.092 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:24.092 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.092 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:24.092 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:24.093 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:24.093 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:56:24.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:24.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:24.127 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:24.127 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:24.127 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:24.128 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:24.128 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:24.128 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:24.128 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:24.128 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:24.128 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:24.128 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:24.128 DEBUG [main][MenuItemLookup] Item match:Window 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:24.129 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.130 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:24.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:24.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:24.130 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:24.131 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:24.131 DEBUG [main][MenuItemLookup] Item match:Window 12:56:24.132 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:24.132 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:24.132 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:24.132 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.132 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:24.132 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:24.132 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:24.133 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:24.133 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.133 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:24.133 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:24.133 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:24.133 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:24.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:24.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:24.134 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:24.134 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:24.134 DEBUG [main][MenuItemLookup] Item match:Window 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.135 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:24.136 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:24.136 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:24.136 DEBUG [main][MenuItemLookup] Item match:Window 12:56:24.137 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:24.137 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:24.137 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:24.137 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.137 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:24.137 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:24.137 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:24.138 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:24.138 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:24.138 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:24.138 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:24.138 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:24.138 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:24.138 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:56:24.138 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:56:24.138 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:56:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:56:24.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:56:24.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:56:24.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:24.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:24.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:24.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:24.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:24.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:56:24.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:24.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:24.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:24.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:56:24.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:24.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:24.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:24.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:56:24.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:24.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:24.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:24.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:24.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:24.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:24.180 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:56:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:24.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:24.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:24.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:26.627 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:26.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.628 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:26.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.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 RedDeer Test Plugin"] 12:56:26.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:26.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:26.629 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:26.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.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 RedDeer Test Plugin"] 12:56:26.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:26.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:26.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:26.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:26.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:26.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:26.632 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:26.632 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:26.633 DEBUG [main][MenuItemLookup] Item match:File 12:56:26.637 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:26.637 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:26.642 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:26.642 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:26.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:26.642 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:26.642 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:26.642 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:26.642 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:26.643 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:26.643 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:26.659 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:26.659 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:26.660 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:26.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:56:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:56:26.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:56:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:26.794 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:56:26.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:26.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:56:26.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:26.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:26.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:26.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:26.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:26.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:26.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:56:26.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:56:26.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:56:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:56:27.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:56:27.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:56:27.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:56:27.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 12:56:27.306 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 12:56:27.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 12:56:27.308 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 12:56:27.308 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:56:27.308 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:56:27.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:27.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:27.311 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:27.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:27.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:27.311 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:27.311 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:27.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:56:27.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:27.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:27.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:56:27.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:56:27.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:56:27.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:27.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:27.534 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:56:27.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:27.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in Name:") 12:56:27.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:27.553 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:27.554 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 12:56:27.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in id:") 12:56:27.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:27.580 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:27.580 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 12:56:27.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:56:27.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:27.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:27.633 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 12:56:27.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Provider:") 12:56:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:27.657 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:27.657 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 12:56:27.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 12:56:27.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:27.672 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 12:56:27.672 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 12:56:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:27.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:27.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:27.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:27.675 TRACE [main][WidgetHandler] Notify Button with event 27 12:56:27.675 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.675 TRACE [main][WidgetHandler] Notify Button with event 13 12:56:27.675 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.675 TRACE [main][WidgetHandler] Notify Button with event 26 12:56:27.675 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.675 TRACE [main][WidgetHandler] Notify Button with event 3 12:56:27.675 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.675 TRACE [main][WidgetHandler] Notify Button with event 4 12:56:27.675 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.675 TRACE [main][WidgetHandler] Notify Button with event 13 12:56:27.675 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:56:27.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:27.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:27.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:27.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:27.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:27.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:56:27.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:56:27.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:56:27.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 1 and no matchers specified 12:56:27.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:56:27.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:56:27.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:56:27.691 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 12:56:27.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:56:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:27.697 INFO [WorkbenchTestable][CheckBox] Select checkbox 12:56:27.697 INFO [WorkbenchTestable][CheckBox] Check checkbox 12:56:27.697 INFO [WorkbenchTestable][AbstractButton] Click button 12:56:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:27.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:27.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:27.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:27.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: 32) 12:56:27.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:27.698 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:27.698 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:27.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:27.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 12:56:27.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:27.709 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 12:56:27.709 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 12:56:27.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:27.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:27.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:27.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:27.710 TRACE [main][WidgetHandler] Notify Button with event 27 12:56:27.710 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.711 TRACE [main][WidgetHandler] Notify Button with event 13 12:56:27.711 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.711 TRACE [main][WidgetHandler] Notify Button with event 26 12:56:27.711 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.711 TRACE [main][WidgetHandler] Notify Button with event 3 12:56:27.711 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.711 TRACE [main][WidgetHandler] Notify Button with event 4 12:56:27.711 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.711 TRACE [main][WidgetHandler] Notify Button with event 13 12:56:27.711 TRACE [main][WidgetHandler] Wait for synchronization 12:56:27.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:56:27.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:27.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:27.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:27.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:56:27.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:56:27.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:56:27.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:56:27.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:27.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:27.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:27.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:27.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:27.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:56:27.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and no matchers specified 12:56:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:56:27.740 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 12:56:27.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:27.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:27.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:27.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:27.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:27.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:27.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:27.745 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:56:27.745 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 12:56:27.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:27.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:27.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:27.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:27.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:27.747 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:56:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:27.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:27.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:27.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:28.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:56:28.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:56:28.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:56:28.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 12:56:28.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:56:28.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:28.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:28.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:28.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:28.371 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:56:28.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:28.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:28.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:28.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:28.372 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:56:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:28.372 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:28.372 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:28.372 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:28.372 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:28.372 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:28.372 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:28.372 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:28.373 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:28.373 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:28.373 DEBUG [main][MenuItemLookup] Item match:Run 12:56:28.375 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:56:28.375 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:56:28.375 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:28.375 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:56:28.375 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:56:28.375 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:56:28.375 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:56:28.375 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:56:28.375 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:56:28.375 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:56:28.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:28.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:28.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:28.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:28.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:28.838 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test 12:56:28.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 12:56:28.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:28.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:28.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:28.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:28.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:28.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:28.853 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 12:56:28.853 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 12:56:28.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 12:56:28.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 12:56:28.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:28.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:28.942 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:56:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:28.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:28.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:28.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Close") 12:56:28.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:28.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:28.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:28.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:28.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:28.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:28.945 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:56:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:28.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:28.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:28.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:29.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:56:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:56:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:32.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 38 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:56:32.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:32.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:32.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:32.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:32.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:32.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:32.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:32.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:56:32.063 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:32.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:56:32.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:32.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:32.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:32.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:32.063 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:56:32.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:32.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:32.063 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:32.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:32.064 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:32.064 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:32.064 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:32.064 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:32.064 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:32.064 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:32.064 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:32.064 DEBUG [main][MenuItemLookup] Item match:Run 12:56:32.067 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:56:32.068 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:56:32.068 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:32.068 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:56:32.068 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:56:32.068 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:56:32.068 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:56:32.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:56:32.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:56:32.068 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:56:32.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:32.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:32.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:32.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:32.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:32.364 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:56:32.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:56:32.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:32.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:32.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:32.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:32.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:32.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:32.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:32.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:56:32.431 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:56:32.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:32.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:56:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:56:32.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:56:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:32.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:56:32.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:32.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:56:32.938 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:56:32.938 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:56:32.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:56:32.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:56:32.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:33.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:33.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:34.240 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:34.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:34.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:34.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:34.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:34.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:34.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:35.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:35.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:35.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:35.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:36.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:36.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:36.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:36.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:37.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:37.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:37.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:37.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:38.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:38.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:38.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:38.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:39.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:39.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:39.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:39.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:40.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:40.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:40.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:40.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:41.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:41.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:42.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:42.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:42.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:42.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:43.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:43.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:43.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:43.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:44.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:44.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:44.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:44.327 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:56:44.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:56:44.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:44.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:44.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:44.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:44.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:44.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:44.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:56:44.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:56:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:44.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:56:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:44.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:56:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:56:44.329 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:56:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:44.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:56:44.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:44.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:56:44.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:56:44.329 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:56:44.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:56:44.330 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:56:44.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:44.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.331 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:44.331 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:44.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:44.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:44.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:44.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:45.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:45.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:45.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:45.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:46.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:46.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:46.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:46.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:47.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:47.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:47.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:47.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:48.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:48.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:48.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:48.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:49.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:49.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:49.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:49.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:50.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:50.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:50.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:50.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:51.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:51.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:51.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:51.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:52.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:52.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:52.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:52.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:53.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:53.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:53.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:53.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:54.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:54.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:54.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "RedDeer") 12:56:54.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:54.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:54.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:54.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:54.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:54.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:54.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:54.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 12:56:54.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "RedDeer") 12:56:54.454 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:54.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:54.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:54.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:54.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:54.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 12:56:54.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:56:54.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:54.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:54.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:54.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:54.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:54.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:54.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:56:54.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:56:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:56:54.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "RedDeer") 12:56:54.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:54.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:54.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:54.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:54.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:54.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:54.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:54.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 12:56:54.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:56:54.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:54.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:54.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:54.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:54.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:54.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:56:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:56:54.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:56:54.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:54.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:54.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:54.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:54.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:54.482 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:56:54.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:54.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:54.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:54.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 "Close") 12:56:54.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:54.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:54.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:54.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:54.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:54.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:54.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:54.498 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:56:54.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:54.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:54.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:54.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:54.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:56:54.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. finished successfully 12:56:54.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:56:54.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:54.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Changes" as the parent 12:56:54.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:54.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:54.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:54.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:54.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:54.545 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:56:54.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:54.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:54.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:54.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:56:54.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. finished successfully 12:56:54.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:54.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:56:54.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:54.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:54.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:54.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:54.687 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:54.687 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.688 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:56:54.688 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:54.688 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:56:54.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:54.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:54.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:54.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:54.688 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:56:54.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.688 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:54.688 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:54.689 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:54.689 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:54.689 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:54.689 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:54.689 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:54.689 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:54.689 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:54.689 DEBUG [main][MenuItemLookup] Item match:Run 12:56:54.691 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:56:54.691 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:56:54.691 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:54.691 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:56:54.691 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:56:54.691 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:56:54.691 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:56:54.709 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:56:54.709 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:56:54.709 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:56:54.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:54.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:54.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:54.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:54.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:54.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:54.845 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:56:54.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:56:54.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:54.845 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:54.845 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:54.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:54.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:54.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:54.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:54.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:54.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:54.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:54.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:56:54.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:56:54.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:54.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:56:54.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:54.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:56:54.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:56:54.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:56:54.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:54.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:56:54.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:54.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:56:54.849 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:56:54.849 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:56:54.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:56:54.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:56:54.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:55.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:55.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:55.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:55.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:55.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:55.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:55.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:55.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:55.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:56.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:56.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:56.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:56.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:57.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:57.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:57.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:57.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:58.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:58.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:58.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:58.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:59.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:59.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:59.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:59.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:00.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:00.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:00.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:00.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:01.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:01.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:01.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:01.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:02.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:02.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:02.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:02.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:03.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:03.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:03.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:03.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:04.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:04.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:04.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:04.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:05.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:05.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:05.258 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:57:05.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:57:05.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:05.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:05.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:05.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:05.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:05.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:05.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:57:05.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:57:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:05.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:57:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:05.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:57:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:57:05.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:57:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:05.260 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:57:05.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:05.260 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:57:05.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:57:05.261 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:57:05.262 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:57:05.262 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:57:05.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:05.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:05.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:05.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:05.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:05.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:05.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:05.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:06.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:06.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:07.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:07.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:07.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:07.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:08.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:08.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:08.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:08.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:09.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:09.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:09.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:09.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:10.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:10.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:10.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:10.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:11.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:11.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:11.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:11.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:12.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:12.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:12.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:12.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:13.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:13.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:13.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:13.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:14.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:14.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:14.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:14.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:15.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:15.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:15.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Test") 12:57:15.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:15.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:15.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:15.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:15.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:15.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:15.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:15.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:15.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:15.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:15.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 12:57:15.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project:") 12:57:15.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:15.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:15.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:15.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:15.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:15.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:15.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:15.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:15.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:15.369 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:15.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test class:") 12:57:15.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:15.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:15.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:15.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:15.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:15.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:15.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:15.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:15.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:15.410 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:15.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test method:") 12:57:15.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:15.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:15.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:15.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:15.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:15.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:15.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:15.441 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:15.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Run a single test") 12:57:15.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:15.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:15.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:15.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:15.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:15.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:15.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:15.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:15.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test runner:") 12:57:15.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:15.449 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:15.449 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:15.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:15.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:15.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:15.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:57:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:57:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:57:15.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:57:15.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:15.481 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:57:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:15.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:57:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:15.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Close") 12:57:15.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:15.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:15.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:15.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:15.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:15.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:15.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:15.491 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:57:15.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:15.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:15.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:15.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:15.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:57:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:57:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:57:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:57:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:18.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:18.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:18.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:18.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:57:18.596 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:18.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:18.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:18.597 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:57:18.597 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:18.597 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:57:18.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:57:18.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:57:18.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:57:18.597 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:57:18.597 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:57:18.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:18.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:18.597 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:18.598 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:18.598 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:18.598 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:57:18.598 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:57:18.598 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:18.598 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:18.598 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:18.598 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:18.598 DEBUG [main][MenuItemLookup] Item match:Run 12:57:18.599 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:57:18.599 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:57:18.599 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:18.599 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:57:18.599 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:57:18.599 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:57:18.599 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:57:18.600 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:57:18.600 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:57:18.600 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:57:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:57:18.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:57:18.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:57:18.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:18.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:18.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:57:18.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:57:18.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:57:18.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:18.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:18.718 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:57:18.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:57:18.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:18.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:18.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:18.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:18.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:18.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:18.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:18.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:18.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:18.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:57:18.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:57:18.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:18.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:57:18.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:18.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:57:18.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:57:18.721 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:57:18.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:18.721 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:57:18.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:18.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:57:18.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:57:18.721 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:57:18.722 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:57:18.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:57:18.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:18.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:19.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:19.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:19.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:19.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:19.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:19.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:19.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:20.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:20.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:20.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:20.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:21.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:21.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:21.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:21.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:22.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:22.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:22.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:22.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:23.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:23.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:23.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:23.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:24.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:24.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:24.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:24.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:25.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:25.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:25.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:25.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:26.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:26.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:26.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:26.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:27.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:27.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:27.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:27.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:28.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:28.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:28.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:28.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:29.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:29.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:29.135 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:57:29.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:57:29.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:29.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:29.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:29.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:29.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:29.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:57:29.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:57:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:29.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:57:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:29.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:57:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:57:29.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:57:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:29.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:57:29.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:29.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:57:29.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:57:29.137 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:57:29.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:57:29.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:57:29.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:29.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:29.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:29.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:29.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:29.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:29.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:29.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:29.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:29.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:30.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:30.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:30.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:30.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:31.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:31.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:32.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:32.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:32.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:32.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:33.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:33.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:33.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:33.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:34.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:34.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:34.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:34.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:35.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:35.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:35.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:35.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:36.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:36.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:36.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:36.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:37.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:37.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:37.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:37.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:38.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:38.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:38.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:38.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:39.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:39.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:39.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:39.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:57:39.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:57:39.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:57:39.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:39.262 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:57:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:39.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:57:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:39.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 "Close") 12:57:39.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:39.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:57:39.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:39.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:39.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:39.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:39.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:39.277 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:57:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:39.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:39.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:39.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:39.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:57:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:57:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:57:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:57:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:42.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:42.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:42.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:42.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:42.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:57:42.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:42.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:42.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:42.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:42.366 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:57:42.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:42.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:42.380 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:57:42.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:42.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:42.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:42.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:57:42.381 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:42.381 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:42.381 DEBUG [main][MenuItemLookup] Item match:Window 12:57:42.382 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:42.382 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:42.382 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:42.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:42.382 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:42.382 DEBUG [main][MenuItemLookup] Item match:Show View 12:57:42.388 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:42.389 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:57:42.389 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:57:42.389 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:57:42.389 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:57:42.389 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:57:42.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:57:42.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:57:42.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:57:42.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:42.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:42.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:57:42.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:42.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:42.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:42.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:42.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:42.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:42.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:42.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:42.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:42.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:42.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:42.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:42.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:57:42.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:57:42.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:42.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:42.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:57:42.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:57:42.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:57:42.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:42.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:57:42.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:42.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:57:42.970 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:57:42.970 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:57:42.970 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:57:42.970 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:57:42.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:42.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:42.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:42.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:42.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:42.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:57:42.972 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:42.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:42.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:42.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:42.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:42.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:42.974 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:57:42.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:42.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:42.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:42.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:43.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:57:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:57:43.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:57:43.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:43.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:43.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:57:43.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:43.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:43.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:43.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:43.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:43.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:57: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 '\*?\QProject Explorer\E') 12:57:43.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:43.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:43.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:43.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:43.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:43.062 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:43.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:43.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:43.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:57:43.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:57:43.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:57:43.083 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:43.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:43.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:43.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:43.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:43.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:43.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:43.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:43.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:43.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:43.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:43.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:43.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:44.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:44.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:44.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:44.089 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:44.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:44.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:44.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:44.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:57:44.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:44.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:44.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:44.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:44.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:44.094 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:57:44.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:57:44.099 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:57:44.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:57:44.125 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:57:44.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:57:44.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'New' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:44.230 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:57:44.230 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:57:44.230 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:57:44.230 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:57:44.231 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:57:44.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:44.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:57:44.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:57:44.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:44.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:44.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:44.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:44.733 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 12:57:44.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:57:44.733 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:57:44.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:57:44.746 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:57:44.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:57:44.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:44.788 DEBUG [main][MenuItemLookup] Found menu:'New' 12:57:44.789 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:57:44.789 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:44.789 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:57:44.789 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:44.789 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:57:44.789 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:57:44.789 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:57:44.789 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:57:44.789 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:57:44.789 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:57:44.789 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:57:44.789 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:57:44.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:57:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:57:45.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:57:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:45.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:45.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:45.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:45.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:57:45.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:45.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:45.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:45.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:57:45.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:45.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:45.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:45.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:45.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:45.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:45.519 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:57:45.519 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:57:45.519 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:57:45.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:45.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:45.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:45.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:45.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:57:45.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:45.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:45.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:45.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:57:45.521 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:45.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:45.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:45.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:45.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:45.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:45.522 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:57:45.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:45.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:45.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:45.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:57:45.531 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:57:46.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:57:46.032 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:57:46.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:46.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:57:46.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:57:46.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:57:46.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:57:46.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:57:46.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:57:46.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:46.032 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:46.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:46.033 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:57:46.033 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:46.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:46.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 83.365 s - in org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 3.691 s testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 22.625 s testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.909 s testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.769 s Running org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:57:46.067 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:57:46.068 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:57:46.069 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:46.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:57:46.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:57:46.069 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:57:46.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:57:46.069 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:57:46.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:57:46.069 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:57:46.070 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:57:46.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.070 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:57:46.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.070 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:57:46.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:46.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:57:46.071 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:46.071 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.071 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:46.071 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:46.071 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:46.071 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:46.072 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:46.072 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:46.072 DEBUG [main][MenuItemLookup] Item match:Window 12:57:46.072 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:46.072 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:46.072 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:46.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.072 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:46.073 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:46.073 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.073 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:57:46.073 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.073 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:57:46.073 DEBUG [main][MenuItemLookup] Item match:Preferences 12:57:46.073 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:57:46.073 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:57:46.073 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:57:46.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:57:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:57:46.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:57:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:46.175 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:57:46.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:57:46.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:46.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:46.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:46.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:46.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:57:46.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:46.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:46.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:46.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:46.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:46.180 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:57:46.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:46.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:46.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:46.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:46.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:57:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:57:46.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:46.233 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:57:46.233 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:57:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:57:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:46.233 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:46.234 DEBUG [main][MenuItemLookup] Item match:Window 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.234 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:57:46.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:46.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:46.235 DEBUG [main][MenuItemLookup] Item match:Window 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:46.235 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:46.235 DEBUG [main][MenuItemLookup] Item match:Perspective 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:57:46.236 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:57:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:57:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:46.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:46.236 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:46.236 DEBUG [main][MenuItemLookup] Item match:Window 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:57:46.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:46.237 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:46.237 DEBUG [main][MenuItemLookup] Item match:Window 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:46.237 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:46.237 DEBUG [main][MenuItemLookup] Item match:Perspective 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:57:46.238 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:57:46.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:46.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:46.238 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:46.238 DEBUG [main][MenuItemLookup] Item match:Window 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:57:46.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:46.239 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:46.239 DEBUG [main][MenuItemLookup] Item match:Window 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.239 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:46.240 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:46.240 DEBUG [main][MenuItemLookup] Item match:Perspective 12:57:46.240 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:57:46.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.240 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:57:46.240 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:57:46.240 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:57:46.240 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:57:46.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:57:46.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:57:46.240 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:57:46.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:57:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:57:46.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:57:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:46.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:46.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:57:46.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:46.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:46.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:46.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:57:46.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:46.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:46.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:46.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:57:46.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:46.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:46.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:46.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:46.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:46.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:46.280 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:57:46.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:46.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:46.280 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:46.280 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:46.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:57:46.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:57:46.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:57:46.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:57:46.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:57:46.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:57:46.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.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 RedDeer Test Plugin"] 12:57:46.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.876 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:57:46.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.876 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:57:46.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:46.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:46.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:46.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:57:46.876 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:46.876 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.876 DEBUG [main][MenuItemLookup] Item match:File 12:57:46.878 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:57:46.878 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:46.881 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:57:46.881 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:57:46.882 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:57:46.882 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:57:46.882 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:57:46.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:57:46.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:57:46.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:57:46.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:46.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:46.988 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:57:46.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:46.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:57:46.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:46.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:46.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:46.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:46.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:46.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:46.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:46.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:57:46.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:57:46.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:46.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:57:46.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:46.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:57:46.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:57:46.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:57:46.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:46.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:57:46.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:46.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:57:46.990 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 12:57:46.990 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 12:57:46.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 12:57:46.991 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 12:57:46.991 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:57:46.991 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:57:46.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:57:46.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:46.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:46.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:46.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:46.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:46.992 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:57:46.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:46.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:46.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:46.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:47.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:57:47.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:47.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:57:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:57:47.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:57:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:47.169 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:57:47.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:47.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in Name:") 12:57:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:47.171 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:47.172 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 12:57:47.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in id:") 12:57:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:47.188 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:47.188 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 12:57:47.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:57:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:47.205 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:47.205 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 12:57:47.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Provider:") 12:57:47.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:47.242 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:47.243 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 12:57:47.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 12:57:47.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:47.259 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 12:57:47.259 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 12:57:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:47.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:47.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:47.261 TRACE [main][WidgetHandler] Notify Button with event 27 12:57:47.261 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.261 TRACE [main][WidgetHandler] Notify Button with event 13 12:57:47.261 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.261 TRACE [main][WidgetHandler] Notify Button with event 26 12:57:47.261 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.261 TRACE [main][WidgetHandler] Notify Button with event 3 12:57:47.261 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.261 TRACE [main][WidgetHandler] Notify Button with event 4 12:57:47.261 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.261 TRACE [main][WidgetHandler] Notify Button with event 13 12:57:47.261 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.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 12:57:47.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:47.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:57:47.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:57:47.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:57:47.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:57:47.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 1 and no matchers specified 12:57:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:57:47.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:57:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:57:47.265 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 12:57:47.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:57:47.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:47.266 INFO [WorkbenchTestable][CheckBox] Select checkbox 12:57:47.266 INFO [WorkbenchTestable][CheckBox] Check checkbox 12:57:47.267 INFO [WorkbenchTestable][AbstractButton] Click button 12:57:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:47.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:47.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:47.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:57:47.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:47.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:57:47.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:47.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 12:57:47.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:47.269 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 12:57:47.269 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 12:57:47.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:47.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:47.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:47.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:47.270 TRACE [main][WidgetHandler] Notify Button with event 27 12:57:47.270 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.270 TRACE [main][WidgetHandler] Notify Button with event 13 12:57:47.270 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.270 TRACE [main][WidgetHandler] Notify Button with event 26 12:57:47.270 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.270 TRACE [main][WidgetHandler] Notify Button with event 3 12:57:47.270 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.270 TRACE [main][WidgetHandler] Notify Button with event 4 12:57:47.270 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.270 TRACE [main][WidgetHandler] Notify Button with event 13 12:57:47.270 TRACE [main][WidgetHandler] Wait for synchronization 12:57:47.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:57:47.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:47.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:47.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:47.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:57:47.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:47.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:57:47.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:57:47.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:57:47.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:57:47.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:47.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:47.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:47.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:57:47.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:47.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:57:47.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and no matchers specified 12:57:47.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:57:47.283 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 12:57: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 "Finish", Widget matcher matching widgets with style: 8) 12:57:47.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:47.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:57:47.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:47.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:47.285 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:57:47.285 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 12:57:47.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:57:47.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:47.286 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:57:47.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:47.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:47.286 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:47.286 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:57:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:57:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:47.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:57:47.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:57:47.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:57:47.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 12:57:47.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:47.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:47.535 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:47.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:47.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:47.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 12:57:47.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:57:47.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:57:47.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:57:47.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:57:47.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.539 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:57:47.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:47.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:47.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:47.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:57:47.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:57:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:47.542 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:47.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:47.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:47.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:57:47.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:57:47.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:57:47.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 12:57:47.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:57:47.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:47.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:47.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:47.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:57:47.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:57:47.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:47.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:47.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:47.561 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:47.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:47.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:47.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:57:47.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:57:47.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:57:47.564 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:47.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:47.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:47.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:47.566 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:47.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:47.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:47.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:47.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:47.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:47.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:48.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:48.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:48.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:48.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:48.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:48.578 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:48.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:48.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:48.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:48.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:57:48.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:48.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:48.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:48.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:48.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:48.579 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:57:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 12:57:48.580 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:48.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:48.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:48.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:48.581 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:48.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:48.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:48.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:48.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:49.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:49.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:49.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:49.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:49.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:49.583 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:49.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:49.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:49.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:49.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:57:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:49.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:49.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:49.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:49.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:49.584 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:57:49.587 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:57:49.588 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:57:49.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:57:49.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:50.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:50.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:57:50.131 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:57:50.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:57:50.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:50.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:50.632 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:57:50.632 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:57:50.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:57:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:51.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:51.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:57:51.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:57:51.134 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:57:51.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:57:51.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:57:51.164 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 12:57:51.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:57:51.165 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:57:51.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:57:51.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:57:51.167 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:57:51.167 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:57:52.930 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:57:52.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:52.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:57:52.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:57:52.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 38 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:57:52.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:52.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:52.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:52.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:52.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:52.944 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:57:52.945 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:52.945 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:52.945 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:57:52.945 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:57:52.945 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:52.945 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:52.945 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:52.945 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:52.945 DEBUG [main][MenuItemLookup] Item match:Run 12:57:52.946 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:57:52.946 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:57:52.946 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:52.946 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:57:52.946 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:57:52.946 DEBUG [main][MenuItemLookup] Item match:Run As 12:57:53.437 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 12:57:53.437 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 12:57:53.437 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 12:57:53.437 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 12:57:53.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:53.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:53.447 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:57:53.447 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:53.447 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:53.447 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:57:53.447 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:57:53.447 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:53.447 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:53.448 DEBUG [main][MenuItemLookup] Item match:Run 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 12:57:53.448 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:57:53.448 DEBUG [main][MenuItemLookup] Item match:Debug As 12:57:53.730 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 12:57:53.731 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:57:53.731 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 12:57:53.731 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 12:57:53.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:57:53.754 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:53.754 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:53.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:53.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:53.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 12:57:53.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:53.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 12:57:53.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:57:53.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:57:53.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:57:53.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:57:53.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:53.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:53.762 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:57:53.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:53.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:53.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:57:53.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:53.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:53.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:57:53.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:57:53.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:53.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:53.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:53.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:53.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:53.764 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:53.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:53.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:53.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:53.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 12:57:53.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:53.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:53.936 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:57:53.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:53.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:53.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:57:53.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:53.938 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:57:53.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:57:53.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:53.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:53.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:53.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:53.939 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:53.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:53.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:53.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform TooltipText=null 12:57:53.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:57:53.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:57:53.941 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:53.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:53.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:53.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:53.942 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:53.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:53.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:53.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:53.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:53.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:54.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:54.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:54.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:54.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:54.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:54.970 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:54.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:54.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:54.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:54.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:57:54.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:54.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:54.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:54.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:54.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:54.972 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:57:54.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 12:57:54.972 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:54.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:54.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:54.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:54.973 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:54.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:54.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:54.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:54.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:54.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:54.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:55.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:55.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:55.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:55.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:55.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:55.976 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:57:55.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:57:55.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:55.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:55.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 12:57:55.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:55.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:55.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:55.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:55.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:55.977 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:57:55.978 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:57:55.978 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:57:55.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:57:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:55.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:57:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:55.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:57:55.978 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:57:55.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:57:55.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:55.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:57:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:55.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:57:55.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:57:55.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:57:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:55.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 12:57:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:55.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:57:55.979 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:57:55.979 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:57:55.979 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:57:55.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:57:55.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:57:55.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:55.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:55.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:55.983 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 12:57:55.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:55.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:55.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:55.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:55.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:55.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:55.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:57:55.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'New' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'References' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.047 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:57:56.047 DEBUG [main][MenuItemLookup] Item match:Run As 12:57:56.132 DEBUG [main][MenuItemLookup] Found menu:'1 Eclipse Application Shift+Alt+X E' 12:57:56.133 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Plug-in Test Shift+Alt+X P' 12:57:56.133 DEBUG [main][MenuItemLookup] Found menu:'3 JUnit Test Shift+Alt+X T' 12:57:56.133 DEBUG [main][MenuItemLookup] Found menu:'4 OSGi Framework Shift+Alt+X O' 12:57:56.133 DEBUG [main][MenuItemLookup] Found menu:'5 RedDeer Test Shift+Alt+X S' 12:57:56.133 DEBUG [main][MenuItemLookup] Item match:5 RedDeer Test Shift+Alt+X S 12:57:56.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:57:56.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:56.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:56.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:56.133 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 12:57:56.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:56.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:56.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:56.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:56.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:56.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:57:56.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'New' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'References' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:57:56.188 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:57:56.188 DEBUG [main][MenuItemLookup] Item match:Debug As 12:57:56.254 DEBUG [main][MenuItemLookup] Found menu:'1 Eclipse Application Shift+Alt+D E' 12:57:56.254 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Plug-in Test Shift+Alt+D P' 12:57:56.255 DEBUG [main][MenuItemLookup] Found menu:'3 JUnit Test Shift+Alt+D T' 12:57:56.255 DEBUG [main][MenuItemLookup] Found menu:'4 OSGi Framework Shift+Alt+D O' 12:57:56.255 DEBUG [main][MenuItemLookup] Found menu:'5 RedDeer Test Shift+Alt+D S' 12:57:56.255 DEBUG [main][MenuItemLookup] Item match:5 RedDeer Test Shift+Alt+D S 12:57:56.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:57:56.255 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:56.255 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:56.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:56.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:56.256 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 12:57:56.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:56.260 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:57:56.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:57:56.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:56.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:56.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:57:56.261 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:56.261 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:56.261 DEBUG [main][MenuItemLookup] Item match:Window 12:57:56.264 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:56.264 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:56.264 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:56.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.264 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:56.264 DEBUG [main][MenuItemLookup] Item match:Show View 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:57:56.268 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:57:56.269 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:57:56.269 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:57:56.269 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:57:56.269 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:57:56.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:56.269 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:57:56.269 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:57:56.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:57:56.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:57:56.269 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:57:56.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:57:56.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:57:56.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:57:56.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:56.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:56.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 12:57:56.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:56.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:56.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:56.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:56.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:56.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:56.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:56.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:56.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:57:56.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:57:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:56.357 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:57:56.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:56.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:57:56.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:57:56.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:57:56.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:56.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:57:56.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:56.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:57:56.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:57:56.358 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:57:56.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:57:56.358 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:57:56.358 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:56.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:56.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:56.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:56.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:56.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:56.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:57:56.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:56.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:56.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:56.359 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:56.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:56.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:56.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:56.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:56.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:56.360 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:57:56.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:56.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:56.360 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:56.360 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:56.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:57:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:57:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:57:56.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:57:56.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:56.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:57:56.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:56.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:56.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:57:56.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:57:56.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:56.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:56.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:56.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:56.437 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:56.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:56.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:56.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform TooltipText=null 12:57:56.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:57:56.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:57:56.440 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:56.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:56.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:56.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:56.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:56.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:56.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:56.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:56.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:56.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:56.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:56.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:57.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:57.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:57.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:57.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:57.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:57.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:57.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:57.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:57:57.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:57.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:57.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:57.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:57.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:57.457 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:57:57.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:57:57.457 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:57:57.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:57:57.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:57:57.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:57:57.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'New' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:57.513 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:57:57.513 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:57:57.513 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:57:57.513 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:57:57.513 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:57:57.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:57.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:57:58.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:57:58.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:58.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:58.014 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:58.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:58.014 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 12:57:58.014 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:57:58.014 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:57:58.015 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:57:58.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:57:58.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:57:58.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'New' 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:57:58.074 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:57:58.074 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:57:58.074 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:57:58.074 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:57:58.074 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:57:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:57:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:57:58.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:57:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:58.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:58.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:58.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:58.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:57:58.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:58.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:58.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:58.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:57:58.676 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:58.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:58.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:58.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:58.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:58.677 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:57:58.677 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:57:58.677 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:57:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:58.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:58.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:58.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:57:58.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:58.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:57:58.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:58.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:58.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:58.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:58.678 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:57:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:58.678 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:58.678 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:58.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:57:58.682 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:57:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:57:59.183 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:57:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:59.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:57:59.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:57:59.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:57:59.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:57:59.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:59.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:59.183 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:57:59.183 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:59.183 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.118 s - in org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 6.223 s testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 2.497 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:57:59.193 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:57:59.194 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:57:59.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:59.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:57:59.195 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:57:59.195 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:57:59.196 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:57:59.196 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:57:59.196 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:57:59.196 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:57:59.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:57:59.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:59.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:57:59.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:59.197 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:57:59.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:59.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:59.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:59.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:59.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:57:59.197 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:59.197 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:59.197 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:59.197 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:59.197 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:59.198 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:59.198 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:59.198 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:59.198 DEBUG [main][MenuItemLookup] Item match:Window 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.199 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:57:59.199 DEBUG [main][MenuItemLookup] Item match:Preferences 12:57:59.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:57:59.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:57:59.199 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:57:59.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:57:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:57:59.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:57:59.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:59.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:59.298 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:57:59.298 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:59.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:57:59.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:59.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:59.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:59.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:59.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:59.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:59.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:59.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:57:59.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:59.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:59.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:59.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:59.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:59.303 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:57:59.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:59.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:59.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:59.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:59.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:57:59.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:57:59.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:57:59.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:59.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:59.351 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:57:59.351 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:57:59.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:57:59.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:59.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:59.351 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:59.351 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:59.351 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:59.351 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:59.351 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:59.351 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:59.351 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:59.351 DEBUG [main][MenuItemLookup] Item match:Window 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.352 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:57:59.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:59.352 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:59.353 DEBUG [main][MenuItemLookup] Item match:Window 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:59.353 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:59.353 DEBUG [main][MenuItemLookup] Item match:Perspective 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:57:59.354 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:57:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:57:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:59.354 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:59.354 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:59.354 DEBUG [main][MenuItemLookup] Item match:Window 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:57:59.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:59.355 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:59.355 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:59.355 DEBUG [main][MenuItemLookup] Item match:Window 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:59.356 DEBUG [main][MenuItemLookup] Item match:Perspective 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:57:59.356 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:57:59.356 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:57:59.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:59.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:59.357 DEBUG [main][MenuItemLookup] Item match:Window 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.357 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:57:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:59.358 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:59.358 DEBUG [main][MenuItemLookup] Item match:Window 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:59.358 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:57:59.358 DEBUG [main][MenuItemLookup] Item match:Perspective 12:57:59.359 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:57:59.359 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:59.359 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:57:59.359 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:57:59.359 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:57:59.359 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:57:59.359 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:57:59.359 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:57:59.359 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:57:59.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:57:59.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:57:59.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:57:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:59.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:59.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:57:59.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:59.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:59.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:59.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:57:59.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:59.400 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:57:59.400 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:59.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:59.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:59.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:59.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:59.401 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:57:59.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:59.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:59.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:59.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:00.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:58:00.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.063 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:58:00.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 12:58:00.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:58:00.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:58:00.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:58:00.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:58:00.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.064 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:58:00.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.064 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.064 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:58:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:58:00.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:00.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:00.064 DEBUG [main][MenuItemLookup] Item match:File 12:58:00.065 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:58:00.065 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:00.068 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:58:00.068 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:58:00.069 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:58:00.069 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:58:00.069 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:58:00.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 'New|Select a wizard'] is available.... 12:58:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:58:00.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:58:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.174 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:00.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:58:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:58:00.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:58:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:00.176 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:58:00.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:00.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:58:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:58:00.177 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:58:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:00.177 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:58:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:00.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:58:00.177 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 12:58:00.177 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 12:58:00.177 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 12:58:00.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 12:58:00.177 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:00.177 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:58:00.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:58:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.179 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:58:00.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:00.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:00.179 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:00.179 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:00.308 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:58:00.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:58:00.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:58:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.309 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:58:00.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:58:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 12:58:00.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:58:00.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.312 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.312 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:58:00.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 12:58:00.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:58:00.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:58:00.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:58:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:58: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 "Finish", Widget matcher matching widgets with style: 8) 12:58:00.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:58:00.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:58:00.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:58:00.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.342 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:58:00.342 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Cancel wizard 12:58:00.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:58:00.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.344 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:58:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:00.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:00.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:58:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:58:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:00.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:58:00.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:00.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:00.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:58:00.387 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:58:00.387 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:58:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.387 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 12:58:00.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:58:00.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 12:58:00.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:58:00.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:58:00.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:58:00.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:58:00.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:58:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:58:00.389 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:00.389 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:00.389 DEBUG [main][MenuItemLookup] Item match:File 12:58:00.390 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:58:00.390 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:00.393 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:58:00.393 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:58:00.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:58:00.393 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:58:00.394 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:58:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:58:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:58:00.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:58:00.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.487 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:00.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:58:00.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:58:00.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:58:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:00.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:58:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:00.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:58:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:58:00.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:58:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:00.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:58:00.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:00.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:58:00.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 12:58:00.489 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 12:58:00.489 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 12:58:00.489 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 12:58:00.490 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:00.490 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:58:00.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:58:00.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.491 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:58:00.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:00.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:00.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:00.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:00.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:00.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:58:00.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:58:00.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:58:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.537 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:58:00.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:00.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in Name:") 12:58:00.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:00.539 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:00.540 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 12:58:00.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in id:") 12:58:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:00.548 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:00.549 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 12:58:00.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:58:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:00.574 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:00.574 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 12:58:00.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Provider:") 12:58:00.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:00.593 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:00.594 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 12:58:00.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 12:58:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.600 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 12:58:00.600 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 12:58:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:00.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:00.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:00.601 TRACE [main][WidgetHandler] Notify Button with event 27 12:58:00.602 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.602 TRACE [main][WidgetHandler] Notify Button with event 13 12:58:00.602 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.602 TRACE [main][WidgetHandler] Notify Button with event 26 12:58:00.602 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.602 TRACE [main][WidgetHandler] Notify Button with event 3 12:58:00.602 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.602 TRACE [main][WidgetHandler] Notify Button with event 4 12:58:00.602 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.602 TRACE [main][WidgetHandler] Notify Button with event 13 12:58:00.602 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:58:00.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:58:00.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:58:00.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:58:00.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 1 and no matchers specified 12:58:00.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:58:00.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:58:00.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:58:00.613 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 12:58:00.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:58:00.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.614 INFO [WorkbenchTestable][CheckBox] Select checkbox 12:58:00.614 INFO [WorkbenchTestable][CheckBox] Check checkbox 12:58:00.614 INFO [WorkbenchTestable][AbstractButton] Click button 12:58:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:00.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:00.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:00.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:58:00.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 12:58:00.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.616 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 12:58:00.616 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 12:58:00.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:00.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:00.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:00.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:00.617 TRACE [main][WidgetHandler] Notify Button with event 27 12:58:00.617 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.617 TRACE [main][WidgetHandler] Notify Button with event 13 12:58:00.617 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.617 TRACE [main][WidgetHandler] Notify Button with event 26 12:58:00.617 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.617 TRACE [main][WidgetHandler] Notify Button with event 3 12:58:00.617 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.617 TRACE [main][WidgetHandler] Notify Button with event 4 12:58:00.617 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.617 TRACE [main][WidgetHandler] Notify Button with event 13 12:58:00.617 TRACE [main][WidgetHandler] Wait for synchronization 12:58:00.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:58:00.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:58:00.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:58:00.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:58:00.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:58:00.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:58:00.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and no matchers specified 12:58:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:58:00.630 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 12:58:00.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:58:00.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:00.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:00.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:00.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:58:00.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:00.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.633 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:58:00.633 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 12:58:00.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:58:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:00.634 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:58:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:00.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:00.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:58:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:58:00.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:00.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:58:00.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 12:58:00.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:58:00.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration update...' is a system job, skipped 12:58:00.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 12:58:00.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:00.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:00.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:58:00.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:00.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.834 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:58:00.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:58:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:58:00.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:58:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:58:00.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:58:00.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:58:00.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:00.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:58:00.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:58:00.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:58:00.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 12:58:00.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.839 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:58:00.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:58:00.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:00.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:00.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:58:00.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:58:00.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:00.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:00.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:58:00.841 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:58:00.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:58:00.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:00.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:58:00.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:58:00.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:58:00.842 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:58:00.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:58:00.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:00.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:00.843 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:58:00.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:58:00.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:00.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:00.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:00.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:01.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:01.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:01.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:01.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:01.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:58:01.845 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:58:01.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:58:01.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:01.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:01.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:58:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:01.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:01.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:01.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:01.848 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:58:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 12:58:01.848 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:58:01.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:58:01.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:01.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:01.849 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:58:01.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:58:01.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:01.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:01.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:01.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:01.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:02.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:02.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:02.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:02.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:02.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:58:02.852 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:58:02.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:58:02.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:02.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:02.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:58:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:02.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:02.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:02.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:02.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:02.854 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:58:02.854 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:02.855 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:02.855 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item build.properties of tree item test.plugin 12:58:02.855 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:02.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:03.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:03.357 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:03.360 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:03.361 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:03.361 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item pluginCustomization.ini of tree item test.plugin 12:58:03.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:03.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:03.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:03.362 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:03.362 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:03.362 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 12:58:03.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:03.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:03.362 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:03.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:03.362 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:03.363 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 12:58:03.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 12:58:03.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:03.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 12:58:03.864 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:03.865 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:03.865 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:58:03.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:03.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:03.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:03.866 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:58:03.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:58:03.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:58:04.367 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:58:04.367 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:58:04.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:58:04.868 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:04.869 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:04.870 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.launch of tree item test.plugin 12:58:04.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:04.871 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:04.871 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:04.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 12:58:04.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:04.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:04.872 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 12:58:04.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:04.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:04.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:04.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:04.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:04.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:04.873 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:04.873 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 12:58:04.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:04.874 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 12:58:04.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:04.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:04.876 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:04.876 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 12:58:04.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:04.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:04.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:04.876 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 12:58:04.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 12:58:04.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:04.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item META-INF is already expanded. No action performed 12:58:04.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:04.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 12:58:04.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 12:58:04.877 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 12:58:04.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 12:58:04.897 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 12:58:04.897 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item MANIFEST.MF 12:58:04.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 12:58:04.897 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 12:58:04.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 12:58:04.901 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 12:58:04.901 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:58:04.901 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:58:05.733 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:58:05.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:05.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:58:05.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 38 files to index (/home/jenkins/.m2/repository/p2/osgi/bundle/org.junit/4.13.2.v20230809-1000/org.junit-4.13.2.v20230809-1000.jar)' is a system job, skipped 12:58:05.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:05.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:05.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:58:05.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:05.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "ID:") 12:58:05.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:05.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:05.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:05.755 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 12:58:05.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:05.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:05.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:05.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:05.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:05.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:05.769 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:05.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:58:05.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:05.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:05.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:05.771 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 12:58:05.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:05.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:05.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:05.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:05.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:05.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:05.839 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:05.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:58:05.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:05.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:05.840 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 12:58:05.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:05.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:05.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:05.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:05.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:05.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:05.874 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:05.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Vendor:") 12:58:05.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:05.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:05.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:05.875 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 12:58:05.875 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:05.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:05.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:05.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:05.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:05.970 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:05.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:58:06.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform 12:58:06.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:06.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:06.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform' 12:58:06.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:58:06.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:06.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:06.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:58:06.239 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:58:06.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:58:06.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:06.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:06.274 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:58:06.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:58:06.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:06.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:06.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:58:06.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:06.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:06.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:06.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:06.276 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:6 12:58:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:06.277 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Dependencies and wait with time period 1 12:58:06.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 12:58:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 12:58:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 12:58:06.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.eclipse.reddeer.go of tree item Dependencies 12:58:06.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 12:58:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 12:58:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 12:58:06.281 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.junit of tree item Dependencies 12:58:06.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 12:58:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 12:58:06.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 12:58:06.281 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:06.292 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:58:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:58:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:58:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:58:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:58:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:58:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:58:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.293 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 12:58:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:58:06.343 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:58:06.343 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:58:06.344 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:58:06.351 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:58:06.351 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 12:58:06.351 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:58:06.351 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:58:06.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:58:06.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:58:06.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:58:06.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:58:06.640 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:58:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:06.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:58:06.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 29 files to index (/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.130.0.v20230822-0911/org.eclipse.ui.workbench-3.130.0.v20230822-0911.jar)' is a system job, skipped 12:58:06.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:58:06.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:58:06.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:06.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:06.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:58:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:06.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:58:06.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:58:06.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:06.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:06.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:58:06.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 '\*?\QOutline\E') 12:58:06.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:06.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:06.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:58:06.730 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:58:06.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:58:06.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:06.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:06.760 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:58:06.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:58:06.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:06.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:06.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:58:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:06.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:06.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:06.762 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 12:58:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:06.762 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item RedDeerTest and wait with time period 1 12:58:06.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 12:58:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 12:58:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 12:58:06.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 12:58:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 12:58:06.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 12:58:06.763 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:58:06.772 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:58:06.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:58:06.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.842 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:58:06.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.842 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:58:06.842 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:58:06.842 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:58:06.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:58:06.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:58:06.843 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:58:06.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:58:06.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:06.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 12:58:06.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:06.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:58:06.843 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:58:06.843 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:58:06.843 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:58:06.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:58:06.846 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 12:58:06.846 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:58:06.846 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:58:06.846 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:58:06.848 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:58:06.848 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:58:06.848 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:58:06.947 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:58:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:06.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:58:06.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:58:06.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 15 files to index (/home/jenkins/agent/workspace/reddeer.verification.parametrized/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-4.7.0-SNAPSHOT.jar)' is a system job, skipped 12:58:06.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:58:06.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:06.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:06.947 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:58:06.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:06.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.955 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:58:06.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:06.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:06.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:58:06.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:06.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:06.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:58:06.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:58:06.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:06.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:07.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:07.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:07.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:58:07.036 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:58:07.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:58:07.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:07.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:07.131 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:58:07.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:58:07.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:07.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:07.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:58:07.134 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:58:07.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:58:07.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:07.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:07.136 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:58:07.137 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:58:07.137 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:58:07.137 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:58:07.138 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:58:07.138 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:58:07.138 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:58:07.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:58:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:58:08.140 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:58:08.140 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:58:08.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:58:08.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:08.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:08.142 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:58:08.142 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:58:08.142 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:58:08.142 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:58:08.142 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:58:08.142 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:58:08.142 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:58:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:58:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:58:08.144 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:58:08.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:58:08.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:08.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:08.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:58:08.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:08.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:08.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:08.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:58:18.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. failed, an exception will be thrown Aug 30, 2023 12:58:18 PM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard INFO: Shell New RedDeer Test Plugin is not open 12:58:18.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:58:18.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:58:18.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:58:18.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:18.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:18.164 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 12:58:18.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:18.169 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:58:18.170 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:58:18.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:18.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:18.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:58:18.170 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:58:18.171 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:58:18.171 DEBUG [main][MenuItemLookup] Item match:Window 12:58:18.173 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:58:18.174 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:58:18.174 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:58:18.174 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:18.174 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:58:18.174 DEBUG [main][MenuItemLookup] Item match:Show View 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:18.178 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:58:18.178 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:58:18.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:58:18.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:58:18.179 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:58:18.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:58:18.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:58:18.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:58:18.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:18.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:18.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:58:18.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:18.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:18.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:18.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:58:18.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:18.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:18.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:18.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:18.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:58:18.243 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:58:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:18.243 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:58:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:18.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:58:18.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:58:18.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:58:18.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:18.244 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:58:18.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:18.244 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:58:18.244 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:58:18.244 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:58:18.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:58:18.245 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:58:18.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:18.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:18.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:18.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:58:18.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:18.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:18.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 "Open") 12:58:18.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:18.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:18.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:18.246 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:58:18.246 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:18.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:18.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:18.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:18.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:18.247 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:58:18.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:18.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:18.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:18.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:18.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:58:18.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:58:18.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:58:18.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:18.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:58:18.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:18.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:58:18.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:18.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:18.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:58:18.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:58:18.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:18.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:18.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:18.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:58:18.292 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:58:18.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:58:18.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:18.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform TooltipText=null 12:58:18.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:58:18.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:58:18.306 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:58:18.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:58:18.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:18.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:18.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:58:18.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:58:18.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:18.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:18.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:18.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:18.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:18.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:19.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:19.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:19.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:58:19.309 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:58:19.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:58:19.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:58:19.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:58:19.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:58:19.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:19.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:19.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:19.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:19.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:19.311 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:58:19.311 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:58:19.311 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:58:19.311 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:58:19.325 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:58:19.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:58:19.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'New' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:19.357 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:58:19.357 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:58:19.357 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:58:19.357 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:58:19.357 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:58:19.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:19.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:58:19.358 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:58:19.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:58:19.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:19.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:19.858 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:58:19.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:19.858 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 12:58:19.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:58:19.858 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:58:19.859 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:58:19.866 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:58:19.866 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:58:19.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'New' 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:58:19.898 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:58:19.898 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:58:19.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:58:19.898 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:58:19.898 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:58:19.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:58:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:58:20.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:58:20.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:20.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:20.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:20.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:20.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:58:20.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:20.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:20.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:20.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:58:20.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:20.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:20.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:20.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:20.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:20.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:20.509 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:58:20.509 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:58:20.509 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:58:20.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:20.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:20.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:20.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:20.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:58:20.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:20.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:20.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:20.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:58:20.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:20.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:20.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:20.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:20.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:20.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:20.511 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:58:20.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:20.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:20.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:20.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:20.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:58:20.514 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:58:21.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:58:21.015 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:58:21.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:21.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:58:21.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:58:21.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:58:21.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:58:21.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:58:21.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:58:21.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:21.015 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:21.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:21.015 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:58:21.015 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:58:21.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:58:21.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.824 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 0.324 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 17.776 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:58:21.029 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:58:21.030 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:58:21.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:58:21.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:58:21.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:58:21.030 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:58:21.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:58:21.031 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:58:21.031 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:58:21.031 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:58:21.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:58:21.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:58:21.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:58:21.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:58:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:21.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:58:21.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:21.032 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.032 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:58:21.032 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:58:21.032 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:58:21.032 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:58:21.032 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:58:21.032 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:58:21.032 DEBUG [main][MenuItemLookup] Item match:Window 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.034 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:58:21.034 DEBUG [main][MenuItemLookup] Item match:Preferences 12:58:21.034 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:58:21.034 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:58:21.034 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:58:21.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.... 12:58:21.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. finished successfully 12:58:21.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:58:21.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:21.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:21.133 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:58:21.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:58:21.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:21.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:21.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:21.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:21.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:21.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:21.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:21.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:58:21.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:21.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:21.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:21.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:21.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:21.138 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:58:21.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:21.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:21.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:21.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:21.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:58:21.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:58:21.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:58:21.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:21.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:21.169 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:58:21.169 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:58:21.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:58:21.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:21.170 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:21.170 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.170 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:58:21.170 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:58:21.170 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:58:21.170 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:58:21.170 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:58:21.170 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:58:21.170 DEBUG [main][MenuItemLookup] Item match:Window 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:58:21.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:21.171 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:58:21.171 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:58:21.171 DEBUG [main][MenuItemLookup] Item match:Window 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:58:21.172 DEBUG [main][MenuItemLookup] Item match:Perspective 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:58:21.172 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:58:21.172 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:58:21.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:58:21.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:21.173 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:58:21.173 DEBUG [main][MenuItemLookup] Item match:Window 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:58:21.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.174 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:58:21.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:21.187 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:58:21.188 DEBUG [main][MenuItemLookup] Item match:Window 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:58:21.188 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:58:21.188 DEBUG [main][MenuItemLookup] Item match:Perspective 12:58:21.189 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:58:21.189 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.189 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:58:21.189 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:58:21.189 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:58:21.189 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:58:21.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:21.189 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:58:21.190 DEBUG [main][MenuItemLookup] Item match:Window 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:58:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:21.190 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.190 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:58:21.191 DEBUG [main][MenuItemLookup] Item match:Window 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:58:21.191 DEBUG [main][MenuItemLookup] Item match:Perspective 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:58:21.191 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:58:21.191 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:58:21.192 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:58:21.192 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:58:21.192 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:58:21.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:58:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:58:21.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:58:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:21.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:21.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:58:21.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:21.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:21.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:21.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:58:21.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:21.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:58:21.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:21.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:21.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:21.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:21.232 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:58:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:21.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:21.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:21.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:21.767 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.767 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.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 RedDeer Test Case"] 12:58:21.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:58:21.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.769 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.769 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:58:21.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:21.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:58:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:21.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:21.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:58:21.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:21.771 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.771 DEBUG [main][MenuItemLookup] Item match:File 12:58:21.772 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:58:21.772 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:21.775 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:58:21.775 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:58:21.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:58:21.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:58:21.776 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:58:21.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:58:21.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:58:21.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:58:21.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:21.888 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:21.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:21.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:58:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:21.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:21.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:21.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:21.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:21.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:21.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:21.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:58:21.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:58:21.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:22.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:22.392 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:58:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:58:22.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:58:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:22.394 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:58:22.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:22.394 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:58:22.394 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:58:22.394 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:58:22.394 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:58:22.397 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:58:22.397 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:22.397 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:58:22.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) 12:58:22.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:22.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:22.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:22.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:22.399 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:58:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:22.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:22.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:22.679 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:22.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:22.679 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:22.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:58:22.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:58:22.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:58:22.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:22.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:22.680 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:58:22.680 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:22.681 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 12:58:22.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:58:22.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:22.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:22.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:22.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:22.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:22.684 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:22.686 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 12:58:22.731 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:58:22.731 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:58:22.731 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:58:22.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:22.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:22.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:22.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:22.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:22.735 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:58:22.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:22.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:22.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:22.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:58:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:58:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:58:26.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:58:26.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:26.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 12:58:26.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:26.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:26.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:58:26.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:26.465 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:26.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:26.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.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 Java Class"] 12:58:26.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:26.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.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: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:26.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:26.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:58:26.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:26.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.467 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:26.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:58:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:26.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:26.467 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:58:26.467 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:58:26.467 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:26.468 DEBUG [main][MenuItemLookup] Item match:File 12:58:26.469 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:58:26.469 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:26.474 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:58:26.474 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:58:26.475 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:58:26.475 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:58:26.475 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:58:26.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:58:26.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 'New|Select a wizard'] is available. finished successfully 12:58:26.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:58:26.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:26.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:26.633 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:26.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:26.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:58:26.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:26.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:26.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:26.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:26.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:58:26.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:58:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:26.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:58:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:26.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:58:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:58:26.636 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:58:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:26.636 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:58:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:26.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:58:26.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:58:26.637 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:58:26.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:58:26.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:58:26.645 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:26.645 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:58:26.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:58:26.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:26.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:26.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:26.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:26.647 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:58:26.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:26.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:26.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:26.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:27.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:27.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:27.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:58:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:58:27.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:58:27.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:27.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:27.054 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:58:27.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:27.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:58:27.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:27.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:27.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:27.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:27.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:27.140 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:27.141 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:58:27.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:58:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:27.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:27.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:27.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:27.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:27.235 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:27.237 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 12:58:27.238 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:58:27.238 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:58:27.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.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:58:27.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:27.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:27.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:27.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:27.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:27.242 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:58:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:27.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:27.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:27.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:58:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:58:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:28.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:58:28.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:58:28.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:58:28.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:58:28.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:58:28.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:28.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:28.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:58:28.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:28.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:58:28.156 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 12:58:28.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:58:28.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:58:28.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:58:28.156 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:58:28.156 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:28.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:28.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:28.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Case"] 12:58:28.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:28.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:28.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 12:58:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:28.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 12:58:28.172 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 12:58:28.172 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:28.172 DEBUG [main][MenuItemLookup] Item match:File 12:58:28.224 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:58:28.224 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:58:28.226 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:58:28.226 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:58:28.226 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:28.227 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:58:28.227 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:58:28.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:58:28.243 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:58:28.243 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:58:28.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:58:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:58:28.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:58:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:28.356 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:28.356 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:58:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:28.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:28.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:28.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:58:28.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:58:28.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:28.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:58:28.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:28.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:58:28.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:58:28.358 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:58:28.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:28.358 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:58:28.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:28.358 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:58:28.359 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 12:58:28.359 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 12:58:28.359 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 12:58:28.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 12:58:28.373 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:28.373 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:58:28.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:58:28.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:28.374 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:58:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:28.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:28.374 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:28.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:28.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:28.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available.... 12:58:28.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available. finished successfully 12:58:28.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:28.537 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:58:28.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:28.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:58:28.537 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.537 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:28.537 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:28.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:28.551 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:28.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:58:28.552 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:28.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:28.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:28.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:28.564 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:28.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:58:28.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:28.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:28.570 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:28.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Superclass:") 12:58:28.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:28.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:28.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:28.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:28.581 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:28.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Class under test:") 12:58:28.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:28.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:28.595 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:28.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 "Next >", Widget matcher matching widgets with style: 8) 12:58:28.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:28.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:28.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:28.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:28.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 "Finish", Widget matcher matching widgets with style: 8) 12:58:28.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:28.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:28.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:28.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:28.600 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:58:28.600 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 12:58:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:58:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:28.629 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:58:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:28.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:28.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:28.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:28.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:58:28.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:28.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:28.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:28.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:28.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:28.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:28.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:28.663 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 12:58:28.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 12:58:28.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:29.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:29.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 12:58:29.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 12:58:29.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:29.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:29.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 12:58:29.664 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 12:58:29.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 12:58:29.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:29.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 12:58:29.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:29.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 12:58:29.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 12:58:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:29.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 12:58:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:29.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 12:58:29.665 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 12:58:29.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 12:58:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:30.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 12:58:30.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 12:58:30.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:30.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:30.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 12:58:30.666 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 12:58:30.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 12:58:30.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:31.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 12:58:31.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 12:58:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:31.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 12:58:31.668 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 12:58:31.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 12:58:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:32.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:32.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 12:58:32.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 12:58:32.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:32.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:32.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 12:58:32.669 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 12:58:32.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 12:58:32.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:33.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 12:58:33.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 12:58:33.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:33.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:33.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 12:58:33.670 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 12:58:33.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 12:58:33.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:34.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:34.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 12:58:34.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 12:58:34.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:34.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:34.671 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 12:58:34.672 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 12:58:34.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 12:58:34.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:35.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 12:58:35.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 12:58:35.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:35.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 12:58:35.673 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 12:58:35.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 12:58:35.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:36.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:36.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 12:58:36.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 12:58:36.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:36.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 12:58:36.674 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 12:58:36.674 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 12:58:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:37.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 12:58:37.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 12:58:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:37.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:37.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 12:58:37.676 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 12:58:37.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 12:58:37.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:38.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:38.177 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 12:58:38.177 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 12:58:38.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:38.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:38.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 12:58:38.677 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 12:58:38.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 12:58:38.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:39.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:39.178 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 12:58:39.178 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 12:58:39.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:39.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:39.678 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 12:58:39.679 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 12:58:39.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 12:58:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:40.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:40.179 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 12:58:40.179 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 12:58:40.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:40.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:40.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 12:58:40.680 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 12:58:40.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 12:58:40.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:41.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:41.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 12:58:41.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 12:58:41.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:41.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:41.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 12:58:41.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available.... 12:58:41.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available. finished successfully 12:58:41.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 12:58:41.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:41.695 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:58:41.695 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Cancel wizard 12:58:41.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:58:41.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:41.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:41.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:41.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:41.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:41.697 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:58:41.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:41.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:41.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:41.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:41.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:58:41.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:58:41.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:58:41.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:58:41.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:58:41.745 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:58:41.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:58:41.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:58:41.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:58:41.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:58:41.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:41.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:41.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 12:58:41.746 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:58:41.746 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 12:58:41.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:58:41.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:58:41.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:58:41.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:58:41.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:41.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:41.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:41.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:41.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:41.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:41.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 12:58:41.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:41.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:41.747 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 12:58:41.747 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 12:58:41.747 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:41.747 DEBUG [main][MenuItemLookup] Item match:File 12:58:41.748 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:58:41.748 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Record' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'File' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'' 12:58:41.751 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:58:41.751 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:58:41.766 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:58:41.766 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:58:41.767 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:58:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 12:58:41.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 12:58:41.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 12:58:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:41.837 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:41.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:41.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:58:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:41.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:41.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:41.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:58:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:58:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:58:41.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:58:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:41.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:58:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:41.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:58:41.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:58:41.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:58:41.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:41.840 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:58:41.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:41.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:58:41.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 12:58:41.840 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 12:58:41.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 12:58:41.843 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 12:58:41.844 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 12:58:41.844 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:58:41.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:58:41.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:41.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:41.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:41.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:41.845 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:58:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:41.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:41.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:41.929 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 12:58:41.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:41.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available.... 12:58:41.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available. finished successfully 12:58:41.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 12:58:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:58:41.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:58:41.930 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:58:41.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:58:41.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "tearDownAfterClass()") 12:58:41.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:41.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:41.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:42.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:42.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:42.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:42.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:42.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:58:42.948 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:58:42.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "@AfterClass tearDownAfterClass()") 12:58:42.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:42.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:42.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:42.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:42.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:42.957 INFO [WorkbenchTestable][CheckBox] Select checkbox @AfterClass tearDown&AfterClass() 12:58:42.957 INFO [WorkbenchTestable][CheckBox] Check checkbox @AfterClass tearDown&AfterClass() 12:58:42.957 INFO [WorkbenchTestable][AbstractButton] Click button @AfterClass tearDown&AfterClass() 12:58:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:42.958 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:42.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:42.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "setUpBeforeClass()") 12:58:42.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:42.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:42.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:43.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:43.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:43.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:43.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:43.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:58:43.997 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:58:43.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "@BeforeClass setUpBeforeClass()") 12:58:43.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:43.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:43.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:43.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:43.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:44.002 INFO [WorkbenchTestable][CheckBox] Select checkbox @BeforeClass setU&pBeforeClass() 12:58:44.002 INFO [WorkbenchTestable][CheckBox] Check checkbox @BeforeClass setU&pBeforeClass() 12:58:44.002 INFO [WorkbenchTestable][AbstractButton] Click button @BeforeClass setU&pBeforeClass() 12:58:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:44.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:44.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:44.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:44.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "setUp()") 12:58:44.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:44.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:44.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:44.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:44.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:45.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:45.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:58:45.025 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:58:45.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "@Before setUp()") 12:58:45.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:45.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:45.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:45.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:45.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:45.030 INFO [WorkbenchTestable][CheckBox] Select checkbox @Before set&Up() 12:58:45.031 INFO [WorkbenchTestable][CheckBox] Check checkbox @Before set&Up() 12:58:45.031 INFO [WorkbenchTestable][AbstractButton] Click button @Before set&Up() 12:58:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:45.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:45.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:45.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "tearDown()") 12:58:45.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:45.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:45.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:45.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:45.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:46.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:46.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:58:46.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:58:46.052 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:58:46.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "@After tearDown()") 12:58:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:46.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:46.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:46.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:46.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:46.057 INFO [WorkbenchTestable][CheckBox] Select checkbox @After &tearDown() 12:58:46.057 INFO [WorkbenchTestable][CheckBox] Check checkbox @After &tearDown() 12:58:46.057 INFO [WorkbenchTestable][AbstractButton] Click button @After &tearDown() 12:58:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:46.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:46.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:46.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:58:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:46.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:46.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:46.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:46.060 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 12:58:46.060 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 12:58:46.060 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 12:58:46.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:46.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:46.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:46.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:46.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:58:46.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:46.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:46.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:46.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:46.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:46.065 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:46.065 INFO [WorkbenchTestable][AbstractText] Text set to: TestClassTest 12:58:46.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:58:46.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:46.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:46.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:46.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:46.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:58:46.069 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:58:46.070 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 12:58:46.078 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:58:46.078 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 12:58:46.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:58:46.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:46.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:46.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:46.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:46.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:46.081 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:58:46.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:46.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:46.081 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:46.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:46.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageTwo, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:58:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:46.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:46.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:46.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:46.113 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 12:58:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:46.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:46.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:46.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:58:46.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:58:46.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:58:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:58:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:58:46.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:58:46.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:58:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:46.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:46.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:46.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:46.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:58:46.117 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 12:58:46.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 12:58:46.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:46.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 12:58:46.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 12:58:46.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:47.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 12:58:47.118 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 12:58:47.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 12:58:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:47.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 12:58:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:47.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 12:58:47.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 12:58:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:47.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 12:58:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:47.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 12:58:47.118 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 12:58:47.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 12:58:47.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:47.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:47.619 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 12:58:47.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 12:58:47.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:48.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 12:58:48.120 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 12:58:48.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 12:58:48.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:48.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:48.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 12:58:48.621 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 12:58:48.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:49.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:49.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 12:58:49.122 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 12:58:49.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 12:58:49.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:49.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:49.622 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 12:58:49.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 12:58:49.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:50.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 12:58:50.123 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 12:58:50.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 12:58:50.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:50.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:50.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 12:58:50.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 12:58:50.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:51.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:51.124 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 12:58:51.124 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 12:58:51.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 12:58:51.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:51.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 12:58:51.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 12:58:51.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:52.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:52.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 12:58:52.126 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 12:58:52.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 12:58:52.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:52.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:52.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 12:58:52.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 12:58:52.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:53.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:53.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 12:58:53.127 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 12:58:53.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 12:58:53.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:53.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 12:58:53.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 12:58:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:54.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 12:58:54.129 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 12:58:54.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 12:58:54.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:54.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 12:58:54.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 12:58:54.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:55.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 12:58:55.130 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 12:58:55.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 12:58:55.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:55.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:55.631 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 12:58:55.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 12:58:55.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:56.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:56.132 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 12:58:56.132 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 12:58:56.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 12:58:56.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:56.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:56.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 12:58:56.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 12:58:56.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:57.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 12:58:57.133 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 12:58:57.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 12:58:57.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:57.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:57.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 12:58:57.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 12:58:57.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:58.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:58.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 12:58:58.135 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 12:58:58.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 12:58:58.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:58.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:58.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 12:58:58.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 12:58:58.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:58:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:58:59.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 12:58:59.138 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:58:59.138 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Finish wizard 12:58:59.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:58:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:58:59.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:58:59.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:58:59.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:58:59.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:58:59.150 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:58:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:58:59.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:58:59.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:58:59.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:59:00.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:59:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:59:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:59:00.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:59:00.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClassTest.java\E') 12:59:00.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:00.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:00.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:00.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:00.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:00.142 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:59:00.142 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test; import static org.junit.Assert.*; /** * */ @RunWith(RedDeerSuite.class) public class TestClassTest { /** * @throws java.lang.Exception */ @BeforeClass public static void setUpBeforeClass() throws Exception { } /** * @throws java.lang.Exception */ @AfterClass public static void tearDownAfterClass() throws Exception { } /** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { } /** * @throws java.lang.Exception */ @After public void tearDown() throws Exception { } /** * Test method for {@link java.lang.Object#Object()}. */ @Test public void testObject() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#getClass()}. */ @Test public void testGetClass() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#hashCode()}. */ @Test public void testHashCode() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#equals(java.lang.Object)}. */ @Test public void testEquals() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#clone()}. */ @Test public void testClone() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#toString()}. */ @Test public void testToString() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#notify()}. */ @Test public void testNotify() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#notifyAll()}. */ @Test public void testNotifyAll() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#wait()}. */ @Test public void testWait() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#wait(long)}. */ @Test public void testWaitLong() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#wait(long, int)}. */ @Test public void testWaitLongInt() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#finalize()}. */ @Test public void testFinalize() { fail("Not yet implemented"); } } TooltipText=null 12:59:00.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available.... 12:59:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available. failed, an exception will be thrown Aug 30, 2023 12:59:10 PM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard INFO: Shell New RedDeer Test Case is not open 12:59:10.231 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:59:10.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:59:10.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:59:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:10.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:10.232 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 12:59:10.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:10.237 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:59:10.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 12:59:10.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:10.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:10.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 12:59:10.256 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'File' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:59:10.256 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:59:10.256 DEBUG [main][MenuItemLookup] Item match:Window 12:59:10.259 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:59:10.259 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:59:10.259 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:59:10.259 DEBUG [main][MenuItemLookup] Found menu:'' 12:59:10.259 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:59:10.259 DEBUG [main][MenuItemLookup] Item match:Show View 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:59:10.264 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:59:10.264 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:59:10.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:59:10.264 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:59:10.264 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:59:10.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:59:10.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:59:10.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:59:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:10.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:59:10.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:59:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:10.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:59:10.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:59:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:10.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:10.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:10.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:59:10.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:59:10.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:59:10.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:59:10.326 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:59:10.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:59:10.326 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:59:10.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:59:10.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:59:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:59:10.327 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:59:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:59:10.327 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:59:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:59:10.327 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:59:10.327 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:59:10.327 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:59:10.327 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:59:10.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:59:10.327 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:59:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:10.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:10.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:59:10.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:59:10.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:10.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:59:10.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:59:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:10.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:59:10.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:59:10.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:10.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:10.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:59:10.329 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:59:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:59:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:59:10.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:59:10.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:59:10.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:59:10.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:59:10.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:59:10.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:10.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:59:10.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:10.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 12:59:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:10.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 12:59:10.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:59:10.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:10.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:10.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:10.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:10.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:59:10.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:59:10.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:59:10.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform TooltipText=null 12:59:10.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:59:10.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:59:10.385 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:59:10.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:59:10.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:59:10.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:59:10.385 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:59:10.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:59:10.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:59:10.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:59:10.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:10.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:10.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:10.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:11.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:11.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:11.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:59:11.388 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:59:11.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:59:11.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:59:11.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:59:11.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 12:59:11.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:11.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:11.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:11.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:11.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:59:11.389 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 12:59:11.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 12:59:11.389 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 12:59:11.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 12:59:11.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 12:59:11.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:59:11.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:59:11.432 DEBUG [main][MenuItemLookup] Found menu:'New' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:59:11.433 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:59:11.433 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:59:11.433 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:59:11.433 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:59:11.433 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:59:11.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:59:11.433 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:59:11.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:59:11.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:59:11.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:59:11.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:59:11.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:59:11.934 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'testproject' via Explorer 12:59:11.934 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 12:59:11.934 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 12:59:11.934 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 12:59:11.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 12:59:11.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:59:11.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'New' 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'' 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'' 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:59:11.981 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:59:11.981 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:59:11.981 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:59:11.981 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:59:11.981 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:59:12.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:59:12.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:59:12.622 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:59:12.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:12.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:12.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:12.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:12.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:59:12.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:59:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:12.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:59:12.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:59:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:12.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:12.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:12.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:59:12.627 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:59:12.627 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:59:12.627 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:59:12.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:59:12.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:59:12.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:59:12.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:59:12.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:59:12.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:59:12.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:12.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:12.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:59:12.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:59:12.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:12.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:12.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:12.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:59:12.628 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:59:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:59:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:59:12.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:59:12.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:59:12.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:59:12.634 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:59:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:59:13.134 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:59:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:59:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:59:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:59:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:59:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:59:13.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:59:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:59:13.134 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:59:13.134 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:59:13.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:59:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:13.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.112 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 13.589 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 28.486 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.ui.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 299 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 13 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test >------ [INFO] Building RedDeer E4 Workbench Tests 4.7.0-SNAPSHOT [44/58] [INFO] from tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Resolving class path of RedDeer E4 Workbench Tests... [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/surefire.properties, -testApplication, org.eclipse.e4.ui.workbench.swt.E4Application, -product, org.eclipse.reddeer.e4.product, -nouithread, -timeout, 9600000] Launching application org.eclipse.e4.ui.workbench.swt.E4Application... Running org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest 12:59:19.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:19.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:19.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:19.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:19.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 12:59:19.535 DEBUG [main][MenuItemLookup] Found menu:'File' 12:59:19.535 DEBUG [main][MenuItemLookup] Item match:File 12:59:19.542 DEBUG [main][MenuItemLookup] Found menu:'File' 12:59:19.542 DEBUG [main][MenuItemLookup] Found menu:'Help' 12:59:19.542 DEBUG [main][MenuItemLookup] Item match:Help 12:59:19.542 DEBUG [main][MenuItemLookup] Found menu:'File' 12:59:19.543 DEBUG [main][MenuItemLookup] Item match:File 12:59:19.551 DEBUG [main][MenuItemLookup] Found menu:'Open' 12:59:19.551 DEBUG [main][MenuItemLookup] Item match:Open 12:59:19.552 DEBUG [main][MenuItemLookup] Found menu:'File' 12:59:19.552 DEBUG [main][MenuItemLookup] Found menu:'Help' 12:59:19.552 DEBUG [main][MenuItemLookup] Item match:Help 12:59:19.555 DEBUG [main][MenuItemLookup] Found menu:'About' 12:59:19.555 DEBUG [main][MenuItemLookup] Item match:About 12:59:19.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 12:59:19.557 DEBUG [main][MenuItemLookup] Found menu:'File' 12:59:19.557 DEBUG [main][MenuItemLookup] Item match:File 12:59:19.559 DEBUG [main][MenuItemLookup] Found menu:'Open' 12:59:19.560 DEBUG [main][MenuItemLookup] Item match:Open 12:59:19.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:19.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:19.561 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 12:59:19.561 DEBUG [main][MenuItemLookup] Found menu:'File' 12:59:19.562 DEBUG [main][MenuItemLookup] Item match:File 12:59:19.563 DEBUG [main][MenuItemLookup] Found menu:'Open' 12:59:19.563 DEBUG [main][MenuItemLookup] Item match:Open 12:59:19.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:19.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:19.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:19.565 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest findWorkbenchShellMenu(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.121 s findWorkbenchShell(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0 s Running org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:19.592 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:59:19.624 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=0 12:59:19.624 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:59:19.625 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=0 12:59:19.642 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:19.657 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:59:19.658 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:59:19.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:19.663 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:59:19.664 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:19.664 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:19.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:19.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:19.665 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 12:59:19.665 DEBUG [main][MenuItemLookup] Found menu:'File' 12:59:19.666 DEBUG [main][MenuItemLookup] Found menu:'Help' 12:59:19.666 DEBUG [main][MenuItemLookup] Item match:Help 12:59:19.667 DEBUG [main][MenuItemLookup] Found menu:'About' 12:59:19.667 DEBUG [main][MenuItemLookup] Item match:About 12:59:19.668 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"About" 12:59:19.668 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text About 12:59:19.670 INFO [main][MenuItemHandler] Select menu item: About 12:59:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available.... 12:59:19.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available. finished successfully 12:59:19.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Sample item 1") 12:59:19.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:59:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:19.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "About" as the parent 12:59:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:59:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:19.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:19.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:20.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:20.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:20.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:20.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:59:20.781 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was not found 12:59:20.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available.... 12:59:20.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available. finished successfully 12:59:20.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell About 12:59:20.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:20.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:20.784 INFO [WorkbenchTestable][AbstractShell] Close shell About 12:59:20.784 INFO [WorkbenchTestable][ShellHandler] Closing shell 'About' 12:59:20.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:59:20.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:59:20.801 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:20.801 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:20.801 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:59:20.801 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:20.801 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:20.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:20.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:20.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:20.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part 2") 12:59:20.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:20.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:20.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:20.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:20.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:20.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 12:59:20.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Sample item 1") 12:59:20.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:59:20.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:59:20.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:59:20.828 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Sample Part 2"as the parent 12:59:20.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:59:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:20.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:20.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:21.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:21.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:59:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:59:21.834 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was not found 12:59:21.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.835 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:59:21.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part") 12:59:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:21.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.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 widgets with text that without mnenomic matches: is "Sample Part 2") 12:59:21.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:21.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 12:59:21.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 12:59:21.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:59:21.858 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part") 12:59:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:21.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 12:59:21.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart, index 0 and no matchers specified 12:59:21.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:59:21.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "Sample item 1") 12:59:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:59:21.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:59:21.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.870 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part") 12:59:21.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:21.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart, index 0 and no matchers specified 12:59:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:59:21.873 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:59:21.875 INFO [WorkbenchTestable][AbstractText] Text set to: makePartDirty 12:59:21.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:59:21.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part 2") 12:59:21.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:21.888 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Sample Part 2 12:59:21.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Sample Part 2 12:59:21.893 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:59:21.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.926 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression 'Open SamplePart2') 12:59:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:59:21.931 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openSamplePart 12:59:21.932 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:59:21.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:59:21.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.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 widgets with text that without mnenomic matches: is "Sample Part 2") 12:59:21.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:21.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.953 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:59:21.953 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Sample Part") 12:59:21.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:21.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse 4 RCP Application 12:59:21.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:59:21.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:59:21.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'Eclipse 4 RCP Application' 12:59:21.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 widgets with text that without mnenomic matches: is "Sample Part 2") 12:59:21.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:59:21.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:59:21.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:59:21.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:59:21.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:59:21.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:59:21.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:59:21.958 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.368 s - in org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 1.137 s getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 1.034 s activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.023 s testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.011 s testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.016 s closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.068 s testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.004 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco:0.8.9:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.e4.workbench.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 306 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4' with 9 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench' with 11 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 19 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench.core' with 7 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes [INFO] [INFO] --------------------< org.eclipse.reddeer:features >-------------------- [INFO] Building RedDeer Features 4.7.0-SNAPSHOT [45/58] [INFO] from features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ features --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >--------- [INFO] Building RedDeer E4 Feature 4.7.0-SNAPSHOT [46/58] [INFO] from features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.e4.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.e4.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature >------- [INFO] Building RedDeer Eclipse Feature 4.7.0-SNAPSHOT [47/58] [INFO] from features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.eclipse.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature >------- [INFO] Building RedDeer GEF Spy Feature 4.7.0-SNAPSHOT [48/58] [INFO] from features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.gef.spy.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.swt.feature >--------- [INFO] Building RedDeer SWT Feature 4.7.0-SNAPSHOT [49/58] [INFO] from features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.swt.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.swt.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.tests.feature >-------- [INFO] Building RedDeer Tests Feature 4.7.0-SNAPSHOT [50/58] [INFO] from features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.tests.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.ui.feature >--------- [INFO] Building RedDeer UI Feature 4.7.0-SNAPSHOT [51/58] [INFO] from features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.ui.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature >------ [INFO] Building RedDeer Recorder Feature 4.7.0-SNAPSHOT [52/58] [INFO] from features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.recorder.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.recorder.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature >------ [INFO] Building RedDeer GEF/Graphiti Feature 4.7.0-SNAPSHOT [53/58] [INFO] from features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.graphiti.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.spy.feature >--------- [INFO] Building RedDeer Spy Feature 4.7.0-SNAPSHOT [54/58] [INFO] from features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.spy.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.spy.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature >------ [INFO] Building RedDeer Log Parser Feature 4.7.0-SNAPSHOT [55/58] [INFO] from features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.logparser.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.logparser.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >------- [INFO] Building RedDeer CodeGen Feature 4.7.0-SNAPSHOT [56/58] [INFO] from features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.codegen.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.reddeer.codegen.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-4.7.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:xml:p2metadata:4.7.0-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:xml:p2artifacts:4.7.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------ [INFO] Building RedDeer Site 4.7.0-SNAPSHOT [57/58] [INFO] from site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.5:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site --- [INFO] The project's OSGi version is 4.7.0.v20230830-1202 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- jacoco:0.8.9: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.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/site/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.reddeer.site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.reddeer.site --- [INFO] Building zip: /home/jenkins/agent/workspace/reddeer.verification.parametrized/site/target/org.eclipse.reddeer.site-4.7.0-SNAPSHOT.zip [INFO] [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------ [INFO] Building RedDeer Archetype 4.7.0-SNAPSHOT [58/58] [INFO] from archetype/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-reddeer-archetype --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-reddeer-archetype --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 8 resources from src/main/resources to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipse-reddeer-archetype --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- archetype:3.0.0:jar (default-jar) @ eclipse-reddeer-archetype --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/eclipse-reddeer-archetype-4.7.0-SNAPSHOT [INFO] [INFO] --- archetype:3.0.0:integration-test (default-integration-test) @ eclipse-reddeer-archetype --- [INFO] Processing Archetype IT project: eclipse-reddeer-archetype [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: eclipse-reddeer-archetype:4.7.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: foo.bar.myplugin [INFO] Parameter: artifactId, Value: reddeer.archetype [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: foo.bar.myplugin.simrel [INFO] Parameter: packageInPathFormat, Value: foo/bar/myplugin/simrel [INFO] Parameter: tycho_version, Value: 2.7.0 [INFO] Parameter: package, Value: foo.bar.myplugin.simrel [INFO] Parameter: reddeer_version, Value: master [INFO] Parameter: groupId, Value: foo.bar.myplugin [INFO] Parameter: artifactId, Value: reddeer.archetype [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: eclipse_platform, Value: 2022-09 [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype [INFO] Invoking post-archetype-generation goals: clean verify [INFO] Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) [INFO] Maven home: /opt/tools/apache-maven/3.9.2 [INFO] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Error stacktraces are turned on. [INFO] [INFO] Scanning for projects... [INFO] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-09/ (122B) [INFO] [INFO] Adding repository https://download.eclipse.org/releases/2022-09 [INFO] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-09/ (479B) [INFO] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-09/ (442B) [INFO] [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-09/202209081200/ (98.55kB) [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-09/202209141001/ (140B) [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-09/202209141001/ (790.34kB) [INFO] [INFO] Fetching p2.index from https://download.eclipse.org/reddeer/snapshots/ (172B) [INFO] [INFO] Adding repository https://download.eclipse.org/reddeer/snapshots [INFO] [INFO] Fetching content.xml.xz from https://download.eclipse.org/reddeer/snapshots/ (14.94kB) [INFO] [INFO] Resolving dependencies of MavenProject: foo.bar.myplugin:reddeer.archetype:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/pom.xml [INFO] [INFO] Fetching 202209141001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-09/ (63B) [INFO] [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.13.2.v20220426-1653.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (89.82kB) [INFO] [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.13.2.v20220426-1653.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (386.84kB) [INFO] [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.13.2.v20220426-1653.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.53MB) [INFO] [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.94MB) [INFO] [INFO] Fetching com.sun.jna_5.8.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.65MB) [INFO] [INFO] Fetching com.sun.jna.platform_5.8.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.28MB) [INFO] [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.27kB) [INFO] [INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.47MB) [INFO] [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (32.41kB) [INFO] [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.34kB) [INFO] [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (353.59kB) [INFO] [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (144.34kB) [INFO] [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.5kB) [INFO] [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (703.81kB) [INFO] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (95.26kB) [INFO] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (15.35kB) [INFO] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.59kB) [INFO] [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (302.53kB) [INFO] [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (300.96kB) [INFO] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.45kB) [INFO] [INFO] Fetching org.apache.felix.scr_2.2.2.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (393.3kB) [INFO] [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.86kB) [INFO] [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (81.45kB) [INFO] [INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (379.48kB) [INFO] [INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.02MB) [INFO] [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (806.64kB) [INFO] [INFO] Fetching org.eclipse.ui_3.201.100.v20220826-1037.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (434.35kB) [INFO] [INFO] Fetching org.eclipse.core.resources_3.18.0.v20220828-0546.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (893.32kB) [INFO] [INFO] Fetching org.eclipse.jface.text_3.21.0.v20220817-1340.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB) [INFO] [INFO] Fetching org.eclipse.ui.ide_3.19.100.v20220820-0412.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.41MB) [INFO] [INFO] Fetching org.eclipse.ui.views_3.11.200.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (107.38kB) [INFO] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (690.83kB) [INFO] [INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (74.34kB) [INFO] [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (93.93kB) [INFO] [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (620.52kB) [INFO] [INFO] Fetching org.eclipse.ui.forms_3.11.400.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (331.65kB) [INFO] [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.26kB) [INFO] [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (114.56kB) [INFO] [INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (146.41kB) [INFO] [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (101.83kB) [INFO] [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (135.73kB) [INFO] [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (196.21kB) [INFO] [INFO] Fetching org.eclipse.core.databinding_1.11.100.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (289.67kB) [INFO] [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (313kB) [INFO] [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (163.08kB) [INFO] [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.6kB) [INFO] [INFO] Fetching org.eclipse.text_3.12.200.v20220817-1340.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (295.31kB) [INFO] [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.65kB) [INFO] [INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.8kB) [INFO] [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (49.45kB) [INFO] [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.07kB) [INFO] [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.9kB) [INFO] [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.64kB) [INFO] [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (400.2kB) [INFO] [INFO] Fetching org.eclipse.debug.ui_3.17.0.v20220817-1312.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3MB) [INFO] [INFO] Fetching org.eclipse.ui.console_3.11.300.v20220811-1921.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (245.02kB) [INFO] [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (270.25kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.31kB) [INFO] [INFO] Fetching org.eclipse.e4.core.commands_1.0.200.v20220629-1225.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.8kB) [INFO] [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.29kB) [INFO] [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (57.49kB) [INFO] [INFO] Fetching org.eclipse.e4.core.services_2.3.300.v20220613-1047.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.46kB) [INFO] [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.59kB) [INFO] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.81kB) [INFO] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.96kB) [INFO] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.3kB) [INFO] [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.69kB) [INFO] [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.03kB) [INFO] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (317.8kB) [INFO] [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.26MB) [INFO] [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (45.85kB) [INFO] [INFO] Fetching org.eclipse.swt_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.79kB) [INFO] [INFO] Fetching org.eclipse.jface_3.27.0.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.11MB) [INFO] [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.300.v20220809-1237.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (215.89kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.600.v20220621-1327.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (204.9kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.11kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.41kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.300.v20220815-1831.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.52kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (11.51kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.200.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (397.11kB) [INFO] [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (33.33kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.3kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.200.v20220808-2019.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (266.92kB) [INFO] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (89.66kB) [INFO] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (232.67kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (118.14kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.600.v20220715-1400.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.14kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.600.v20220607-1204.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (149.46kB) [INFO] [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (295.36kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.08kB) [INFO] [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.9kB) [INFO] [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (369.7kB) [INFO] [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.55kB) [INFO] [INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.51kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.65kB) [INFO] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.5kB) [INFO] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (362.07kB) [INFO] [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (113.29kB) [INFO] [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.47kB) [INFO] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (68.04kB) [INFO] [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (176.33kB) [INFO] [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (221.38kB) [INFO] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.68kB) [INFO] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (343.24kB) [INFO] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (470.76kB) [INFO] [INFO] Fetching org.eclipse.ui.navigator_3.10.300.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (424.9kB) [INFO] [INFO] Fetching org.eclipse.team.core_3.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (402.85kB) [INFO] [INFO] Fetching org.eclipse.team.ui_3.9.400.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.42MB) [INFO] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (65.43kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (66.95kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (323.72kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (20.16kB) [INFO] [INFO] Fetching org.eclipse.ui.workbench_3.126.0.v20220823-0718.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3.49MB) [INFO] [INFO] Fetching org.eclipse.ui.browser_3.7.200.v20220826-1037.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (209.05kB) [INFO] [INFO] Fetching org.eclipse.ui.views.log_1.3.300.v20220717-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (174.02kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (43.67kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (420.2kB) [INFO] [INFO] Fetching org.eclipse.reddeer.jface_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (43.94kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (185.69kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (112.89kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (40.83kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (120.99kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (12.31kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (35.98kB) [INFO] [INFO] Fetching org.eclipse.reddeer.requirements_4.7.0.v20230818-1639.jar from https://download.eclipse.org/reddeer/snapshots/plugins/ (51.82kB) [INFO] [INFO] Fetching org.json_1.0.0.v201011060100.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (56.15kB) [INFO] [INFO] Fetching org.yaml.snakeyaml_1.27.0.v20201111-1638.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (325.29kB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.06MB) [INFO] [INFO] Fetching org.eclipse.ui.ide.application_1.4.500.v20220623-0641.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (114.89kB) [INFO] [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (172.29kB) [INFO] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.200.v20220717-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (110.71kB) [INFO] [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.09kB) [INFO] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.23kB) [INFO] [WARNING] The project foo.bar.myplugin:reddeer.archetype:eclipse-test-plugin:1.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] [INFO] [INFO] [INFO] -----------------< foo.bar.myplugin:reddeer.archetype >----------------- [INFO] [INFO] Building reddeer.archetype :: test 1.0.0-SNAPSHOT [INFO] [INFO] from pom.xml [INFO] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:2.7.0:target-platform (default-target-platform)' [INFO] [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:2.7.0:test (default-test)' [INFO] [INFO] [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ reddeer.archetype --- [INFO] [INFO] The project's OSGi version is 1.0.0.20230830-1259 [INFO] [INFO] [INFO] [INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ reddeer.archetype --- [INFO] [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] [INFO] [INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ reddeer.archetype --- [INFO] [INFO] Resolving class path of reddeer.archetype :: test... [INFO] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (29.62kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (87.79kB) [INFO] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (251kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.61kB) [INFO] [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.14MB) [INFO] [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (40.75kB) [INFO] [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.14MB) [INFO] [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.24kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (10.25kB) [INFO] [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (9.54kB) [INFO] [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (59.56kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (134.3kB) [INFO] [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.06kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.600.v20220720-1949.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (41.14kB) [INFO] [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (9.6kB) [INFO] [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.94kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (41.15kB) [INFO] [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (22.27kB) [INFO] [INFO] Fetching org.eclipse.fx.osgi_3.7.0.202010120720.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.23kB) [INFO] [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.200.v20220720-1916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.92kB) [INFO] [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.47MB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.02MB) [INFO] [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13kB) [INFO] [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (39.29kB) [INFO] [INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.48kB) [INFO] [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.13kB) [INFO] [INFO] Fetching org.eclipse.equinox.region_1.5.300.v20220720-2012.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.16kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (86.39kB) [INFO] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.600.v20220720-1916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (73.2kB) [INFO] [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.77kB) [INFO] [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.05MB) [INFO] [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.39kB) [INFO] [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (10.74kB) [INFO] [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.41kB) [INFO] [INFO] [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ reddeer.archetype --- [INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/src/main/resources [INFO] [INFO] [INFO] [INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ reddeer.archetype --- [INFO] [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/classes [INFO] [INFO] [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ reddeer.archetype --- [INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/src/test/resources [INFO] [INFO] [INFO] [INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ reddeer.archetype --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/reddeer.archetype-1.0.0-SNAPSHOT.jar [INFO] [INFO] [INFO] [INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- tycho-surefire:2.7.0:test (default-test) @ reddeer.archetype --- [INFO] [INFO] Could not find the Toolchain, using java from JAVA_HOME instead [INFO] [INFO] Executing Test Runtime with timeout 1200, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work/data/.metadata/.log [INFO] [INFO] Command line: [INFO] [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/surefire.properties, -nouithread, -timeout, 1200000] [INFO] Running foo.bar.myplugin.simrel.AllRedDeerTests [INFO] 13:00:02.424 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 13:00:02.426 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 [INFO] 13:00:02.430 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 13:00:02.431 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 [INFO] 13:00:02.438 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class foo.bar.myplugin.simrel.BasicTest [INFO] 13:00:02.450 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created [INFO] 13:00:02.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 13:00:02.454 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 13:00:02.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector [INFO] 13:00:02.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench [INFO] 13:00:02.552 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data' [INFO] 13:00:02.555 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 13:00:02.555 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen [INFO] 13:00:02.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 13:00:02.557 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' [INFO] 13:00:02.559 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 13:00:02.560 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven [INFO] 13:00:02.566 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] [INFO] 13:00:02.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 13:00:02.584 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] [INFO] 13:00:02.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 13:00:02.585 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] [INFO] 13:00:02.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 13:00:02.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 13:00:02.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 13:00:02.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 13:00:02.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data' [INFO] 13:00:02.591 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data' [INFO] 13:00:02.593 DEBUG [main][MenuItemLookup] Found menu:'File' [INFO] 13:00:02.593 DEBUG [main][MenuItemLookup] Found menu:'Edit' [INFO] 13:00:02.593 DEBUG [main][MenuItemLookup] Found menu:'Navigate' [INFO] 13:00:02.593 DEBUG [main][MenuItemLookup] Found menu:'Project' [INFO] 13:00:02.593 DEBUG [main][MenuItemLookup] Found menu:'Window' [INFO] 13:00:02.593 DEBUG [main][MenuItemLookup] Item match:Window [INFO] 13:00:02.596 DEBUG [main][MenuItemLookup] Found menu:'New Window' [INFO] 13:00:02.596 DEBUG [main][MenuItemLookup] Found menu:'Editor' [INFO] 13:00:02.596 DEBUG [main][MenuItemLookup] Found menu:'Appearance' [INFO] 13:00:02.596 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 13:00:02.596 DEBUG [main][MenuItemLookup] Found menu:'Show View' [INFO] 13:00:02.597 DEBUG [main][MenuItemLookup] Found menu:'Perspective' [INFO] 13:00:02.597 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 13:00:02.597 DEBUG [main][MenuItemLookup] Found menu:'Navigation' [INFO] 13:00:02.597 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 13:00:02.597 DEBUG [main][MenuItemLookup] Found menu:'Preferences' [INFO] 13:00:02.597 DEBUG [main][MenuItemLookup] Item match:Preferences [INFO] 13:00:02.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" [INFO] 13:00:02.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences [INFO] 13:00:02.599 INFO [main][MenuItemHandler] Select menu item: &Preferences [INFO] 13:00:02.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... [INFO] 13:00:02.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 'Preferences.*'] is available. finished successfully [INFO] 13:00:02.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences [INFO] 13:00:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 13:00:02.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 13:00:02.800 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed [INFO] 13:00:02.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 13:00:02.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified [INFO] 13:00:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 13:00:02.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 13:00:02.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 13:00:02.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 13:00:02.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found [INFO] 13:00:02.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... [INFO] 13:00:02.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully [INFO] 13:00:02.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) [INFO] 13:00:02.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 13:00:02.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 13:00:02.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 13:00:02.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 13:00:02.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found [INFO] 13:00:02.867 INFO [WorkbenchTestable][AbstractButton] Click button Cancel [INFO] 13:00:02.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... [INFO] 13:00:02.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully [INFO] 13:00:02.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 [INFO] 13:00:02.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization [INFO] 13:00:02.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... [INFO] 13:00:02.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully [INFO] 13:00:02.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 13:00:02.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 13:00:02.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 13:00:02.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 13:00:02.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 13:00:02.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 13:00:02.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 13:00:02.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 13:00:02.936 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 13:00:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 13:00:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 13:00:02.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 13:00:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 13:00:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 13:00:02.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 13:00:02.938 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 13:00:02.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 13:00:02.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 13:00:02.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 13:00:02.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 13:00:02.942 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 13:00:02.942 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 13:00:02.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 13:00:02.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 13:00:02.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s - in foo.bar.myplugin.simrel.AllRedDeerTests [INFO] test no-configuration(foo.bar.myplugin.simrel.BasicTest) Time elapsed: 0.006 s [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 29.494 s [INFO] [INFO] Finished at: 2023-08-30T13:00:03Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [WARNING] [INFO] [WARNING] Plugin validation issues were detected in 5 plugin(s) [INFO] [WARNING] [INFO] [WARNING] * org.eclipse.tycho:tycho-surefire-plugin:2.7.0 [INFO] [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.0 [INFO] [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.0 [INFO] [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [INFO] [WARNING] * org.apache.maven.plugins:maven-resources-plugin:2.4.3 [INFO] [WARNING] [INFO] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [INFO] [WARNING] [INFO] Post-archetype-generation invoker exit code: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for RedDeer Parent POM File 4.7.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 1.404 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.004 s] [INFO] RedDeer Common ..................................... SUCCESS [ 5.814 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.089 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.371 s] [INFO] RedDeer Core ....................................... SUCCESS [ 0.950 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.747 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.413 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 0.996 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.422 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.510 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.388 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.795 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.238 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.465 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.592 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.625 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.293 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.609 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.600 s] [INFO] RedDeer UI ......................................... SUCCESS [ 1.375 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.457 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.574 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.236 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.651 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.679 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.003 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.210 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.085 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:14 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:32 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:07 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:47 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 20.777 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:20 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 1.221 s] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [30:09 min] [INFO] RedDeer GEF Tests .................................. SUCCESS [ 54.281 s] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 27.144 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 32.880 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 16.707 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [05:15 min] [INFO] RedDeer UI Tests ................................... SUCCESS [02:59 min] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 7.570 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.003 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 0.364 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 0.713 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 0.091 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 0.176 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 0.502 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 0.087 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 0.065 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 0.293 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 0.132 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 0.082 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 0.072 s] [INFO] RedDeer Site ....................................... SUCCESS [ 6.804 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 31.321 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 57:26 min [INFO] Finished at: 2023-08-30T13:00:03Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 16 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.9 [WARNING] * org.eclipse.tycho:tycho-p2-publisher-plugin:2.7.5 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:2.22.2 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:2.22.2 [WARNING] * org.apache.maven.plugins:maven-archetype-plugin:3.0.0 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-ds-plugin:2.7.5 [WARNING] * com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1 [WARNING] * org.eclipse.tycho:tycho-surefire-plugin:2.7.5 [WARNING] * org.eclipse.tycho.extras:tycho-source-feature-plugin:2.7.5 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:2.8 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:2.4.3 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] Terminating xvnc. Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE Sending e-mails to: odockal@redhat.com Finished: UNSTABLE